/* === GENERAL === */

body {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}

p {
    font-weight: 400;
    line-height: 1.9;
    font-size: 1.1rem;
}


/* === NAV === */

.navbar {
    padding: 1.25rem 0;
    margin-bottom: 0;
    background-color: #91aeb3; 
}

.navbar-brand {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.nav-link {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}


/* === HERO === */

#hero {
    color: white;
    background-color: #19294c;
}

#hero h3 {
    /*text-transform: uppercase;*/
    font-size: 1.5rem;
}


#hero a {
    color: #9ef1ff;
}

#hero .col-sm-7, .col-sm-5 {
    padding: 3rem 3rem 5rem 3rem;
}

#hero .btn-custom-color {
    background-color: #739946;
    border: 0;
    color: #ffffff;   
}

#hero .btn-custom-color:hover {
    background-color: #8ab953;
}


/* === RESEARCH === */

#research h4 {
    text-transform: uppercase;
}

#research .col-sm-6 {
    padding: 3rem 3rem 0 3rem;
}

.research-button {
    padding: 1rem 0;
}

#research .btn-custom-color {
    background-color: #113d9e;
    border: 0;
    color: #ffffff;   
}

#research .btn-custom-color:hover {
    background-color: #376fe9;
}


/* === RESEARCH === */

.page-title  h1 {
    font-size: 1.75rem;
    font-weight: 700;
}

h4 {
    font-size: 1.15em;
    font-weight: 800;
}

.journal-year {
    margin-bottom: 2.5rem;
}









