@charset "utf-8";
/* CSS Document */

a:link, a:visited{color: #ffffff; text-decoration: none;}
a:hover{color: #000000; text-decoration: underline;}
h2{margin: 0; padding: 0;}
.halfDiv{width: 50%; float: left;}

.sectionBox{margin: 5%; border-radius: 2%;  padding: 5%; text-align: center;  font-size: 2em;}
@media screen and (min-width: 900px){
.halfDiv{width: 50%; float: left;}
}
@media screen and (max-width: 900px){
.halfDiv{width: 100%;}
}
