@charset "utf-8";
/* 
CSS Document for screen sizes 1000px and larger 
Author: Julius Melendez
Date: December 4, 2019
*/

@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

/* Apply a natural box layout model to all elements */ 
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

@font-face {
    font-family: 'pirulenregular';
    src: url('pirulen-webfont.woff2') format('woff2'),
         url('pirulen-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body, html {
	background-color: white;
	height: 100%;
	margin: 0;
	z-index: -5;  
} 

p {
    text-align: justify;
}

/*work around to get the <h> tags to format>*/
.Anton {
    font-family:'Anton',sans-serif; 
    color:#C72128; 
    text-align:center; 
}

a:link {
	text-decoration: none;
}

a:hover, a:focus {
	color: yellow;
	text-decoration: underline;
}

#topNav {   
  	background-color: white;
	overflow: hidden;
	position: fixed;
	top: 0px;  
	z-index: 99;
	width: 100%;
	height: 170px;
	padding: 20px 10px;
	box-shadow: 2px 2px 2px -2px black;
	transition: 0.4s;  	         
}   /*h=170px, z-index = 99*/

#corona {
    position: fixed;
    top: 40px;
    left: 100px;
    width: 300px;
    border: 3px solid red;
    background: red;
}

#logoDiv {
	background-color: white;
	display: block;
	height: 170px;
	transition: 0.4s;
}

#topLogo {
	background-color: white;
	display: block;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	transition: 0.4s;
} 

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/slider.jpg');
  top: 170px;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}


#home_wrapper {
	background-color: rgb(255,255,255,1);
	z-index: 1;
	margin-top: 170px;
	padding-top: 19px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-right: 0px;	
	width: 100%;
	padding-left: 0px;
	margin-left: 0px;
	
} 

#about_wrapper {
	background-color: rgb(255,255,255,1);
	z-index: 1;
	margin-top: -90px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	padding-right: 0px;		
	width: 1000px;
	padding-left: 0px;
	margin-left: auto;
    text-align: justify;
}

#signs_wrapper {
	background-color: rgb(255,255,255,1);
	z-index: 1;
	margin-top: -90px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	padding-right: 0px;		
	width: 1000px;
	padding-left: 0px;
	margin-left: auto;
}

#awards_wrapper {
	background-color: rgb(255,255,255,1);
	z-index: 1;
	margin-top: -90px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 40px;
	margin-right: auto;
	padding-right: 0px;		
	width: 1080px;
	padding-left: 0px;
	margin-left: auto;
    text-align: justify;
}

#specialties_wrapper {
	background-color: rgb(255,255,255,1);
	z-index: 1;
	margin-top: -90px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	margin-right: auto;
	padding-right: 0px;		
	width: 1080px;
	padding-left: 0px;
	margin-left: auto;
    text-align: justify;
}

.wrapper_signs_rehab {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.wrapper_signs_rehab:after {
    content: "";
    display: block;
    clear: both; 
} 

#aboutContent {
	padding-top: 50px;
    text-align: justify;
}

#awardsContent {
	padding-top: 50px;
}

#specialties_1_cont {
    float: left;
    margin-top: 0px;
	border-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
    
    margin-left: 0px;
	border-left: 0px;
    padding-left: 30px;
    width: 500px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 0px;
}

#specialties_img {
    float: right;
    background-color: white;
    margin-top: 0px;
	border-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
	border-bottom: 0px;
    margin-bottom: 10px;
   
    margin-left: 0px;
	border-left: 0px;
    padding-left: 0px;
    width: 460px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 0px;
  
}

.wrapper_home_1 {
    background-color: white;
    margin-top: 50px;
	border-top: 0px;
    padding-top: 0px;
    height: 400px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
    /*total height = 400px*/
    margin-left: auto;
	border-left: 0px;
    padding-left: 0px;
    width: 1000px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: auto;
    /*total width = 1000px*/ 
} /*h=400px, w=1000px*/

