
/* Map */
body,html {
  margin:0;
  padding:0;
}

.wrapper {
    padding-top: 40px;
    position: relative;
    width: 100%;
    height: 100vh;
}


.navbar-nav > li > a, .navbar-brand {
    padding-top:10px !important; padding-bottom:0 !important;
    height: 15px;
}

.navbar {
    align-content: baseline;
    background-color: #800000;
    position: fixed;
    border: none;
    min-height: 15px !important;
}


.navbar-brand {
    color: #dddddd !important;
    font-size: 15px !important;
    position: absolute;
}



.menu {
    background-color: #800000;
    color: #dddddd;
    padding: 5px;
    border: none;
}



.btn {
    margin: 3px;
    background-color: #420000;
    color: #dddddd;
}

.btn:hover, .menu:hover{
    background-color: #AA5757;
    color: #dddddd;
}

.btn:focus, .menu:focus{
    background-color: #AA5757;
    color: #dddddd;
}

.sideHolder {
    z-index: 100;
    position: absolute;
    z-index: 100;
    min-height: 100%;
    max-height: 100%;
    right: 0px;
    top: 0px;
    background-color: #212121;
    color: #141414;
    display: none;
    text-align: center;
}

.sideContent{
    position: absolute;
    z-index: 101;
    background-color: #4C4C4C;
    width: 90%;
    height: 90%;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}

.tabcontents{
    overflow-y: auto;
    overflow-x: auto;
    position: relative;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    padding-bottom: 20px;
}

.sideClose {
    position: absolute;
    cursor: pointer;
    right: 0px;
    margin: 7px;
    background-color: #420000;
    color: #dddddd;
    border: none;
    font-size: 22px;
    border-radius: 3px;
}

.sideClose:hover{
    background-color: #AA5757;
    color: #101010;
}

.sideContent a:link, .sideContent a:visited{
    color: #800000;
}

#tableholder {
    
    background-color: #dddddd;
    z-index: inherit;
    margin-top: 0px;
    margin-right: 5px;
    overflow: auto;
}

#tableholder2 {
    
    background-color: #dddddd;
    z-index: inherit;
    margin-top: 0px;
    margin-right: 5px;
    overflow: auto;
}


table {
  border-spacing: 0;
  width: 100%;
  border: 1px solid #cccccc;
}

th {
    cursor: pointer;
}

th, td {
  text-align: left;
  padding: 16px;
}

tr:nth-child(even) {
  background-color: #cccccc;
}


table tr td:nth-of-type(2) { /* Select the 3rd td */
  cursor: pointer;
}

/*form input styling*/


input{
    margin-top: 20px;
    background-color: #101010;
    color: gray;
    padding: 4px;
    border: 1px solid black;
    border-radius: 5px;
}

input:focus{
    background-color: #f5f5f5;
    color: #101010;
}

#year_submit_btn{
    margin-top: 20px;
}

/*end styling input forms */

#timeHolder {
    z-index: 100;
    position: absolute;
    z-index: 100;
    min-height: 250px;
    right: 0px;
    top: 0px;
    background-color: #212121;
    color: #dddddd;
    display: none;
    text-align: center;
}

#timeSearch{
    position: absolute;
    z-index: 101;
    background-color: #4C4C4C;
    width: 90%;
    height: 90%;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
}

#sliderholder {
    position: absolute;
    top: 45px;
    text-align: center;
    height: 60px;
    min-height: 20px;
    width: 100%;
}




/* styling time slider */


#yearHolder {
    width: 20px;
    position: absolute;
    left: 50%;
    top: 75%;
    transform: translate(-75%, -50%);
}

/* end styling time slider */






#mapholder {
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    z-index: 1;
    position: relative;
}

#map {
    height: 100%;
    width: 100%;
    right: 0;
    z-index: 10;
    top: 0px;
    position: absolute;
}

#yearHeader {
    background: rgba(128, 128, 128, 0.5);
    top: 10px;
    left: 80px;
    position: absolute;
    z-index: 50;
    text-align: center;
    display: inline-block;
}

h3{
    padding: 5px 5px 5px 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}


/*styling popup */

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
    z-index: 11;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  

  padding: 40px;
  background: #e8e8e8;
  border-radius: 5px;
  width: 75%;
    height: 75%;
  position: relative;
    left: 12.5%;
    top: 12%;
    z-index: 1000;
    font-family: 'mukta', sans-serif;
    line-height: 1.5;
    font-size: 15px;
    display: inline-block;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: 'mukta', sans-serif;
    line-height: 1.3;
    text-align: center;
    padding-right: 8%;
    padding-left: 8%;
}
.close {

    margin: 20px;
  position: fixed;
    right: 12.5%;
    top: 11%;
      
    z-index: 1001;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #141414;
    
}
.popup .close:hover {
  color: #420000;
    
}

.content {
    height: 80%;
    overflow: auto;
}

.poptitle {
    font-size: 3vw;
    text-align: center;
    font-weight: bolder;
}

/*end styling popup*/


a.specialLink { 
    color: inherit; 
    text-decoration: none;
} 

#oberlinArchLink {
    color: #dddddd;
    text-decoration: none;
}


 /* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tablinks {
  background-color: #420000;
    color: #dddddd;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
    border-radius: 5px 25px 0px 0px;
}

/* Change background color of buttons on hover */
.tablinks:hover {
  background-color: #AA5757;
}

/* Create an active/current tablink class */
.tablinks.active {
  background-color: #AA5757;

}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
} 