*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* body */

body{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; font-weight: bold;
}

/* header */

header{
    background-color: #2c3e50;
    padding: 20px 70px;
    position: relative;
}
/* links */

.links{
    position: absolute;
    right: 70px;
    top: 30px;
}
/* targeting header */

header h3{
    color: white;
    font-size: 25px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; font-weight: bold;
}
/* targeting links */

.links a{
    color: white;
    margin-left: 20px;
    text-decoration: none;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; font-weight: bold;
}

/* hero section */

.hero{
    background-color: #1abc9c;
    text-align: center;
    padding: 70px 0px;
}

/* img */

.hero img{
    width: 20%;
    margin-bottom: 30px;
}

/* h1 */

.hero h1{
    color: white;
    font-size: 50px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-bottom: 30px;
}

.hero .star{
    width: 20%;
    margin-bottom: 30px;
}

/* p */

.hero p{
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; font-weight: lighter; opacity: 70%;
    font-size: 25px;
}

/* portfolio section */

.portfolio{
    text-align: center;
    padding: 80px 100px;
}

.portfolio h2{
    font-size: 40px;
    margin-bottom: 30px;
    color: #2c3e50;
}

.portfolio .blue-star{
    width: 20%;
    margin-bottom: 30px;
} 

.images{
    column-count: 3;
}

.images img{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
}

/* about */

.about{
    background-color: #1abc9c;
    text-align: center;
    padding: 80px 190px;
    color: white;
}

.about h2{
    font-size: 40px;
    margin-bottom: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; font-weight: bold;   
}

.about img{
    width: 20%;
    margin-bottom: 30px; 
}

.about .paragraphs{
    column-count: 2;
    text-align: left;
    margin-bottom: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; font-weight: bold; opacity: 80%;
}

/* button */

.about button{
    background-color: #1abc9c;
    padding: 15px;
    border: 1px solid white;
    border-radius: 7px;
    color: white;
    margin-top: 30px;
    text-align: center;
}

/* contact */

.contact{
   text-align: center; 
   padding: 80px 0px;
}

.contact h2{
    font-size: 40px;
    margin-bottom: 30px; 
    color: #2c3e50;
}

.contact .starr{
    width: 20%;
    margin-bottom: 30px; 
} 

/* forms */

.contact form input, textarea{
    margin-bottom: 30px;
    padding: 15px;
    width: 50%;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #1a252f;
    outline: 0;
}

/* send */

.contact button{
    position: relative;
    left: -300px;
    background-color: #1abc9c;
    padding: 15px;
    border: 1px solid #1abc9c;
    border-radius: 7px;
    color: white;
    margin-top: 30px;
}

/* footer */

footer{
    background-color: #2c3e50;
    column-count: 3;
    padding: 50px 160px;
    text-align: center;
    color: white;
    width: 100%;
   
}


.icons img{
    height: 20px;
    margin-bottom: 30px;
}

.icons h3{
    margin-bottom: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; font-weight: bold;
}
.items h3{
    margin-bottom: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; font-weight: bold;
}



.copy{
    background-color: #1a252f;
    text-align: center;
    padding: 10px;
    color: white;
}

.copy p{
    bottom: 10px;
    font-size: 10px;
    opacity: 60%;
}
.pic{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    justify-content: space-evenly;
}
.icon{
    border: 1px solid white;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    align-items: center;
    padding-top: 10px;
}   
   