.wrapper_home_1:after {
    content: "";
    display: block;
    clear: both;
}

.home_1_imgL {
    float: left;
    background-color: white;
    margin-top: 10px;
	border-top: 0px;
    padding-top: 10px;
    height: 380px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;     
    /*total height = 400px*/
    margin-left: 0px;
	border-left: 0px;
    padding-left: 0px;
    width: 480px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 0px;
    /*total width = 500px*/
    box-shadow: 0px; 
} /*h=400px, w=500px IMG h=380px. w=500px*/

.home_1_contR {
    float: right;
    background-color: white;
    margin-top: 10px;
	border-top: 0px;
    padding-top: 20px;
    height: 380px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 10px;
    /*total height = 400px*/
    margin-left: 0px;
	border-left: 0px;
    padding-left: 0px;
    width: 450px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 0px;
    
}

.wrapper_home_2 {
	background-color: rgba(238, 238, 238, .95) !important;
	-moz-background-color: rgba(238, 238, 238, .95) !important;
	-webkit-background-color: rgba(238, 238, 238, .95) !important;
	background-image: url("images/SaddleCreek.jpg");
	-moz-background-image: url("images/SaddleCreek.jpg");
	-webkit-background-image: url("images/SaddleCreek.jpg");
	background-blend-mode: color;
	-moz-background-blend-mode: color;
	-webkit-background-blend-mode: color;
	margin-top: 100px;
	border-top: 0px;
    padding-top: 0px;
    height: 400px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
    /*total height = 400px*/
    margin-left: auto;
	border-left: 0px;
    padding-left: 0px;
    width: 1080px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: auto;
    /*total width = 1080px*/ 
} /*h=400px, w=1080px*/

.wrapper_home_2:after {
    content: "";
    display: block;
    clear: both;
}

.home_2_contL {
	float: left;
    margin-top: 0px;
	border-top: 0px;
    padding-top: 5%;
    height: 380px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;     
    /*total height = 400px*/
    margin-left: 0px;
	border-left: 0px;
    padding-left: 50px;
    width: 500px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 0px;
    /*total width = 500px*/
} /*h=400px, w=500px IMG h=380px. w=500px*/

.home_2_imgR {
    float: right;
    /*background-color: white;*/
    margin-top: 0px;
	border-top: 0px;
    padding-top: 20px;
    height: 400px;
    padding-bottom: 20px;
	border-bottom: 0px;
    margin-bottom: 0px;
    /*total height = 380px */
    margin-left: 0px;
	border-left: 0px;
    padding-left: 0px;
    width: 500px;
    padding-right: 20px;
	border-right: 0px;
    margin-right: 0px;
    /*total width = 430px */
} /*h=380px, w=430px IMG h=330px, w=430px*/

#imgL_Fast50 {
    float: left;
    background-color: white;
    margin-top: 10px;
	border-top: 0px;
    padding-top: 0px;
    height: 330px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 10px;     
    /*total height = 350px*/
    margin-left: 50px;
	border-left: 0px;
    padding-left: 0px;
    width: 425px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 40px;
    /*total width = 515px*/
    box-shadow: 0px; 
} /*h=350px, w=515px IMG h=330px. w=425px*/

.wrapper_home_specialties {
  	background-color:  rgba(250, 250, 250, .95) !important;
	-moz-background-color: rgba(250, 250, 250, .95) !important;
	-webkit-background-color: rgba(250, 250, 250, .95) !important; 
	background-image: url("images/BackgoundSpecialties.jpg");
	-moz-background-image: url("images/BackgoundSpecialties.jpg");
	-webkit-background-image: url("images/BackgoundSpecialties.jpg");
	background-blend-mode: color;
	-moz-background-blend-mode: color;
	-webkit-background-blend-mode: color;
	margin-top: 50px;
	border-top: 0px;
    padding-top: 0px;
    height: 480px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
    /*total height = 500px*/
    margin-left: auto;
	border-left: 0px;
    padding-left: 0px;
    width: 1080px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: auto;
    /*total width = 1080px*/ 
} /*h=700px, w=1080px*/

