/*This is the stylesheet*/
html
{
    height: 100%;
    overflow-x: hidden; 
}
/*    ######### UNGLY BUT FUNCTIONING #########    */
/*    ######### Mainly for overiding bootstrap ######### */
.navbar-brand {
	padding: 0;
	margin: 0;
}
.navbar {
	border: none !important;
}
.navbar-brand,
.navbar-nav li a {
	font-size: 17px;
	line-height: 80px;
	height: 80px;
	padding-top: 0;
}
.icon-bar {
    	background-color: #ffffff !important;
}
.navbar-toggle {
	border-color: #ffffff !important;
    	margin-top: 22px;
}
.dropdown a:hover {
	color: #ffffff !important;
	background-color: rgba(26, 26, 26,.5) !important;
}
.dropdown-toggle {
	color: #ffffff !important;
}
.dropdown-toggle a:hover {
	color: #ffffff !important;
}
.dropdown {
	color: #ffffff !important;
}
.dropdown a:focus {
	background-color: rgba(26, 26, 26,.5) !important;
	color: #fff !important;
}
.navbar-brand {
	color: #ffffff !important;
}
.dropdown-menu {
	color: #000 !important;
	background-color: rgba(26, 26, 26,.5) !important;
}
.dropdown-menu li a {
	color: #fff !important;
	line-height: 40px;
   	height: 40px;
   	padding-top: 0;
}
/*    ######### END of UNGLY BUT FUNCTIONING #########    */

/*   ##########     ##########   */

.navbar {
	position: fixed;
	top: 0;
	width: 100%;
	border-bottom: 2px solid #000;
	border-radius: 0;
	z-index: 9999;
	background-color: rgba(26, 26, 26,.8);
}
.pull-left img {
	height: 80px; 
	width: 80px;
	//margin: 0;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/*   ##########     ##########   */
.adjuster {
	height: 100vh;
        padding: 0;
        margin: 0;
}


/*   ##########     ##########   */
.sec2 {
	display: table;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	overflow-x: hidden;
	color: #000;
}
.pics {
	min-height: 800px;
	padding: 0;
	margin: 0;
    	overflow: hidden;
    	background-color: #ffffff;
}
.Text1 {
	min-height: 30vh;
	margin-top: 8%;
	margin-bottom: 5%;
	line-height: 2.4;
	z-index: 1000;
	color: #000;
	font-family: "Century Gothic", Callibri, Arial;
}
.Text1 p {
	top: 20%;	
}
.Text2 {
	min-height: 30vh;
	margin-top: 3%;
	padding-bottom: 3%;
	line-height: 2.4;
	z-index: 1000;
	color: #000;
	font-family: "Century Gothic", Callibri, Arial;
}
.Text2 p {
	top: 20%;	
}

.iMage1 {
	height: 1760px;
	width: 1173.5px;
	position: absolute;
    	top: -9999px;
    	bottom: -9999px;
    	left: -9999px;
    	right: -9999px;
    	margin: auto;
}
.iMage2 {
	height: 1760px;
	width: 1173.5px;
	position: absolute;
    	top: -9700px;
    	bottom: -9999px;
    	left: -9999px;
    	right: -9800px;
    	margin: auto;
}


/*   ##########     ##########   */
.sec3 {
	position: relative;
	min-height: 80vh;
	width: auto;
	overflow: hidden;
	//text-align: center;
	background: url("images/9FoxPottery.jpg") center center no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.potterHands {
	position: absolute;
   	top: -9999px;
   	bottom: -9999px;
  	left: -9999px;
 	right: -9999px;
 	margin: auto;
}
.overlayText {
	padding-top: 5%;
	padding-bottom: 5%;
	line-height: 2.4;
	z-index: 1000;
	color: #fff;
	//text-shadow: 1px 1px #ffffff;
	font-family: "Century Gothic", Callibri, Arial;
}
.overlayText1 {
	margin-top: 8%;
}



.sec5 {
	margin: 50px;
	position: relative;
	/*min-height: 40vh;*/
	width: auto;
	overflow: hidden;
	text-align: center;
	background-color: #ffffff; 
}
.Profiles {
	display: inline;
	padding:10%;
	line-height: 2.4;
	z-index: 1000;
	color: #ffffff;
	font-family: "Century Gothic", Callibri, Arial;
}
.profilePic {
	margin-bottom: 10px;
	height: 285.7px;
	width: 190.5px;
}
.sec6 {
	position: relative;
	width: auto;
	overflow: hidden;
	text-align: center;
	background-color: #737373; 
}
.contactInfo {
	//height: 200px;
	margin-top: 25px;
	margin-bottom: 25px;
	line-height: 2;
	z-index: 1000;
	color: #fff;
	font-family: "Century Gothic", Callibri, Arial;
}
.logo {
	display: inline-block;
	margin: 20px !important;
	height: 400px;
	padding: 0;
	margin: 0;
    	overflow: hidden;
}
.alignLogo {
	height: 100%;
	position: absolute;
    	top: -9999px;
    	bottom: -9999px;
    	left: -9999px;
    	right: -9999px;
    	margin: auto;
}    	












@import url(https://fonts.googleapis.com/css?family=Fauna+One|Muli);
#mainform{
	width:960px;
	margin:20px auto;
	padding-top:20px;
	font-family: 'Fauna One', serif;
}
#form{
	border-radius:2px;
	padding:20px 30px;
	box-shadow:0 0 15px;
	font-size:14px;
	font-weight:bold;
	width:350px;
	margin:20px 250px 0 35px;
	float:left;

}
h3{
	text-align:center;
	font-size:20px;
}
input{
	width:100%;
	height:35px;
	margin-top:5px;
	border:1px solid #999;
	border-radius:3px;
	padding:5px;
}
input[type=button]{
	background-color: #123456;
	border:1px solid white;
	font-family: 'Fauna One', serif;
	font-weight: bold;
	font-size:18px;
	color:white;
}
textarea{
	width:100%;
	height:80px;
	margin-top:5px;
	border-radius:3px;
	padding:5px;
	resize:none;
}
span{
	color:red
}
#note{
	color:black;
	font-weight: 400;
}
#returnmessage{
	font-size:14px;
	color:green;
	text-align:center;
}