@import url('https://fonts.googleapis.com/css?family=Abel'); 
body {
    background-color: rgba(137,107,177,1.00);
    margin: 0;
    padding: 0;
    background-image: -webkit-repeating-linear-gradient(270deg,rgba(27,67,190,1.00) 0%,rgba(173,76,199,1.00) 100%);
    background-image: repeating-linear-gradient(180deg,rgba(27,67,190,1.00) 0%,rgba(173,76,199,1.00) 100%);
    background-repeat: repeat;
    background-size: cover;
    background-clip: content-box;
    background-attachment: fixed;
	font-family: "Abel", sans-serif;
	font-size: 100%;
}

p a {
	color: rgba(235,62,45,1.00);
	text-decoration: none;
}
.copyr a {
	color:rgba(230,230,230,1.00);
	text-decoration: none;
}
p {color: #666;}

h1 {
	margin:0 0 20px 0;
	padding: 0;
}
h2 {
  font-size: 1.5em;
	text-align: center;
  color: #fff; 
	margin:0 0 20px 0;
	padding: 0;
	font-weight: 200;
}
#jappslogo {
	display: block;
	width: 140px;
height: auto;}
.centered {
    margin: 0 auto;
    padding: 0 1em;
}
.appstore {
	display: block;
	max-width: 180px !important;
height: auto;
margin: 10px auto 30px auto;
}

.centered {
    margin: 0 auto;
    padding: 0 1em;
}

@media screen and (min-width: 52em) {
    .centered {
        max-width: 52em;
    }
}

/*--------------------------------------------------------------
Header styles minus menu
--------------------------------------------------------------*/

.masthead {
    background-color: rgba(137,107,177,1.00);
    background-image: -webkit-repeating-linear-gradient(270deg,rgba(27,67,190,1.00) 0%,rgba(173,76,199,1.00) 100%);
    background-image: repeating-linear-gradient(180deg,rgba(27,67,190,1.00) 0%,rgba(173,76,199,1.00) 100%);
    background-repeat: repeat;
    background-size: cover;
    background-clip: content-box;
    background-attachment: fixed;
  	/*box-shadow: 3px 3px 8px hsl(0, 0%, 70%);*/
}

.site-title {
    margin: 0 0 0.4em;
    padding: 1em 0 0.2em 0;
    font-size: 2em;
    font-weight: 300;
    text-align: center;
    color: black;
}

@media screen and (min-width: 44.44em) {
    .site-title {
        font-size: 2em;
    }
}
    
@media screen and (min-width: 50em) {
    .site-title {
        font-size: 2.5em;
    }
}

.site-title a {
    color: hsl(5, 45%, 95%);
    text-decoration: none;
}

.site-title a:hover {
    text-decoration: underline;
}

/* Card Based Layout - Base styles */
body {
  line-height: 1.4;
}

.site-title {
	color: white;
}

.card {
	background: #fff;
	margin-bottom: 2em;	
}


.card a {
	color: rgba(235,62,45,1.00);
	text-decoration: none;
}

.card a:hover {
	box-shadow: 3px 3px 8px hsl(0, 0%, 70%);
}

.card-content {
	padding: 0.6em 1.4em 1.6em 1.4em;
}

.card-content h2 {
	margin-top: 0;
	margin-bottom: .2em;
	font-weight: normal;
	color:rgba(125,76,243,1.00);
}

.card-content p {
	font-size: 110%;
}

img {
  width: 100%;
  height: auto;
}

/* Flexbox styles */
@media screen and (min-width: 40em) {  
  .cards {
    margin-top: -1em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .card {
    margin-bottom: 1em;
    display: flex;
    flex: 0 1 calc(50% - 0.5em);
    /* width: calc(50% - 1em); */
  }
} /* mq 40em*/

@media screen and (min-width: 60em) {
  .cards {
    margin-top: inherit;
  }
  
  .card {
    margin-bottom: 2em;
    display: flex;
    flex: 0 1 calc(33% - 0.5em);
    /* width: calc(33% - 1em); */
  }
} /* mq 60em*/