.wrapper_home_specialties:after {
    content: "";
    display: block;
    clear: both;
}

.home_specialties_contL {
	float: left;
    margin-top: 0px;
	border-top: 0px;
    padding-top: 5%;
    height: 380px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;     
    /*total height = 400px*/
    margin-left: 0px;
	border-left: 0px;
    padding-left: 40px;
    width: 430px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 0px;
    /*total width = 490px*/
} /*h=400px, w=490px*/

.home_specialties_imgR {
  	float: right;
    margin-top: 0px;
	border-top: 0px;
    padding-top: 0px;
    height: 450px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
    /*total height = 450px*/
    margin-left: auto;
	border-left: 0px;
    padding-left: 0px;
    width: 600px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: auto;
    /*total width = 600px*/ 
} /*h=450px, w=600px*/

#imgTopL {
	float: left;
    margin-top: 0px;
	border-top: 0px;
    padding-top: 25px;
    height: 200px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
    /*total height = 250px*/
    margin-left: 0px;
	border-left: 0px;
    padding-left: 0px;
    width: 240px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 0px;
    /*total width = 350px */
} /*h=250px, w=350px IMG h=225px, w=350px*/



#imgTopR {
	float: right;
    margin-top: 0px;
	border-top: 0px;
    padding-top: 0px;
    height: 225px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
    /*total height = 225px*/
    margin-left: 0px;
	border-left: 0px;
    padding-left: 0px;
    width: 360px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 0px;
    /*total width = 350px */
} /*h=225px, w=350px IMG h=225px, w=350px*/

#imgBotL {
	float: left;
    margin-top: 0px;
	border-top: 0px;
    padding-top: 0px;
    height: 200px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
    /*total height = 225px*/
    margin-left: 0px;
	border-left: 0px;
    padding-left: 0px;
    width: 320px;
    padding-right: 40px;
	border-right: 0px;
    margin-right: 0px;
    /*total width = 350px */
} /*h=225px, w=350px IMG h=225px, w=350px*/

#imgBotR {
	float: left;
    margin-top: 0px;
	border-top: 0px;
    padding-top: 0px;
    height: 200px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
    /*total height = 225px*/
    margin-left: 0px;
	border-left: 0px;
    padding-left: 0px;
    width: 280px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 0px;
    /*total width = 350px */
} /*h=225px, w=350px IMG h=225px, w=350px*/

.banner {
	margin-top: 50px;
	margin-left: auto;
	width: 1080px;
	margin-right: auto;
	margin-bottom: 50px;
}

.wrapper_home_request {
    background-color: white;
    margin-top: 0px;
	border-top: 0px;
    padding-top: 0px;
    height: 370px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
    /*total height = 370px*/
    margin-left: auto;
	border-left: 0px;
    padding-left: 0px;
    width: 1080px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: auto;
    /*total width = 1080px*/ 
} /*h=370px, w=1080px*/

.wrapper_home_request:after {
    content: "";
    display: block;
    clear: both;
}

#bucket {
    float: left;
    margin-top: 0px;
	border-top: 0px;
    padding-top: 0px;
    height: 370px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;     
    /*total height = 370px*/
    margin-left: 0px;
	border-left: 0px;
    padding-left: 0px;
    width: 500px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 0px;
    /*total width = 500px*/
    box-shadow: 0px; 
} /*h=370px, w=500px IMG h=370px. w=500px*/

.home_request_contR {
	float: right;
    margin-top: 0px;
	border-top: 0px;
    padding-top: 60px;
    height: 370px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
    /*total height = 420px*/
    margin-left: auto;
	border-left: 0px;
    padding-left: 0px;
    width: 460px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: auto;
    /*total width = 460px*/ 
} /*h=420px, w=460px*/


.wrapper_button {
	margin-left: auto;
	width: 460px;
	margin-right: auto;
}

