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

html {
    background-color: #fff;
    color: #000;
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

.row {
    max-width: 1140px;
    margin: 0 auto;
}

header{
    background-image: linear-gradient(rgba(0, 0, 0, 0.61), rgb(0, 0, 0)),url(img/jungleroots.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

h1,h2,h3{
    letter-spacing: 1px;
}

h1{
    margin: 0;
    font-size: 300%;
    word-spacing: 3px;
    margin-bottom: 14px;
    color: #fff;
    font-weight: 300;
}

h2{
    font-size: 180%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 30px;
}

h2:after{
    display: block;
    height: 4px;
    background-color: #455a7f;
    content: "";
    width: 140px;
    margin: 0 auto;
    margin-top: 20px;
}

h3{
    font-size: 130%;
}

.hero-text-box{
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.interest-text{
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

.btn:link,.btn:visited{
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    margin-right: 15px;
}

.btn:hover,.btn:active{
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
}

.btn-full:link,.btn-full:visited{
    background-color: #7da1e5;
    border: 1px solid #7da1e5;
    color: #fff;

}

.btn-full:hover,.btn-full:active{
    background-color: #455a7f;
    border: 1px solid #455a7f;
    color: #fff;

}

.btn-ghost:link,.btn-ghost:visited{
    border: 1px solid #7da1e5;
    color: #7da1e5;
}

.btn-ghost:hover,.btn-ghost:active{
    background-color: #455a7f;
    border: 1px solid #455a7f;
    color: #fff;
}

.main-nav{
    float: right;
    list-style: none;
    margin-top: 25px;
}

.main-nav li{
    display: inline-block;
    margin-left: 40px;
}

.main-nav li a:link,.main-nav li a:visited{
    color: #fff;
    background-color: rgba(0, 0, 0, 0.41);
    padding: 0 5px 5px 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    letter-spacing: 1px;
    transition: border-bottom 0.2s;
}

.main-nav li a:hover,.main-nav li a:active{
    color: #455a7f;
    border-bottom: 2px solid #455a7f;
}

section{
    padding: 80px 0;
}

.box{
    padding: 1%;
}

.box p{

    font-size: 94%;
    line-height: 145%;
    margin-top: 6px;
}

.icon-big{
    display: block;
    font-size: 400%;
    color: #455a7f;
}

.bullet-list{
    margin-top:  20px;
    line-height: 145%;
}

.main-pic{
    width: 87%;
}

.section-interests{
    background-color: #f1f1f1;
}

.pfo-feature{
    margin: 10px 0;
}

.pfo-icon{
    margin-right: 8px;
    color: #455a7f;
}

.box img{
    width: 100%;
    height: auto;
    border: 1px solid #455a7f;
}

a{
    text-decoration: none;
    padding-bottom: 1px;
}

a:link,a:visited{
    color: #455a7f;
    border-bottom: 1px solid #455a7f;
    transition: border 0.2s, color 0.2s;
}

a:active,a:hover{
    color: #7da1e5;
    border-bottom: 1px solid transparent;
}

footer{
    padding: 0;
    background-color: #455a7f;
    color: #fff;
    text-decoration: none;
}

.contact{
    list-style: none;
}

.contact li{
    padding: 10px 10px;
}

.contact i{
    padding-right: 10px;
}

#social-links {
    color:#7da1e5;
    text-decoration: underline;
}