/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

/*BASIC LAYOUT STUFF*/
body {
    padding-top: 54px;
    background-color:#eaefef;
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}

.footers {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/*FONT STUFF - LOADING FONTS FROM cloudtypography ACCOUNT*/

/*select labels*/
#dmaText, #dayText, #stationText {
    color:#284663;
}

h1, h2, h3, h4, h5, p, a {
    color:#051f38;
}

.navbar-brand{
    font-weight: 500;
}

.navbar a {
    text-decoration: none;
}
#navbarResponsive{
    text-align: center;
}
#nav-logo{
    height:75px;
    width:auto;
    position: absolute;
    top:10px;
    left:10px
}
#nav-logo img{
    width:75px;
    height:auto;
}
.nav-link{
    font-size:1.1rem;
}
a {text-decoration: underline;}

.white-bg{
    background-color:#fff;
    padding:10px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #ddd;
    margin: 15px 0;
}
.anchor {
    margin-top: -65px;
    padding-top: 50px;
}

/*HEADER, NAVBAR, BACKGROUND*/
.business-header {
    height: 20%;
    min-height: 120px;
    background: url('../photos/clouds.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.navbar,
.dropdown-menu {
    background-color: #123e66;
}


.navbar a {
    color: #fff;
}
.navbar {
    box-shadow: 0 4px 6px rgba(0,0,0,0.4);
}

.page-header{
    color:white;
    font-size:3em;
}
.background-text{
    background:rgba(0,0,0,0.3)
}

.nav-item:hover {
    text-decoration: underline;
}

.navbar-toggler {
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.5)
}

/*FOOTER*/
footer {
    background-color: #6e7b82;
}
.footer-content{
    color:white;
}
.footer-logo{
    text-align: center;
    max-width: 100px;
}
#copyright {
    font-size: 0.8em;
}

/*ADDITIONAL MEDIA QUERIES*/
@media (max-width: 768px) {
    #footer-content > div {
       text-align: center;
       margin-bottom:20px;
    }
    #footer-content div:last-child{
        margin-bottom: 0;
    }
    .navbar-brand {
        font-size:0.85em;
        margin-left:-5px;
    }
    .navbar {padding:0.9rem;}
    .navbar-toggler {padding:0;}
}
/*FAQ drop-down divs*/
.closed {
    background:url('https://www.dnr.sc.gov/water/waterplan/assets/rightarrow.png') no-repeat;
    background-position:90% center;
}

.open {
    background:url('https://www.dnr.sc.gov/water/waterplan/assets/downarrow.png') no-repeat;
    background-position:90% center;
}
.question{
    padding:5px;
    
}
.question:hover{cursor: pointer;background-color:#eee;border-radius:4px;}
.answer{
    display:none;
    padding:8px;
    color:#2e6da4;
    width:95%;
}

/*Scrolling Drop-down*/

.active, .btn:hover {
  background-color: #666;
  color: white;
}

.scrollable-menu {
	height: auto;
	max-height: 200px;
	overflow-x: hidden;
	background-color: lightblue;
}

.scrollable-menu > li:hover {
	background-color: white;
	text-decoration: underline;
	cursor: pointer;
}

.btn-group {
	display: flex;
	justify-content: center;
	padding: 10px;
}

/*Showing and Hiding stations*/

#centralStations, #northeastStations, #westStations, #southernStations {
    display:none;
}

/*Capitalizing values for JS*/
span.capitalize {
	text-transform: capitalize;
}

/*Fitting ARI image into page*/
figure img {
	margin: -10% 0 0 0;
}	
figure {
    overflow: hidden;
}

/*Table Styling*/
.tableStyle, th, tr, td {
	border: 1px solid black;
	text-align: center;
	font-size: 13px;
}	

.tableStyle, th {
	padding: 4px;
}	

/*Centering labels*/
#imageLabel {
	text-align: center;
}

/*Styling help buttons at bottom of pages*/
#toggle-use-dropdowns {
	border: none; 
	background-color: white;
}

#toggle-use-dropdowns:hover {
	border: none; 
	background-color: gray;
}

#aboutButton {
	border: none; 
	background-color: white;
}

#aboutButton:hover {
	border: none; 
	background-color: gray;
}