#button1 {
  	background-color: black; 
  	border: 2px solid #555555;
	border-radius: 10px;
  	margin-left: 50px;
	width: 350px;
	height: 50px;
	padding: 8px;
	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 16px;
  	-moz-transition-duration: 0.4s;
  	-webkit-transition-duration: 0.4s; 
  	transition-duration: 0.4s;
  	-moz-cursor: pointer;
	-webkit-cursor: pointer;
	cursor: pointer;
	color: #C72128; 
}

#button1:hover {
  	background-color: #555555;
  	color: white;
	text-decoration: none;
}

.home_request_text p {
	text-align: center;
	font-size: 20px;
}

.wrapper_home_careers {
    background-color: rgba(250, 250, 250, .95) !important;
	-moz-background-color: rgba(250, 250, 250, .95) !important;
	-webkit-background-color: rgba(250, 250, 250, .95) !important;
	background-image: url("images/backgroundSlide6.png");
	-moz-background-image: url("images/backgroundSlide6.png");
	-webkit-background-image: url("images/backgroundSlide6.png");
	background-blend-mode: color;
	-moz-background-blend-mode: color;
	-webkit-background-blend-mode: color;
	margin-top: 50px;
	border-top: 0px;
    padding-top: 0px;
    height: 370px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 10px;
    /*total height = 420px*/
    margin-left: auto;
	border-left: 0px;
    padding-left: 0px;
    width: 1080px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: auto;
    /*total width = 1080px*/ 
} /*h=420px, w=1080px*/

.wrapper_home_careers:after {
    content: "";
    display: block;
    clear: both;
}

.home_careers_contL {
	float: left;
    margin-top: 0px;
	border-top: 0px;
    padding-top: 20px;
    height: 370px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
    /*total height = 420px*/
    margin-left: auto;
	border-left: 0px;
    padding-left: 0px;
    width: 500px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: auto;
    /*total width = 500px*/ 
} /*h=420px, w=500px*/

.home_careers_textL p {
	margin-top: 5px;
	text-align: center;
	font-size: 20px;
	/*background-color: white;*/
}

#button2 {
	background-color: black; 
  	border: 2px solid #555555;
	border-radius: 10px;
  	margin-left: 75px;
	width: 300px;
	height: 50px;
	padding: 8px;
	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 16px;
  	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
  	-webkit-transition-duration: 0.4s; 
  	cursor: pointer;
  	-moz-cursor: pointer;
	-webkit-cursor: pointer;
	color: #C72128; 
}

#button2:hover {
  	background-color: #555555;
  	color: white;
	text-decoration: none;
}

#jose {
    float: right;
    margin-top: 0px;
	border-top: 0px;
    padding-top: 0px;
    height: 370px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;     
    /*total height = 370px*/
    margin-left: 0px;
	border-left: 0px;
    padding-left: 0px;
    width: 570px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 0px;
    /*total width = 570px*/
    box-shadow: 0px; 
} /*h=370px, w=570px*/

#causes {
	margin-top: 50px;
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.causeslogo {
	background-color: white;
	margin-top: 10px;
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

#guardian {
    margin-top: 0px;
	border-top: 0px;
    padding-top: 25px;
    height: 150px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
    /*total height = 200px*/
    margin-left: 10px;
	border-left: 0px;
    padding-left: 0px;
    width: 330px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 20px;
    /*total width = 450px */
} /*h=200px, w=450px IMG h=175px, w=350px*/


#fairways {
    margin-top: 0px;
	border-top: 0px;
    padding-top: 25px;
    height: 150px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
    /*total height = 200px*/
    margin-left: 20px;
	border-left: 0px;
    padding-left: 0px;
    width: 310px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 20px;
    /*total width = 475px */
} /*h=225px, w=475px IMG h=200px, w=350px*/

