
html {height: 100vh;}
body {display: flex;flex-direction: column;min-height: 100vh;}
body,.navbar-nav .nav-item .nav-link,p,div,ul,ol,li,button {font-family: 'PT Sans','Droid Sans','Open Sans', sans-serif,"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana;}
body,.navbar-nav .nav-item .nav-link {font-family: 'PT Sans','Droid Sans','Open Sans', sans-serif,"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana !important;}
main {flex: 1;}
footer {height: 10vh;} 
a:hover,button:hover{cursor:pointer;}
a{color:#E2B639;}
a:hover{color:rgba(11,98,170,1.00);}
button{-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.backgroundMain{background-color:rgba(26,26,26,1);}
.background_yellow{background-color:rgba(226,182,57,0.07)}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {color: #E2B639 !important;background-color: rgba(18,18,18,0.4);}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {color:#E2B639 !important;background-color: rgba(0,0,0,0.40);}	
#nav2{border-bottom: 2px solid rgba(219,182,57,0.07);}
#nav2.nav-pills .nav-link.active, #nav2.nav-pills .show>.nav-link {color: #E2B639 !important;background-color: transparent;}
#nav2.nav-pills .nav-link,#nav2.nav-pills >.nav-link {color: #E2B639 !important;background-color: rgba(18,18,18,0.4);}	
.centered3,.centered5 {top: 50%;left: 0%;right: 0;transform: translate(0%, -50%);}	
/* width */
::-webkit-scrollbar {
width: 10px;
border-radius: 10px !important;	
}

/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;border-radius: 10px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #888;border-radius: 10px !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}

.bn-3{bottom:-3px;height: 5px}
.d-inline-grid{display: inline-grid;}
.zIndex3{z-index: 3;}
@media (max-width:1100px){			
.changeWidth2{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.changeWidth3{-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
.changeWidth4{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.centered3{position: relative !important;transform: none;top:0px;}
.textCenter{text-align:center;}
.position-absolute.centered3{margin-bottom:10px;}
}
.text-warning {color: #ff9007!important;}		
.paddingLeft70{padding-left:70px !important;}
