body,html,h1,h2,h3,h4,h5,h6{
    color: #777;
    font-family: 'Lato',sans-serif;
}
header {
    width: 100%;
    background-color: #fff
    color: #111;
    position: relative;
    box-sizing: border-box;
    margin-top: 0px;
}
header nav{
    height: 40px;
    margin: none;
}
header nav li{
    display: inline-block;
    height: 40px;
    padding: 5px 20px 0px 10px;
}
header nav li:hover{
    background-color: #ddd;
    color: #000;
}
header nav img{
    float: left;
    box-sizing: border-box;
}
header nav a{
    color: #777;
    padding: 8px 16px;
    float: left;
    display: block;
    text-align: center;
    background-color: inherit;
    text-decoration: none;
    box-sizing: border-box;
}
header nav .search{
    float: right;
}
#parallax{
    background-image:url("../images/parallax1.jpg");
    min-height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.75;
    position: relative;
}
#parallax span{
    padding: 12px 24px;
    text-align: center;
    letter-spacing: 10px;
    font-size: 24px;
    background-color: #000;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#about h1,#work h2,#contact h2{
    font-family: "Lato",sans-serif;
    font-size: 24px;
    text-align: center;
    margin-top: 100px;
    font-weight: 400;
    text-transform: uppercase;
}
#about em,#work span,#contact em{
    display: block;
    font-style: italic;
    text-align: center;
    margin: 20px;
    font-size: 15px;
}
#about .first-p{
    width: 70%;
    margin: 0 auto;
    line-height: 25px;
}
#about .name{
    width: 430px;
    height: 415px;
    float: left;
    margin: 100px 30px 0px 200px;
}
#about .name li{
    display: inline-block;
    margin: 20px 0px 40px 0px;
}
#about .name .small{
    margin-left: 180px;
}
#about .name img{
    border-radius: 15px;
}
#about .right{
    width: 440px;
    height: 350px;
    float: left;
    margin: 100px 0px 0px 30px;
}
#about .right p{
    line-height: 25px;
}
#progress{
    width: 70%;
    margin: 0 auto;
}
#progress h2{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    padding: 16px;
}
#progress p{
    letter-spacing: 8px;
}
#progress .box{
    width: 100%;
    height: 40px;
    background-color: #ddd;
}
#progress .skills{
    text-align: right;
    padding-right: 20px;
    line-height: 40px;
    color: #fff;
}
#progress .photography{
    width: 90%;
    background-color: #616161;
}
#progress .web{
    width: 85%;
    background-color: #616161;
}
#progress .photoshop{
    width: 80%;
    background-color: #616161;
    
}
#bar{
    width: 100%;
    height: 135px;
    margin-top: 80px;
    background-color: #616161;
    color: #fff;
}
#bar .one,#bar .two,#bar .three,#bar .four{
    width: 120px;
    height: 130px;
    float: left;
    padding:40px 0px 0px 0px;
    margin-left: 170px;
}
#bar span{
    font-size: 24px;
}
#bar p{
    font-size: 16px;
}
#parallax2{
    background-image:url("../images/parallax2.jpg");
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.75;
    position: relative;
}
#parallax2 span{
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 10px;
    position: absolute;
    top: 40%;
    left: 40%;
}
#first-4,#last-4{
    width: 70%;
    margin: 0 auto;
}
#first-4 .images,#last-4 .images{
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}
#first-4 .images:hover,#last-4 .images:hover{
    opacity: 0.5;
}
#work button{
    width: 130px;
    height: 50px;
    display: block;
    margin: 60px auto 50px auto;
    background-color:rgb(241,241,241);
    color: #000;
    border: none;
}
#work button:hover{
    background-color: #c3c3c3;
    color: #000;
    cursor: pointer;
    border: none;
}
#parallax3{
    background-image:url("../images/parallax3.jpg");
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.75;
    position: relative;
}
#parallax3 span{
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 10px;
    position: absolute;
    top: 40%;
    left: 40%;
}
#contact .maps{
    float: left;
    margin-left: 13%;
    margin-right: 20px;
}
#contact .form{
    float: left;
}
.form li{
    display: block;
    padding: 5px;
}
.form p{
    display: block;
    padding-left: 20px;
    margin-left: 20px;
}
input[type="text"],input[type="email"]{
    width: 290px;
    height: 28px;
    margin-left: 40px;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 18px;
}
input[type="email"]{
    margin-left: 15px;
}
.form .msg{
    width: 620px;
    height: 28px;
    margin-left: 40px;
}
.form button{
    width: 160px;
    height: 42px;
    float: right;
    margin-top: 15px;
    text-transform: uppercase;
    line-height: 40px;
    background-color: #000;
    color: #fff;
    border: none;
}
.form button:hover{
    background-color: #ccc;
    color: #000;
    cursor: pointer;
    border: none;
}
footer{
    width: 100%;
    height: 300px;
    background-color: #616161;
    text-align: center;
    box-sizing: border-box;
}
footer img{
    margin-top: 100px;
}
footer h2{
    margin-top: 50px;
    color: #333;
}






.clearfix:after{
    content: '';
    display: block;
    clear: both;
}