@charset "UTF-8";
/* CSS Document */

/* CSS Fonts */
@font-face{
	font-family: 'BentonSans Medium';
	src: url('https://sawbo-animations.org/fonts/BentonSans Medium.otf');
}
@font-face{
	font-family: 'Bebas Neue';
	src: url('https://sawbo-animations.org/fonts/BebasNeue.otf');
}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('https://sawbo-animations.org/fonts/BebasNeue_webkit/bebasneue-webfont.eot');
    src: url('https://sawbo-animations.org/fonts/BebasNeue_webkit/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
url('https://sawbo-animations.org/fonts/BebasNeue_webkit/bebasneue-webfont.woff2') format('woff2'),
url('https://sawbo-animations.org/fonts/BebasNeue_webkit/bebasneue-webfont.woff') format('woff'),
url('https://sawbo-animations.org/fonts/BebasNeue_webkit/bebasneue-webfont.ttf') format('truetype'),
url('https://sawbo-animations.org/fonts/BebasNeue_webkit/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Site Constants*/
body{
	font-family: 'BentonSans Medium', sans-serif;
	width: 90%;
	max-width: 1350px;
	min-width: 1100px;
	padding: 2% 5% 2% 5%;
	margin: auto;
}
.white_text{
	color: #FFFFFF;
}
.black_text{
	color: #000000;
}
.black_link{
	color: #000000;
}
.white_link{
	color: #FFFFFF;
}

/* COVID-19 Banner */
#coronavirus_banner {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}
#cb_form {
    width: 60%;
    margin: 0 auto;
    background-color: red;
}
#cb_btn {
    width: 100%;
    margin: 10px 0;
    text-align: center;
    background: none;
    border: none;
    cursor: pointer;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.6em;
}

/* RAPID Banner */
#rapid_banner {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}
#rb_form {
    width: 60%;
    margin: 0 auto;
    background-color: #304165;
}
#rb_btn {
    width: 100%;
    margin: 10px 0;
    text-align: center;
    background: none;
    border: none;
    cursor: pointer;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.6em;
}

/* Moalfac Banner */
#moalfac_banner {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}
#moalfac_form {
    width: 60%;
    margin: 0 auto;
    background-color: #5599db;
}
#moalfac_btn {
    width: 100%;
    margin: 10px 0;
    text-align: center;
    background: none;
    border: none;
    cursor: pointer;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1em;
}

/* Modals */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal_con {
	display: none;
    background-color: #70b733;
	color: #FFFFFF;
	font-size: 1.5em;
    margin: 5% auto;
    padding: 1em;
    width: 80%; /* Could be more or less, depending on screen size */
}

/*Basic Layout*/
.portal_section{
	width: 100%;
	float: left;
}
.section_title{
	width: 100%;
	float: left;
	padding: 0 0 5% 0;
	margin: 0;
	font-family: 'Bebas Neue', 'bebas_neueregular', 'Impact', 'Open Sans', sans-serif;
	font-stretch: extra-condensed;
	font-size: 3em;
	font-weight: normal;
}
.section_content{
	width: 100%;
	float: left;
	padding: 0 0 5% 0;
	font-family: 'BentonSans Medium', Veranda, sans-serif;
	font-size: 1em;
}

/*Just Header CSS*/
header{
	float: left;
	width: 100%;
	padding: 0 0 5% 0;
}
#logo{
	float: left;
	width: 27%;
}
#logoText{
	float: left;
	width: 55%;
	padding: 0 0 0 5px;
}
#logoImg{
	float: left;
	width: 125px;
}
#logoTitle{
	float: left;
	font-family: 'Bebas Neue', 'bebas_neueregular', 'Impact', 'Open Sans', sans-serif;
	font-stretch: extra-condensed;
	font-size: 4em;
	padding: 0;
	color: #000;
	height: 65px;
}
#logoSubtitle{
	font-family: 'BentonSans Medium', Veranda, sans-serif;
	font-size: 1em;
	padding: 0;
	color: #000;
}
#collaborateDonate_buttons{
	float: left;
	width: 11.5%;
}
.collabDonClass{
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	font-size: 1em;
	padding-bottom: 3%;
}
#collaborateButton{
	background-color: #304165;
}
#donateButton{
	background-color: #189C50;
}
#whiteSpaceCollDon{
	display: block;
	float: left;
	width: 70%;
	height: 15px;
}
.collaborateDonateText{
	color: white;
	display: block;
	text-align: center;
	padding-top: 8%;
	padding-right: 2%;
	padding-left: 2%;
}
#navigationAndLinks{
	float: right;
	width: 60%;
}
#socialMedia_andSearch{
	float: left;
	width: 100%;
	padding: 0 0 3% 0;
}
#social_media_buttons{
	float: right;
	width: 50%;
}
.social_media_button{
	width: 11%;
	max-width: 40px;
	float: right;
	padding-right: 10px;
}
.social_media_separator{
	font-family: 'BentonSans Medium', sans-serif;
	font-size: 2em;
	color: #BBBBBB;
	padding-right: 1%;
	float: right;
}
.social_media_end_separator{
	font-family: 'BentonSans Medium', sans-serif;
	font-size: 2em;
	color: #BBBBBB;
	float: right;
}
#searchBox{
	float: right;
	width: 45%;
	padding-left: 2.5%;
}
#search_button{
	float: right;
	width: 12%;
	height: 30px;
	padding: 0;
	cursor: pointer;
}
#search_field{
	float: right;
	width: 80%;
	height: 30px;
	padding: 0;
	background-color: #FFF;
	border: 2px solid #E0E0E0;
	font-size: 1em;
}
nav{
	float: left;
	width: 100%;
	padding-top: 3%;
}
#navigation a:hover{
	text-decoration: underline;
}
.navLinks{
	font-family: 'BentonSans Medium', sans-serif;
	text-decoration: none;
	color: #000;
	float: right;
	padding-right: 0.5%;
	font-size: 1.1em;
}
.navLinksLast{
	font-family: 'BentonSans Medium', sans-serif;
	text-decoration: none;
	color: #000;
	float: right;
	font-size: 1.1em;
}
.navSeparator{
	font-family: 'BentonSans Medium', sans-serif;
	font-size: 1.1em;
	color: #000;
	float: right;
	padding-right: 0.5%;
}
a:focus{
	outline: solid;
	outline-color: #eb8500;
}
input:focus{
	outline: solid;
	outline-color: #eb8500;
}