@import url( "https://fonts.googleapis.com/css?family=Open+Sans:400,600" );

html, body{
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 17px;
}

span{
    color: #4f6df5;
}

h2{
    margin-bottom: 10px;
    padding-bottom: 5px;

    border-bottom: 1px solid #4f6df5;
    width: 80%;
}

ul{
    list-style: none;
    padding: 0;
}

ul li{
    margin-bottom: 30px;
}

ul,
h2{
    margin-left: 50px;
    margin-right: 50px;
}

ul ul{
    margin: 0 10px;
    padding: 0 30px;
}

ul ul li{
    margin-bottom: 0px;
    line-height: 25px;
}

.exp ul ul li{
    padding: 7px 0;
}

.container{
    display: flex;
    flex-direction: row;
    font-family: 'Open Sans', sans-serif;
    flex-wrap: wrap;
    columns: 2;
    flex-basis: 50%;
}

.container-fs{
    height: 100vh;
    overflow: hidden;
}

.container div{
    display: flex;
}

.section-s{
    flex: 1.5;
}

.section{
    flex: 2;
    flex-direction: column;
    justify-content: center;
}

.myface{
    background: url( "imgs/myface.jpg" ) no-repeat center top;
    background-size: cover;
}

.intro{
    position: relative;
    overflow: hidden;
    color: #F7F8F9;
}

.intro:before{
    background: url( "imgs/bck.jpeg" ) no-repeat left top;
    background-size: cover;
    filter: blur( 3px ) brightness( 40% );
    top: -5px;
    left: -5px;
    content: " ";
    width: 110%;
    height: 110%;
    position: absolute;
}

.intro h1{
    position: relative;
    font-size: 40px;
    margin: auto 50px;
    line-height: 50px;
}

.intro .about{
    display: flex;
    align-self: center;
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
}

.intro .about li{
    margin-bottom: 12px;
    list-style: circle;
    line-height: 1.5em;
}

.to-top{
    align-items: flex-start;
    background-color: #F7F8F9;
    color: #201E50
}

.to-top .section{
    margin-top: 30px;   
}

.legal{
    margin: 20px;

    border-top: 1px solid #000;
    padding-top: 10px;
}

.contact li{
    margin-bottom: 10px;
}

.contact li a{
    color: #000;
    text-decoration: none;
}

.contact .download{
    text-align: center;
    background-color: #4f6df5;
    padding: 10px 5px;
    margin-top: 40px;
}

.contact .download a{
    color: #FFF;
    font-weight: bold;
    display: block;
}

@media( max-width:1150px ){
    .myface {
        display: none !important;
    }
}

@media( max-width:500px){
    ul ul {
        padding: 0;
        margin: 0;
    }

    .container-fs ul {
        margin: 0 25px
    }
}

@media( max-width:800px ){
    .intro h1{
        font-size: 20px;
        line-height: 30px;
    }

    .container-fs {
        height: 150vh;
    }

    .container {
        flex-direction: column;
    }
}
