/* updated 210113 */

header {margin:15% auto 30px auto;text-align:center;}
header img {max-height:50px;}
body {background-color:#f9f3ff;font-family: helvetica, sans-serif;font-size:20px;font-weight:600;line-height:1;text-align: center;}
section {margin:0 auto;width:90%;max-width: 600px;}
ul {display:flex;list-style-type: none;justify-content:space-between;margin:0 auto;padding:0;width:90%;}
ul.icons {margin-bottom:30px;max-width:450px;}
ul.text {flex-wrap: wrap;}
.icons li {text-align:center;}
.text li {margin-bottom:30px;padding:0;text-align: center;width:100%;}
li img {height:30px;}
a {color:#442468;display:block;font-weight:400;margin-top:5px;text-decoration: none;}
a:hover {text-decoration: underline;}
h1 {font-size:2rem;}
p {font-size:1rem;font-weight:400;line-height: 1.25;text-align: left;}

@media only screen and (min-width: 600px){
	body {font-size:24px;}
}

@media only screen and (min-width: 768px){
header {margin-top:10%;}
header img {max-height:60px;}
}

@media only screen and (min-width: 1024px){
header {margin-top:5%;}
}
