h1{
   color:black; 
}
main {
    min-height: 54vh;
  }
  
footer {
    margin-top: auto;
  }
.topnav a{
    background-color: white;
    width: 200px;
    display: inline-block;
}
.topnav a{
    text-align: center;
    padding:14px 16px;
}
.topnav a:hover{
    background-color: #ddd;
    color: hotpink;
}
.formspage{
    font-family: "charteritc", Helvetica;
    width:700px;
    margin:35px auto;
    background: linear-gradient(120deg, #ffffff, antiquewhite 99%);
    border-radius: 10px; 
    border-style: solid;    

}
a:link {
    color: #013147;
  }
  
  /* visited link */
  a:visited {
    color: #013147;
    text-decoration: None;
  }
  
  /* mouse over link */
  a:hover {
    color: hotpink;
  }
.block{
    display: block;
    margin-top: 15px;
    
}
.centered{
    text-align: center;

}
fieldset {
    border: 0;
}
.boundright{
    text-align: right;
}
.middleul{
    display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
}
.simple{
    border-collapse: collapse;
    border: 1px solid black;
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
    

}
.simple tr, .simple td, .complex tr, .complex td, .complex th{
    border: 1px solid black;
    padding: 10px;
}
.complex{
    border-collapse: collapse;
    border: 1px solid black;
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
    background-color: aliceblue;
}
.complex tr:nth-child(odd){
    background-color: aqua;
}

html,body, div { height:100%; }
@media (min-width: 0px) {
    main, footer {
        font-size: 16px;
        padding: 10px;
    }
}
@media (min-width: 576px) {
    main, footer {
        font-size: 16px;
        padding: 10px;
    }
}
@media (min-width: 768px) {
    main, footer {
        font-size: 16px;
        padding: 10px;
    }
}
@media (min-width: 992px) {
    main, footer {
        font-size: 16px;
        padding: 10px;
    }
}
@media (min-width: 1200px) {
    main, footer {
        font-size: 16px;
        padding: 10px;
    }
}

.container{
    position: relative;
}
.slides{
    display: none;
    text-align: center;
}
.cursor{
    cursor: pointer;
} 
.prev, .next{
    cursor: pointer;
    position: absolute;
    top: 60%;
    width: auto;
    padding:16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover{
    background-color: rgba(0,0,0,.8);

}
.numbertext{
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    max-height: 400px;
    min-height: 200px;
    top:0;
}
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
    
  }
.row::after{
    content: "";
    display: table;
    clear: both;
}
.col{
    float:left;
    width: 16.66%;
}
.demo{
    opacity: .6;
}
.active, .demo:hover{
    opacity: 1;
}