body {
    font-family: "Lato", "Open Sans", "Roboto", sans-serif;
    font-size: 16px;
}
.container{
    padding-right: 120px;
    padding-left: 120px;
}
a,
a:hover,
a:visited,
a:focus{
    color: #1693A5;
    font-weight: bold;
    text-decoration: underline;
}
h2, h3{
    color: #1693A5;
}
hr{
    border-bottom: 3px solid #1693A5;
}

/**nav section**/
.navbar-brand{
    font-size: 150%;
}
.topnav{
    font-weight: bold;
}
.navbar-header a{
    text-decoration: none;;
}

/**home section**/
.home{
    color: #1693A5;
    text-align: left;
}
.home h1{
    padding-top: 72px;
    padding-bottom: 72px;
}
.home h1.myname{
    padding-bottom: 0px;
}
.home p.mydescription{
    color: #166fa5;
}
.home p{
    padding-bottom: 20px;
    border-bottom: 1px solid #FCFBE3;
}
.home a:hover,
.home a:focus,
.home a:active,
.home a:visited{
    text-decoration: none;
}
.fa{
    color: #FCFBE3;
}
.home .fa:hover,
.contact .fa:hover{
    color: rgba(28, 20, 13, 0.5);
    border: 3px solid rgba(28, 20, 13, 0.5);
    transition: color 1s, border 1s;
}
.home a i{
    margin-left: auto;
    margin-right: 20px;
    margin-top: 20px;
    padding: 10px;
    border: 3px solid #FCFBE3;
    border-radius: 10px;
}
.fa span{
    font-family: "Lato", "Open Sans", "Roboto", sans-serif;
}

/**about section**/
.about{
    color: #333;
}
.about h2
.projects h2{
    padding-bottom: 15px;
}
.center{
    text-align: center;
}
.about .about-me{
    border-left: 3px solid #1693A5;
    padding-left: 25px;
    margin-bottom: 25px;
}
.about h3{
    border-bottom: 3px solid #1693A5;
}
.school-name{
    font-weight: bold;
    text-decoration: underline;
}
.about .col-md-4{
    margin-bottom: 20px;
}
.about .title{
    color: #1693A5;
}

/**projects section**/
.projects{
    color: #333;
}
.project-descriptions .project-name{
    text-align: left;
    margin: 0;
}
#projects a.link{
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 10px;
}
.project-item{
    margin-bottom: 15px;
}
.project-item img{
    margin-top: 20px;
}
.project-item h3{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.project-item a{
    color: #333;
}
.project-item a.frontend-link{
    color:#1693A5;
}

/**project-picture**/
.project-col1{
    padding-right: 0px;
    padding-left: 0px;
}
.project-img{
    width: 100%;
    height: auto;
}
.caption{
    display: none;
}
#projects a img{
    position: relative;
}
a:hover .caption{
    position: absolute;
    display: block;
    background-color: #1693A5;
    opacity: 0.65;
    bottom: 0px;
    left: 0px;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    height: auto;
    font-size: 18px;
}
.caption p{
    margin: 0;
    color: #FCFBE3;
}
/**filter icons**/
.filter-list{
    text-align: center;
    margin-bottom: 25px;
}
.filters{
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
}
.filter-list span{
    line-height: 45px;
    text-align: center;
    background-color: #F9CDAD;
    color: #1C140D;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    cursor: default;
}
.filter-list span:hover{
    background-color: #FC9D9A;
    transition: background-color 1s;
}
.span-active {
    background-color: #FE4365 !important;
}

/**contact section**/
.contact h2,
.contact h3,
.contact a{
    color: #1693A5;
}
.contact .fa{
    margin: 5px;
}
.contact a i {
    border: 3px solid #FCFBE3;
    border-radius: 10px;
    padding: 5px;
}

/**footer section**/
footer{
    color: #333;
    margin-top: 100px;
}
footer ul{
    padding: 0;
}
footer li{
    list-style: none;
    display: inline-block;
}
footer a,
footer a:visited,
footer a:focus,
footer a:active{
    color: #FCFBE3;
}
footer .fa{
    margin: 0 10px;
}
footer .fa:hover{
    color: rgba(28, 20, 13, 0.5);
    transition: color 1s;
}

@media screen and (max-width: 1200px){
    .container{
        padding-right: 10px;
        padding-left: 10px;
    }
}