﻿.imageFlag {
    border: double;
    width: 100%;
    background-color: #F5F5F5;
}

@media (min-width: 768px) {
    .imageFlag {
        border: double;
        width: 15%;
        background-color: #F5F5F5;
        padding: 0px;
    }
}


.textJustify {
    text-align: justify;
}



.hideOver {
    overflow: hidden;
}


.holsDrop {
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.holsHeader {
    background-color: #9d6000;
    color: white;
}


.repeaterStyle {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #9d6000;
}

.goLeft {
    text-align: left;
}

.holsEnclosure {
    width: 80%;
    margin: auto;
}

.displayIn {
    display: inline-block;
}

.padding10 {
    padding: 10px;
}


.cleanSmallFont {
    color: #9d6000;
    background-color: transparent;
    border: outset;
    border-color: lightgray;
    text-align: center;
    font-size: 0.9em;
}

.image {
    color: #9d6000;
    background-color: transparent;
    border: none;
}

.cOverflow {
    overflow: auto;
}



.fwCenter {
    display: flex;
    justify-content: center;
}

.langCenter {
    margin: auto;
    text-align: center;
}


.mainEnc {
    margin:125px auto 50px auto;
    width: 95%;
    padding: 10px;
    box-sizing: border-box;
}



/* Centered text */
.centered {
    text-align: center;
    color: #9d6000;
}

.imgEnclosure {
    position: relative;
    text-align: center;
    color: white;
}

.thisImg {
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 100%;
    max-width: 800px;
    height: auto;
}

.imagecap {
    position: absolute;
    bottom: 8px;
    background: black;
    left: 20%;
    opacity: 0.7;
}

.textEnclosure {
    margin: 10px auto 10px -15px;
    text-align: justify;
}

.inlineD {
    display: inline-block;
    font-size: 2em;
}

.dropEnclosure {
    margin: 10px auto 10px -15px;
}

.minheight700 {
    min-height: 700px;
}


.repEnclosure {
    width: 80%;
    margin: 20px auto 20px auto;
}


/* unvisited link */
a:link {
    /*color: red;*/
    text-decoration: none;
}

/* visited link */
a:visited {
    color: cornsilk;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #9d6000!important;
    text-decoration: underline;
}

/* selected link */
a:active {
    color: #9d6000!important;
    text-decoration: underline;
}