/*@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,900');*/

html {
    height: 100%;
}

p, a, li, h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif!important;
}

body {
	padding-top: 169px!important;
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
} 

img.board-photo {
    max-width: 300px;
} 

p, a, li {
	font-size: 18px;
}

p {
	margin-bottom: 1em;
}

a {
	transition: all 200ms ease-in-out;
}

h1 {
	text-transform: uppercase;
	font-weight: 900;
}

.page-title {
    background-color: #000066;
    color: #fff;
    margin-bottom: 1em;
    padding: 1.5em;
    width: 100%;
    align-self: flex-start;
}

.page-title h1 {
    margin: 0 auto;
    max-width: 1170px;
		padding: 0 15px;
}

h2 {
	color: #000066;
	font-weight: 600;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex.center {
	justify-content: center;
}

.flex.space-around {
	justify-content: space-around;
}

.quick-nav {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

img#logo {
    width: 100%;
    padding: 1em;
    max-width: 24em;
}

.quick-nav-links {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    position: relative;
    list-style: none;
    color: #000;
    max-width: 40em;
    align-self: flex-end;
}

.quick-nav-links > li {
    margin: 1em;
}

.dropdown-menu {
	padding: 0;
}

ul.dropdown-menu a {
    display: block;
    padding: 1em;
}

li.link-head {
    background-color: #00cccc;
    margin: 0;
    padding: .25em .5em;
}

.hr {
	border-bottom: 1px solid #bdbdbd;
	margin: 1em 0;
}

.quick-links a {
    display: block;
    padding: .25em;
    max-width: 12em;
    border-radius: 20px;
    margin: 0 auto 1em;
    color: #000;
    transition: 300ms all ease-in-out;
    text-decoration: underline;
}

.quick-links a:hover {
	color: black;

}

p.quote {
	font-size: 26px;
	font-weight: bold;
}

p.member {
	font-size: 20px;
}

.navbar-inverse {
	background-color: #00cccc;
	border: none;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
		font-weight: bold;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	background-color: #00cccc !important;
	color: #fff !important;
}


#nav-donate {
	background-color: red;
	color: #fff;
}

.donate {
    padding: 1em 2em;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #FF0000;
    max-width: 30em;
    border-radius: 4px;
    margin: 0 auto 1em;
    background-color: #FF0000;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
    transition: all .4s cubic-bezier(.77,0,.175,1);
    display: block;
    max-width: 16em;
    text-decoration: none;
}

.donate:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,.2);
    -webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
    transition: all .4s cubic-bezier(.77,0,.175,1);
    text-decoration: none;
    color: white;
}

.board-members ul {
	list-style: none;
}

.clear {
	clear: both;
}
.feature-image {
    padding: 15px 0 15px 0;
}
.new-oif {
    background-color: none;
    text-align: left;
}

.gold-box {
    border: solid 3px gold !important;
    padding: 25px !important;
    margin: 40px 0 10px 0 !important;
}

.panel-body {
    display: flex;
    padding: 15px;
    background: navy;
    color: #fff;
    justify-content: center;
}

.num-box {
    max-width: 20em;
    margin: 1em;
    display: flex;
    color: #fff;
    padding: 1em;
    border-radius: 4px;
}

.num-box .num {
    font-size: 4em;
    font-weight: 900;
    line-height: 1;
    margin-right: .25em;
}

.num-box.purple {
    background-color: #3d0080;
}

.num-box.navy {
    background-color: #000066;
}

.num-box.teal {
    background-color: #00cccc;
}

.num-box.lt-blue {
		background-color: #4b8fc8;
}


.pdf-list {
    display: flex;
    flex-wrap: wrap;
}

.pdf-list a {
    text-align: left;
    padding: 1em;
    background-color: #4b8fc8;
    color: white;
    margin: 1em;
    border-radius: 4px;
    width: 44%;
		text-decoration: none;
}

.pdf-list a:hover {
	background-color: rgba(75, 143, 200, 0.71);
}

.pdf-list i {
    font-size: 1.5em;
    margin-right: .25em;
}

footer {
	color: white;
    width: 100%;
    align-self: flex-end;
}

.footer-head i {
    font-size: 2em;
		color: #fff;
}

.footer-head h2 {
	color: #fff;
    display: inline-block;
}

footer.container-fluid {
	background-color: #00cccc;
	height: 100%;
}

footer a {
	color: #fff;
}

.social a {
    margin: 0 1em;
    font-size: 2em;
    border: 2px solid #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.social a:hover {
	background-color: #000066;
	border-color: #000066;
	text-decoration: none;
	color: #fff;
}

@media all and (max-width: 768px) {
	.quick-nav-links {
		width: 100%;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #ffffff;
	}
	.pdf-list a {
	    width: 100%;
	}
}

@media all and (max-width: 588px) {
	body {
		padding-top: 345px!important;
	}
}

.donate-buttons {
    padding: 45px;
}
