
h1{
    font-family: 'Amatic SC', cursive;
    font-weight: 560;
    
}


p{
    font-size: 18pt;
text-align: justify;
max-width: 800px;
    margin:0 auto;
}

.banners{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;

}

.captions{

    text-align: center;
    font-size: 12pt;

}

h2,h3{
    text-align: center;
}

h3{
    font-style: italic;
font-weight: lighter;
font-size: 16pt;
}

header{
    margin:0;
    padding:0;
    width: 100%;
    }

.topnav {
        overflow: hidden;
        position: fixed;
        top: 0;
        width: 100%;
        background-color: white;
        padding: 0;
}


      
.topnav a {
        float: left;
        display: block;
        color: black;
        text-align: center;
        padding: 0px;
        text-decoration: none;
        font-size: 17px;
        margin-top: 60px;
      }
    
#name{
    display: inline;
    font-size: 3em;
    font-weight: 200%;
    font-family: 'Amatic SC', cursive;
    color: black;
    margin-top: 50px;
    float: left;
    padding-left: 30px;
    }
    
nav{
        display:inline;
        float:right;
        padding-top: 25px;
        padding-right: 10px;
        font-size: 20px;
    }
    
nav ul{
        list-style:none;
    }
    
    
nav ul li{
        display:inline-block;
        padding-right: 55px;
    }

nav ul li a:hover{
        font-display: none;
        text-decoration: none;
        background-color: #80ECFF;
        border-radius: 25px;
    }

    #filler{
        background-color: white;
        color: white;
    }

body{
color: #000000;
font-family: Abadi MT Condensed Light;
padding: 60px;
}


footer{
    size: 4em;
    font-style: italic;
    padding-top: 80px;
    text-align: center;
}

#footerimg{
    position: relative;
    text-align: center;
    color: white;
    padding-top: 60px;
}

#footertext{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}


#quoteDisplay{
    color: black;
    text-align: center;
    font-family: Abadi MT Condensed Light;
    font-style: italic;
    font-size: 25px;
    padding-top: 150px;
    padding-bottom: 15px;

}

#quotebutton{
    color: black;
    background-color:#80ECFF;
    border: none;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 80px;
    box-shadow: 0 8px rgb(196, 196, 196);
    

}

#quotebutton:active{
    background-color: rgb(98, 217, 238);
    box-shadow: 0 3px #666;
    transform: translateY(5px);
    
}
#quotebutton:focus{
    outline:0;
}
  
#buttonCenter{
    text-align: center;
}

/* Resources Table */
#sources {
    border-collapse: collapse;
    width: 65%;
}

#sources td, #sources th {
    border: 1px solid #ddd;
    padding: 8px;
}

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

#sources tr:hover {background-color: #ddd;}

#sources th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #5E89FC;
    color: white;
    font-size: 14pt;
}

.checked {
    color: orange;
}

#stars{
    width: 15%;
    text-align: center;
}

#left{
    width: 18%;
}

/* lightbox and slides */

* {
    box-sizing: border-box;
  }
  
  .row > .column {
    padding: 0 8px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .column {
    float: left;
    width: 25%;
    
  }
  
.row{

padding-bottom: 20px;

}

  /* The Modal (background) */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 500px;
    
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  .mySlides {
    display: none;
  }
  
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  img {
    margin-bottom: -4px;
  }
  
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

/* homepage image gallery */


div.gallery:hover {
    background-color: rgb(22, 131, 122);
    opacity: 0.5;
}

div.gallery img {
    width: 100%;
    height: auto;
}


* {
    box-sizing: border-box;
}

.responsive {
    padding: 30px 30px;
    float: left;
    width: 50%;
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* innov8 slides */



#carouselExampleControls{
   max-width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    padding-bottom: 15px;

}


/* gif sequence page */

.rowws::after{
    content: "";
    clear: both;
    display: table;
}

.sidebyside{

    float: left;
    width: 50%;
    padding: 5px;
}

/* about pg */

#aboutimg{
    padding-left: 30px;
    float: left;
    margin-right: 30px;
}

/* Contact form */


ol.c {
    list-style-type: upper-roman;
}
