@charset "UTF-8";
@import url("font.css");
@import url("scrolling-nav.css");
@import url("../webfonts/HypatiaSansPro_Bold/stylesheet.css");
@import url("../webfonts/HypatiaSansPro_Regular/stylesheet.css");
@import url("../webfonts/HypatiaSansPro_Black/stylesheet.css");
/* CSS Document */
.form-group{
	margin-bottom: 15px;
	font-family: "HypatiaSansPro Regular";
	width:100%;
	text-align: left;
}
p {
    font-size: 14px;
	line-height: 20px;
}

footer {
	background-color:#EEE;
	color:#999;
	}
	
footer a {
	color:#999;
	}
	
footer a:hover,
footer a:active {
     color: #CC3333;
}

.btn02 {
  background-color: #FFF;
  outline-color: #000;
  display: inline-block;
  margin-left:20px;
}

.btn	{
	background-color: #CC3333;
	outline-color: #CC3333;

	}
	
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
	background-color: #993333;
	outline-color: #CC3333;
	}

.well {
  text-align: center;
}	
	
p.small {
    font-size: 16px;
}

h1 {
	color: #cc3333;
	font-size: 40px;
	font-family: "HypatiaSansPro Regular";
	}
h2 {
	color: #cc3333;
	font-size: 75px;
	font-family: "HypatiaSansPro Bold";
	margin-top: -10px;
	margin-bottom: -10px;
	text-shadow: 0px 0px 10px #FFFFFF, 0px 0px 20px #FFFFFF;
	}
h3 {
	color: #cc3333;
	font-size: 20px;
	font-family: "HypatiaSansPro Regular";
	}
	
h4 {
	color: #FFF;
	font-size: 26px;
	font-family: "HypatiaSansPro Bold";
	}
 
h5 {
	color:#000;
	font-size: 26px;
	margin-top: -10px;
	margin-bottom: -10px;
	font-family:"HypatiaSansPro Regular";
	}
h6 

a	{
	font-family: "HypatiaSansPro-Regular";
	color:#CC3333;
	}
	
a:hover,
a:focus,
a:active,
a.active {
}

/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 50%;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:768px) {
	.btn {
    display: block;
    clear: both;
    float: none;
    text-align: center;
    margin: 40px auto;
  }
	}
	

@media screen and (max-width:480px) {
.form-group{
	margin-bottom: 15px;
	font-family: "HypatiaSansPro Regular";
	width: 100%;
	text-align: left;
}

        /* And even smaller */
h1 {
	color: #cc3333;
	font-size: 30px;
	font-family: "HypatiaSansPro Regular";
	}
h2 {
	color: #cc3333;
	font-size: 38px;
	font-family: "HypatiaSansPro Bold";
	margin-top: 5px;
	margin-bottom: 5x;
	line-height: 90%;
	}
h3 {
	color: #cc3333;
	font-size: 10px;
	font-family: "HypatiaSansPro Regular";
	}

h5 {
	color:#000;
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: -10px;
	font-family:"HypatiaSansPro Regular";
	}

.well {
    text-align: center;
  }
  
.btn02 {
  background-color: #FFF;
  outline-color: #000;
  display: inline-block;
  margin:auto;
  margin-top: 20px;
}

.btn {
    display: block;
    clear: both;
    float: none;
    text-align: center;
    margin: auto;
  }
	}
