/* All main styling! */

body{
    background-color: #000000;
    text-align: center;
    margin: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding-bottom: 200px;
    padding-top: 200px;
}

.misalignedcontent{
    padding-left: 250px;
}



h1{
    color: #244238;
    font-family: "Tahoma", "fantasy";
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-color: #244238;
    text-shadow: 2px 2px #488470;
    font-size: 55px;
    font-weight: 900;
    /* Shade */
    min-width: 120px;
    box-shadow: 0px 8px 32px rgba(0,0,0,0.2);
    z-index: 1;
}




h2{
    color: #244238;
    font-family: "Trebuchet MS", "fantasy";
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: #244238;
    text-shadow: 2px 2px #488470;
    font-size: 35px;
    font-weight: 700;
    /* Shade */
    min-width: 120px;
    box-shadow: 0px 8px 32px rgba(0,0,0,0.1);
    z-index: 1;
}

h3{
    color: #244238;
    font-family: "Trebuchet MS", "fantasy";
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: #244238;
    text-shadow: 2px 2px #488470;
    font-size: 25px;
    font-weight: 700;
    /* Shade */
    min-width: 120px;
    box-shadow: 0px 8px 32px rgba(0,0,0,0.1);
    z-index: 1;
}

h4{
    color: #244238;
    font-family: "Trebuchet MS", "fantasy";
    text-decoration: none;
    text-decoration-style: dashed;
    text-decoration-color: #244238;
    text-shadow: 2px 2px #488470;
    font-size: 35px;
    font-weight: 700;
    /* Shade */
    min-width: 120px;
    box-shadow: 0px 8px 32px rgba(0,0,0,0.1);
    z-index: 1;
}

h5{
    color: #244238;
    font-family: "Trebuchet MS", "fantasy";
    text-decoration: none;
    text-decoration-style: dashed;
    text-decoration-color: #244238;
    text-shadow: 2px 2px #488470;
    font-size: 25px;
    font-weight: 700;
    /* Shade */
    min-width: 120px;
    box-shadow: 0px 8px 32px rgba(0,0,0,0.1);
    z-index: 1;
}

h6{
    color: #244238;
    font-family: "Tahoma", "fantasy";
    text-shadow: 2px 2px #488470;
    font-size: 35px;
    font-weight: 900;
    z-index: 1;
    /* Shade */
    min-width: 120px;
    box-shadow: 0px 8px 32px rgba(0,0,0,0.1);
    line-height: 3;
}


p{
    color: #244238;
    font-family: "Trebuchet MS", "fantasy";
    text-shadow: 1px 1px #488470;
    font-size: 25px;
    font-weight: 100;
    margin: 50px;
}

.question{
    color: #244238;
    font-family: "Trebuchet MS", "fantasy";
    text-shadow: 1px 1px #488470;
    font-size: 30px;
    font-weight: 300;
    margin: 50px;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color: #244238;
}

.answers{
    color: #244238;
    font-family: "Trebuchet MS", "fantasy";
    text-shadow: 1px 1px #488470;
    font-size: 25px;
    font-weight: 100;
}

