
/* General format */
*{
	box-sizing: border-box;
	font-family: Georgia, serif;
	font-size: 12pt;
}

body{
	margin:0;
}

p{
	text-align: justify;
}

h1{
	font-family: Anton, Impact, sans-serif;
	text-transform: uppercase;
	font-size: 24pt;
}

h2{
	font-family: Anton, Impact, sans-serif;
	font-size: 16pt;
	text-transform: uppercase;
}

h3{
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	display: inline;
}

a{
	text-decoration: none;
	color: black;
}

a:hover{
	color: rgb(178,40,45);
	transition: color 0.4s ease;
}

img{
	max-width: 80%;
}

.equipImage{
	max-width:100%;
	padding: 5%;
}

.videoWrapper{
	position: relative;
	padding: 0 0 56.25% 0;
	height: 0;
}

.videoWrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.caption{
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	text-align: center;
	line-height: 0.9em;
}

.caption2{
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	text-align: center;
	line-height: 0.9em;
}

.projectStudents{
	text-align: center;
	margin: 0;
}

/* Publications drop down menu/list */
.expandable, .expandable2{
	margin: 0.4em 0;
}

.expandable h2, .expandable2 h2{
	margin: 0;
	color: white;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 18px;
	background-color: rgb(178,40,45);
	padding: 0.8em 1.3em;
	cursor: pointer;
	transition: background-color 0.4s ease, color 0.4s ease;
}

.expandable-controls{
	background-color: white;
	margin: 0.4em 0;
}

.expandable-controls::after {
    content: "";
    clear: both;
    display: table;
}

.expandable-expand, .expandable-collapse{
	display: inline-block;
	width: 50%;
	background-color: rgb(178,40,45);
	padding: 0.8em 1.3em;
	margin: 0;
	cursor: pointer;
	transition: background-color 0.4s ease;
}

.expandable-expand{
	float:left;
	border-right: 1px white;
}

.expandable-collapse{
	float:right;
	border-left: 1px white;
}

.expandable-expand h2, .expandable-collapse h2{
	margin: 0;
	color: white;
	font-weight: normal;
	text-align: center;
	font-size: 18px;
	transition: color 0.4s ease;
}

.expandable-expand:hover, .expandable-collapse:hover, .expandable h2:hover, .expandable2 h2:hover{
	background-color: rgb(0,0,0);
	color: rgb(178,40,45);
	transition: background-color 0.4s ease, color 0.4s ease;
}

.expandable-expand:hover h2, .expandable-collapse:hover h2{
	color: rgb(178,40,45);
	transition: color 0.4s ease;
}

.expandable-content{
	display: none;
	background-color: white;
	width: 100%;
	margin: 0;
}

.expanded .expandable-content{
	display: block;
}

.publications{
	color: rgb(178,40,45);
	text-decoration: underline;
	transition: color 0.4s ease;
}

.publications:hover{
	color: black;
}

/* Specific pages */
.research{
	width: 100%;
	text-align:center;
}

.headshot{
	max-width: 75%;
}

#people{
	display: inline-block;
	width: 30%;
	margin: 0 1% 25px 1%;
	vertical-align: top;
	text-align: center;
}

#people2{
	display: inline-block;
	width: 17.5%;
	margin: 0 1% 25px 1%;
	vertical-align: top;
	text-align: center;
}

#banner{
	padding: 0;
	margin: 0;
}

#map{
	width: 80%;
	min-width: 400px;
	height: 400px;
}

/* Footer */
#footer{
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	text-align: center;
	padding: 1rem 0 2rem 0;
}

.footertext{
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	text-align: center;
}

/* News stories */
.news-date{
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	text-align: center;
	background-color: rgb(178,40,45);
	color: rgb(255,255,255);
	padding: .5rem 2.75rem .5rem 1rem;
	transition: background-color 0.4s ease, color 0.4s ease;
}

.news-story:hover .news-date{
	background-color: rgb(0,0,0);
	color: rgb(178,40,45);
	transition: background-color 0.4s ease, color 0.4s ease;
}

.news-story:hover{
	color: rgb(178,40,45);
	transition: color 0.4s ease;
	display: block;
}

.news-story{
	color: black;
	transition: color 0.4s ease;
}

.news-block{
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 90%;
	height: 200px;
	margin: auto;
	text-align:center;
	background-color: rgb(228,228,228);
	transition: background-color 0.4s ease;
}

