*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: RobotoT, Helvetica, Arial, sans-serif;
  font-size: 1em;
}
h1, h2, h3{
  text-transform: uppercase;
}
p {
  font-size: 1em;
  margin-bottom: 1.5em;
  line-height: 1.5em;
}
.wrapper{
  width:85%;
  max-width: 1200px;
  margin: 0 auto;
}

#contentWrap{
  max-width: 1200px;
  margin: 5em auto;
  display: flex;
}
.contentWrapper{
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
}
.content {
  padding: 20px 10px;
  flex:1;
  display: inline-block;
  min-width: 320px;
}

.center{
  display: flex;
  justify-content: center;
  margin-bottom:1.5em; 
}

#slider{
  position: relative;
  top:75px;
}

/**************** contact section ***************/
#contact{
  background-image: url('../images/other/map.png');
  background-size: cover;
  opacity: 0.9;
  clear: both;
  height:600px;
  /*color: black;*/
  font-family: RobotoB, Helvetica, Arial, sans-serif;
}
.address{
  float: left;
  width: 50%;
}
.address p a {
  color: black;
  text-decoration: none;
  text-shadow: 2px 3px #fff010;
}
#contact h1{
  font-size: 3em;
  padding: 1em 0 0.5em;
  border-bottom: 2px solid black;
  margin-bottom: 1.3em;
  text-shadow: 2px 3px #fff010;
}
.address p{
  line-height: 0;
  text-shadow: 2px 2px #fff010;
  font-size: 1.5em;
}
.button{
  border-radius: 10px;
  background-color: #00adef;
  padding: 25px;
  color: white;
  display: block;
  max-width: 360px;
  text-transform: uppercase;
  margin-top: 4em;
}
.button.arrow-right{
  background-image: url('../images/icons/arrow-right.png');
  background-position: 90% 50%;
  background-repeat: no-repeat;
}

/*************** form styling ***************/
.form{
  width:45%;
  float: right;
  margin: 9em 0 0 1em;
  text-align: center;
}
input, .message{
  border: 1px solid #909090;
  margin-bottom: 2%;
  font-size: 1em;
  width: 85%;
  max-width: 360px;
  color: #585858;
  padding:2%;
}

input[type="submit"]{
  /*width: 96%;*/
  border-radius: 10px;
  background-color: #00adef;
  padding: 25px;
  color: white;
  max-width: 360px;
  text-transform: uppercase;
  font-family: RobotoB, Helvetica, Arial, sans-serif;

}
input[type="submit"]:hover {
  background-color: #000;
  color: #fff;
  transition: all, 2s;
  cursor:pointer;
}

.thankYou{
  padding-top: 10em;
  width:320px;
  float: left;
  line-height: 1.5em;
  color: #fff;
  text-shadow: 2px 2px #000;
  font-size: 1.5em;
  font-family: RobotoR, Helvetica, Arial, sans-serif;
}

/*************** form styling complete***************/





@media only screen and (max-width: 980px) and (min-width: 750px) {
  .wrapper{
    width:90%;
  }
  #contact{
    height: 470px;
  }
  .address{
    width: 55%;    
  }
  .form{
    width:40%;
  }
  #contact h1{
    font-size: 2.6em;
  }
  .address p{
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 750px) and (min-width: 600px){
  .wrapper{
    width:95%;
  }
  #contact{
    height: 830px;
  }
  .address{
    width: 95%;
    text-align: center;    
  }
  .form{
    float: left;
    width:90%;
    margin: 3em 0 0 1em;
  }
  .button{
    margin-top: 0em;
    width: 90%;
    display: inline-block;
  }
  input, .message,input[type="submit"]{
    width: 95%;
    max-width: 450px;
  }

}
@media only screen and (max-width: 600px) and (min-width: 300px){
  .wrapper{
    width:97%;
  }
  #contact{
    height: 740px;
  }
  .address{
    width: 95%;
    text-align: center;    
  }
  .form{
    float: left;
    width:90%;
    margin: 3em 0 0 1em;
  }
  .button{
    margin-top: 0em;
    width: 90%;
    display: inline-block;
  }
  input, .message,input[type="submit"]{
    width: 95%;
    max-width: 450px;
  }
  #contact h1{
    font-size: 2.4em;
  }
  .address p{
    font-size: 1.1em;
  }
  #contentWrap{
    margin-bottom: 0;
  }

}