@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

/*====generic css======*/
.section-title {
  padding-top: 60px;
  padding-bottom: 50px;
}

h1{
	padding-top: 10px;
	font-weight: 100;
}

.section-title h2 {
  position: relative;
  text-align: center;
  color: #333;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.section-title h2:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 60px;
  height: 1px;
  background-color: #129cf3;
  margin-left: -30px;

  .section-title p {
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
    margin-top: 55px;
  }
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
	text-align: center !important;
}

/*=====Header=====*/
.form-header {
	text-align: center;
	color: #fff;
	padding-top: 10px;
}





.content {
	flex:1 0 auto;
}


body {
  font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size: 14px;
	line-height:30px;
	color:#777;
	background-image: url("../images/slide3.jpeg");
	height: 100%;
	display: flex;
	flex-direction: column;
}

.error {
	color: red;
	font-weight: 900;
}

.success {
	color: red;
	text-align: center;
	font-weight: 900;
}


.container {

	width:100%;
	margin:0 auto;
	position:relative;

}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
	max-width: 800px;
	padding:25px;
	margin:50px 0;
}

#contact h3 {
 	font-family: 'Nothing You Could Do', cursive;
    color:#FFFF00!important;
    text-shadow: 1px 1px black;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#0CF;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact button[type="submit"]:hover {
	background:#FFFF00;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}

/*====footer====*/
.footer {
  background-color: #1a1a1a;
  padding-bottom: 35px;
  padding-top: 35px;
  border-bottom: 3px solid #129cf3;
	text-align: center;
	flex-shrink: 0;
	margin-top: 40px;
}

#copyright {
  width: 100%;
}

#copyright p {
  color: #8c8b8a;
  font-weight: 600;
  font-size: 15px;
}