#sinise {
    margin-top: 0px;
	border-top: 0px;
    padding-top: 25px;
    height: 175px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
    /*total height = 200px*/
    margin-left: 20px;
	border-left: 0px;
    padding-left: 0px;
    width: 320px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 0px;
    /*total width = 350px */
} /*h=200px, w=350px IMG h=175px, w=300px*/


#bishop {
    background-color: white;
    margin-top: 0px;
	border-top: 0px;
    padding-top: 25px;
    height: 175px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
    /*total height = 200px*/
    margin-left: 75px;
	border-left: 0px;
    padding-left: 0px;
    width: 225px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 0px;
    /*total width = 450px */
} /*h=200px, w=450px IMG h=175px, w=350px*/

#rotary {
	margin-top: 0px;
	border-top: 0px;
    padding-top: 25px;
    height: 150px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
    /*total height = 200px*/
    margin-left: 80px;
	border-left: 0px;
    padding-left: 0px;
    width: 310px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 20px;
    /*total width = 475px */
}

#vet {
	background-color: white;
    margin-top: 0px;
	border-top: 0px;
    padding-top: 25px;
    height: 175px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
    /*total height = 200px*/
    margin-left: 60px;
	border-left: 0px;
    padding-left: 0px;
    width: 225px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 0px;
    /*total width = 450px */
}


.causesContent {
	background-color: white;
	margin-top: 10px;
	margin-bottom: 40px;
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
/* create three unequal columns that float next to each other*/

.box1 {
	float: left;
	padding: 20px;
	height: 225px;
} 

.box1L {
	width: 33.33%;
}

.box1M {
	width: 33.33%;
}

.box1R {
	width: 33.33%;
}

/*Clear floats after the columns */
.causesContent:after {
	content: "";
	display: table;
	clear: both;
}

.wrapper_signs_1 {
    background-color: #f7f5f7;
    margin-top: 50px;
	border-top: 0px;
    padding-top: 20px;
    height: 530px;
    padding-bottom: 20px;
	border-bottom: 0px;
    margin-bottom: 0px;
    /*total height = 550px*/
    margin-left: auto;
	border-left: 0px;
    padding-left: 20px;
    width: 1080px;
    padding-right: 20px;
	border-right: 0px;
    margin-right: auto;
    /*total width = 1000px*/ 
} /*h=550px, w=1000px*/

.wrapper_signs_1:after {
    content: "";
    display: block;
    clear: both;
}

.signs_1_contL {
    float: left;
    margin-top: 0px;
	border-top: 0px;
    padding-top: 0px;
    height: 330px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
    
    margin-left: 0px;
	border-left: 0px;
    padding-left: 30px;
    width: 500px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 0px;
     
} 

.signs_1_contR {
    float: right;
    margin-top: 0px;
	border-top: 0px;
    padding-top: 0px;
    height: 390px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
    /*total height = 380px */
    margin-left: 0px;
	border-left: 0px;
    padding-left: 0px;
    width: 480px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 0px;
    /*total width = 596px */
} /*h=380px, w=596px CONT h=330px, w=560px*/

.wrapper_signs_2 {
    background-color: white;
    margin-top: 50px;
	border-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 30px;
    
    margin-left: auto;
	border-left: 0px;
    padding-left: 20px;
    width: 1080px;
    padding-right: 20px;
	border-right: 0px;
    margin-right: auto;
    
} 

.wrapper_signs_2:after {
    content: "";
    display: block;
    clear: both;
}

.signs_2_contL {
    float: left;
    margin-top: 0px;
	border-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
    
    margin-left: 0px;
	border-left: 0px;
    padding-left: 30px;
    width: 500px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 0px;
     
}
.signs_2_imgR {
    float: right;
    background-color: white;
    margin-top: 0px;
	border-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
	border-bottom: 0px;
    margin-bottom: 10px;
    
    margin-left: 0px;
	border-left: 0px;
    padding-left: 0px;
    width: 460px;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 0px;    
} 

.wrapper_signs_3:after {
    content: "";
    display: block;
    clear: both;
}

.wrapper_signs_4:after {
    content: "";
    display: block;
    clear: both;
}

.awards_slidehow {
    margin-left: auto;
    width: 800px;
    height: 500px;
    margin-right: auto;
    margin-bottom: 20px;
}

.slideshow {
    list-style-type: none;
    list-style: none;
}

/** SLIDESHOW **/
.slideshow,
.slideshow:after { 
    top: -16px; /*Not sure why I needed this fix*/
	position: relative;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 0; 
}

.slideshow li span { 
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 36s linear infinite 0s; 
}

.slideshow li:nth-child(1) span { 
    background-image: url("Awards/awa1.jpg"); 
}
.slideshow li:nth-child(2) span { 
    background-image: url("Awards/VeteransOfInfluence.jpg");
    animation-delay: 3s; 
}
.slideshow li:nth-child(3) span { 
    background-image: url("Awards/OrangeCountySheriff.jpg");
    animation-delay: 6s; 
}
.slideshow li:nth-child(4) span { 
    background-image: url("Awards/EOD.jpg");   
    animation-delay: 9s; 
}
.slideshow li:nth-child(5) span { 
    background-image: url("Awards/kicksForKids.jpg");
    animation-delay: 12s; 
}

.slideshow li:nth-child(6) span { 
    background-image: url("Awards/celsb1.jpg");
    animation-delay: 15s; 
}

.slideshow li:nth-child(7) span { 
    background-image: url("Awards/LiveOutLoud.jpg");
    animation-delay: 18s; 
}

.slideshow li:nth-child(8) span { 
    background-image: url("Awards/mujeres.jpg");
    animation-delay: 21s; 
}

.slideshow li:nth-child(9) span { 
    background-image: url("Awards/Gonzalez.jpg");
    animation-delay: 24s; 
}

.slideshow li:nth-child(10) span { 
    background-image: url("Awards/g1001.jpg");
    animation-delay: 27s; 
}

.slideshow li:nth-child(11) span { 
    background-image: url("Awards/fast505.jpg");
    animation-delay: 30s; 
}

.slideshow li:nth-child(12) span { 
    background-image: url("Awards/kaka1.jpg");
    animation-delay: 33s; 
}


@keyframes imageAnimation { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}

.no-cssanimations .cb-slideshow li span {
	opacity: 1;
}

#wrapper_specialties_1 {
    background-color: white;
    margin-top: 50px;
	border-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 30px;
    
    margin-left: auto;
	border-left: 0px;
    padding-left: 20px;
    width: 1080px;
    padding-right: 20px;
	border-right: 0px;
    margin-right: auto;
    
}

