html, body {
    height: 100%;
    margin: 0;
    padding: 0;

}

/* header style */
header {
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
header span.logo {
    display: inline-block;
    line-height: 150px;
    float: left;
    height:75%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header span.logo img {
    padding: 5px 5px 0px 5px;
}

header nav {
    display: inline-block;

}
header nav a {
    line-height: 150px;
    margin-left: 20px;
    color: #ff6400;
    font-weight: 700;
    font-size: 1.2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header nav a:hover {
    color: #ffa569;
}
header.smaller {
    height: 75px;
    background: rgba(255, 255, 255, 0.7);
}

header.smaller nav a {
    line-height: 75px;
}

header.smaller span.logo {
    line-height: 75px;
}

header.smaller span.logo img {
    width:75%;
}


/* end of header style */



#map {
    height: 350px;
    width:350px;
    float:left;
}


nav a {
    color:#474747;
}

nav a:hover {
    text-decoration: underline;
}

#music {
    background: url(../img/music.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:0;
    margin:0;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:9;
    overflow: hidden;
}

#musicLayer {
    position: relative;
    left: 35%;
    top: 250px;
    font-family: 'Lato';
    font-size:3.5em;
    text-shadow: 2px 2px #474747;
    color:#dee1fd;
    line-height: 1.5em;
    width:60%;


}

#musicCTA{
    width:30%;
    float:right;
    color:white;
    background-color:#ff6600;
    padding:.5em;
    font-size: 2em;
    position: absolute;
    right:0px;
    bottom: 50px;
}

#musicCTA button {
    background:none;
    border:none;
}

#camera {
    background: url(../img/camera.jpg) no-repeat bottom right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:0;
    margin:0;
    top:100%;
    left:0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:8;
    overflow: hidden;
}

#cameraLayer {
    position: relative;
    left: 5%;
    top: 150px;
    font-family: 'Lato', serif;
    font-size:3.5em;
    text-shadow: 2px 2px #474747;
    color:#ff6600;
}

#cameraCTA{
    width:35%;
    float:left;
    color:white;
    background-color:#ff6600;
    padding:.5em;
    font-size: 2em;
    position: absolute;
    left:0px;
    bottom: 50px;
}

#cameraButton {
    background:none;
    border:none;
    float: right;
}

#laptop {
    background: url(../img/laptop.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:0;
    margin:0;
    top:200%;
    left:0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:7;
    overflow: hidden;
}

#laptopLayer {
    position: relative;
    left: 5%;
    top: 150px;
    font-family: 'Lato', serif;
    font-size:3.5em;
    text-shadow: 2px 2px #474747;
    color:#ff6600;
}

#laptopCTA{
    width:30%;
    float:left;
    color:white;
    background-color:#ff6600;
    padding:.5em;
    font-size: 2em;
    position: absolute;
    left:0px;
    bottom: 50px;
}

#laptopButton {
    background:none;
    border:none;
    float:right;
    color:White;
}

#laptopButton:hover {
    text-decoration:none
}

.orange {
    color: #f60;
}

.white {
    color: #fff;
}

#work {
    background-color:#ffffff;
    padding:0;
    margin:0;
    top:300%;
    left:0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:8;
    overflow: hidden;
}

#workLayer {
    position: relative;
    top: 80px;
    font-family: 'Arial', serif;
    font-size:1em;
}

#workCTA{
    width:30%;
    float:left;
    color:white;
    background-color:#ff6600;
    padding:.5em;
    font-size: 2em;
    position: absolute;
    left:0px;
    bottom: 50px;
}

#workCTA a {
    color:white;
    text-decoration: none;
}

#workButton {
    background:none;
    border:none;
    float:right;
}

#contact {
    background-color: #474747;
    padding:0;
    margin:0;
    top:400%;
    left:0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:9;
    overflow: hidden;
}

#contactLayer {
    position: relative;
    left: 5%;
    top: 150px;
    font-family: 'Lato', serif;
    font-size:3.5em;
    text-shadow: 2px 2px #474747;
    color:#ff6600;
}

#footer{
    width:100%;
    color:white;
    background-color:#474747;
    padding:.5em;
    font-size: 1em;
    position: absolute;
    left:0px;
    bottom: 0px;
    text-align:center;
}

.row {
    border-bottom:solid 1px silver;
    padding:10px;
}



@media all and (max-width: 700px) {

    header.smaller {
        height: 80px;
        background: rgba(255, 255, 255, 0.7);
    }

    header.smaller nav {
        position: absolute;
        top: 29px;
        left: 0px;
    }

    header.smaller span.logo img {
        padding: 5px 0 0 10px;
        vertical-align: top;
    }

    header.smaller nav a {
        line-height: 80px;
    }

    header span.logo {
        padding: 0 0px 0 0px;
        line-height:80px;
    }

    header nav a {
        line-height:unset;
        font-size:1em;
    }

    #music {
        background: url(../img/music.jpg) no-repeat top left;
        background-color:black;
    }

    #musicLayer {
        top:200px;
        left:10px;
        font-size:2em;
    }

    #musicLayer img {
        display:none;
    }

    #musicCTA {
        width:70%;
    }

    #camera {
        background: url(../img/camera.jpg) no-repeat bottom center;
    }

    #cameraLayer {
        top:100px;
        left:20px;
        font-size:2em;
    }

    #cameraCTA {
        width:80%;
    }

    #laptopMobile {
        background: rgba(255,255,255,.5);
        width:100%;
        height:100%;
    }

    #laptopLayer {
        top:200px;
        left:20px;
        font-size:2em;
        position: absolute;
    }

    #laptopCTA {
        width:80%;
    }

    #workCTA {
        display:none;
    }

    #mobileCareer {
        display:none;
    }

    #contactLayer {
        top:80px;
        left:20px;
        font-size:2em;
    }

    #contactLayer div a img {
        padding:5px;
    }

    .col-md-2 {
        float:left;
        padding:10px;
    }

    .col-md-4 {
        padding:10px;
    }

    .row {
        border:none;
        padding:0px;
    }

    .section {
        display:block;
    }

}