button{
    color: #244238;
    padding: 15px 15px;
    text-align: center;
    font-size: 32px;
    cursor: pointer;
    background: linear-gradient(90deg, #88b8a8, #aeead6);
    font-family: "Trebuchet MS", "fantasy";
    text-shadow: 1px 1px #000000;
    font-weight: 100;
    transition-duration: 0.4s;
    border-radius: 35px;
    outline-style: groove;
    
    /* Shade */
    min-width: 120px;
    /*box-shadow: 0px 8px 32px rgba(0,0,0,0.6);*/
    z-index: 1;
    transition: all 0.4 ease;
  outline-color: #2f403b;
  outline-width: 5px;
  box-shadow: 0px 15px 10px black;
}

button:hover{
    color: #bddbd1;
    padding: 16px 16px;
    text-align: center;
    font-size: 33px;
    cursor: pointer;
    background: linear-gradient(90deg, #3f7563, #244238);
    font-family: "Trebuchet MS", "fantasy";
    text-shadow: 1px 1px #7bb7a3;
    font-weight: 100;
    transition-duration: 0.4s;
    border-radius: 35px;
    outline-style: groove;
    outline-color: #2f403b;
    outline-width: 5px;
    box-shadow: 0px 17px 10px black;
}

button:active{
    color: #bddbd1;
    padding: 17px 17px;
    text-align: center;
    font-size: 35px;
    cursor: pointer;
    background: linear-gradient(90deg, #3f7563, #244238);
    font-family: "Trebuchet MS", "fantasy";
    text-shadow: 1px 1px #7bb7a3;
    font-weight: 100;
    transition-duration: 0.2s;
    border-radius: 35px;
    outline-style: groove;
    outline-color: #2f403b;
    outline-width: 5px;
    box-shadow: 0px 20px 30px black;
}


.innerlink{
    color: #28d79d;
    font-family: "Trebuchet MS", "fantasy";
    text-shadow: 2px 2px #18815e;
    font-size: inherit;
    font-weight: 500;
    transition-duration: 0.4s;
}

.innerlink:hover{
    color: #53dfb0;
    font-family: "Trebuchet MS", "fantasy";
    text-shadow: 2px 2px #20ac7d;
    font-size: inherit;
    font-weight: 900;
    transition-duration: 0.4s;
}

.titlelink{
    color: #28d79d;
    font-family: "Trebuchet MS", "fantasy";
    text-shadow: 2px 2px #18815e;
    font-size: 35px;
    font-weight: 500;
    transition-duration: 0.4s;
}

.titlelink:hover{
    color: #53dfb0;
    font-family: "Trebuchet MS", "fantasy";
    text-shadow: 2px 2px #20ac7d;
    font-size: 36px;
    font-weight: 900;
    transition-duration: 0.4s;
}

footer {
    list-style-type: none;
    margin: 0;
    padding: 5px;
    background-color: #9cc9ba;
    border-top: 2px solid #244238;
    border-bottom: 0px solid #244238;
    bottom: 0;
    color: #244238;
    font-family: "Trebuchet MS", "fantasy";
    text-shadow: 1px 1px #488470;
    font-size: 14px;
    font-weight: 100;
    position: fixed;
    flex-shrink: 0;
    text-align: center;
    width: 100%;
    animation-name: footeranimation;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    
    
    /* Shade */
    min-width: 120px;
    box-shadow: 0px 8px 64px rgba(0,0,0,0.6);
    z-index: 400;
    
}


.content {
    flex: 1 0 auto; /* This pushes the footer down */
}

.number {
    color: #244238;
    font-family: "Trebuchet MS", "fantasy";
    text-shadow: 1px 1px #488470;
    font-size: 300px;
    font-weight: 900;
    margin: 5px;
}













/* Animations */

@keyframes animation1 {
    0%   {right:1500px; opacity: 0;}
    100% {right:0px; opacity: 1;}
}

.animation1{
    animation-timing-function: ease-out;
    position: relative;
    animation-name: animation1;
    animation-duration: 1.2s;
    animation-iteration-count: 1;
}




@keyframes animation2 {
    0%   {left:1500px; opacity: 0;}
    100% {left:0px; opacity: 1;}
}

.animation2{
    animation-timing-function: ease-out;
    position: relative;
    animation-name: animation2;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
}




@keyframes animation3 {
    0%   {right:1500px; opacity: 0;}
    100% {right:0px; opacity: 1;}
}

.animation3{
    animation-timing-function: ease-out;
    position: relative;
    animation-name: animation3;
    animation-duration: 1.8s;
    animation-iteration-count: 1;
}

@keyframes animation4 {
    0%   {left:1500px; opacity: 0;}
    100% {left:0px; opacity: 1;}
}

.animation4{
    animation-timing-function: ease-out;
    position: relative;
    animation-name: animation4;
    animation-duration: 2.1s;
    animation-iteration-count: 1;
}


@keyframes sidebaranimation {
    0%   {left:-1000px; top:0px; opacity: 0;}
    100% {left:0px; top:65px; opacity: 1;}
    }
}

.sidebaranimation{
    animation-timing-function: ease-out;
    position: relative;
    animation-name: sidebaranimation;
    animation-iteration-count: 1;
}

@keyframes footeranimation {
    0%   {bottom:-1000px; opacity: 0;}
    100% {bottom:0px; opacity: 1;}
    }
}

.footeranimation{
    animation-timing-function: ease-out;
    position: relative;
    animation-name: footeranimation;
    animation-iteration-count: 1;
}

@keyframes navbaranimation {
    0%   {top:-1000px; opacity: 0;}
    100% {top:0px; opacity: 1;}
    }
}

