/*!
Theme Name: 	Bootsrap on WordPress
Theme URI: 		https://bootstraponwordpress.com/
Description: 	Bootstrap 5 on Wordpress
Version: 		3.0.1
Author: 		Babobski
Author URI: 	https://www.babobski.nl
Tags: 			babobski, bootstrap, basic theme
*/

.card-title {
    font-weight: bold;
}

.btn-secondary {
   
    background-color:#8C001A!important;
}

i {
    font-size: 56px;
    color:#8C001A;
}

.nav {                              /* Main nav div   */
    position: fixed;
    height: 100px;
    transition: .5s;
    background-color: white;
    z-index: 25;
    
    
}

.menuCol {                          /* Column that contains menu */
    padding-top: 30px;
    transition: .5s;
    

}

.numCol {                           /* Column that contains phone numbers */
    padding-top: 35px;
    transition: .5s; 
}

.numCol h2 {                        /* Phone number size */
    font-size: 26px;
}


.pagePadding {                      /* Padding for pages to show under menu */
    padding-top: 130px;             /* place on each page */
}

.homeContent {                      /* Padding for home.  Can be modified for Hero above */
    padding-top: 100px;

    
   
    
}

#topLogo {                          /* Logo styling  */
    transition: .5s;
    float:left!important;
}

.footer {
    border-top: 5px solid #8C001A;
    border-bottom: 5px solid #8C001A;
    padding-top: 20px;
    padding-bottom: 20px;
}

.solid-bar {

    min-height: 400px;
    background: url("/wp-content/uploads/2021/10/always-grey.png");
    background-color: #8C001A;
    


}

.whiteBK {
    background-color: white;
    opacity: 1!important;
    background-color: rgba(255, 255, 255, 1)!important;
}

.inner-bar {
   
    background-color: white;
    
    
}

@media only screen and (max-width: 600px) {   /* Media Queries for formating mobile content with menu */
    .homeContent {
        padding-top: 245px;
    }

    #topLogo {
        float: none!important;
    }
   }

h2 {
    color: #946726 !important;
}

.bkColor {
    background-color: #946726 !important;
}

.textWhite {
    color: white;
}