/* ----- Main ----- */
html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    background-color: rgb(255, 255, 255);
    margin: 1.5em 0 1.5em 0;
}

p {
    font-size: clamp(1rem, 1vw, 1rem);
    font-family: "Roboto", sans-serif;
}

h2 {
    font-size: clamp(1rem, 1.25vw, 1.5rem);
    font-family:"Roboto Slab", serif;
}

hr {
    max-width: 1200px;
    margin-bottom: 1em;
}

/* ----- Navbar ----- */
.brand {
    display:flex;
    align-items: center;
}

.brand ul {
    list-style:none;
    margin:0px 0px 0px -30px;
}

.brand hr {
    width: 165px;
    margin-left: 8px;
}

.griffin {
    font-size: 22px;
    margin-bottom: -10px;
    margin-left: 8px;
}

.biologist {
    font-size: 18px;
    margin-top: -10px;
    margin-left: 8px;
}

.navbar li {
	list-style: none;
}

.navbar li a {
	text-decoration: none;
	color: rgb(0, 0, 0);
	font-size: 17px;
	display: block;
	position: relative;
}

.navbar li a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000000;
	transform: scaleX(0);
	transition: all 0.25s;
	transform-origin: left;
}

.navbar li a:hover:before, ul li a:hover:after {
 	transform: scaleX(1);
 }

.navbar li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000000;
	transform: scaleX(0);
	transition: all 0.25s;
	transform-origin: right;
}

.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
  }
  
.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}
  
.navbar-toggler span{
    margin: 0;
    padding: 0;
}
  
.toggler-icon {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000000;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

@media (max-width: 320px) {
    .toggler-icon {
      margin-left: auto;
      margin-right: auto;
    }
}
  
.middle-bar {
    margin-top: 0px;
}
  
/* when navigation is clicked */
.navbar-toggler .top-bar {
    margin-top: 0px;
    transform: rotate(135deg);
}
  
.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}
  
.navbar-toggler .bottom-bar {
    margin-top: 0px;
    transform: rotate(-135deg);
}
  
/* State when the navbar is collapsed */
.navbar-toggler.collapsed .top-bar{
    margin-top: -20px;
    transform: rotate(0deg);
}
  
.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}
  
.navbar-toggler.collapsed .bottom-bar {
    margin-top: 20px;
    transform: rotate(0deg);
}

/* ----- Image banners ----- */
.banner {
    margin-left: 1em;
    margin-right: 1em;
}

.banner img {
    width: 100%;
    height: auto;
}

/* ----- About me ----- */
.about h2{
    text-align: center;
}

.about {
    margin: 1em;
}

.about p {
    left: 50px;
}


/* Image carousel */
.slideshow {
    position: relative;
}

.mySlides {
    max-width: 250px;
    margin-right: 1.5em;
}
  
@media (max-width: 769px) {
    .slideshow {
      display: block;
      align-items: center;
    }

    .mySlides {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1em;
        max-width: 400px;
        width: 100%;
    }
}
  
@media (min-width: 770px) {
    .float-left-lg {
      float: left;
    }
}

.research h2{
    margin: 0em;
    text-align: center;
}

.research {
    background-color:#45555c;
    color:white;
    margin: 1em;
    padding: 1em 2em 1em 2em;
}

.outreach-header {
    margin-top: 2em;
}

/* ---- CV Timeline ---- */

/* box around timeline content */
.timebox{
    margin: 1em;
    background-color:#072736;
    color:#fff;
    padding:30px 20px 30px 100px;
    box-shadow:0px 0px 10px rgba(0,0,0,.5);
  }
  
      
/* vertical line placement */
.timeline {
    margin: 1px 20px 0px 35px;
}

/* the vertical line */
.timeline ul{
    list-style-type:none;
    border-left:2px solid #094a68;
    padding:10px 5px;
}