#wrapper_specialties_1:after {
    content: "";
    display: block;
    clear: both;
}


footer {
    background-color: black;
    width: 100%;
}

.sponsors {
	background-color: lightgray;
	width: 100%;
	height: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.sponsors_box {
	margin-left: auto;
	width: 1080px;
	margin-right: auto;
}

.SBA {
	/*background-color: white;*/
    margin-top: 0px;
	border-top: 0px;
    padding-top: 0px;
    height: 85%;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
    
    margin-left: 3%;
	border-left: 0px;
    padding-left: 0%;
    width: 15%;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 4%;
    
} 

.ABC {
	/*background-color: white;*/
    margin-top: 0px;
	border-top: 0px;
    padding-top: 0px;
    height: 75%;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
   
    margin-left: 2%;
	border-left: 0px;
    padding-left: 0px;
    width: 15%;
    padding-right: 5%;
	border-right: 0px;
    margin-right: 0px;
    
} 

.MACF {
	/*background-color: white;*/
    margin-top: 0px;
	border-top: 0px;
    padding-top: 0px;
    height: 75%;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
   
    margin-left: 3%;
	border-left: 0px;
    padding-left: 0px;
    width: 12%;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 2%;
    
} 

.ISN {
	/*background-color: white;*/
    margin-top: 0px;
	border-top: 0px;
    padding-top: 0px;
    height: 75%;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
   
    margin-left: 5%;
	border-left: 0px;
    padding-left: 0px;
    width: 12%;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 2%;
   
} 

.SSSA {
	/*background-color: white;*/
    margin-top: 0px;
	border-top: 0px;
    padding-top: 0px;
    height: 75%;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
    
    margin-left: 3%;
	border-left: 0px;
    padding-left: 1%;
    width: 15%;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 0px;
   
} 

.disclaimer {
	background-color: #C72128;
	width: 100%;
	height: 45px;
	padding: 5px;
}

.footer_address {
	width: 100%;
	height: 230px;
	padding-top: 50px;
}

.footerAddress:after {
	content: "";
	display: block;
	clear: both;
}

#footer_box {
	margin-left: auto;
	width: 1080px;
	margin-right: auto;
}

