﻿

img.logos {
    height:auto;
    max-width:60%;
    margin-left:auto;
    margin-right:auto;
    display:block;
}

p.compar {
    font-family: 'Comfortaa', cursive; 
    font-size: medium;
}

p.white-col {
    color:white;
}

h1.arvo {
    font-family: 'Arvo', serif;
    text-align: center;
    background-color: #00928A;
    color: white;
}

h1.compar {
    font-family: 'Comfortaa', cursive;
}

h2.compar {
    font-family: 'Comfortaa', cursive;
}

h3.compar {
    font-family: 'Comfortaa', cursive;
}

h4.compar {
    font-family: 'Comfortaa', cursive;
}

a.compar {
    font-family: 'Comfortaa', cursive;
}

div.compar {
    font-family: 'Comfortaa', cursive;
}

ul.compar {
    font-family: 'Comfortaa', cursive;
}

li.compar {
    font-family: 'Comfortaa', cursive;
}

.column{
    float: left;
    width: 50%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

div.blackie {
    background-color:#00000099;
}

.img-center {
    display: table-cell;
    margin-left: auto;
    margin-right: auto;
    max-width:80%;
    max-height:inherit;
    width: 50%;
    vertical-align:middle;
    text-align:center;
}

* {
    box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
    position: relative;
}

/* Hide the images by default */
.mySlides, .mySlides2 {
    display: none;
    text-align: center
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    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: black;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

.demo2 {
    opacity: 0.6;
}

.active,    
.demo:hover {
    opacity: 1;    
}

.active,
.demo2:hover {
    opacity: 1;
}

img.slideshow {
    margin-left:auto;
    margin-right:auto;
    display:block;
    width:50%;
    height:auto;
}

.large {
    counter-reset: list-counter;
    list-style: none;
    float: left;
}

    
.large li {
        margin: 1.5em 0;
        line-height: 1em
}

        
.large li:before {    
    content: counter(list-counter);    
    counter-increment: list-counter;
    font-family: arial;
    color: #666;
    font: bold;
    font-size: 2em;
    margin-right: .5em;
}

.large2 {
    counter-reset: list-counter+7;
    list-style: none;
    float: left;
}


.large2 li {
    margin: 1.5em 0;
    line-height: 1em
}


.large2 li:before {
    content: counter(list-counter);
    counter-increment: list-counter;
    font-family: arial;
    color: #666;
    font: bold;
    font-size: 2em;
    margin-right: .5em;
}

.underlg {
    border-bottom: 4px solid #00928A;
    width: 30%;
    margin: auto;
    margin-bottom: 30px;
    background-position: center;
}

.underlinesm {
    border-bottom: 4px solid #00928A;
    width: 20%;
    margin: auto;
    margin-bottom: 30px;
    background-position: center;
}

.schoolgreenline {
    background-color:#00928A; 
    height:10px;
}

.schoolblueline {
    background-color: #1f228a;
    height: 10px;
}

.schoolredline {
    background-color: red;
    height: 10px;
}

.row .schooline {
    padding:0rem; 
    margin:0px;
}

.text-blue {
    color: #1f228a !important;
}

.timebody {
    font-size:1.25rem !important;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.contframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}


header video {
    position: absolute;
    top: 50%;
    bottom: 80%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.carimage {
    background-size: cover;
    height: 450px;
    width: auto;
}