﻿* {
    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: #2e3192;
    color: black;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.headerrow {
    content: "";
    clear: both;
    display: block;
}

.headercol1 {
    display: inline-block;
    height: 40px;
    width: 60px;
    vertical-align: top;
}

.headercol2 {
    display: inline-block;
    height: 40px;
    width: 700px;
    padding-top: 0px;
}

.headercol3 {
    display: inline-block;
    height: 40px;
    width: 450px;
    padding-top:0px;
}

.headerline1 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-bottom: 3px;
}

.underline {
    border-bottom: 1px solid white;
}

.headerline2 {
    margin-top:3px;
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.headerline3 {
    font-size: 12px;
    color: white;
    font-weight: bold;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu li {
    padding: 8px;
    margin-bottom: 7px;
    background-color: #da251b;
    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;
    }

.aside {
    background-color: #da251b;
    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 {
        display: block;
        height: 45px;
        width: 100%;
        vertical-align: top;
        text-align:center;
    }

    .headercol2 {
        display: block;
        height: 45px;
        width: 100%;
        padding-top: 3px;
        text-align: center;
    }

    .headercol3 {
        display: block;
        height: 45px;
        width: 100%;
        padding-top: 3px;
        text-align: center;
    }

    .headerline1 {
        font-size: 18px;
        color: white;
        font-weight: bold;
        margin-bottom: 3px;
    }

    .headerline2 {
        font-size: 14px;
        color: white;
        font-weight: bold;
    }

    .headerline3 {
        font-size: 12px;
        color: white;
        font-weight: bold;
    }
}




.phone {
    font-size: 20px;
    color: black;
    margin: 3px;
}

.HeaderTwo {
    display: block;
    background-color: #150a40;
    color: #ffffff;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
}

/*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;
        }*/




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: #da251b;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0px;
}

a.cimg:hover, a.cimg:active {
    background-color: #150a40;
}

@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;
}

body {
    font-family: Verdana, sans-serif;
}

.mySlides {
    display: none;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1400px;
    position: relative;
    margin: auto;
    z-index: 0;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* 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;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2.5s;
    animation-name: fade;
    animation-duration: 2.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}



body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.topnav {
    overflow: hidden;
    background-color: #150a40;
}

    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        .topnav a:hover {
            background-color: #da251b;
            color: black;
        }

.active {
    background-color: #da251b;
    color: white;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        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;
            z-index: 9999;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }
}


/*Lightbox*/

* {
    box-sizing: border-box;
}

.lightrow > .lightcolumn {
    padding: 0 8px;
}

.lightrow:after {
    content: "";
    display: table;
    clear: both;
}

.lightcolumn {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.lightmodal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.lightmodal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.lightclose {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

    .lightclose:hover,
    .lightclose:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

.lightmySlides {
    display: none;
}

.lightcursor {
    cursor: pointer;
}

/* Next & previous buttons */
.lightprev,
.lightnext {
    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 */
.lightnext {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .lightprev:hover,
    .lightnext:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

/* Number text (1/3 etc) */
.lightnumbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.lightcaption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.lightdemo {
    opacity: 0.6;
}

    .lightactive,
    .lightdemo:hover {
        opacity: 1;
    }

.lightimg.hover-shadow {
    transition: 0.3s;
}

.lighthover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

