@charset "UTF-8";
/* CSS Document */
h2 {
    color: #517676;
    text-transform: uppercase;
}
h3 {
    color: #517676;
    text-transform: uppercase;
}


/* *********************************************** MEDIUM */
@media only screen and (max-width: 850px) {
}

/* *********************************************** SMALL */
@media only screen and (max-width: 500px) {
}				
