* {
    line-height: 150%;
}
h1, h2, h3, h4, h5, h6,
.serif {
    font-weight: 700;
}
.project-title{
	font-weight: 700;
	font-size: 35px;
}
h1 {
    font-size: 40px;
}
.head-title {
    text-align: left;
    margin-top: 20vh;

}
.inner-head {
    padding: 30px;
}
#about {
    margin-top: 100px;
}
#portfolio {
    padding-top: 100px;
    padding-bottom: 100px;
}

#portfolio .portfolio-item {
    margin: 0;
    padding: 0;
}
#portfolio .portfolio-item .portfolio-link {
    max-width: 1200px;
}

.modal-content {
    border: none;
    border-radius: 0;
}

.progressbar{
    border-radius: 0;
    height: 5px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 25px;
    background: rgba(0,0,0, 0.2);
}

.progress-skill{
    border-radius: 0;
    height: 5px;
    margin-top: 5px;
    margin-bottom: 20px;
    background-color: #000;
    width: 0%;
    transition: all ease 1.5s;
}

img {
    border:none;
    max-width: 100%;
}

.foot-link {
    margin-right: 12px;
}

.masthead {
    height: 100vh;
    width: 100%;
    border: 30px solid #fff;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/bg-home.jpg);

}
.sub {
    margin-left: 60px;
    margin-top: 20px;
    margin-bottom: 100px;
    font-size: 18px;
}
.container {
    padding: 30px;
    margin: 0;
    width: 100%;
    max-width: 100%;
}
.down {
    display: block;
    position: absolute;
    left: 49%;
    top: 100vh;
}
.bar {
    display: block;
    width: 5px;
    height: 40px;
    position: relative;
    top: -70px;
}
.first-bar {
    background-color: #fff;
    
}
.second-bar {
    background-color: #000;
}

#skills {
    width: 100%;
    border: 30px solid #fff;
    background-image: url(../img/bg-skills.jpg);
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    
}
.inner-skills {
    display: block;
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
    padding: 150px 30px;
}
section#contact {
    background-color: #fff;
}
.social-link{
    color: #000;
    text-decoration: non;
    margin-right: 20px;
}
.social-link:hover{
    color: #000;
    text-decoration: underline;
}
.portfolio-modal .modal-content{
    text-align: left;
}
.space {
    width: 100%;
    height: 60px;
    display: block;
    clear: both;
}
.contact {
    margin-bottom: 15px;
    font-size: 18px;
}
footer span.copyright {
    font-size: 10px;
}
section {
    padding: 30px 0;
}
.close-modal .x1{
	display: block;
	width: 40px;
	height: 3px;
	background-color: #444;
	transform: rotate(45deg);
}
.close-modal .x2{
	display: block;
	width: 40px;
	height: 3px;
	background-color: #444;
	transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
    .head-title {
        margin-top: 35vh;
    }
    h1 {
        font-size: 60px; 
    }
    .second {
        position: relative;
        top: 60px;
    }
    .container {
        padding: 0px 60px;
    }
    .inner-head {
        padding: 60px;
    }
    .masthead,
    #skills {
        border: 60px solid #fff;
    }
    .padding-skills {
        padding: 0 60px;
    }
    .contact {
        font-size: 25px;
    }
    .bar {
        top: -100px;
    }
    .inner-skills {
        padding: 150px 60px;
    } 
    section {
        padding: 60px 0;
    }

}

@media screen and (max-width: 768px) {
    .contact {
        text-align: left !important;
    }

}

.close.icon {
  color: #ccc;
  position: absolute;
  margin-top: 0;
  margin-left: 0;
  width: 21px;
  height: 21px;
}

.close.icon:before {
  content: '';
  position: absolute;
  top: 30px;
  width: 63px;
  height: 3px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close.icon:after {
  content: '';
  position: absolute;
  top: 30px;
  width: 63px;
  height: 3px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


