/*
Theme Name: Dollars For Scholars
Author: Scholarship America
Author URI: https://wordpress.org/
Description: Custom Theme for Dollars For Scholars 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

* {
	font-family: Arial, Helvetica, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

main {
	width: 100%;
	margin: auto;
	padding-top: 95px; /* full screen nav height = 95px; */
	overflow-y: auto;
}

a {
	text-decoration: none;
}

h1 {
	font-size: 64px;
}

button {
	font-size: 16px;
}

nav {
	width: 100%;
	height: 95px;
	/* padding: 1rem 6rem; */
	background-color: #1a365d;
	color:#fff;
	position: fixed;
	z-index:9999
}

footer {
	min-height: 50px;
	color: #fff;
	background-color: #1a365d;
	width: 100%;
	padding: 2rem auto;
}

footer a {
	color: #fff;
}

footer div.container {
	display: flex;
	justify-content: space-between;
	padding: 1rem 0;
	width: 100%;
	height: 100%;
}

nav .nav-container {
	display: flex;
	width: 100%;
	max-width: 1900px;
	padding: 0.5rem 4%;
}

nav .nav-menu-container {
	width: 100%;
	display: flex;
	
}

nav .nav-logo-container {
	height: 100%;
}

nav .nav-logo-container img {
	max-height: 75px;
}

nav .nav-donate-container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 50px;
	/* margin-top: -0.5rem; */
}

nav .nav-donate-container button {
	background-color: #E56A54;
	border: none;
	border-radius: 10px;
	height: 40px;
	width: 160px;
	color: #fff;
}

nav .nav-donate-container button:hover, a:hover {
	text-decoration: underline;
}

nav .nav-container a {
	color: white;
}

nav .nav-link-container {
	display: flex;
	justify-content: space-evenly;
	/* gap: 4rem; */
	margin: 0.5rem 8rem 0.5rem 1rem;
}

#navbarNavDropdown a.active {
	text-decoration: underline;
}

main #banner_image_title_section {
	max-height: 400px;
	width: 100%;
	position: relative;
}

main #banner_overlay {
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	z-index: 99;
}

main #banner_image_title_section img {
	width: 100%;
	max-height: 400px;
}

main #banner_title_container {
	text-align:center;
	width: 100%;
	height:100%;
	padding-top: 2rem;
}

.navbar-collapse.show {
	background: #1a365d;
	padding-bottom: 1rem;
}

.dropdown-toggle {
	padding-top: 1rem;
}

.dropdown-toggle::after {
	font-size: 30px;
}


/* DEV PURPOSES ONLY. Remove all the below */
html {margin-top: 0 !important;}
body.admin-bar #wphead {
   padding-top: 0;
}
#wpadminbar {
    top: auto !important;
    bottom: 0;
    position: fixed;
}
#wpadminbar .quicklinks .menupop ul {
    position: absolute;
    bottom: 32px;
    background-color: #23282d;
}
#wpadminbar .quicklinks .menupop ul + ul {
    bottom: 70px;
}
#wpadminbar .quicklinks .menupop ul ul {
    transform: translateY(62px);
    -webkit-transform: translateY(62px);
    -ms-transform: translateY(62px);
}
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary {
    bottom: 64px;
    position: absolute;
}
@media screen and (max-width: 782px) {
    #wpadminbar .quicklinks .menupop ul {
        bottom: 46px;
    }

    #wpadminbar .quicklinks .menupop ul + ul,
    #wpadminbar .quicklinks .menupop ul.ab-sub-secondary {
        bottom: 86px;
    }

    #wpadminbar .quicklinks .menupop ul ul {
        transform: translateY(92px);
        -webkit-transform: translateY(92px);
        -ms-transform: translateY(92px);
    }
}