/*FONTS*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Comfortaa:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700&subset=latin-ext');

html {
    height:100%;
}
html {
  background: url("../img/marko-vozelj.jpg") no-repeat top right fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} 

body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    background: none;
}
* {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.clearfix:after {content: ".";
                 display: block;
                 height: 0;
                 clear: both;
                 visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.relative {position: relative;}

a {color: #fff; text-decoration: none; -webkit-transition: all .3s; transition: all .3s;}
a:hover, a:focus {color: #fb8424; text-decoration: none;}
img {max-width:100%;}
.marBot {margin-bottom: 40px;}

.content {width: 30%; height: 100%; background-color: rgba(0, 0, 0, 0.5); position: absolute;
        right: 0px; padding: 100px 45px 50px 50px;}
.name {font-size: 42px; font-family: 'Cinzel', sans-serif; margin-bottom: 50px;}
.text1 {margin-bottom: 10px; font-size: 20px; letter-spacing: 1px; color: #ddd;}
.text2 {margin-left: 30px; margin-bottom: 15px; letter-spacing: 1px;}
.social {margin-left: 30px;}
.social ul {list-style: none;}
.social ul li {float: left; margin-right: 20px;}

@media screen and (max-width: 1460px) {
    .content {width: 35%;}
}
@media screen and (max-width: 1250px) {
    .content {width: 40%;}
}
@media screen and (max-width: 1090px) {
    .content {width: 45%;}
}
@media screen and (max-width: 960px) {
    .name {font-size: 38px;}
}
@media screen and (max-width: 900px) {
    .content {width: 50%;}
    .name {font-size: 35px;}
}
@media screen and (max-width: 767px) {
    html {background: url("../img/marko-vozelj.jpg") no-repeat top center fixed;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;}
    .content {width: 100%; height: auto; right: 0px; bottom: 0; padding: 50px;}
    .name {margin-bottom: 20px;}    
}
@media screen and (max-width: 400px) {
    .content {padding: 50px 20px;}
}