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

* {
	box-sizing: border-box;
}

body {
	margin: 0;
    background-color: #e2f1e3;
    font-family: seravek-web,sans-serif;
    font-weight: 300;
    font-style: normal;
}

#logo img {
    width: 350px;
}

#content-wrapper {
    width: 100%;
    /*max-width: 1280px;*/
    margin: 0 auto;
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    flex-direction: column;
}
#content{
    text-align: center;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
#contact {
    text-align: center;
    color: #183c3e;
}
#contact a{
    cursor: pointer;
    color: #183c3e;
    text-decoration: none;
}
#hours{
    color: #609595;
}



/*media queries*/

@media only screen and (max-width: 1279px) {

}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 980px) {

}

@media only screen and (max-width: 767px) {
    
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) iPhone Portrait*/
@media only screen and (max-width: 479px) {

}

@media only screen and (max-width: 360px) {
	
}
