/*
 Theme Name:   Thousand Lakes Brewing
 Description:  Understrap Child Theme build for Thousand Lakes Brewing.
 Author:       Tom Harren
 Author URI:   http://harre096.github.io/
 Template:     understrap
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  thousand-lakes-brewing
*/
colors2{
    color:#0d0c1e; /*Added*/
    color:#1e2031;
    color:#bb9236;
    color:#758057;
    /* Unused */
    color:#797e89;
    color:#415674;
}
 
#wrapper-navbar .navbar{
    background-color:#1e2031;
}
html body{
    color:white;
    background-color: #0d0c1e;
}
#wrapper-footer-full a{
    color:white;
}
.wrapper#wrapper-footer-full, #wrapper-footer{
    background-color:#1e2031;
}                            
.site-description {
    color:#bb9236;
}
h1 {
    color:#bb9236;
}
h2, h3, h4, h5, html a{
    color: #758057;
}
html a:hover{
    color:#797e89;
}

 
colors1{
    color:#a14329;
    color:#bb9236;
    color:#3c4e5c;
    color:#0d0c1e;
}
/* 
.navbar.bg-primary{
    background-color:#3c4e5c;
}
html body{
    color:white;
    background-color:#0d0c1e;
}                                         
.site-description {
    color:#bb9236;
}
h1 {
    color:#bb9236;
}
h2, h3, h4, h5, html a{
    color: #a14329;
}
html a:hover{
    color:#bb9236;
} */

/* Nav */
.nav-favicon {
    max-height: 1.7em;
    padding-bottom: .3em;
}
.navbar .navbar-toggler{
    padding: .25rem .3rem;
}

.navbar .dropdown-menu {
    background-color:#1e2031;
}

.navbar a.dropdown-item{
    color: white;
    background-color:#1e2031;
}

.navbar .dropdown-item:hover {
    background-color:#3c4e5c;
}

.navbar .dropdown-item:active {
    background-color:#0d0c1e;
}
                                        
/* Homepage Hero */
.home-hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    padding: 1em;
}
.custom-logo-link img{
    max-height: 6em;
    width: auto;
}
.site-description-big-text{
    font-size: 3.3em;
}
.site-description-small-text{
    font-size: 2em;
}

  
/* Body */
p{
    font-size: 1.2em;
    line-height: 1.6em;
}
h2 {
    padding-top: 1em;
}
#right-sidebar {
    position:fixed;
    right:1em;
    top:150px;
}
/* Make text not quite as wide on big monitors */
@media (min-width: 992px) {
    .wrapper .container {
      max-width: 55em; } }
@media (min-width: 1200px) {
.wrapper .container {
    max-width: 60em; } }


/* Fonts */
.site-description, .navbar-brand, .footer-site-name {
    font-family:  fabfeltscriptbold, Arial, Helvetica, sans-serif;
}
 h1, h2, h3{
    font-family:  bizon, 'Londrina Solid', Arial, Helvetica, sans-serif;
}
      
@font-face {
    font-family: 'fabfeltscriptbold';
    src: url('./fonts/FabfeltScript-Bold/fabfeltscript-bold.eot');
    src: url('./fonts/FabfeltScript-Bold/fabfeltscript-bold.eot?#iefix') format('embedded-opentype'),
            url('./fonts/FabfeltScript-Bold/fabfeltscript-bold.woff2') format('woff2'),
            url('./fonts/FabfeltScript-Bold/fabfeltscript-bold.woff') format('woff'),
            url('./fonts/FabfeltScript-Bold/fabfeltscript-bold.ttf') format('truetype'),
            url('./fonts/FabfeltScript-Bold/fabfeltscript-bold.svg#fabfeltscriptbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bizon';
    src: url('./fonts/Bizon-typeface/Bizon.eot');
    src: url('./fonts/Bizon-typeface/Bizon.eot?#iefix') format('embedded-opentype'),
            url('./fonts/Bizon-typeface/Bizon.woff2') format('woff2'),
            url('./fonts/Bizon-typeface/Bizon.woff') format('woff'),
            url('./fonts/Bizon-typeface/Bizon.ttf') format('truetype'),
            url('./fonts/Bizon-typeface/Bizon.svg') format('svg');
}

@font-face {
    font-family: 'Londrina Solid';
    src: url('./fonts/Londrina_Solid/LondrinaSolid-Light.ttf') format('truetype');
}