html {
    box-sizing: border-box;
    padding:0;
    margin:0;
    /* Adjust font size */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    line-height:1.5;
    word-break: break-word;
}

*,
*:before,
*:after {
    box-sizing: inherit
}

/* reset elements */
p,h4,h3{
    margin:0;
    padding:0;
}
h3{
    font-size:inherit;
}

input {
    height: 43px;
    border: 1px solid #DEDEDF;
    border-radius: 4px;
}
/* variables */
:root {
    --main: #151D41;
    --red: #F96E15;
    --outline-red: #F96E15;
}
.nopc{
    display:none;
}
.mr15{
    margin-right:15px;
}
.mt20 {
    margin-top: 20px
}
.mt10 {
    margin-top: 10px
}
.p10{
    padding:10px;
}
.pt10{
    padding-top:10px;
}
.pt20{
    padding-top:20px;
}
.pt30{
    padding-top:30px;
}
.pl10{
    padding-left:10px
}
.pb10{
    padding-bottom: 10px;
}
.pb20{
    padding-bottom: 20px;
}
.pb30{
    padding-bottom: 30px;
}
.mlpc{
    margin-left:15px;
}
body{
    color:var(--main);
    padding:0;
    margin:0;
    font-family: "Segoe UI", Arial,-apple-system, BlinkMacSystemFont,  Roboto, Helvetica,  sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size:16px;

}
a {
    text-decoration: none;
    text-underline: none;
    cursor:pointer;
    color:inherit;
}
img{
    display:block;
}
.galleryimg{
    display:block;
    width:300px;
    height:300px;
    object-fit: cover;
    cursor:pointer;

}
.next{
    display:block;
    font-size:36px;
    z-index:1099;
    color:white;
    font-weight:bold;
    position:absolute;
    top:48%;right:5px;
    padding:20px 20px 20px 20px;

}
.prev{
    display:block;
    font-size:36px;
    z-index:1099;
    color:white;
    font-weight:bold;
    position:absolute;
    top:48%;left:5px;
    padding:20px 20px 20px 20px;
}
h2,h1{
    font-size:2em;
}
.btn {
    position: relative;
    border: none;
    border-radius: 5px;
    color: inherit;
    background-color: inherit;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    padding: 8px 12px;
    display: inline-block;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0px 6px 6px -9px rgb(0 0 0);
    cursor: pointer;
    white-space: normal;
}

.outline-red {
    background-color: white !important;
    border: 1px solid var(--outline-red);
    color: var(--outline-red);
}

.nav {
    position: fixed;
    background-color: white;
    display: block;
    width: 100%;
    z-index: 99;
    transition: 0.3s;
    color: inherit;
    box-shadow: 0 1px 4px 0 rgb(32 33 36 / 28%);
    text-transform: uppercase;
    height:53px;
    font-weight:500;
}
.nav a{
    padding-right:20px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    box-shadow: 0px 3px 9px -7px rgb(0 0 0);
    background-color: #f4f7f6;
    overflow-x: hidden;
    padding-top: 20px;
    transition: all .15s;
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.sidenav a{
    padding: 10px;
    width:100%;
    transition: all .15s;
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    transition-delay: 0s;
    padding-left:40px;
    color: #202121;
    display: block;
    border-bottom: 1px solid #E6EAEA;
}
.sidenav a:hover {
    color: var(--red);
    background-color: white;
}
.menuacc{
    outline: none;
    width: 100% !important;
    transition: 0.4s;
    cursor: pointer;
    padding: 15px 12px 12px 32px;
}
.menuacc:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;

    color:#777;
}
.active:after{
    content: '\2212';
}
.menupanel{
    transition: max-height 0.2s ease-out;
    max-height: 0;
    overflow: hidden;
    background-color: white;
}
.facc {
    width: 100%;
    margin-top: 10px;
    text-align: left;
    font-size: 16px;
    color: black;
    font-weight: 500;

}

.accordion1 {
    color: #34495e;
    cursor: pointer;
    padding: 18px;
    width: 100%;

    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    transition: 0.4s;
    background-color: white;
    border-bottom: 1px solid gainsboro;
}

.accordion1:hover{
   /* background-color: #F7F2F1;*/
}

