:root {
    --main-bg-color: #E3D8CF;
}

html {

}

body {
     /*font-family: "Lucida Sans", sans-serif;*/
    font-family: avenir, Arial, Verdana, "Trebuchet MS"  sans-serif;
    background-image: url(../img/ballast.png);
   }

body::after {
    content: "";
    background: white;
    opacity: 0.7;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;
}

* {
    box-sizing: border-box;
}

/*h5 {
    padding-top: 120px;
    width:700px;
    border: #CC0000;
    background-color:pink;
}*/

p{
    color: #000000;
    font-weight: bold;
}

h3 {
    background-color: #DDDDDD;
    text-align: center;
    max-width: 500px;
    position: relative;
    margin: auto;
    text-shadow: 0 0 3px #FBA727;
    box-shadow: 6px 5px 12px 0 #FBA727;
}

img {
    object-fit: contain;
    max-width:100%;
    height:auto;
}


.logo {

        object-fit: contain;
        max-width:100%;
        height:auto;
        background-color: #42CC38;
    }

img .imgborder{
    border: 25px solid var(--main-bg-color);
}

.menuHref{
    opacity: .7;
}

table {
    border-collapse: collapse;
    width: auto;
}

th, td {
    text-align: left;
    padding: 8px;
}

.event{
    color: black;
    text-align:center;
    display:block;
    margin: 10px;
}





tr:nth-child(even) {background-color: #f2f2f2;}

.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}


/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* 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%;}
}

li{
 display: inline;
}

div {
    box-shadow: ;
}


input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

input[type=submit] {
    background-color: #FBA727;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

input[type=submit]:hover {
    background-color: #FCC778;
}

.navouter {

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
/*    background-color: #F50000;        */
}

#videoBG {
    position: fixed;
    z-index: -1;
    width: 100%;

}

/*@media (min-aspect-ratio: 16/9){
    #vidoeBG{
        width:100%;
     height: auto;
    }
}*/

.navbar {
    overflow: hidden;
    background-color: transparent;
    /*position: fixed;*/
    top: 0;
    width: auto;
    justify-content: center;
    z-index: 5;
}

.navbar a {
    float: center;
    display: inline;
    color: var(--main-bg-color);
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    z-index: 3;
}

.navbar a:hover {
    background: var(--main-bg-color);

}

.main {
    padding: 16px;
    margin-top: 200px;
    top:100px;
    height: 500px; /* Used in this example to enable scrolling */
}

/* Slideshow container */
.slideshow-container {
    max-width: 800px;
    position: relative;
    margin: auto;

}

/* Contact Us container */
.contact {
    position: relative;
    left:50%;
    transform: translate(-50%,0);
    max-width:300px;
}

/* Hide the images by default */
.mySlides {
    /*display: none;*/
    border: 25px ridge var(--main-bg-color);
    /*border: 25px ridge #CC0000*/
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: auto;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* 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: 14px;
    padding: 8px 12px;
    position: absolute;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

/* end slide show section*/

 /*parallax effect */

.info {
     background-color: #FBA727;
    font: Arial, Helvetica, sans-serif;
    font-size: larger;
    margin: 5px;
    padding: 10px;
}

/*.parallax {
    background-image: url("../img/MainPage.jpg");
    min-height: 700px;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/

.center{
    margin-left: auto;
    margin-right: auto;
}

::placeholder {
   color:#FBA727;
   opacity: 1;
}
::-ms-input-placeholder {
       color:#FBA727;
}

.footer {
    margin-top:50px;
    /*left: 0;
    bottom: 0;
    width: 100%; */
    background-color: transparent;
    text-align: center;
    position: relative;
    left:50%;
    transform: translate(-50%,0);
    max-width:600px;
}
.footer a {
    color:#FBA727;
}

.responsive {
    width: 100%;
    height: auto;
}

