/*FONTS*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500|Raleway&display=swap&subset=latin-ext');

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

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', 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;
}
.relative {
    position: relative;
}

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

.social {
    position: absolute; 
    top: 100px; 
    right: 50px;
}
.social a {
    color: #fff;
    float: right; 
    padding-left: 20px; 
    font-size: 36px; 
    line-height: 1;
}
.social a:hover,
.social a:focus {
    color: #c00;
}

.content {
    width: 60%; 
    height: 100%; 
    position: absolute;
    left: 0px; 
    padding: 60px 45px 50px 50px;
}
.name {
    font-size: 42px; 
    margin-bottom: 50px;
}
.name img {
    width: 100%; 
    height: auto;
}

h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 6vw; 
    color: #c00; 
    text-transform: uppercase; 
    text-shadow: 0 0 25px #666;
    margin-top: 0; 
    margin-bottom: 10px;
}
h1 a {
    color: #c00;
    text-shadow: none;
}
h1 a:hover,
h1 a:focus {
    color: #f00;
}
.text1 {
    font-size: 2.6vw; 
    letter-spacing: 1px;
}
.text2 {
    font-size: 2vw; 
    letter-spacing: 1px;
}
.text3 {
    font-size: 1vw; 
    letter-spacing: 1px; 
    margin-bottom: 10px;
}

.fa-ul {
    margin-left: 35px;
}
.fa-ul i {
    color: #c00;
}
.fa-li {
    top: .3em;
}
.text2 .fa {
    color: #c00;
}
hr {
    background: rgba(0, 0, 0, 0.6); 
    border-bottom: medium none; 
    border-top: medium none; 
    margin: 25px 0;
    width: 100px; 
    height: 2px; 
    position: relative;
}
.logos {
    background: rgba(255,255,255,0.9);
    display: inline-block;
    padding: 30px 0 30px 30px;
    margin-bottom: 30px;
    border-radius: 50%;
}
.logos a {
    margin-right: 30px;
    
}

@media screen and (max-width: 1460px) {
    h1 {font-size: 5vw;}
    .text3 {font-size: 18px;}
}
@media screen and (max-width: 1350px) {
    .content {
        width: 65%; 
        padding: 30px 45px 50px 50px;
    }
    .social {
        top: 40px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .content {
        width: 100%; 
        height: auto; 
        right: 0px; 
        bottom: 0; 
        padding: 50px 50px 20px; 
        background-color: rgba(255, 255, 255, 0.6);
    }
    .name img {
        width: 70%;
    }
    h1 {
        font-size: 6vw;
    }
    .text1 {
        font-size: 4vw;
    }
    .text2 {
        font-size: 3vw;
    }
  }
@media screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    html {
        background: url("../img/burjana-2025.jpg") no-repeat 70% 0% 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 50px 20px; 
        background-color: rgba(0, 0, 0, 0.3);
    }
    .name {
        margin-bottom: 20px;
    }
    .name img {
        width: 70%;
    }
    h1 {
        font-size: 6vw;
    }
    .text1 {
        font-size: 3vw;
    }
    .text2 {
        font-size: 2vw;
    }
    
}
@media screen and (max-width: 500px) {
    html {
        background: url("../img/burjana-2025.jpg") no-repeat 80% 0% fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .content {
        padding: 20px 20px 0; 
        text-align: center;
    }
    .social {
        right: 20px; 
        top: 20px;
    }
    h1 {
        font-size: 8vw;
    }
    hr {
        margin: 10px auto;
    }
    .text1 {
        font-size: 5vw; 
        line-height: 1.2; 
        margin-bottom: 10px;
    }
    .text2 {
        font-size: 3.5vw;
    }
    .text3 {
        font-size: 14px;
    }
    .text3.title {
        margin-bottom: 5px;
    }
    .fa-ul {
        margin-left: 0;
    }
    .fa-ul i {
        display: none;
    }
    .logos a {
        margin-right: 15px;
    }
    .logos a img {
        height: 50px; 
        width: auto;
    }
}
