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

html{
    background-color: #ffffff;
    color: #383838;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

body { 
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #1a1a1a;
    font-size: 16px;
}

.header-line {
    display: block;
    width: 100px;
    height: 3px;
    background: #EC7B00;
    margin: 20px auto;
}

h2{
    font-size: 250%;
    font-family: serif;
    text-align: center;
    padding-bottom: 5px;
    text-shadow: 3px 3px 6px rgba(150, 150, 150, 1);
    margin: 0 0;
    letter-spacing: 4px;
}

.section-h2{
    padding-top: 2%;
}

.section-content{
    padding: 2% 15%;
}

.section-row{
    padding: 2% 0%;
}

hr{
    margin-top: 0px;
    border: 1px solid #7c7979;
}

/*----------------------------------------------*/
/* Links */
/*----------------------------------------------*/
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    color: darkblue;
    text-decoration: none;
    font-weight: bold;
}

a:active {
    color: darkblue;
    text-decoration: none;
}

/* hack to clear the floats */
.clear-fix{zoom:1}
.clear-fix:after{
  content: '.';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

*[class^='col-']{
    padding: 0;
}

ul{
    list-style-type: square;
}

li{
    padding-top: 10px;
}

.text-title{
    /* font-style: oblique; */
    font-size: 110%;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.section-icon{
    font-size: 250%;
}

/*----------------------------------------------*/
/* Menu */
/*----------------------------------------------*/
.navbar{
    margin: 0;
    opacity: 1;
    background: #444446;
    border-radius: 0px;
    min-height:30px !important;
    border : none;
}

/* Reduce height of nav bar */
.navbar-nav > li > a, .navbar-brand {
    padding-top:0px !important; padding-bottom:0 !important; height: 30px; 
} 

.navbar-default .navbar-nav>li>a {
    color: #f4fffc;
    font-size: 120%;
}

.navbar-default .navbar-nav>li>a:hover{
    color: #f4fffc;
}

.navbar-default .navbar-nav>li>a:visited{
    color: #f4fffc;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: aliceblue;
}

.navbar-default .navbar-toggle:hover {
    background-color: rgb(41, 163, 145);
}

.menu-list{
  list-style: none;
  width: 100%;
}

.menu-list li{
  display: block;
  width: 33%;
  float:left;
}
/*----------------------------------------------*/
/* Home */
/*----------------------------------------------*/
.home-right{
    /* Standard syntax */
    overflow-y: visible;
    background-color: #ffffff;
}

/*----------------------------------------------*/
/* Bio */
/*----------------------------------------------*/
#nav.affix {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index:10;
}

/*center menu item*/
.navbar-nav {
    width: 100%;
    text-align: center;
}
/*center menu item*/
.navbar-nav li {
    float: none;
    display: inline-block;
}

.jumbotron{
    background-color: #19191a;
    padding-top: 38px;
    padding-bottom: 18px;
    margin-bottom: 0px;
}

.container-fluid .jumbotron {
    border-radius: 0px;
}

.jumbotron h1{
    font-size: 500%;
    text-align: center;
    padding-bottom: 5px;
    color: aliceblue;
    font-weight: 100;
}

.jumbotron p{
    text-align: center;
    font-size: 130%;
    line-height: 200%;
    word-spacing: 4px;
    color: #b8c4ce;
}

.bio-content{
    display: block;
    padding-top: 50px;
    height: 100%;
    font-size: 100%;
}

.home-title{
    width: 100vw;
    display: block;
    color: #383838;
    text-align: center;
    padding-bottom: 50px;
    margin-bottom: 10px;
    font-size: 400%;
    letter-spacing: 20px;;
    font-weight: bold;
    background-color: #fcffe6;
}


.bio-text{
    padding-top: 0px;
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 10%;
    margin-bottom: 50px;
    font-size: 110%;
}

.user-img{ 
    width: 90%;
    height: auto;
    display: block;
    margin: auto;
    margin-top: 60px;
    border-radius: 0%;
    border: solid 1px black;
    filter: drop-shadow(5px 5px 5px #222);
}

.contact{
    display: block;
    text-align: center;
    line-height: 1;
    margin-bottom: -20px;
    margin-top: 20px;
    color: #585858;
}

.contact i{
    font-size: 250%;
    vertical-align:middle;
    padding-right: 10px;
}

/*----------------------------------------------*/
/* Research */
/*----------------------------------------------*/
.section-research{
    background-color: #f3f6f8; 
    overflow: hidden;
}

.icon-container{
    width: 70px;
    height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: solid 3px #555555;
    border-radius: 50%;
    text-align: center;
}

/*----------------------------------------------*/
/* Teaching */
/*----------------------------------------------*/
.section-teaching{
    overflow: hidden;
    background-color: #ffffff; 
}

/*----------------------------------------------*/
/* Museum Collections */
/*----------------------------------------------*/
.section-museum{
    overflow: hidden;
    background-color: #f3f6f8; 
}

/*----------------------------------------------*/
/* CV */
/*----------------------------------------------*/
.section-cv{
    background-color: #ffffff; 
    overflow: hidden;
}

.section-cv hr{
    margin-top: 20px;
}

/*----------------------------------------------*/
/* Travels */
/*----------------------------------------------*/
.section-travels{
    margin: 0% 0%;
}

.section-travels h2{
    text-shadow: 3px 3px 6px rgb(79, 79, 80);
}

.travels-content{
    padding: 2% 5%;
    background-color: #d5d5d6;
}

.travels-row{
    margin: 5% 3%;
}

.travels-box{
    width: 90%;
    height: 100%;
    background-color: #e8f1f5;
    overflow: hidden;
    margin: 2% 2%;
    box-shadow: 0 4px 6px rgba(0,0,0,0.12), 0 4px 6px rgba(0,0,0,0.24);
    transition: all 0.3s;
}

.travels-box:hover {
    box-shadow: 0 18px 32px rgba(0,0,0,0.35), 0 20px 20px rgba(0,0,0,0.32);
    transform: scale(1.1);
}

.travels-box:hover img{
    filter: grayscale(0);
}

.travels-box:hover .travels-text{
    font-weight: bold;
}

.travels-box img{
    border: solid 5px #e8f1f5;
    width: 100%;
    height: auto;
    filter: grayscale(0.8);
    transition: transform 0.5s;
}

.modal-image{
    border: solid 5px #e8f1f5;
    max-width: 800px;
    max-height: 600px;
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 5px;
}

.travels-text{
    text-align: center;
    font-size: 150%;
    background-color: #f9fcff;
}

.travels-right{
    background: linear-gradient(#64a0cc, #ffffff ); /* Standard syntax */
    overflow-y: visible;
}

/*Modals*/
.modal-bg{
    display: none;
    z-index: 1;
    position: fixed;
    background-color: dimgray;
    top: 0;
    left: 0;
    padding-top: 50px;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.modal-content{
    margin: auto;
    display: block;
    margin-top: 0%;
    width: 80%;
    max-width: 820px;
    max-height: 620px;
    background-color: dimgray;
    box-shadow: none;
    border: none;
}


/* The Close Button */
.close-modal {
    position: absolute;
    top: 2%;
    right: 50%;
    color: #cbcbcb;
    font-size: 35px;
    font-weight: bold;
    transition: 0.3s;
    opacity: 0.7;
    
    text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}

.close-modal:hover,
.close-modal:focus {
    color: darkturquoise;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

*[id^='modal_']{
    display: none;
}


/* Next & previous buttons */
.prev
{
    cursor: pointer;
    position: absolute;
    top: 8%;
    width: auto;
    padding: 16px;
    color: #EC7B00;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    left: 0px;

    background-color: rgba(255, 255, 255, 0.3);
    
    text-shadow:
    -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;    
}

.next {
    cursor: pointer;
    position: absolute;
    top: 8%;
    width: auto;
    padding: 16px;
    color: #EC7B00;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    user-select: none;
    -webkit-user-select: none;
    right: 0px;
    border-radius: 3px 0 0 3px;
    background-color: rgba(255, 255, 255, 0.3);
    
    text-shadow:
    -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;    
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    color: darkturquoise;
    background-color: rgba(0, 0, 0, 0.8);
}

/*----------------------------------------------*/
/* Footer */
/*----------------------------------------------*/
footer{
    padding: 20px 0px;
    text-align: center;
    background-color: #444446;
    color: aliceblue;
}