/*
 Theme Name:   UnderStrap Child
 Theme URI:    https://www.understrap.com
 Description:  UnderStrap Child Theme
 Author:       Holger Koenemann
 Author URI:   http://www.holgerkoenemann.de
 Template:     understrap
 Version:      0.3.2
 License:      Commercial
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child
*/
.footer-bottom {
    position: absolute;
    left: 0;
    bottom: -27px;
    right: 0;
}

body{
    padding-bottom: 27px;
    position: relative;     
}

.single-teams *{
	    text-align: left;

} 

.postid-498 main#main {
    text-align: left;
}
@media (min-width: 1368px){
body .wrapper{
	    min-height: 50vh;
}
}

@media (min-width: 768px) and (max-width: 991px) {
   body div#navbarNavDropdown li a {
        padding: 2px 7px !important;
    }
}


    @media (max-width: 1280px) and (min-width: 768px) { .navbar  .col-md-4 {
        flex: 0 0 14.33333%;
}
.navbar .col-md-8 {
        flex: 0 0 79.66667%;     max-width: 79.66667%;
}

.navbar .row {
    display: flex;
    flex-wrap: nowrap;
}

}