/* 
 Theme Name:     Dakota Territory Air Museum
 Author:         Jonathan Starr/StarrWebVision/DakotaTerritoryAirMuseum
 Author URI:     www.starrwebvision.com
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.9.8
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* #main-header {
	width: 94%;
}

.et_fixed_nav.et_show_nav #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container {
    padding-top: 0px !important;
} */
/* main header size */
@media (min-width: 981px) {
	.et_fullwidth_nav #main-header .container {
    width: 95% !important;
	}}

.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}

/* bottom bar */
#footer-bottom {
	display: none;
}

/* Plan a Visit */
@media (min-width: 981px){
  #float {
    position: fixed;
    top: 200px;
    left: 0px;
    z-index: 99998;
  }
}
