@import url(http://fonts.googleapis.com/css?family=Open+Sans);



* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

body {
    height: 100%;
    margin: 0em;
    font-family: 'Open Sans',
    sans-serif;
    background: gainsboro;
}

.top {
    background: #D0D0D0;
    background-image: url(../images/mochaGrunge.png);
}

#header-img {
    margin: 0 auto;
    width: 60vw;
    display: block;
    padding: 1%;
}

#myHeader {
    background: whitesmoke;
}



nav i {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #fff;
    display: inline-block;
    margin-bottom: 4px;
    margin-left: 10px;
}

.down-arrow {}

.footer-container {
    position: relative;
    background: white;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    overflow: auto;
    border-top: 1px solid gainsboro;
}

.footer {
    margin: 1vw;
    display: block;
    clear: both;
    padding-left: 2%;
}


#footer-links {
    margin-top: 2%;
    font-size: 20px;
}

#footer-links a {
    text-decoration: none;
    color: #E34B3C;
    font-weight: 700;
}

#footer-info {
    margin-top: 20px;
    text-align: center;
}

#footer-info p {
    font-size: 22px;
    margin-bottom: 2%;
    line-height: 40px;
}



@media screen and (max-width:1280px) {
    #header-img {
        width: 90%;
    }
}

@media screen and (max-width: 720px) {
    #header-img {
        width: 100%;
    }
}
iframe{
	float:right;
}