/* spacing between list items on timeline */
.timeline ul li{
    padding:5px 10px 5px 5px;
    position:relative;
    transition:.5s;
} /* top, right, bottom, left */

.tl-item {
    margin-top: 10px;
}

.dates {
    font-size: 12pt;
    color:#388cb1;
}

.jobtitle {
    font-size: 15pt;
    color:#388cb1;
}

/* University of Arkansas */
.uark {
    display:inline-block;
    background-color:#7a7a7abb;
    color: white;
    border-radius:35px;
    padding:3px 10px;
    font-size:15px;
    text-align:center;
    margin: -40px 0 0 -130px;
    position: absolute;
} /* top, right, bottom, left */

/* Jacksonville State University */
.jsu {
    display:inline-block;
    background-color:#7a7a7abb;
    color: white;
    border-radius:35px;
    padding:3px 10px;
    font-size:15px;
    text-align:center;
    margin: -45px 0 0 -130px;
    position: absolute;
} /* top, right, bottom, left */

/* University of Arkansas */
.auburn {
    display:inline-block;
    background-color:#7a7a7abb;
    color: white;
    border-radius:35px;
    padding:3px 10px;
    font-size:15px;
    text-align:center;
    margin: -30px 0 0 -130px;
    position: absolute;
} /* top, right, bottom, left */

/* style for base text of list elemends */
.timeline ul li .content p{
    padding:0px 0px 5px 0px;
    font-size:15px;
    margin:10px 0px 5px;
}

/* dots on timeline */
.timeline ul li:before{
    position:absolute;
    content:'';
    width:10px;
    height:10px;
    background-color:#34ace0;
    border-radius:50%;
    left:-11px;
    top:28px;
    transition:.5s;
}

@media (max-width:300px){
    .timeline{
        width:100%;
        padding:30px 5px 30px 10px;
    }
    .timeline ul li .content h3{
        color:#34ace0;
        font-size:15px;
    }
}

.cv-text {
    margin:1em;
    text-shadow: 0.25px 0.25px rgba(0,0,0,.5);
}
  
.cv-button{
    margin:2em 1em 1em 1em;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    background-color: #072736;
    border-color:#072736;
    box-shadow:0px 0px 10px rgba(0,0,0,.5);
}

.mindmap {
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
  
.cv-button:hover {
    background-color:#094a68;
}

.vitae {
    margin: 1em;
}

.refs {
    margin: 0.5em, 0, 0, 1em;
    font-size: 12pt !important;
}

/* ------- Start block quote styling (Outreach page) ------- */
.quotes {
    display: flex;
    margin: 1em;
    padding: 1em;
}

blockquote {
    margin: 0 1em 0 1em;
}

figcaption {
    margin-left: 1em;
}

blockquote p {
    padding: 15px;
    background: #eee;
    border-radius: 5px;
}
  
blockquote p::before {
    content: '\201C';
}
  
blockquote p::after {
    content: '\201D';
}

.outreach-pics {
    display: flex;
    margin: 1em;
    padding: 1em;
}

.outreach-body {
    margin-left: 1em;
    margin-right: 1em;
}

/* ----- Footer ----- */
.footer-container {
    margin-left: 1em;
    margin-right: 1em;
}

.footer {
    position: relative;
    width: 100%;
    background: #292c2f;
    min-height: 100px;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
  
.social-icon,
.menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
}

.social-icon_item,
.menu__item {
    list-style: none;
}

.social-icon_link {
    font-size: 2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
}

@media (max-width:524px){
    .social-icon_link{
        font-size: 1rem;
    }

    .menu_link{
        font-size: 0.8rem;
    }
} 

.social-icon_link:hover {
    transform: translateY(-10px);
}

.menu_link {
    font-size: 1.2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
    font-weight: 300;
}

.menu_link:hover {
    opacity: 1;
}

.footer p {
    color: #fff;
    margin: 15px 0 10px 0;
    font-size: 1rem;
    font-weight: 300;
}
