/* Scaffolding */

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.778;
  color: #222;
  text-align: justify;
}

h1, h3, h4, h5, h6 {
  font-weight: bolder;
  text-align: center;
  font-family: 'montserratbold';
  text-transform: uppercase;
  font-size: 40px;
  color: #41BEFF;
  
}

h2 {
  font-weight: bolder;
  text-align: center;
  font-family: 'montserratbold';
  text-transform: uppercase;
  font-size: 30px;
  color: #41BEFF;
}

a {
  color: #41BEFF;
  text-decoration: none;
}

a:hover {
	color: #000;
  
}


a.menu:link {
	color: #41BEFF;
	text-decoration: none;
}


a.menu:hover {
	text-decoration: none;
	color: #000;
}

a.footer:link {
	color: #fff;
	text-decoration: none;
}

a.footer:visited {
	color: #fff;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: none;
	color: #41BEFF;
}

a.footer:active {
	text-decoration: none;
	color: #fff;
}



/* Backgrounds */

.bg-holder-main {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
}

.bg-holder {
  width: 100%;
  height: 80%;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
}

.bg-holder .content {
  color: #fff;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

h2 {
  font-size: 32px;
  line-height: 1.5;
}

.pic1 {
  background-image: url('../img/home-main.jpg');
}

.pic2 {
  background-image: url('../img/home-1.jpg');
}

.pic3 {
  background-image: url('../img/home-2.jpg');
}

.pic4 {
    background-image: url('../img/about-2.jpg');
  }

.pic5 {
    background-image: url('../img/mobile.jpg');
  }
  
.pic6 {
    background-image: url('../img/pic6_bigger.jpg');
  }

@media (min-width: 768px) {
  .pic1 {
    background-image: url('../img/home-main.jpg');
  }
  .pic2 {
    background-image: url('../img/home-1.jpg');
  }
  .pic3 {
    background-image: url('../img/home-2.jpg');
  }
  .pic4 {
    background-image: url('../img/about-2.jpg');
  }
  .pic5 {
    background-image: url('../img/mobile.jpg');
  }
  .pic6 {
    background-image: url('../img/pic6_bigger.jpg');
  }
}


/* Content Sections */

section {
  padding-left: 48px;
	padding-right: 48px;
	padding-bottom: 48px;
}

section .content {
  margin: 0 auto;
  max-width: 800px;
}

section .sponsors {
  margin: 0 auto;
  max-width: 950px;
  text-align:center;
}

.content h2 {
  margin: 0 0 16px;
  font-size: 18px;
}

section p {
  margin: 0;
}

section p + p {
  text-indent: 2em;
}

section + hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 0;
}

section .gist {
  margin: 24px 0;
}

section .gist .gist-data {
  border-bottom: 0;
}

section .gist-meta {
  display: none;
}

.content code {
  font-family: monospace, serif;
  font-size: 16px;
  color: gray;
  white-space: nowrap;
}


/* Intro */

.intro h1 {
  margin: 0;
  font-size: 48px;
  line-height: 1.5;
}

.intro p {
  margin: 0;
  font-size: 24px;
}

.cta {
  margin-top: 32px;
}

.btn-cta {
  color: #fff;
  font-size: 16px;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 8px 16px;
  margin: 0 4px;
  text-decoration: none;
}

.btn-cta:hover {
  background-color: white;
  color: #228B22;
  text-decoration: none;
}


/* Footer */

.footer {
  text-align: center;
}

.social {
  margin: 16px;
  list-style: none;
}

.social li {
  display: inline-block;
  margin: 8px;
}

.center {
	text-align:center;
}






/*-----Footer-----*/

#pre-footer-container {
	background-color: #000;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

#footer-container {
	width: 100%;
	heigh: 219px;
	overflow: hidden;
	background-color: #000;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}











.img-zoom {
    width: 49%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
.transition {
    -webkit-transform: scale(1.3); 
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}


.blue {
	color:#3753a4;
}

.fine {
	font-size: 12px;
}

.red {
	color:#41BEFF;
}







/*-----Contact Form-----*/
/*-----COPY CODE BELOW INTO YOUR EXISTING STYLESHEET-----*/
#form {
width: 100%;
}

/*-----error/success messages-----*/
#error {
display:none;
background: #e74c3c;
color:#FFF;
padding:25px;
margin-bottom: 25px;
}

#success{
display:none;
background: #2ecc71;
color:#FFF;
padding:25px;
margin-bottom: 25px;
}

/*-----form elements-----*/
#easy {
float:left;
max-width: 675px;
margin: auto;
}

#easy .input {
width: 100%;
float: left;
max-width: 325px;
margin: 0 0 20px 0;
}

#easy .textarea {
width: 100%;
margin: 0 0 15px 0;
max-width: 675px;
}

#easy .last {
float: right;
}

#easy input.text, 
#easy textarea {
font-family: 'Source Sans Pro', sans-serif;
font-weight:300;
font-size:1em;
padding: 8px 8px;
border: 1px solid #cecece;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
float: left;
margin: 0;
outline: none;
}


#easy input[type=text]:focus, 
#easy input[type=tel]:focus, 
#easy textarea:focus {
margin-right: 0px;
box-shadow: 0 0 3px rgba(52, 152, 219, 1);
border: 1px solid rgba(52, 152, 219, 1);
}

#easy input:hover,  
#easy textarea:hover {
border: 1px solid #3498db;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

#easy textarea {
height: 200px;
}

#easy span {
color:red;
}

#easy .verification {
width: 100%;
height: 42px;
float: left;
}

#easy #vimage {
width: 99px;
height: 42px;
float: left;
}

#easy .refresh {
width: 42px;
height: 42px;
display: block;
float: left;
margin: 0 7px;
border:0;
}

#easy #verify {
width: 145px;
height: 40px;
float: left;
margin: 0;
padding:8px;
}

#easy button {
float: right;
display: block;
width: 125px;
background: #41beff;
padding: 12px 20px 7px !important;
color: #fff;
box-shadow: 0 7px 0 #000;
text-align: center;
margin:0;
border:0;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
cursor:pointer;
}

#easy button:hover {
background: #000;
box-shadow: 0 7px 0 #41beff;
}