.news-block:hover{
	background-color: black;
	transition: background-color 0.4s ease;
}

#news{
	display: inline-block;
	width: 40%;
	margin: 0 4% 25px 4%;
	vertical-align: top;
}

/* Header and navigation */
#header{
	background-color: rgb(0,0,0);
	max-width:100%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 2px 0;
	display: none;
	/* To add the menu bar stayign at the top, use this commented out code
	position: sticky;
	position: -webkit-sticky;
	top: 0; */
}

#colorbar{
	height: 1.125rem;
	display: flex;
}

#colorbar1{
	background-color: rgb(224,118,123);
	flex: 1;
}
#colorbar2{
	background-color: rgb(211,61,68);
	flex: 1;
}
#colorbar3{
	background-color: rgb(178,40,45);
	flex: 1;
}
#colorbar4{
	background-color: rgb(134,30,35);
	flex: 1;
}

#navigation{
	color: rgb(255,255,255);
	text-align: center;
	margin: 2.5rem 0 0 0;
}

#navigation ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#navigation li{
	display: inline;
}

#navigation li a{
	text-decoration: none;
	text-transform: uppercase;
	font-family: Anton,Impact,sans-serif;
	font-size: 14pt;
	padding: 10px 15px 10px 15px;
	color: rgb(255,255,255);
}

#navigation li a:hover{
	text-decoration: underline;
}

/* Dropdown menu */
.dropcontent{
	position: absolute;
	z-index: 2;
	min-width: 175px;
	visibility: hidden;
	opacity: 0;
	transition: 0.15s ease;
	padding: 10px 0 0 0;
}

.dropdown{
	display:inline-block;
}

.dropdown:hover .dropcontent{
	visibility: visible;
	opacity: 1;
}

.dropcontent a{
	display: block;
	background-color: #000;
	text-align: left;
	padding: 12px;
	min-width: 175px;
}

.dropcontent a:hover{
	background-color: rgb(178,40,45);
	transition: background-color 0.4s ease;
}

/* Mobile navigation */
#mobile-header{
	display: block;
	background-color: rgb(0,0,0);
	top:0;
	z-index: 1;
}

#mobile-navigation{
	padding: 0 0 15px 0;
}

#mobile-navigation ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#mobile-navigation li{
	width: 100%;
}

#mobile-navigation li a{
	font-family: Anton,Impact,sans-serif;
	font-size: 14pt;
	padding: 15px 15px 15px 25px;
	color: rgb(255,255,255);
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

#mobile-navigation li a:hover{
	text-decoration: underline;
}

#mobile-navigation li ul li a{
	padding-left: 50px;
}

/* Mobile dropdown */
.mobile-dropdown-content{
	opacity: 0;
	transition: opacity 1s ease;
}

.show{
	opacity: 1;
	transition: opacity 1s ease;
}

.mobile-dropdown-content > ul{
	max-height: 0px;
	overflow: hidden;
    transition: max-height 0.5s ease;
}

.show > ul.slidedown{
	max-height: 750px;
}

/* 3 lines to X menu for mobile */
.container-format {
    display: block;
	text-align: center;
	padding: 16px;
	margin: 0;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 28px;
    height: 3px;
    background-color: #FFF;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 5px);
    transform: rotate(-45deg) translate(-7px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -5px);
    transform: rotate(45deg) translate(-6px, -6px);
}

/* Setting up responsive classes */
[class*="col-"] {
    float: left;
    padding: 1px;
    border: 0;
}

.row{
	vertical-align: middle;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

/* Responsive classes - for mobile */
[class*="col-"] {
	width: 100%;
}

/* Responsive classes - for tablet */
@media only screen and (min-width: 750px){
	#header{
		display: block;
	}
	#mobile-header{
		display: none;
	}
}

/* Responsive classes - for desktop */
@media only screen and (min-width: 1000px){
	.col-1 {width: 10%;}
	.col-2 {width: 20%;}
	.col-3 {width: 30%;}
	.col-4 {width: 40%;}
	.col-5 {width: 50%;}
	.col-6 {width: 60%;}
	.col-7 {width: 70%;}
	.col-8 {width: 80%;}
	.col-9 {width: 90%;}
	.col-10 {width: 100%;}
}
