@import url(https://fonts.googleapis.com/css?family=Dosis:300|Lato:300,400,600,700|Roboto+Condensed:300,700|Open+Sans+Condensed:300,600|Open+Sans:400,300,600,700|Maven+Pro:400,700);
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background: black;
}

body {
  font-family: "Open Sans";
  font-size: 16px;
  color: White;
  font-smoothing: antialiased;
  font-weight: 600;
  background-attachment: fixed;
  background-image: url("../img/cancun2.jpg");
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

.topnav {
  overflow: hidden;
  background-color: rgb(30,144,255);
  text-align: center;
  margin: auto;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 13px;
  width: 230px;
  letter-spacing: 1.2;
}

.topnav a:hover {
  color: #eebe20;
}

.topnav a.active {
  background-color: #eebe20;
  color: #fff;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 720px) {
  .topnav a{display: none;}
  .topnav a.icon {
    margin: auto;
    width: 50px;
    position: relative;
    display: block;
  }
}

@media screen and (max-width: 720px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

h1{
	font-family: 'Cinzel', serif;
	font-size: 40px
}

h2{
	font-family: 'Cinzel', serif;
	font-size: 25px;
	line-height: 1.2;
	text-align: center;
}

h3{
	font-family: 'Cinzel', serif;
	font-size: 18px
}

p{
	font-size: 17px;
	font-family: 'Hind Vadodara', sans-serif;
	font-weight: lighter;
	letter-spacing: 1.5px;
}	

li{
	font-family: 'Hind Vadodara', sans-serif;
	font-size: 15px;
	letter-spacing: 3px;
	line-height: 1.5;
	font-weight: lighter;
}	

a {
  color: #BBB;
  font-family: 'Hind Vadodara', sans-serif;
}

footer p{
	font-size: 17px;
	font-family: 'Hind Vadodara', sans-serif;
	font-weight: lighter;
	letter-spacing: 3px;
}

input:focus, textarea:focus, select:focus{
        outline: none;
    }
    
   

.imgit{
	border: 10px solid rgb(30,144,255); 
	border-radius: 20px; 
	min-width: 100%;
	width: 100%;
	margin: 10%;
	position: relative;
	display: block;
    margin: 0 auto;
}

.imgit1{
	border: 10px solid rgb(30,144,255); 
	border-radius: 20px 20px 0 0; 
	min-width: 100%;
	width: 100%;
	margin: 10%;
	position: relative;
	display: block;
    margin: 0 auto;
}

.city{
    width: 100%; background: rgb(30,144,255); margin-top: -10px; padding: 5px; text-align: center;
}

.logo{
	background: #fff;
	z-index: 10;
	width: 100%;
	height: 100px;
	top: 0px;
	position: fixed;
	margin-bottom: 100px;
}	

.logoimg{
	width: 220px;
	margin: auto;
	position: relative;
	text-align: center;
	display: block;
	z-index: 10;
}	



.rowz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.rowz > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.imgr1{
	margin-top: 100px; 
	padding: 5%; 
	background: rgb(265,265,265);
}


.imgr2{
	margin-top: 0px; 
	height: auto;
	padding: 5%; 
	background: rgb(265,265,265);
	padding-bottom: 50px;
}

.imgr2 h2{
    color: #222;
    padding-bottom: 40px;
}

.bg {
  position: relative;
   display: block;
  background: transparent;
}

.bgc{
  background-color: rgba(10, 10, 10, 0.5);
  padding: 40px; 
}	

.content {
  position: relative;
  width: 80%;
  margin: auto;
}
.content .title {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 600;
  padding-bottom: 30px;
}
.content input {
  width: 100%;
  border: 1px solid #222 !important;
  font-size: 1.2rem;
  font-family: "Open Sans";
  margin: 10px 0px;
  border: none;
  padding: 10px;
  color: #222;
  height: 40px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.content select {
  width: 100%;
  border: 1px solid #222 !important;
  font-size: 1.2rem;
  font-family: "Open Sans";
  margin: 10px 0px;
  border: none;
  padding: 10px;
  color: #222;
  height: 40px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.content input[type=checkbox] {
  display: none;
}
.content label {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  margin-left: 5px;
  margin-right: 10px;
  top: 5px;
}
.content label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #aaa;
  -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
}
.content input[type=checkbox]:checked + label:before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  color: Black;
  text-align: center;
  line-height: 20px;
}
.content span {
  font-size: 0.9rem;
}
.content button {
  width: 100%;
  font-size: 1.1rem;
  padding: 10px;
  margin: 20px 0px;
  background-color: rgb(30,144,255);
  color: White;
  border: none;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.content .social {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.content .social span {
  display: inline-block;
  vertical-align: baseline;
  padding: 0 20px;
}
.content .social span:before, .content .social span:after {
  content: '';
  display: block;
  width: 500px;
  position: absolute;
  top: 0.9em;
  border-top: 1px solid White;
}
.content .social span:before {
  right: 75%;
}
.content .social span:after {
  left: 75%;
}
.content .buttons {
  width: 100%;
  margin: 30px 0px;
}
.content .buttons button {
  float: left;
  width: 30%;
  margin: 0px 1.5%;
}
.content .buttons button i {
  padding-right: 7px;
}
.content .buttons button.facebook {
  background-color: #4464B2;
}
.content .buttons button.twitter {
  background-color: #28A9E0;
}
.content .buttons button.google {
  background-color: #DA4735;
}
.content .buttons:after {
  content: "";
  display: block;
  clear: both;
}
.content .already {
  text-align: center;
  font-size: 0.9rem;
}

.terms ul li{
    margin-top: 20px;
}

footer{
	background: rgb(30,144,255);
	position: relative;
	bottom: 0px;
	display: block;
	padding-top: 10px;
	padding-bottom: 7px;
}	

@media only screen and (max-width: 600px) {
.imgit{
	border: 10px solid white; 
	border-radius: 20px; 
	margin-top: 25px;
	margin-bottom: 25px;
}
}