.navbaranimation{
    animation-timing-function: ease-out;
    position: relative;
    animation-name: navbaranimation;
    animation-iteration-count: 1;
}












/* All styling for the navbar! */

navbar {
    z-index: 499;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #244238;
    display: flex;
    justify-content: center;
    border-top: 0px solid #9cc9ba;
    border-bottom: 5px solid #9cc9ba;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: #244238;
    font-family: "Trebuchet MS", "fantasy";
    font-size: 18px;
    
    /* Shade */
    min-width: 120px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.6);
    z-index: 500;
    animation-name: navbaranimation;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
}


nav ul li a {
    display: block;
    color: #9cc9ba;
    padding: 18px 36px;
    text-decoration: none;
    border-right: 0px solid #366354;
    border-left: 4px solid #366354;
    z-index: 500;
    transition-duration: 0.6s;
}

.homelogo {
    display: block;
    color: #9cc9ba;
    padding: 0px 0px;
    text-decoration: none;
    border-right: 0px solid #366354;
    border-left: 0px solid #366354;
    justify-content: center;
    margin-right: auto;
    z-index: 500;
}

nav ul li a:hover {
    background-color: #1c302a;
    color: #ffffff;
    z-index: 500;
    transition-duration: 0.6s;
}

.active {
    background-color: #2d5245;
    font-weight: 600;
    color: #ffffff;
    z-index: 500;
}


.active:hover {
    background-color: #2d5245;
    font-weight: 600;
    color: #ffffff;
    z-index: 500;
}





/* Fixes on mobile! */


@media (max-width: 600px) {
  .navbar {
    flex-direction: column;
    text-align: center;
  }
  .navbar li {
    padding: 10px 0;
  }
}








/* All styling for the dropdown! */


/* Ensure the parent <li> is the reference point */
.dropdown {
    position: relative;
    display: inline-block;
    transition-duration: 0.6s;

}

.dropbtnactive {
    background-color: #2d5245;
    color: #ffffff;
    position: relative;
    display: inline-block;
    transition-duration: 0.6s;

}

/* Hide the menu by default */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #244238; /* Matches your navbar */
    min-width: 120px;
    
    /* Shade */
    box-shadow: 0px 8px 16px rgba(0,0,0,0.6);
    z-index: 1;
    border: 5px solid #9cc9ba;
    transition-duration: 0.6s;
}

/* Style the links inside the dropdown */
.dropdown-content a {
    /*color: #9cc9ba;*/
    padding: 12px 48px;
    text-decoration: none;
    display: block;
    text-align: center;
    border: 1px solid #366354;
    transition-duration: 0.6s;
    
}

/* Hover effects */
.dropdown-content a:hover {
    background-color: #1c302a;
    transition-duration: 0.6s;
}

/* Show the menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    transition-duration: 0.6s;
}




/* Syling test */
.dropactive {
    background-color: #2d5245;
    color: #ffffff;
    z-index: 500;
    transition-duration: 0.6s;
}

.dropactive:hover {
    background-color: #2d5245;
    color: #ffffff;
    z-index: 500;
    transition-duration: 0.6s;
}


/* Sidebar */
.sidebar {
    top: 65px;
    z-index: 300;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 20%;
    background-color: #15241f;
    display: block;
    position: fixed;
    height: 100%;
    font-family: "Tahoma", "fantasy";
    animation-name: sidebaranimation;
    animation-duration: 0.6s;
    animation-iteration-count: 1;
    border-right: 4px solid #366354;
}

.sidebaritem {
    display: block;
    padding: 3%;
    color: #9cc9ba;
    border-bottom: 4px solid #366354;
    font-family: "Tahoma", "fantasy";
    background-color: #244238;
    text-decoration: underline;
    text-decoration-color: #9cc9ba;
    text-decoration-style: solid;
    text-decoration-line: underline;
    font-size: 100%;
    transition: 0.5s;
}


