body {
    background-color: #f9f6f0;
}
.nav {
border-bottom: solid 5px #bbbbbb;
border-top: solid 5px #bbbbbb;
}
.nav li {
display: inline;
margin-left: 50px;
}
.nav li a {
    font-size: 58px;
    font-family: 'Roboto Condensed', sans-serif;
}
.nav li img{
    height: 60px;
    width: 90px;
    position: relative;
    float: right;
    margin-right: 40px;
    margin-top: 15px;
}
.questions {
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 0px;
    margin-left: 10%;
    padding: 0px;
}
.questions h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 55px;
    color: #ffd300;
}
.questions h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    color: #33cbb4;
    margin-left: 10px;
}
.questions h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: bold;
    font-size: 30px;
    color: #3e1928;
}
.questions iframe {
    margin-bottom: 100px;
    height: 500px;
}
.footer li {
    display: inline;
    margin-left: 50px;
}
.footer li img{
    height: 60px;
    width: 90px;
    position: relative;
    float: right;
    margin-right: 40px;
}