body {
    color: black;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0px;
}

h1{
    font-size: 2.5em;
    line-height: 1.4166666667;
    font-weight: 500;
    margin-bottom: 11px;
    color: #400000;
}

h2{
    font-size: 1.5em;
    line-height: 1.4166666667;
    font-weight: 700;
    margin-bottom: 11px;
    padding-top: 30px;
    padding-bottom: 20px;
}

h3{
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 150%;
}

a {
    color: #333333;
}

a:hover {
    color: #000000;
}


.h4{
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: left;
}

.biblio {
    text-align: left; 
      line-height: 150%;
    padding-left:20px; 
    padding-bottom: 20px; 
    border-bottom: 1px solid gray;
    padding-top: 20px;
}


.dynamic-logo{
    align-content: center;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

img.logo {
    width: 100%;
    max-width: 300px;
}

img.banner {
    width: 100%;
    max-width: 900px;
}

.header-wrapper {
    background: rgba(255, 255, 255, 0.7);
    left: 0;
    z-index: 3;
}

.header-items{
    position: relative;
}

/* NAV */
.nav-wrapper {
    background-color: #F2F2F2;
    display: flex;
    text-align: center;
    align-content: center;
    margin-bottom: 20px;
    vertical-align: middle;
}

.nav-links-wrapper {
    display: flex;
    align-content: center;
    text-align:center;
    margin:auto;
    overflow:hidden
}

.nav-links {
    margin-right: 10px;
    padding: 20px;
    font-size: 0.9em;
    font-weight: 700;
    padding: 20px 20px;
    display: inline-block;
    vertical-align: middle;
}

.active-nav-links {
    color: white;
    background-color: #BF9000;
}

.nav-links a {
    color: black;
    text-decoration: none;
    transition: color 0.5s;
    font-family: 'Roboto', sans-serif;
}

.nav-links:hover {
	color: #222266;
    background-color: #FFF0C1;
   
}

.banner{
    width: 100%;
    height: 100%;
    
    padding-top: 150px;
    padding-bottom: 150px;
    background-repeat: no-repeat;
    background-size: cover;
}   



/*NEWS*/
.body-wrapper{
    background: rgba(255, 255, 255, 0.7);
  	display: grid;
	grid-template-columns: 1fr;
     align-content: center;
    text-align: center;
    
}
.news-wrapper {
    background-color: white;
    display: flex;
    margin: 10px;
    align-content: center;
    text-align: center;
}

.news {
    width: 50%;
}

.news-titlebar {
    background-color: #BF9000;
    color: white;
    padding: 5px;
    text-align: center;
}

.news-items {
    margin-top: 5px;
    height: 20px;
    background-color: #F7F0DE;
    padding: 5px;
}

/*NEWS*/
.cores-wrapper {
    background-color: white;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
}

.cores-item-wrapper {
    background: #F2F2F2;
    position: relative;
    margin: 5px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.cores-item-wrapper:hover {
	/*filter: invert(100%) !important;*/
	transition: 0.5s;
    filter: brightness(50%) grayscale(100%) invert(100%);
}

.cores-img-background {
	height: 450px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    background-color: red;
}

.cores-items {
    position: absolute;
    top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 450px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.cores-logo{
    align-content: center;
	text-align: center;
}

.subtitle{
    padding-top: 10 px;
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
	font-size: 1.2em;
	padding-left: 10px;
	padding-right: 10px;
    text-align: center;
    padding-top:10px;
}

.banner-subtitle{
    padding: 50 px;
    padding-top: 50px;
	font-family: 'Roboto', sans-serif;
    color:white;
    font-weight: 500;
	font-size: 4.2em;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
}

.banner-subtitle2{
    padding: 50 px;
    margin: 50px 100px;
	font-family: 'Roboto', sans-serif;
    color:white;
    font-weight: 500;
	font-size: 2.2em;
    text-align: center;
}

.banner-subsubtitle{
    padding: 50 px;
    padding-bottom: 50px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
     color:white;
	font-size: 2.2em;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
}


.subsubtitle{
    font-family: 'Roboto', sans-serif;
	font-size: 1.0em;
    font-style: italic;
	padding-left: 10px;
	padding-right: 10px;
    text-align: center;
    padding-top:10px;
}

.contact-wrapper{
    align-content: left;
    text-align: left;
    padding-left: 30px;
}



.intro-wrapper{

    padding-left: 10%;
    margin-bottom: 40px;
    max-width: 900px;
}

/* TEAM */

.team-wrapper {
    background-color: white;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
}


.team-items-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(250px,1fr)); 
}

.team-item-wrapper {
	position: relative;
	color: rgba(255,255,255,1);
}



.team-item-wrapper:hover {
	transition: 0.5s;
	/*filter: brightness(50%);*/
	background: black;
	color: rgba(255,255,255,1);
}

.team-img-background {
	height: 250px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.team-text-wrapper {
	position:absolute;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
	height: 50px;
	width: 100%;
	text-align:left;
	cursor: pointer;
    background: rgba(160, 134, 89,0.6)
        
}

.team-text-wrapper:hover{
	background: rgba(160, 134, 89,0.9)
}

.team-membername {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
    padding-left:15px;
    padding-top:5px;
    font-weight: 500;
   
}

.team-membertitle {
	font-family: 'Roboto', sans-serif;
	font-size: 0.8em;	
    padding-left:15px;
    padding-bottom:5px;
}

/* FOOTER */
.footer-wrapper{
    text-decoration: none;
}

.footer-wrapper a {
    color: #FFFFFF;
}

.footer-wrapper a:hover {
    color: #BBBBBB;
}

.footer-address-items {
	padding: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	background-color: #400000;
	
}

.footer-address-leftside {
	display: grid;
	text-align: center;
    vertical-align: middle;
	padding-right:30px;
    margin-top: 15px;
}

.footer-address-rightside {
	display: grid;
    text-align: left;
}

.footer-subtitle {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 0.9em;
	color: white;
}

.footer-body {
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	color: white;
}

.footer-cr {
	font-family: 'Roboto', sans-serif;
	font-size: 0.7em;
	color: white;
}


