html{
    overflow-x:hidden;
}

body{
    font-family: Raleway;
    font-size: 14px;
    line-height: 1.42857143;
    color: white;
    background: #536976;
    background: -webkit-linear-gradient(to right, #292E49, #536976);
    background: linear-gradient(to right, #292E49, #536976);
    overflow-x:hidden;
}

h1{
    padding:28px 55px 5px 0;
    font-size :50px;
    float:left;
    color: #d4c3aa;
    width:400px;
    height:70px;
    border-bottom:20px solid #2a292a;
    letter-spacing: 3px;
    margin-left:-30px;
}
h1 span{
    font-size : 35px;
    margin-left: 10px;
    color:#dedede;
    line-height: 60px;
    letter-spacing: -1px;
}

h2{
    font-size:60px;
    color:#d4c3aa;
}

h3{
    margin : 10px 0 10px -50px;
    text-align:left;
    background  : transparent;
    border-bottom: 3px solid white;
    padding-left:75px;
    height:55px;
    width : 350px;
    color: white;
    font-size:15px;
    letter-spacing: 5px;
}

h4{
    margin : -30px 0 10px 20px;
    text-align:center;
    background : white;
    padding: 5px 10px 5px 10px;
    width : 280px;
    color: black;
    border-top:3px solid white;
    font-size:20px;
    letter-spacing: 5px;
}

h5{
    margin : 0 -120px 15px 0;
    text-align: center;
    float:right;
    background  : transparent;
    /*border-bottom: 3px solid white;*/
    padding: 0 175px 0 0;
    height: 40px;
    width : 300px;
    color: white;
    font-size:20px;
    letter-spacing: 3px;
}

#logo{
    width : 200px;
    margin : -170px 0 0 -35px;
    float:left;
}
#me{
    font-size:30px;
    height:28px;
    font-weight : bold;
    line-height: 45px;
    letter-spacing: 5px;
    float:right;
    padding: 25px 180px 20px 30px;
    border-left:7px solid #dedede;
    width : 350px;
    margin-right:-180px;
    text-align:right;
    background: #2a292a;
    color:#d4c3aa;
}
#me span {
    color: white;
    font-weight: bold;
    background: #2a292a;
    padding : 5px;
    letter-spacing: 8px;
}

#cv{
    font-size:13px;
    font-weight:bold;
    letter-spacing: 3px;
    line-height : 15px;
    margin : 15px 0 0 150px;
}
#cv a{
    color:white!important;
}

.chevron-left{
    font-size:55px;
    float:left;
    cursor:pointer;
}

.chevron-right{
    font-size:55px;
    float:right;
    cursor:pointer;
}

.details{
    margin-top:5px;
    font-size:13px;
    text-align:center;
    font-weight:bold;
    color : #dedede;
}

.details-html{
    max-width:370px;
    margin:0 auto;
}

a {
    background: gray;
    color : white;
    padding:5px;
    margin-left:5px;
}
a:hover {
    color : black;
    text-decoration: none;
}
a:visited{
    color : black;
    text-decoration: none;
}
a:visited{
    color : black;
    text-decoration: none;
}

.topline {
    background: #d4c3aa;
    height : 5px;
    font-weight : bold;
    margin-left: 50%;
}

.content{
    background: #2a292a;
    padding: 25px 10px 15px 10px;
    color : white;
    border-left:5px solid #d4c3aa;
}

#footer a{
    cursor:pointer;
    color: white;
    font-weight: bold;
    font-size: 18px;
}
#footer a:hover{
    text-decoration : none;
    color : gray;
}

#footer{
    text-align: center;
    width : 100%;
    padding : 30px 0 30px 0;
    margin : 20px 0 20px 0;
    color: white;
}

#footer .footer-social{
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #eee;
    color: gray;
}

#footer i{
    font-size: 36px;
    margin-right: 25px;
    margin-left: 30px;
    color: white;
    padding: 10px;
    height: 50px;
    width: 60px;
    text-align: center;
    line-height: 43px;
    text-decoration: none;
    transition:color 0.2s;
}

#footer i:hover{

}

#footer .icon-facebook:hover{
    color: #2b55ff;
}

#footer .icon-facebook:focus{
    color: #2b55ff;
}

#footer .icon-googleplus:hover{
    color:red;
}

#footer .icon-googleplus:focus{
    color:red;
}

#footer .icon-twitter:hover{
    color: #00aced;

}

#footer .icon-twitter:focus{
    color:#00aced;
}

a#head{
    position : fixed;
    bottom : 0;
    left : 80px;
    margin-left : -15px;
    text-align:center;
    width : 150px;
    background: #d4c3aa;
    color:gray;
    font-weight : bold;
    padding : 10px 10px 8px 5px;
    transition:color 1.2s;
    font-size : 14px;
}
a#head:hover{
    color: white;
    background: #2a292a;
    text-decoration: none;
}

#foot{
    position : fixed;
    bottom: 0;
    right : 0;
    width : 35%;
    height : 6px;
    background: #d4c3aa;
}