@font-face{
   font-family: 'Lobster';
   src: url(../fonts/Lobster/Lobster-Regular.ttf) format('truetype');
   font-weight: normal;
   font-style: normal;
}
@font-face{
   font-family: 'Jura';
   src: url(../fonts/Jura/Jura-Bold.ttf) format('truetype');
   font-weight: bold;
   font-style: normal;
}
@font-face{
   font-family: 'Jura';
   src: url(../fonts/Jura/Jura-Regular.ttf) format('truetype');
   font-weight: normal;
   font-style: normal;
}

body{
    font-family: 'Jura';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    background-color: #ccc;
}

.footer-font{
    font-size: 14px !important;
}

.container{
    width: 1200px;
    margin: 0 auto;
}

.section__title{
    padding: 25px 0;
    text-align: center;
    font-size: 30px;
    color: #fff;
}

/*--------------------------------HEADER------------------------------*/
.header{
    background: url(../images/slider_3.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
}
.header-top{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo{
    display: inline-block;
    padding: 14px 0;
    font-family: "Lobster", sans-serif;
    font-size: 25px;
    color: #fff;
    transition: .3s;
}
.logo:hover, .nav-menu__item:hover, .selected{
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    text-shadow: 2px 2px 10px #fff;
}

.nav-menu__item{
    display: inline-block;
    padding: 5px;
    margin-right: 15px;
    font-family: 'Jura';
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    transition: .3s;
}

.header__title{
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    margin-top: 150px;
    padding-bottom: 60px;
}

.header__text-name{
    margin-bottom: 0;
    color: #fff;
    color: #fff;
    font-size: 35px;
    text-align: center;
    padding-bottom: 200px;
    line-height: 70px;
}
.header__text-description{
    display: block;
}

.arrow{
    display: block;
    text-align: center;
    width: 40px;
    color: #fff;
    font-size: 40px;
    margin-left: -20px;
    transition: .2s;
    position: absolute;
    bottom: 40px;
    left: 50%;
}
.arrow:hover{
    text-decoration: none;
    color: #fff;
    font-size: 45px;
}
/*////////////////////////////////HEADER------------------------------*/

/*------------------------CONTENTSCILLS-------------------------------*/

.content__scills{
    background-color: #005952;
}
.content__scills{
    padding-bottom: 50px;
}
/*
.scills__title{
    padding: 25px 0;
    text-align: center;
    font-size: 30px;
    color: #fff;
}
*/
.scills__items{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.scills-item{
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    width: 352px;
    box-shadow: 2px 2px 5px #00A952;
    margin-bottom: 20px;
}

.scills-item__img{
    width: 100%;
    height: 232px;
    border-bottom: 1px solid #ccc;
}
.scills-item__text{
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 20px;
}
/*////////////////////////CONTENTSCILLS-------------------------------*/

/*------------------------PORTFOLIO-----------------------------------*/
.portfolio{
    background: url(../images/slider_1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.portfolio__title{
    text-align: center;
    font-size: 30px;
    padding: 25px 0;
    color: #fff;
}
.portfolio__items{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.portfolio-item{
    width: 300px;
    height: 300px;
    border: 1px solid #68B747;
    border-radius: 5px;
    overflow: hidden;
    background-color: #68B747;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 5px #68B747;
    
}


.portfolio-item__link{
    border-top: 1px solid #68B747;
    display: block;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    transition: 1.3s;
    color: #fff;
    text-decoration: none;
}
.portfolio-item__link:hover{
    color: #ccc;
    text-decoration: underline;
        
}
/*////////////////////////////PORTFOLIO-----------------------------------*/
/*----------------------------ABOUTME----------------------------------*/
.about-me{
    background: url(../images/guitar.jpg) no-repeat;
    background-size: cover;
    background-position: center;
     position: relative;
    height: 440px;
}

.about-me__title{
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    padding: 25px 0;
    margin-bottom: 0;
/*    color: #68B747;*/
    color: chartreuse;
}

.about-me__text{
    width: 400px;
     color: #68B747;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 180px;
    right: 20px;
}
/*////////////////////////////ABOUTME--------------------------------------*/
/*---------------------------CONTACTS--------------------------------------*/
.contacts{
    padding-bottom: 50px;
    background: url(../images/universe.jpg) no-repeat;
    background-size:  cover;
    background-position: center -328px;
}

.contacts__title{
   text-align: center;
    font-size: 30px;
    padding: 25px 0;
    color: #fff;
}

.contacts__text, .contacts__link{
    font-size: 20px;
    margin-left: 50px;
    line-height: 30px;
    font-weight: bold;
    color: #fff
}
.contacts__link:hover{
    color: chartreuse;
    cursor: pointer;
    text-decoration: underline;
}

.vk-icon{
    display: block;
    width: 30px;
    height: 30px;
    background-color: #4F78A3;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
/*///////////////////////////CONTACTS--------------------------------------*/

/*----------------------------FOOTER---------------------------------------*/
.footer-wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer{
    background-color: #103C39;
}

.author{
    color: #fff;
    padding: 25px 0;
}
/*////////////////////////////FOOTER---------------------------------------*/






























