/* CSS Document */

*, ::after, ::before {
    box-sizing: border-box;
}

.WOD_FormRow {
	    gap: 10px !important;
}

.WOD_FormDiv textarea {
    resize: auto;
    height: 200px;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    background-image: url(/Sites/102507/Root/Web/Images/kayaking.jpg);
    background-size: cover;

  
   
  
}

* {
	font-family: Verdana, Geneva, sans-serif;
    font-family: 'Days One', sans-serif;
	color: #FFF;
  font-weight:normal !important;
}

.boxsizingBorder, textarea  {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

#supersized img {
    width: 100% !important;
    left: 0px !important;
    top: 0px !important;
    height: auto !important;  
}

#wrap {
    width: 80%;
  	max-width: 1000px;
    margin: auto;
  
  display: grid;
  place-items: center;     /* Center both horizontally and vertically */
  height: 100vh;  
  
  
}

h2 {
    margin: 0;
}

#header {

	padding-top: 20px;
	margin: 0 auto;
	font-size: 2rem;
	text-align: center;
	line-height:normal;
}
#welcome {
	height: 55px;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	padding-top: 11px;
	text-shadow: 0.1em 0.1em 0.05em #333;
	text-shadow: 0.1em 0.1em 0.1em #000,-0.1em 0.1em 0.1em #000,0.1em -0.1em 0.1em #000,-0.1em -0.1em 0.1em #000;
	font-weight:bold;
}
#DialogBox {
	height: 40px;
}


.name_input {
	background: none;
	border: none;
	border-bottom: 1px solid white;
	color: white;
	font-size: 30px;
	width: 180px;
	padding: 0 5px;
	text-align: right;
	text-shadow: 0.1em 0.1em 0.1em #000,-0.1em 0.1em 0.1em #000,0.1em -0.1em 0.1em #000,-0.1em -0.1em 0.1em #000;
}
.name_btn {
	float: right;
	color: white;
	font-size: 18px;
	background-color: #333;
	text-transform: uppercase;
	padding: 10px;
	cursor: pointer;
	text-shadow: 0.1em 0.1em 0.1em #000,-0.1em 0.1em 0.1em #000,0.1em -0.1em 0.1em #000,-0.1em -0.1em 0.1em #000;
}
.Bt {
	color: white;
	font-size: 30px;
	text-align:center;
	text-shadow: 0.1em 0.1em 0.1em #000,-0.1em 0.1em 0.1em #000,0.1em -0.1em 0.1em #000,-0.1em -0.1em 0.1em #000;
}
.Bt2 {
	color: white;
	font-size: 20px;
	text-align:center;
	text-shadow: 0.1em 0.1em 0.1em #000,-0.1em 0.1em 0.1em #000,0.1em -0.1em 0.1em #000,-0.1em -0.1em 0.1em #000;
}
.Res {
	font-size: 12px;
	padding: 10px;
	backg round-color:#333333;
	color:#FFFFFF;
	margin-bottom:5px;
	text-shadow: 0.1em 0.1em 0.1em #000,-0.1em 0.1em 0.1em #000,0.1em -0.1em 0.1em #000,-0.1em -0.1em 0.1em #000;
}
.Res2 {
	font-size: 14px;
}
.pay {
	float:left; width:50%; margin-top:20px; text-align: center;
}
.Cost {
	color:#e7c47b;
	font-size: 34px;
	font-weight: bold;
	text-shadow: 0.1em 0.1em 0.1em #000,-0.1em 0.1em 0.1em #000,0.1em -0.1em 0.1em #000,-0.1em -0.1em 0.1em #000;
	display:block;
	text-align:center;
}
#Top {
	background: url(/Sites/identitybettercom/Root/Web/Images/Top.png) no-repeat center ;	
}
#Top1 {
	background: url(/Sites/identitybettercom/Root/Web/Images/Top1.png) no-repeat center ;
	height:54px;
}
#Bottom {
	background: url(/Sites/identitybettercom/Root/Web/Images/Bottom.png) no-repeat center ;
	height:80px;
}


a {
	color: #FFF !important;
}





.form {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.1);
	padding: 30px;
    border-radius: 10px;
}
.form-name {
	padding: 25px;
}
.form-wrapper {
	margin: 15px auto 0;
}

 .form-wrapper input::-webkit-input-placeholder,  .form-wrapper textarea::-webkit-input-placeholder {
 color: #fff;
}


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.WOD_FormDiv form input, .WOD_FormDiv form textarea, .WOD_FormDiv form select {
    margin-bottom: 0.5rem;

}




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

  .form-wrapper {
      width: 100%;
  }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

  
  
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

  #wrap {      

  }
  
  #main {      
      display: flex;
  }
  
  header, .form-wrapper {
      width: 50%;
  }
  
  header {
      width: 54%;
  }
  
  .form-wrapper {
      width: 45%;
  }  
  
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}





/* forms */ 
.WOD_FormDiv .WOD_Form .WOD_Form_Lable input, .WOD_FormDiv .WOD_Form .WOD_Form_Lable select {
	/*padding-top: 1.2rem !important; 
  padding-bottom: 1.2rem !important; */

	border-radius: 8px !important;
	font-size: 16px;
}
.WOD_Form_Lable {
	font-family: 'Poppins', Helvetica, Arial, sans-serif !important;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
}
.WOD_FormDiv form input, .WOD_FormDiv form areatext, .WOD_FormDiv form select {
	border-radius: 8px;
        color:white;
}


/* =Supersized
-------------------------------------------------------------- */
#supersized-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	text-indent: -999em;
}
#supersized img {
	max-width: none;
}
#supersized {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -999;
	height: 100%;
	width: 100%;
	margin: 0;
}
#supersized img {
	width: auto;
	height: auto;
	position: relative;
	display: none;
	outline: none;
	border: none;
}
#supersized.speed img {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -moz-crisp-edges;
}	/*Speed*/
#supersized.quality img {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}			/*Quality*/
#supersized li {
	display: block;
	list-style: none;
	z-index: -30;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #111;
}
#supersized a {
	width: 100%;
	height: 100%;
	display: block;
}
#supersized li.prevslide {
	z-index: -20;
}
#supersized li.activeslide {
	z-index: -10;
}
#supersized li.image-loading img {
	visibility: hidden;
}
#supersized li.prevslide img, #supersized li.activeslide img {
	display: inline;
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(//themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
	font-family: 'Lobster';
	font-style: normal;
	font-weight: 400;
	src: local('Lobster'), url(//themes.googleusercontent.com/static/fonts/lobster/v5/MWVf-Rwh4GLQVBEwbyI61Q.woff) format('woff');
}