.sidebartitle {
    display: block;
    padding: 16px 0px;
    color: #9cc9ba;
    text-decoration: underline;
    text-decoration-color: #9cc9ba;
    text-decoration-style: solid;
    border-bottom: 4px solid #366354;
    font-family: "Tahoma", "fantasy";
    font-size: 32px;
    background-color: #2b4f43;
    font-weight: 600;
}


.sidebaritem:hover {
    background-color: #1c302a;
    color: #ffffff;
    font-weight: 300;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-color: #ffffff;
    transition: 0.5s;
}

.sidebaritemselect {
    background-color: #325c4e;
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-color: #ffffff;
    display: block;
    padding: 6px 0px;
    border-bottom: 4px solid #366354;
    font-family: "Tahoma", "fantasy";
    text-decoration-line: underline;
    font-size: 90%;
}


.myDiv {
    border: 5px  white;
    background-color: rgba(0,0,0,0.1);    
    text-align: center;
    animation-name: animation4;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
}

.blockgroup{
    border: 5px  white;
    background-color: rgba(0,0,0,0.1);    
    text-align: center;
    animation-name: animation4;
    animation-duration: 1.5s;
    animation-iteration-count: 1;   
}


table {
    border-collapse: collapse;
    width: 90%;
    margin: auto;
    border-right: 7px solid #244238;
    border-left: 7px solid #244238;
    border-top: 7px solid #244238;
    border-bottom: 7px solid #244238;
}

td, th {
    border: 2px solid #244238;
    text-align: center;
    padding: 8px;
    color: #244238;
    font-family: "Trebuchet MS", "fantasy";
    text-shadow: 1px 1px #488470;
    font-size: 20px;
    font-weight: 100;
    border-bottom: 3px solid #244238;
}

tr:nth-child(odd) {
    background-color: #98b5aa;
}

tr:nth-child(even) {
    /*background-color: #7c948b;*/
    background-color: #a3c2b6;
}


.tablehead{
    color: #244238;
    font-family: "Trebuchet MS", "fantasy";
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: #244238;
    text-shadow: 2px 2px #488470;
    font-size: 25px;
    font-weight: 700;
    /* Shade */
    min-width: 120px;
    box-shadow: 0px 8px 32px rgba(0,0,0,0.1);
    z-index: 1;
    background-color: #a3d6c3;
    border-bottom: 5px solid #244238;
}

/* All styling for flask! */
input[type=text]{
  width: 350px;
  height: 50px;
  background: #daede8;
  color: #244238;;
  padding: 10px;
  margin: 0px;
  border: #ffffff;
  border-radius: 15px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  outline-color: #547a6f;
  outline-style: solid;
  outline-width: 6px;
  transition: 0.5s;
  text-shadow: 1px 1px #488470;
  box-shadow: 0px 15px 10px black;
}

input[type=text]:hover{
  width: 350px;
  height: 50px;
  background: #daede8;
  color: #244238;;
  padding: 12px;
  margin: 0px;
  border: #ffffff;
  border-radius: 15px;
  cursor: pointer;
  font-size: 21px;
  font-weight: 700;
  outline-color: #547a6f;
  outline-style: solid;
  outline-width: 10px;
  transition: 0.5s;
  text-shadow: 1px 1px #488470;
  box-shadow: 0px 17px 10px black;
}

input[type=text]:active{
  width: 350px;
  height: 50px;
  background: #daede8;
  color: #244238;;
  padding: 15px;
  margin: 0px;
  border: #ffffff;
  border-radius: 15px;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  outline-color: #547a6f;
  outline-style: solid;
  outline-width: 13px;
  transition: 0.1s;
  text-shadow: 1px 1px #488470;
  box-shadow: 0px 20px 50px black;
}

input[type=text]::placeholder {
  color: #8db5aa;
  font-size: 18px;
  text-shadow: none;
}







textarea{
  width: 800px;
  height: 250px;
  background: #daede8;
  color: #244238;;
  padding: 10px;
  margin: 0px;
  border: #ffffff;
  border-radius: 15px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  outline-color: #547a6f;
  outline-style: solid;
  outline-width: 6px;
  transition: 0.5s;
  text-shadow: 1px 1px #488470;
  box-shadow: 0px 15px 10px black;
}

