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

/*  COLORS
	put info here as clipboard
		Blue #004aad
			Darker blue 00227a
		Green #32ac80
		whiteish  #dadadb
		beigeish   #ccc1c1
		steel   #898592
*/

/* FONTS
 	font-family: "Inder", sans-serif;
	font-family: "Quicksand", sans-serif;
    font-family: "Oooh Baby", cursive;
	font-family: "Nothing You Could Do", cursive;
	font-family: "Bad Script", cursive;
*/



/* Basic resets etc.*/
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
	font-family: "Open Sans", serif;
  	box-sizing: border-box;
	font-weight: 300;
	line-height: 1.7;
	scroll-behavior: smooth;
}


body {
		font-family: "Quicksand", sans-serif;
	    font-weight: 400;
	    position: relative;  
		color: #000; 
	}

/* IF USING A FIXED BG IMAGE*/
body::after {
    content: "";
	background-image: url("../img/bgimg3.jpg");
    background-position: top;
    position: fixed; 
	background-repeat: no-repeat;
	background-attachment: scroll;
    top: 20px;
    left: 0;
    bottom: 0;
    right:0;
    z-index: -1;
}



header {
	background: #32AC80;
background: linear-gradient(0deg,rgba(50, 172, 128, 1) 0%, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 1) 70%, rgba(0, 74, 173, 1) 100%);
	color: #000;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #004aad;
}

.fade-in-image {
  animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  -moz-animation: fadeIn 3s;
  -o-animation: fadeIn 3s;
  -ms-animation: fadeIn 3s;
}

.fade-in-text {
  animation: fadeIn 4s;
  -webkit-animation: fadeIn 4s;
  -moz-animation: fadeIn 4s;
  -o-animation: fadeIn 4s;
  -ms-animation: fadeIn 4s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

header h4, header h5 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight: 400;
	letter-spacing: 0rem;
	color: #333;
}

header h1, header h2 {
	margin-top: 25px;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Inder", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 1rem 0;
	letter-spacing: 0.3rem;
	color: inherit;
}


h1, h2, h3 {
text-shadow: 1px 2px 6px #666;
}

h4, h5 {
text-shadow: 1px 1px 8px #999;
}



.slogan {
	font-weight: 200;	
	text-align: center;
	padding: 10px 0 5px 0;
	border-top: 2px solid #2f3188;
}

.sloganCity {
	color: #999;
	font-size: .95rem;
	text-align: center;
}

a:link, a:visited  {
	color: #00227a;
/*	background: rgba(0,0,0,.05);*/
	text-decoration: underline;
	padding: 0 3px;
	font-weight: 500;
}

a:hover, a:active {
	background: #fff;
	color: #666;
	text-decoration: none;
	padding: 0 3px;
}



a i {
	margin: 1px;
	padding: 2px;
}

.fbpitch a {
	background: none;
}




ol, ul {
padding-left: 20px !important;
  	margin-left: 12px;
}

.boxshadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.photo {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 3px;
	border: 1px solid #333;
}

.sectionStyle0 {
	background: none;
	color: #fff;
	margin: 0;
	padding: 20px 0;
	border-bottom: 2px solid #004aad;
}

.sectionStyle1 {
	background-color: rgba(255,255,255,.2)	;
	color: #fff;
	margin: 0;
	padding: 20px 0;
	border-bottom: 2px solid #004aad;
}
.sectionStyle2 {
	background-color: rgba(255,255,255,.4);	
	color: #00227a;	
	margin: 0;
	padding: 20px 0;
	border-bottom: 2px solid #004aad;
}
		.sectionStyle2 h1, .sectionStyle2 h2, .sectionStyle2 h3, .sectionStyle2 h4, .sectionStyle2 h5, .sectionStyle2 h6 {
			color: #FFF;
		}

.sectionStyle3 {
	background-color: rgba(255,255,255,.8);	
	color: #000;	
	margin: 0;
	padding: 20px 0;
	border-bottom: 2px solid #004aad;
}
		.sectionStyle3 h1, .sectionStyle3 h2, .sectionStyle3 h3, .sectionStyle3 h4, .sectionStyle3 h5, .sectionStyle3 h6 {
			color: #00227a;
			text-shadow: 1px 1px 6px #999;
		}
.sectionStyle4 {
	background-color: rgba(0,0,0,.3);
	color: #fff;
	margin: 0;
	padding: 20px 0;
	border-bottom: 2px solid #004aad;
}

.sectionStyle5 {
	background-color: rgba(0,0,0,.8);
	color: #fff;
	margin: 0;
	padding: 20px 0;
	border-bottom: 2px solid #004aad;
}

.callout {
	background-color: rgba(255,255,255,0.60);
	padding: 10px;
	border-radius: 2px;
	box-shadow: 1px 1px 2px 1px  #333;
	color: #000;
}

footer {
	color: #fff;
	padding: 25px 0;
	text-align: center;
	font-size: .9rem;
	
}

.buttontext {
	font-family: Quicksand, sans-serif;
	font-size: .9rem;
	font-weight: 300;
	letter-spacing: 0rem;
}

.hoverBox, .hoverOval {
	background-color: rgba(255,255,255,.2);	
	border: 2px solid rgba(0,74,173,.2);
	box-shadow: 1px 2px 20px 2px rgba(255,255,255,.1);
	box-shadow: 1px 2px 20px 2px rgba(0,0,0,.2);
	padding: 10px;
}


.hoverBox {
	border-radius: 25px;
}
.hoverOval {
	border-radius: 100px;
}


.hoverBox:hover, .hoverOval:hover {
	background-color: rgba(255,255,255,.3);	
}

video {
  max-width: 95%;
  height: auto;
}


.sponsorlogo1 {
	max-width: 300px;
	border: 1px solid #333;
	border-radius: 5px;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin: 15px 10px;
}

.sponsorlogo2 {
	max-width: 200px;
	border: 1px solid #333;
	border-radius: 5px;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin: 15px 10px;
}

.sponsorlogo3 {
	max-width: 100px;
	border: 1px solid #333;
	border-radius: 5px;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin: 15px 10px;
}



.sponsorlogo1:hover, .sponsorlogo2:hover, .sponsorlogo3:hover {
	border: 1px solid #004aad;
}

.fa-facebook, .fa-square-facebook { color: #3b5998; }
.fa-instagram, .fa-square-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}

/*  REDEFINE BOOTSTRAP STYLES  */
 .nav-link  {
	color: #004aad !important;
	font-size: 1.1rem !important;
	font-weight: 500 !important;
	 margin-right: 5px !important;
	 padding: 0 10px !important;
}

header a {
	background: none !important;	
}



.btn-primary {
	background-color: #346198 !important;
	padding: 2px 8px !important;
	color: #fff !important;
	border: none !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.btn-primary:hover  {
	background-color: #aec5e5 !important;
	color: #333 !important;
}


.btn-light {	
	background-color: #aec5e5 !important;
	padding: 2px 8px !important;
	color: #333 !important;
	border: none !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-light:hover  {
	background-color: #346198 !important;
	color: #fff !important;
}

a.btn {
	font-family: Quicksand, sans-serif !important;
	font-weight: 400 !important;
}


