
#myTabs,#tabs, #storymap {

    /*    height: 5%;*/
    
    display: none;
}
.esriScalebarLabel{
    color: white;
}

.esriScalebarLine{
    border-color: white;
}


body {
    height: 100%;
    width: 100%;
    background-color: rgb(152,240,229);
}

#menu i {
    color: white;
}

.col-centered{
    margin: 0 auto;
    float: none;
}

#myTabs a{
    text-decoration: none;

}

a{
    text-decoration: none;
    color: black;
}

a:hover{
    text-decoration:none;
    color: black;
    cursor: pointer;
}

#myTabs li:active{
    background-color: deepskyblue;
}

.tabpanels {
    height: 80%; 
}

.esriPopup .sizer{

    width:400px !important;
}

.esriPopup .titlePane{
    line-height: 40px;
}



.esriPopup .titleButton.maximize {
    display: none;   
}

.esriPopup .titleButton{
    top: 10px;
}
.esriPopup .titleButton.close {
    right: 10px;   
}

.close {
    opacity: 1;
}

.panel.panel-heading {
	background-color: transparent;
    color: white;
}

.panel-heading:hover{
    background-color: orange;
}

.panel-heading h4 {
	font-weight: 600;
}

.panel-default {
	border: none;
}

.panel-default > a{
    text-decoration: none;
}

.panel-default > a > .panel-heading {
    background-color: orange;
    color: white;
    font-weight: 600;
} 

#tempo {
    position: absolute;
    top: 0px;
    text-align: right;
    vertical-align: middle;
    margin-bottom: 0px;
    float: right;
    z-index: -5;
}

#tempo span{
    font-size: 15px;  
    color: white;
    font-weight: 600;
}
#tempo img{
    margin-bottom: 5px;
}


#accordion {
    height: 100%;
}

#banner_logo {
    max-height: 150px;
    width: auto;
}

.esriSimpleSliderHomeButton {  
    border-bottom: 1px solid #57585A;  
    background-position: center;  
    background-color: white; 
    cursor: pointer;  
}  
.esriSimpleSliderHomeButton:hover {  
    background-color: rgb(238,238,238);  
    background-color: rgba(238,238,238, 0.9);  
}

.esriSimpleSliderLocateButton{
    border-bottom: 1px solid #57585A;  
    background-position: center;  
    background-color: white; 
    cursor: pointer; 
}
.esriSimpleSliderLocateButton:hover {  
    background-color: rgb(238,238,238);  
    background-color: rgba(238,238,238, 0.9);  
} 

.esriSimpleSliderLocateButton .fa-crosshairs, .esriSimpleSliderHomeButton .fa-home{
    color: #4C4C4C;
}
#intro {
    height: 80%;
    width: auto;
}

#homeimg {
    margin-top: 50px;
    max-height: 400px;
}

#homeButtons {
    margin-top: 30px;
    text-align: center;
}

.homebuttons {
    display: inline-block;
    min-width: 200px;
    max-width: 250px;
    margin: 20px;
    background-color: transparent;
    border: 2px solid white;
    font-weight: 800;
    color: white;
}

.modalButtons{
    min-width: 150px;
    max-width: 200px;
    
    border: 2px solid white;
    font-weight: 800;
    color: white;   
}

.homebuttons:hover {
	background-color: orange;
    color: white;
}

.navButtons{
    background-color: transparent;
    font-weight: 600;
    color: white;
}

#fregimg {
    margin-top: 40px;
    width: 100%;
    max-height: 200px;
    position: relative;
    bottom: 0px;
}

#todayModal {
    top: 10%;
}

.social {
    
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.socialicons {
    color: white;
   
}
.socialicons:hover {
	color: orange;
}

.social:hover {
    color:orange;
}

#menu {
    color: white;
    font-weight: 600;
}


@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}