﻿/* Move down content because we have a fixed navbar that is 50px tall */
html {
    font-family: Calibri;
    /*Georgia;*/
}

body {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    font-family: Calibri;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0, auto;
}

.navbar, .navbar-static-top, .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
    
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  
    padding-left: 2px;
    padding-right: 2px;
  

}

.header-content {
   
   margin-top:-20px;
   text-align: center;
   min-height: 100%;
   margin-left:0;
   margin-right:0;
}

.carousel {
  
    height: 500px;
}

.carousel-inner {

   height:100%;
}

.item {
   
    width:100%;
    height:100%;
}

    .item img {
    
    object-fit:cover;
    
    }

#main {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
   
}

.content1 {
    position: absolute;
    top: 39%;
    left: 0;
    width: 100%;
    background: rgb(255,255,255); /* Fallback color */
    background: rgba(255,255,255, 0.9); /* white background with 0.5 opacity */
    padding-left: 12px;
    padding-right: 12px;
    
}

.content1, span {
    text-align: center;
    font-size: 1.42em;
    color: black;
    font-family: 'Bradley Hand ITC';
}

.container2 {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  
}

@media screen and (max-width:599px) {
    .container2 {
        position: relative;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        padding-top: 40px;
        padding-bottom: 40px;
        width: 95%;
    }
}
    /*.content2 {
        position: relative;
        text-align: center;
        background-color: rgb(162,189,210); /*fallback color*/
    /*
background-color: rgba(162, 189, 210, 0.7);
font-weight: bold;
border: 2px dashed #6F6F6F;
border-radius: 50%;
height: 340px;
width: 100%; 
*/

    /*    position: relative;
    text-align: center;   
    background: rgb(255,255,255); Fallback color 
    background: rgba(255,255,255,0.4);  white background with 0.5 opacity 
    font-weight: bold;
    color: #696969;
    padding-left: 10%;
    padding-right: 10%;
    }

.content2 h2 {
    color: whitesmoke;
    text-shadow: 2px 2px 2px #000000;
     font-weight: bold;
}

    .content2 ul {
        display: inline-block;
        text-align: left;
        color: black;
    }
    */

    .content2 {
        position: relative;
        text-align: center;
        background-color: rgb(179, 217, 255); /*fallback color*/
        background-color: rgba(179, 217, 255, 0.7);
        border: 1px solid #6F6F6F;
        width: 86%;
        height: 0;
        padding: 40% 0;
        border-radius: 50%;
    }

        .content2 p {
            margin-top: -83px;
            color: gray;
            text-shadow: 2px 1px 1px #000000;
            letter-spacing: 1px;
            font-size: 2em;
        }

        .content2 ul {
            display: inline-block;
            text-align: left;
            color: black;
            font-weight: bold;
            font-size: 16px;
        }

    @media screen and (max-width:599px) {

        .content2 p {
            font-size: 1.5em;
        }

        .content2 ul {
            font-size: 14px;
        }
    }
    /*.circle {
    position: relative;
    text-align: center;
    width: 94%;
    height: 0;
    padding: 45% 0;
    border-radius: 50%;
    background-color: rgb(162,189,210); /*fallback color
    background-color: rgba(162, 189, 210, 0.7);
    font-family: Georgia;
      
}


.circle p {
    margin-top: -110px;
    color: white;
    text-shadow: 2px 2px 2px #000000;
    font-weight: bold;
    font-size: 2.3em;
}

.circle ul {
    display: inline-block;
    text-align: left;
    color: black;
    font-weight:bold;
    font-size:large;
}





    @media screen and (max-width:599px) {
        .circle {
            width: 80%;
            height: 0;
            padding: 38% 0;
            border-radius: 50%;
            background-color: rgb(162,189,210); /*fallback color
            background-color: rgba(162, 189, 210, 0.7);
        }

            .circle p {
                margin-top: -110px;
                color: white;
                text-shadow: 2px 2px 2px #000000;
                font-weight: bold;
                font-size: 1.8em;
            }

            .circle ul {
                display: inline-block;
                text-align: left;
                color: black;
                font-weight: bold;
                font-size: large;
            }
    }*/

    .content3 {
        position: relative;
        text-align: center;
        height: 320px;
        padding-top: 17px;
        transform: scale(0.9,0.88);
    }


    @media screen and (max-width:599px) {
        .content3 {
            position: relative;
            text-align: center;
            padding-top: 17px;
            height: 320px;
            transform: scale(0.9,0.89);
        }
    }

    .container3 {
        position: relative;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        margin-bottom: 30px;
    }

    @media screen and (max-width:599px) {
        .container3 {
            position: relative;
            margin-left: 0;
            margin-right: 0;
            text-align: center;
            margin-bottom: 30px;
            width: 95%;
        }
    }

    .row > .column {
        padding: 5px;
    }

    .column {
        float: left;
        width: 33.33%;
    }

    /* Clear floats after rows */
    .row:after {
        content: "";
        display: table;
        clear: both;
    }

    .content {
        padding: 5px;
    }



    /* Responsive layout - makes a two column-layout instead of four columns */
    @media screen and (max-width: 900px) {

        .row > .column {
            padding: 5px;
        }

        .column {
            float: right;
            width: 49.99%;
        }
        /* Clear floats after rows */
        .row:after {
            content: "";
            display: table;
            clear: both;
        }

        .content {
            padding: 5px;
        }
    }

    /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
    @media screen and (max-width:599px) {
        .row > .column {
            padding: 5px;
        }

        .column {
            float: left;
            width: 94%;
        }

        /* Clear floats after rows */
        .row:after {
            content: "";
            display: table;
            clear: both;
        }

        .content {
            padding: 5px;
        }
    }


    .flip-box {
        background-color: transparent;
        width: 310px;
        height: 450px;
        perspective: 1000px; /* Remove this if you don't want the 3D effect */
        padding-left: 5%;
        padding-right: 5%;
    }

    /* This container is needed to position the front and back side */
    .flip-box-inner {
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d;
    }

    /* Do an horizontal flip when you move the mouse over the flip box container */
    .flip-box:hover .flip-box-inner {
        transform: rotateX(180deg);
    }

    /* Position the front and back side */
    .flip-box-front, .flip-box-back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    /* Style the front side */
    .flip-box-front {
        background-color: rgba(179, 217, 255, 0.7);
        color: black;
        border-radius: 15%;
        border: 3px dotted #6F6F6F;
    }

    /* Style the back side */
    .flip-box-back {
        background-color: white;
        color: black;
        border-radius: 15%;
        border: 3px dotted #6F6F6F;
        transform: rotateX(180deg);
    }

    @media screen and (max-width: 900px) {
        .flip-box {
            background-color: transparent;
            width: 330px;
            height: 450px;
            perspective: 1000px; /* Remove this if you don't want the 3D effect */
            padding-left: 25%;
            padding-right: 10%;
        }

        /* This container is needed to position the front and back side */
        .flip-box-inner {
            position: absolute;
            width: 100%;
            height: 100%;
            text-align: center;
            transition: transform 0.8s;
            transform-style: preserve-3d;
        }

        /* Do an horizontal flip when you move the mouse over the flip box container */
        .flip-box:hover .flip-box-inner {
            transform: rotateX(180deg);
        }

        /* Position the front and back side */
        .flip-box-front, .flip-box-back {
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        /* Style the front side */
        .flip-box-front {
            background-color: rgba(179, 217, 255, 0.7);
            color: black;
            border-radius: 15%;
            border: 3px dotted #6F6F6F;
        }

        /* Style the back side */
        .flip-box-back {
            background-color: white;
            color: black;
            border-radius: 15%;
            border: 3px dotted #6F6F6F;
            transform: rotateX(180deg);
        }
    }

    @media screen and (max-width: 599px) {
        .flip-box {
            background-color: transparent;
            width: 270px;
            height: 450px;
            perspective: 1000px; /* Remove this if you don't want the 3D effect */
            padding-left: 2%;
            padding-right: 3%;
        }

        /* This container is needed to position the front and back side */
        .flip-box-inner {
            position: absolute;
            width: 100%;
            height: 100%;
            text-align: center;
            transition: transform 0.8s;
            transform-style: preserve-3d;
        }

        /* Do an horizontal flip when you move the mouse over the flip box container */
        .flip-box:hover .flip-box-inner {
            transform: rotateX(180deg);
        }

        /* Position the front and back side */
        .flip-box-front, .flip-box-back {
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        /* Style the front side */
        .flip-box-front {
            background-color: rgba(179, 217, 255, 0.7);
            color: black;
            border-radius: 15%;
            border: 3px dotted #6F6F6F;
        }

        /* Style the back side */
        .flip-box-back {
            background-color: white;
            color: black;
            border-radius: 15%;
            border: 3px dotted #6F6F6F;
            transform: rotateX(180deg);
        }
    }

    .feedbackbtn {
        color: #6F6F6F;
        border: 2px solid #6F6F6F;
        font-size: 1.8em;
        font-weight: bold;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .feedbackbtn-default {
        width: auto;
        display: inline-block;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 0;
        border: 2px solid #6F6F6F;
        font-size: 1.7em;
        font-weight: bold;
        line-height: 2;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        color: #6F6F6F;
        background-color: #fff;
        border-color: #6F6F6F;
    }

    .feedbackbtn:hover {
        color: #6F6F6F;
        background-color: #e6e6e6;
        border-color: #6F6F6F;
    }

    .feedbackbtn-primary:focus,
    .feedbackbtn-primary.focus {
        color: #6F6F6F;
        background-color: #286090;
        border-color: #6F6F6F;
    }

    .feedbackbtn-primary:active,
    .feedbackbtn-primary.active {
        color: #6F6F6F;
        background-color: #286090;
        border-color: #6F6F6F;
    }




    .footer-detail {
        font-family: Calibri; /*Georgia;*/
        margin-left: 0;
        margin-right: 0;
        color: #ffffff;
        background-color: #6F6F6F;
        font-size: 1.8rem;
        width: auto;
        height: 100%;
    }

    .footer-detail-spaced {
        line-height: 2;
    }

    .footer-detail-heading {
        padding-top: 0;
        color: #b6dbff;
        font-weight: bold;
    }

    .footer-detail-logo {
        padding-top: 20px;
        font-size: 2rem;
        margin-bottom: 35px;
        font-weight: bold;
    }

    .footer-detail-column {
        padding-top: 6px;
        padding-bottom: 3px;
        text-align: center;
        line-height: 1.5;
    }

        .footer-detail-column ul {
            list-style: none;
            text-align: center;
        }

    .footer-detail-links li {
        padding-top: 4px;
        line-height: 2.3;
    }

    .footer-detail-links a {
        color: #ffffff;
    }



    /* Responsive: Portrait tablets and up */
    @media screen and (min-width: 768px) {
        .jumbotron {
            margin-top: 20px;
        }

        .body-content {
            padding: 0;
        }
    }
