body {
    background-color: white;
    color: black;
    font-size: 12px;
}

.clearBoth {clear: both;}
.hidden {display: none !important;}
a {text-decoration: none; color: #fbfae6; cursor:pointer;}
a.colored {
	color: #fff5c3;
	&:hover {text-decoration: underline;}
}
button:focus {outline:0;}
textarea {padding:10px; box-sizing: border-box;}
.mobile {display: none}
.nomobile {display: none;}
.centered {text-align: center; margin: auto;}

.burgerMenu {display: none;}
.contentOverlay {visibility: hidden;}

.centerContainer {
    max-width: 1000px;
    margin: auto;
}

.sideMenu {
    display: none;
}

.siteContent .item {
    width: 23%;
    margin: 3% 1%;
    float: left;
    text-align: center;
    box-sizing: border-box;
}
.siteContent .item .image img {
    width: 100%;
    border-radius: 5%;
    display: block;
}