.accordion1:after {
    content: '\002B';

    font-weight: bold;
    float: right;
    font-size: 24px;
    margin-left: 5px;

    color:black;
}
.active:after{
    content: '\2212';
}
.panel1 {
    padding: 0px 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    transition: max-height 0.2s ease-out;
}
#mySidenav svg {
    width:15px;
    height:15px;
    margin-right:10px;
}
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}
#hero{
    background-image: url("/img/Hero.jpg");
    /*height:520px;*/
}
.herocontainer{
    display:block;
    margin:auto;
    width:100%;
    max-width:1520px;
    padding-top:100px;
}
.sitecontainer{
    margin:auto;
    width:100%;
    max-width:1520px;
}
.modalimg{
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 50000;
    /* Sit on top */
    padding-top: 0;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */

}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
@keyframes zoom1 {
    from {
        transform: scale(0.8)
    }
    to {
        transform: scale(1)
    }
}
.mimg{
    width:100%;
    max-width:700px;
    animation-name: zoom;
    animation-duration: 0.3s;
    z-index: 1000;
}
.imgoverlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 100;
}

#snackbar {
    visibility: hidden;
    min-width: 350px;
    background-color: #4CAF50!important;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border: 1px solid #4CAF50;
    color: white;
    text-align: center;
    border-radius: 2px;
    padding: 10px;
    position: fixed;
    z-index: 1;
    right: 10px;
    top: 70px;
    font-size: 17px;
    margin: auto;
    font-weight: Bold;
}
#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    /* width: 100%; */
    border-radius: 5px;
}
.card img{
    display:block;
    width:100%;
    height:auto;
    max-height:336px;
}
.red{
    color: var(--red)
}
.roundgrey {
    border-radius: 50%;
    background-color: white;
    width: 55px;
    height: 50px;
    padding-top: 5px;
    text-align: center;
    font-size:23px;
    font-weight: bold;
    border:1px solid #C4C4C4
}
.mrow {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}
.footlink {
    display: block;
    border-bottom: 1px dotted var(--main);
}
.imgborder{
    border: 10px solid #f4f7f6;
    box-shadow: 0px 3px 9px -7px rgb(0 0 0);
}
button, input[type="submit"], input[type="reset"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    -webkit-appearance: button;
}
/* Dropdown Button */
.dropbtn {
    padding-top: 16px;
    padding-bottom: 16px;

}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 860px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top:14px;
    text-align: left;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size:14px;
    border-bottom: 1px solid #E6EAEA;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {color: var(--red);
    /*
    background-color: white;
    */}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {}


/* Style the buttons inside the tab */
.tablinks {
    background-color: #F7F2F1;

    color:#202121;
    display: block;
    border: 1px solid #e5e5e5;
    outline: none;
    cursor: pointer;
    width: 25%;
    padding:12px 24px ;
    transition: 0.3s;
    font-size: 16px;
    font-weight: bold;
    min-width: 220px;


}

/* Change background color of buttons on hover */
.tablinks:hover {
    background-color: white;
    color:var(--red);
}

/* Create an active/current tablink class */
.tablinks.act {
    background-color: white;
    color: var(--red);
}

/* Style the tab content */
.tabcontent {

    animation-name: zoom1;
    animation-duration: 0.3s;

}
.scenter{

    justify-content: center;
    text-align: center

}
.articleimg{
    display:block;width:100%;max-width:650px;
}
.apt20{
    padding-top:20px;
}
@media only screen and (max-width:1500px) {
    .galleryimg{
        width:250px;
        height:250px;
    }
    .nav a{
        font-size: 14px;
    }
    .articleimg{
        max-width:500px;
    }
    .apt20{
        padding-top:0px;
    }

}


@media only screen and (max-width:1025px){

    #hero {
        object-fit: cover;
        background-image: url("/img/mobile.jpg");
        /*height:450px;*/
        /*
        background-color: #0093E9;
        background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
*/
    }
    .apt20{
        padding-top:20px;
    }
    .nopc{
        display:block;
    }
    .nomobile{
        display:none;
    }
    .herocontainer{

        padding-top:100px;
    }
    .mmt20{
        margin-top:20px;
    }
    .mmr20{
        margin-right:20px;
    }
    h2,h1{
        font-size:1.5em;
    }
    .galleryimg{

        margin-right:0;
    }
    .mrow {
        overflow: auto;
        flex-wrap: unset;
        flex-wrap: nowrap;
    }
    .scenter{

        justify-content: start;


    }
    .mlpc{
        margin-left:0px;
    }
    .m18{
        font-size:20px;
    }
}

@media only screen and (max-width:800px) {
    /*
    #hero {
        object-fit: cover;
        background-image: url("/img/mobile1.webp");
        height:450px;

    }
    */
.vvv{
    display:block;
}
}
