﻿.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;
}

div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 220px;
    height: 220px;
}

    div.gallery:hover {
        border: 1px solid #777;
    }

    div.gallery img {
        width: 100%;
        height: 65%;
    }

div.desc {
    padding: 15px;
    text-align: center;
}


.center {
    display: flex;
    justify-content: center;
}
