.navbar {
    position: fixed;
    background-color: transparent;
    border: 1px solid #fff;
    border-width: 0 0 1px 0;
    border-radius: 0;
}

.navbar.affix {
    background-color: #fff;
}

body {
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    color: #758285;
}

header {
    position: relative;
    width: 100%;
    height: 100%;
    /***background-image: url('../img/header3-large.jpg');***/
    background-position: center center;
    background-size: cover;
}



.paddingtop15 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 5%;
    padding-left: 5%;
}

.padding15 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
}

.paddingbottom15 {
    padding-top: 0px;
    padding-bottom: 15px;
    padding-right: 0%;
    padding-left: 0%;
}

.nopadding {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.margintop20 {
    margin-top: 20px;
}

.nomargin {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
}







@media (max-width: 910px) { 
    .paddingleft {
        padding-top: 4px;
        padding-bottom: 4px;
        padding-right: 0px;
        padding-left: 10px;
    }
    
    #logo {
        height: 70px;
    }
    #logo-sav {
        width: 50%;
    }
    #logo-insta {
        width: 60px;
    }
    #logo-wa {
        width: 60px;
    }
    #invisible{
        display: none;
    }
}
@media (min-width: 911px) { 
    .paddingleft {
        padding-top: 8px;
        padding-bottom: 4px;
        padding-right: 0px;
        padding-left: 30px;
    }
    
    #logo {
        height: 90px;
    }
    #logo-sav {
        width: 80%;
    }
    #logo-insta {
        width: 60px;
    }
    #logo-wa {
        width: 60px;
    }

}

.btn-outline-gold {
    color: #DAA520;
    border-color: #DAA520;
}

.btn-outline-gold:hover {
    color: #fff;
    background-color: #DAA520;
    border-color: #DAA520;
}

h1 {
    font-size: 1.8rem;
}

h1.news {
    font-size: 1.4rem;
    padding-top: 15px;
    padding-bottom: 10px;
}

.fontgold {
    color: #DAA520;
    text-transform: uppercase;
}

.fontbold {
    font-weight: 600;
}

p.fontbold {
    font-weight: 600;
    color: #000000;
}

span.fontbold {
    font-weight: 600;
    color: #000000;
}

th.fontbold {
    font-weight: 600;
    color: #000000;
}

th {
    vertical-align: top;
    width: 120px;
}

.fontlight {
    font-weight: 200;
}

.lnr {
    font-size: 46px;
    color: #DAA520;
    border-radius: 50%;
    text-align: center;
    border: 3px solid #DAA520;
    padding: 12px;
}

#filler {
    padding-top: 3px;
}

.portrait {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.noopacity {
    position: relative; 
    z-index: 2;
}

.hovereffect {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.hovereffect:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 17px;
    background-color: transparent;
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

.hovereffect a, .hovereffect p {
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

#map {
    position: relative;
    width: 100%;
    min-height: 400px;
}

.bar {
    max-width: 250px;
    border-top: solid 5px;
    border-color: #DAA520;
}

.btn-margin {
    margin: 5px;
}


/**
i.fas {
  display: inline-block;
  border-radius: 20px;
  box-shadow: 0px 0px 8px #888;
  padding: 0.5em 0.6em;
}
*/