/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {

}

.cover-container {
    max-width: 55em;
}


/*
 * Header
 */

.navbar-custom .navbar-text {
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    color: #2A110D;
}

.navbar-custom .navbar-text-active {
    color: #EAAE4C;
}

.navbar-custom .navbar-text-button {
    background-color: #EAAE4C;
    border-radius: 3px;
}

.navbar-custom .navbar-text-shadow {
    color: #EAAE4C;
    border-color: #EAAE4C;
    border-radius: 3px;
    border-width: 2px;
    border-style: solid;
}

.navbar .navbar-toggler .icon-bar {
    background-color:#EAAE4C;
    display:block;
    height:2px;
    margin-top:.25rem;
    transition:all .2s;
    width:20px;
}

.navbar .navbar-toggler {
    border: 1px solid #EAAE4C;
    padding: .75rem .563rem
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
    outline: 0
}

.navbar .navbar-toggler .top-bar {
    background-color: #EAAE4C;
    transform: rotate(45deg);
    transform-origin: 16% 190%
}

.navbar .navbar-toggler .middle-bar {
    opacity: 0
}

.navbar .navbar-toggler .bottom-bar {
    background-color: #EAAE4C;
    transform: rotate(-45deg);
    transform-origin: 10% -80%
}

.navbar .navbar-toggler.collapsed .top-bar {
    background-color: #EAAE4C;
    transform: rotate(0)
}

.navbar .navbar-toggler.collapsed .middle-bar {
    opacity: 1
}

.navbar .navbar-toggler.collapsed .bottom-bar {
    background-color: #EAAE4C;
    transform: rotate(0)
}

/* Default logo size */
.logo {
    width: 325px;
    height: auto;
}

.table-background {
    background-color: #EAAE4C;
}

.border {
    border-color: #EAAE4C !important;
}

a {
    color: #EAAE4C;
    text-decoration: none;
    font-weight: bolder;
}

a:hover {
    color: #EAAE4C;
    font-weight: normal;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; /*This is the aspect ratio*/
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/* Medium screens (tablets) */
@media (max-width: 768px) {
    .logo {
        width: 225px;
    }
}

/* Small screens (phones) */
@media (max-width: 480px) {
    .logo {
        width: 225px;
    }
}