.box2L {
	padding-top: 70px;
	width: 345px;
	margin-right: 50px;
	font-family: 'Lato', sans-serif;
	font-size: 85%;
	text-align: right;
	float: left;
}

.box2L a {
	font-family: 'Lato', sans-serif;
	color: white;
	text-align: right;
}

.box2L a:hover {
	color: #C72128;
}

.box2M {
	margin-left: auto;
	width: 26%;
	margin-right: auto;
	float: left;
}

.box2R {
	padding-top: 70px;
	margin-left: 2%;
	width: 30%;
	margin-right: 2%;
	float: right;
}

#followUs {
    width: 100%;
}

#followUs_box {
	margin-left: auto;
	width: 1080px;
	margin-right: auto;
}

.social {
	width: 100%;
	height: 140px;
}

.social_width {
	background-color: black;
	padding: 10px;
	width: 1080px; 
	height: 140px;
	margin-left: auto;
	margin-right: auto;
}

.insta {
	/*background-color: white;*/
    margin-top: 0px;
	border-top: 0px;
    padding-top: 0px;
    height: 90%;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
    /*total height = 200px*/
    margin-left: 15%;
	border-left: 0px;
    padding-left: 0px;
    width: 10%;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 8%;
    /*total width = px */
} /*h=px, w=px IMG h=px, w=px*/

.face {
	/*background-color: white;*/
    margin-top: 0px;
	border-top: 0px;
    padding-top: 0px;
    height: 90%;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
    /*total height = 200px*/
    margin-left: 0px;
	border-left: 0px;
    padding-left: 0px;
    width: 10%;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 10%;
    /*total width = px */
} /*h=px, w=px IMG h=px, w=px*/

.twit {
	/*background-color: white;*/
    margin-top: 0px;
	border-top: 0px;
    padding-top: 0px;
    height: 90%;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
    /*total height = 200px*/
    margin-left: 0px;
	border-left: 0px;
    padding-left: 0px;
    width: 8%;
    padding-right: 0px;
	border-right: 0px;
    margin-right: 12%;
    /*total width = px */
} /*h=px, w=px IMG h=px, w=px*/

.pin {
	/*background-color: white;*/
    margin-top: 0px;
	border-top: 0px;
    padding-top: 0px;
    height: 90%;
    padding-bottom: 0px;
	border-bottom: 0px;
    margin-bottom: 0px;
    /*total height = 200px*/
    margin-left: 0px;
	border-left: 0px;
    padding-left: 0px;
    width: 10%;
    padding-right: 2%;
	border-right: 0px;
    margin-right: 0px;
    /*total width = px */
} /*h=px, w=px IMG h=px, w=px*/

.copy {
    background-color: black;
    height: 35px;
	width: 100%;  
}



/* Add responsiveness - on screens less than 590px wide, display the navbar vertically instead of horizontally */
@media screen and (max-width: 600px) {

#topNav {
    padding: 5px 10px !important; /* Use !important to make sure that JavaScript doesn't override the padding on small screens */
	height: 475px;
  }
#topNav a {
    float: none;
    display: block;
    text-align: center;
  }
#navbarCenter {
    float: none;
  }
	

}