textarea:hover{
  width: 800px;
  height: 250px;
  background: #daede8;
  color: #244238;;
  padding: 12px;
  margin: 0px;
  border: #ffffff;
  border-radius: 15px;
  cursor: pointer;
  font-size: 21px;
  font-weight: 700;
  outline-color: #547a6f;
  outline-style: solid;
  outline-width: 10px;
  transition: 0.5s;
  text-shadow: 1px 1px #488470;
  box-shadow: 0px 17px 10px black;
}

textarea:active{
  width: 800px;
  height: 250px;
  background: #daede8;
  color: #244238;;
  padding: 15px;
  margin: 0px;
  border: #ffffff;
  border-radius: 15px;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  outline-color: #547a6f;
  outline-style: solid;
  outline-width: 13px;
  transition: 0.1s;
  text-shadow: 1px 1px #488470;
  box-shadow: 0px 20px 50px black;
}

textarea::placeholder {
  color: #8db5aa;
  font-size: 18px;
  text-shadow: none;
}








input[type=password]{
  width: 350px;
  height: 50px;
  background: #daede8;
  color: #244238;;
  padding: 10px;
  margin: 0px;
  border: #ffffff;
  border-radius: 15px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  outline-color: #547a6f;
  outline-style: solid;
  outline-width: 6px;
  transition: 0.5s;
  text-shadow: 1px 1px #488470;
  box-shadow: 0px 15px 10px black;
}

input[type=password]:hover{
  width: 350px;
  height: 50px;
  background: #daede8;
  color: #244238;;
  padding: 12px;
  margin: 0px;
  border: #ffffff;
  border-radius: 15px;
  cursor: pointer;
  font-size: 21px;
  font-weight: 700;
  outline-color: #547a6f;
  outline-style: solid;
  outline-width: 10px;
  transition: 0.5s;
  text-shadow: 1px 1px #488470;
  box-shadow: 0px 17px 10px black;
}

input[type=password]:active{
  width: 350px;
  height: 50px;
  background: #daede8;
  color: #244238;;
  padding: 15px;
  margin: 0px;
  border: #ffffff;
  border-radius: 15px;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  outline-color: #547a6f;
  outline-style: solid;
  outline-width: 13px;
  transition: 0.1s;
  text-shadow: 1px 1px #488470;
  box-shadow: 0px 20px 50px black;
}

input[type=password]::placeholder {
  color: #8db5aa;
  font-size: 18px;
  text-shadow: none;
}








input[type=submit]{
  width: 300px;
  height: 50px;
  background: #daede8;
  color: #244238;;
  padding: 10px;
  margin: 0px;
  border: #ffffff;
  border-radius: 15px;
  cursor: pointer;
  font-size: 25px;
  font-weight: 700;
  outline-color: #547a6f;
  outline-style: solid;
  outline-width: 6px;
  transition: 0.5s;
  text-shadow: 1px 1px #488470;
  box-shadow: 0px 15px 10px black;
}

input[type=submit]:hover{
  width: 300px;
  height: 50px;
  background: #daede8;
  color: #244238;;
  padding: 12px;
  margin: 0px;
  border: #ffffff;
  border-radius: 15px;
  cursor: pointer;
  font-size: 25px;
  font-weight: 700;
  outline-color: #547a6f;
  outline-style: solid;
  outline-width: 10px;
  transition: 0.5s;
  text-shadow: 1px 1px #488470;
  box-shadow: 0px 17px 10px black;
}

input[type=submit]:active{
  width: 300px;
  height: 50px;
  background: #daede8;
  color: #244238;;
  padding: 15px;
  margin: 0px;
  border: #ffffff;
  border-radius: 15px;
  cursor: pointer;
  font-size: 26px;
  font-weight: 700;
  outline-color: #547a6f;
  outline-style: solid;
  outline-width: 13px;
  transition: 0.1s;
  text-shadow: 1px 1px #488470;
  box-shadow: 0px 20px 50px black;
}









label{
  padding-right: 150px;
  font-size: 25px;
  line-height: 40px;
    color: #244238;
    font-family: "Trebuchet MS", "fantasy";
    text-shadow: 1px 1px #488470;
    font-weight: 100;
    margin: 50px;
}


input::required{
  font-size: 25px;
    color: #244238;
    font-family: "Trebuchet MS", "fantasy";
    text-shadow: 1px 1px #488470;
    font-weight: 100;
}












