/* 
   note to my self!
   class is dot
   <> is plain
   id is #   
*/

$headergray: #cbcbcb;
$midgray: #3b3b3b;
$grey: #9e9e9e;

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

h1,
h2,
h3 {
    margin: 0;
}

#header {
    background-color: #a0a0a0;
    color: black;
    font-size: 20px;
    letter-spacing: 20px;
    word-spacing: 0.3px;
    font-weight: 100;
    text-decoration: rgb(68, 68, 68);
    font-style: normal;
    font-variant: small-caps;
    text-align: center;
   
}

#content1 {
    background-color: #a0a0a0;
    color: black;
    font-size: 10px;
    letter-spacing: 20px;
    word-spacing: 0.3px;
    font-weight: 100;
    text-decoration: rgb(68, 68, 68);
    font-style: normal;
    font-variant: small-caps;
    text-align: center;
}

/* 
   NAVIGATION BAR (VEGETATION | SEA ICE | ABOUT)  
*/

.nav_bar {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    margin: auto;
    border-bottom: 10px solid #b8b8b8;
    padding: 0;
    width: auto;
    height: auto;
}

.nav_bar ul {
    padding: 5;
    list-style: none;
}

.nav_bar ul li {
    float: right;
    font-size: 16px;
    font-weight: bold;
    left: -2%;
}


#nav {
    float: left color: #3b3b3b;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
}


/* 
   GRID & MAIN  
*/

.grid {
    display: grid;
    grid-template-columns: 30% 40% 30%;
    padding: 0;
}

#main {
    background: #e8e8e8;
    position: relative;
    margin-left: 1%;
    box-sizing: border-box;
    top: 105%;
}


#timemaps {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    position: fixed;
    float: right;
    font-size: 20px;
    text-align: center;
    word-spacing: 0.3px;
    left: 8%;
    top: 20%;
    
}

#heat_fpar {
    position: fixed;
    left: 1%;
    top: 25% ;
}

#heatmaps {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    position: absolute;
    float: right;
    font-size: 20px;
    text-align: center;
    word-spacing: 0.3px;
    left: 100px;
    
}
/* Slideshow */
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
    top: 2%;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 10px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
  
}

.prev {
    left: 0;
    border-radius: 3px 0 0 1px;
    
}


.prev:hover,
.next:hover {
    background-color: #e8e8e8;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 5px;
    width: 5px;
    margin: 0;
    background-color: #bbb;
    border-radius: 10%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}


/* TEXTS */

h4,
h5,
h6 {
    color: #3b3b3b;
    font-size: 17px;
    letter-spacing: 7px;
    word-spacing: 0.1px;
    font-weight: 100;
    text-decoration: rgb(68, 68, 68);
    font-style: normal;
    font-variant: small-caps;
    text-align: center;
    border-top: 0px;
    border-bottom: 10px;
    padding: 0;
    margin: 0;
}


#text {
    color: #3b3b3b;
    font-size: 13px;
    word-spacing: 0.3px;
    font-weight: 100;
    text-decoration: rgb(68, 68, 68);
    font-style: normal;
    text-align: inherit;
    border-left: 10px;
}




/* CYLINDER COLUMN */

#cylinder {
    position: relative;
    color: #3b3b3b;
    font-size: 15px;
    letter-spacing: 5px;
    word-spacing: 0px;
    font-weight: 100;
    text-decoration: rgb(68, 68, 68);
    font-style: normal;
    font-variant: small-caps;
    text-align: right;
}


/* Cylinder selection */

h8 {
    font-size: 10px;
    background: #e8e8e8;
    color: white;
    padding: 40px 0 100px 20%;
    margin-bottom: 50px;
}

label,
p,
a,
h1,
div {
    font-family: Roboto, sans-serif;
}

.tab-wrap {
    width: 80%;
    margin-left: 2%;
    position: relative;
    display: -webkit-box;
    display: flex;
    top: 0px;
}

input[type="radio"][name="tabs"] {
    position: absolute;
    z-index: -1;
}

input[type="radio"][name="tabs"]:checked + .tab-label-content label {
    color: black;
}

input[type="radio"][name="tabs"]:checked + .tab-label-content .tab-content {
    display: block;
}

input[type="radio"][name="tabs"]:nth-of-type(1):checked ~ .slide {
    left: calc((100% / 3) * 0);
}

input[type="radio"][name="tabs"]:nth-of-type(2):checked ~ .slide {
    left: calc((100% / 3) * 1);
}

input[type="radio"][name="tabs"]:nth-of-type(3):checked ~ .slide {
    left: calc((100% / 3) * 2);
}

input[type="radio"][name="tabs"]:first-of-type:checked ~ .slide {
    left: 0;
}

label {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    background-color:  #8c8c8c;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 60px;
    width: 99%;
}


.tab-label-content {
    width: 80%;
}

.tab-label-content .tab-content {
    position: absolute;
    top: 60px;
    left: 0px;
    line-height: 100%;
    display: none;
}

@media screen and (max-width: 800px) {
    h1 {
        padding: 40px 0 90px 10%;
    }

    .tab-wrap {
        width: 80%;
        margin-left: 10%;
        top: -106px;
    }
}


.follow i {
    margin-right: 20px;
    -webkit-transition: margin-right 0.2s ease;
    transition: margin-right 0.2s ease;
}

.follow:hover {
    width: 134px;
}

.follow:hover i {
    margin-right: 10px;
}



/* RIGHT COLUMN */

.grid2 {
    display: grid;
    background-image: image(02_01.png);
    grid-template-rows: 25% 25% 50%;
    padding: 0em;
}

/* Style The Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}



#slicetitle {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    position: fixed;
    float: right;
    font-size: 20px;
    text-align: center;
    word-spacing: 0.3px;
    right: 150px;
    top: 20%;
    
}

#slider {
    position: relative;
    top: -27%;
}

#leg {
    position: relative;
    top: -25%;
}


#img {
    position: fixed;
    right: 3%;
    bottom: 7%;
    margin-top: 0px;
    padding: 0;
    margin: 0;
}


#contabout {
    position: relative;
    left: 3%;
    top: 0%; 
}

/* FOOTER */

#footer {
    position: absolute;
    bottom: 3px;
    right: 4px;
    clear: both;
    padding: 10px;
    background-color: #cbcbcb;
    color: #3b3b3b;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 10px;
    word-spacing: 0.3px;
    font-weight: 100;
    text-decoration: rgb(68, 68, 68);
    font-style: normal;
    font-variant: small-caps;
    text-align: right;
}
