* {
    border: 0;
    margin: 0;
    padding: 0;
}
html {
    background: #e5ad62 url(images/bg.jpg) repeat;
    overflow: hidden;
    overflow-y: scroll;
    font-family: 'Lato', 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    font-size: 15px;
}
body {
    line-height: 1.5;
}
h1 {
    font-size: 180%;
    color: #232321;
}
h2 {
    font-size: 140%;
    color: #232321;
    margin: 1em 0;
}
p {
    font-size: 100%;
    color: #232321;
    text-align: left;
    letter-spacing: 0;
    margin: 1em 0;
}
ul,ol {
    padding-left: 1.2em;
    color: #232321;
    margin: 1em;
}
a,
a:link,
a:visited,
a:active,
a h2 {
    color: #d93124;
    text-decoration: none;
    transition: .3s;
}
a:hover,
a:hover h2{
    color: #da7d16;
    text-decoration: none;
    transition: .3s;
}
video {
    width: 100%!important;
    height: auto!important;
    margin: 1em 0;
}
#fadeshow {
    z-index: 1;
    max-width: 700px;
    max-height: 300px;
    background: #E4BB7C;
    margin: 2em 0;
    border-radius: 1em;
}
#fadeshow_mobile {
    z-index: 1;
    max-width: 500px;
    max-height: 214px;
    background: #E4BB7C;
    margin: 2em 0;
    border-radius: 1em;
    display: none;
}
#header {
    max-width: 890px;
    height: 220px;
    background: url(images/header.jpg) no-repeat center center;
    margin: 2em auto 5px;
}
#wrap {
    max-width: 890px;
    margin: 0 auto 2em;
}
#content {
    background-color: rgba(228, 187, 124, .7);
    min-height: 500px;
    margin: 0 0 2em 165px;
    padding: 1em;
}
#giftcert {
    width: 300px;
    height: auto;
    transition: .3s;
    position: relative;
    margin: 1em 0 1em 1em;
    float: right;
}
.photo {
    width: 170px;
    height: 170px;
    transition: .3s;
    position: relative;
    margin: 0 0 .5em .5em;
    float: right;
}
.photo:hover,#giftcert:hover {
    transform: scale(1.1);
    transition: .3s;
    z-index: 10;
    box-shadow: 0px 0px 15px 5px #f38b18;
}
#navigation {
    float: left;
    width: 160px;
}
#button {
    line-height: 1.4;
    width: 160px;
    margin-bottom: .5em;
    font-size: 100%;
    color: #232321;
    padding: 0 0 1em;
}
#button ul {
    list-style: none;
    border: none;
    margin: 0;
    padding: 0;
}
#button li {
    border-bottom: 2px #f38b18 solid;
}
#button li a {
    display: block;
    border-left: 8px solid #f38b18;
    background-color: #d93124;
    color: #fff;
    text-decoration: none;
    width: 100%;
    padding: 5px 5px 5px .5em;
    transition: border-left .3s, background-color .3s;
}
html>body #button li a {
    width: auto;
}
#button li a:hover {
    border-left: 16px solid #da7d16;
    background-color: #f38b18;
    color: #fff;
    transition: border-left .3s, background-color .3s;
}
#linkedin {
    margin-top: .5em;
}
#welcome {
    text-align: center;
    display: block;
    margin-bottom: 2em;
    letter-spacing: 1px;
}
img {
    transition: .3s;
}
img:hover {
    box-shadow: 0px 0px 15px 5px #f38b18;
    background: #f38b18;
    transition: .3s;
}
#gift {
    width: 95%;
    margin: 2em auto 0;
    border: 1px rgba(217,49,36,.3) solid;
    background-color: rgba(217,49,36,.05);
    padding: .5em 1em;
    border-radius: 1em;
}
#team {
    width: 70%;
    text-align: center;
    margin: 3em auto 1em;
    border: 1px rgba(217,49,36,.3) solid;
    background-color: rgba(217,49,36,.05);
    padding: .5em;
    border-radius: 1em;
}
#team h2 {
    margin: 0 0 .5em;
}
#team img {
    border-radius: 1em;
}
#youtube {
    float: none;
    margin-top: 2em;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
#youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.container {
    width: 180px;
    float: right;
    margin-top: 2em;
}
@media all and (max-width: 920px) {
    html {
        font-size: 14px;
    }
    #header {
        background: url(images/header2.jpg) no-repeat center center;
        background-size: 100%;
        width: 100%;
        height: 200px;
        margin: .5em auto;
    }
    #wrap {
        margin: 0 3px;
    }
    #content {
        min-height: 335px;
        margin: 0 0 0 165px;
    }
    .photo {
        width: 120px;
        height: 120px; 
    }
    .container {
        width: 130px;
    }
}

@media all and (max-width: 700px) {
    html {
        font-size: 13px;
    }
    #header {
        height: 150px;
    }
    #content {
        margin: 0;
    }
    #navigation,#button {
        width: 100%;
        margin-bottom: 1em;
    }
    #button li {
        float: left;
        border-bottom: none;
        margin: 0 5px 3px 0;
        width: 140px;
    }
    #button li a:hover {
        border-left: 8px solid #da7d16;
    }
    #fadeshow_mobile {
        display: block;
    }
    #mobile,#fadeshow {
        display: none;
    }
}
@media all and (max-width: 500px) {
    #header {
        height: 80px;
    }
    #team {
        width: 80%;
    }
}
