﻿html {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
}

.banner {
    width: 100%;
    height: 400px;
    background-image: url('../images/ban2.jpg');
    background-size: 100% 100%;
}

.topBanner {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    background: white;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
}

.header {
    margin-left: 5px;
    color: white;
    font-size: 14pt;
    font-family: 'Italianno', cursive;
    letter-spacing: 0.1em;
}

.rightMenus {
    color: white;
}

.bar {
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
}

.boxLogo {
    color: #832e46;
    margin-top: 15px;
}

.boxes {
    margin-top: 15px;
}

.footerBar {
    font-family: Arial;
    margin-top: 10px;
    background-color: #0C2340;
    color: white;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
}

.topBar {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    font: 12px Arial, Helvetica, sans-serif;
    /*box-sizing: border-box;*/
    /*margin-right: auto;
    margin-left: auto;*/
    padding: 10px 0; /*10px*/
    background-color: #0C2340;
    color: #fff;
    width: 100%;
    border-top: 5px solid #AE9142;
}

.custom-toggler.navbar-toggler {
    border-color: #AE9142;
}
/* Setting the stroke to green using rgb values (0, 128, 0) */

.custom-toggler .navbar-toggler-icon {
    color: #AE9142;
    /*background-image: url(
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 128, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");*/
}

.socialBtn {
    /*position: absolute;
  width: 50%;
  bottom: 10px;*/
    vertical-align: bottom;
    margin-right: 20px;
}

.eventBox {
    margin-top: 10px;
    border-top: 5px solid #AE9142;
    /*border-top: 5px solid #0C2340;*/
    border-left: 1px solid #0C2340;
    border-right: 1px solid #0C2340;
    border-bottom: 1px solid #0C2340;
}

.eventHeader {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
    /*color:white;*/
    /*background-color:#AE9142;*/
    color: #0C2340;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
    font-family: 'Fira Sans', sans-serif;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.longBoxes {
    border: 1px solid #0C2340;
}

.BoxHead {
    /*font-family: 'Courgette', cursive;*/
    font-family: 'Fira Sans', sans-serif;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 18pt;
    /*font-style:italic;*/
    /*text-decoration:underline;
    text-decoration-color:#AE9142;
    text-decoration-style:solid;
    text-decoration-thickness: 3px;
    text-decoration-skip: edges;*/
    padding-bottom: 3px;
    /*width: fit-content;*/
    margin-top: 10px;
}

    .BoxHead:after {
        content: '';
        display: block;
        width: 50px;
        height: 4px;
        margin: 0.75rem 0 0.3rem 0;
        background: #AE9142;
    }

.PageTitle {
    letter-spacing: 0.1em;
}

    .PageTitle:after {
        content: '';
        display: block;
        width: 50px;
        height: 4px;
        margin: 0.75rem 0 1.3rem 0;
        background: #AE9142;
    }

.BoxBorder {
    border-bottom: 5px solid #AE9142;
    width: 90px;
}

.BoxLinks {
    text-decoration: none;
    color: black;
}

.BoxLeft {
    margin-left: 5px;
}

.visionary {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.RightBox {
    background-image: url('../images/rightbox1.jpg');
    background-size:cover;
    width: 100%;
    height:100%;
}

/*@media screen and (max-width: 500px) {
    .RightBox {
        background-image: url('../images/rightbox.jpg');
        width: 100%;
        height: 200px;
    }
}
@media screen and (max-width: 1366px) {
    .RightBox {
        background-image: url('../images/rightbox.jpg');
        width: 100%;
        height: 378px;
    }
}
@media screen and (max-width:978px) {
    .RightBox {
        background-image: url('../images/rightbox.jpg');
        width: 100%;
        height:270px;
    }
}
@media screen and (max-width:1024px) {
    .RightBox {
        background-image: url('../images/rightbox.jpg');
        width: 100%;
        height:281px;
    }
}
@media screen and (max-width:800px) {
    .RightBox {
        background-image: url('../images/rightbox.jpg');
        width: 100%;
        height:420px;
    }
}
@media screen and (max-width:1920px) {
    .RightBox {
        background-image: url('../images/rightbox.jpg');
        width: 100%;
        height:380px;
    }
}*/
input,
select,
textarea {
    max-width: 280px;
}
input.input-validation-error,input.error{
    border:2px solid red;
}
.footerBar {
    font-family: Arial;
    margin-top: 10px;
    color: black;
}
.btn-primary{
    background-color: #0C2340;
    color:white;
    border:1px solid #0C2340;
}
