﻿* {
    box-sizing: border-box;
}

.row::after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

html {
    font-family: "Lucida Sans", sans-serif;
}

.header {
    background-color: white;
    color: black;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.headerrow {
    content: "";
    clear: both;
    display: block;
}

.headercol1 {
    text-align:left;
}

.headercol3 {
    display: inline-block;
    height: 65px;
    width: 450px;
}

.headerline1 {
    font-size: 32px;
    color: #012d64;
    font-weight: bold;
    margin-bottom: 3px;
}

.underline {
    border-bottom: 1px solid #012d64;
}

.headerline2 {
    font-size: 14px;
    color: #012d64;
    font-weight: bold;
}

.headerline3 {
    font-size: 16px;
    color: #012d64;
    font-weight: bold;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu li {
    padding: 8px;
    margin-bottom: 7px;
    background-color: #150a40;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
    background-color: #021f2a;
    color:white;
}

.aside {
    background-color: #150a40;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.footer {
    background-color: #021f2a;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
}

/* For desktop: */
.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }


    .headercol1 {
        text-align:center;
    }

    .headercol3 {
        display: block;
        height: 65px;
        width: 100%;
        text-align: center;
    }

    .headerline1 {
        font-size: 26px;
        color: black;
        font-weight: bold;
        margin-bottom: 3px;
    }

    .headerline2 {
        font-size: 14px;
        color: #012d64;
        font-weight: bold;
    }

    .headerline3 {
        font-size: 18px;
        color: #012d64;
        font-weight: bold;
    }
}




.phone {
    font-size: 20px;
    color: black;
    margin: 3px;
}

.HeaderTwo {
    display: block;
    background-color: #fbbb04;
    color:black;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}

/*a:link, a:visited {
          background-color: #f44336;
          color: white;
          padding-left: 20px;
          padding-right: 20px;
          text-align: center;
          text-decoration: none;
          display: inline-block;
          border-radius: 25px;
        }

        a:hover, a:active {
          background-color: red;
        }*/

/* Menu */
    body {
        margin: 0;
        font-family: Arial
    }

    .topnav {
        overflow: hidden;
        background-color: #012d64;
    }

    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

    .active {
        background-color: #4CAF50;
        color: white;
    }

    .topnav .icon {
        display: none;
    }

    .dropdown {
        float: left;
        overflow: hidden;
    }

    .dropdown .dropbtn {
        font-size: 17px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }

    .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

    .topnav a:hover, .dropdown:hover .dropbtn {
        background-color: #150a40;
        color: white;
    }

    .dropdown-content a:hover {
        background-color: #150a40;
        color: white;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    @media screen and (max-width: 600px) {
        .topnav a:not(:first-child), .dropdown .dropbtn {
            display: none;
        }

        .topnav a.icon {
            float: right;
            display: block;
        }
    }

    @media screen and (max-width: 600px) {
        .topnav.responsive {
            position: relative;
        }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }

        .topnav.responsive .dropdown {
            float: none;
        }

        .topnav.responsive .dropdown-content {
            position: relative;
        }

        .topnav.responsive .dropdown .dropbtn {
            display: block;
            width: 100%;
            text-align: left;
        }
    }

/* Slide */

    div.gallery {
        border: 1px solid #ccc;
    }

    div.gallery:hover {
        border: 1px solid #777;
    }

    div.gallery img {
        width: 100%;
        height: auto;
    }

    div.desc {
        padding: 15px;
        text-align: center;
    }

    * {
        box-sizing: border-box;
    }

    .responsive {
        padding: 0 6px;
        float: left;
        width: 24.99999%;
    }

    .responsivemedium {
        padding: 0 6px;
        float: left;
        width: 49.99999%;
    }

    .responsivelarge {
        padding: 0 6px;
        float: left;
        width: 98%;
    }

    a.cimg:link, a.cimg:visited {
        background-color: #150a40;
        padding-left: 0px;
        padding-right: 0px;
        border-radius: 0px;
    }

    a.cimg:hover, a.cimg:active {
        background-color: #012d64;
    }

    @media only screen and (max-width: 700px) {
        .responsive {
            width: 49.99999%;
            margin: 6px 0;
        }

        .responsivemedium {
            width: 49.99999%;
            margin: 6px 0;
        }

        .responsivelarge {
            width: 49.99999%;
            margin: 6px 0;
        }
    }

    @media only screen and (max-width: 500px) {
        .responsive {
            width: 100%;
        }

        .responsivemedium {
            width: 100%;
        }

        .responsivelarge {
            width: 100%;
        }
    }

    .clearfix:after {
        content: "";
        display: table;
        clear: both;
    }



    * {
        box-sizing: border-box;
    }

    .mySlides {
        display: none;
    }

    img {
        vertical-align: middle;
    }

    /* Slideshow container */
    .slideshow-container {
        max-width: 1400px;
        position: relative;
        margin: auto;
    }


    /* The dots/bullets/indicators */
    .dot {
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }

    .activeslide {
        background-color: #717171;
    }

    /* Fading animation */
    .fade {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 1.5s;
        animation-name: fade;
        animation-duration: 1.5s;
    }

    @-webkit-keyframes fade {
        from {
            opacity: .4
        }

        to {
            opacity: 1
        }
    }

    @keyframes fade {
        from {
            opacity: .4
        }

        to {
            opacity: 1
        }
    }
