html {
  height: 100%;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*, *:before, *:after {
  box-sizing: inherit;
  -webkit-transition: inherit;
          transition: inherit;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  height: 100%;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 18px;
  display:block;
  margin:0 auto;
  background-image:url(../img/background.jpg);
 background-size:100% auto;
  background-repeat:no-repeat;
  background-attachment: fixed;
  background-size:cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
 }

header {
	background:#fff;
}

h1 {
	font-family:'Gibson', Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight:400;
	color:#404040;
  margin:0px;

}

h2 {
  font-family:'Gibson', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight:400;
  color:#404040;
  line-height: 20px;
  text-align: left;
}

h3 {
  font-family:'Roboto', Helvetica, Arial, sans-serif;
  font-size:16px;
  font-weight:400;
  color:#404040;
  line-height:20px;
  margin-bottom:5px;
  text-align: left;
}

.terms-and-conditions {
  margin-top:40px;
}

.ul-padding {
  padding-left:22px !important;
}

#background {
  background-position: 100% 0px;  
  position: fixed;
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
  background-repeat:no-repeat;

}

#background img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
  max-width:1400px;

}

.mobile-img {
  display:none;
}

.desktop-img {
    width:1400px;
    background-repeat:no-repeat;
}

.inside {
  max-width: 600px;
  text-align: center;
  padding-left: 2%;
}

.gap {
   background: url(../img/gap.png);
   background-repeat: no-repeat;
   width:34px;
   height:25px;
   margin: 0 auto;
   background-size:100% auto;
}

#content-wrapper {
  position:relative;
  z-index: 2;
  top:0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 640px;
  margin-bottom:40px;
  padding-bottom:40px;
}

.content {
  text-align:center;
  background: transparent;
  filter: drop-shadow(0px 3px 10px rgba(0,0,0,0.05));
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,0.05));
  scroll-behavior: smooth;
}


.intro-text p {
  color: #606060 ;
  font-size: 14px !important ;
  margin: 17px auto;
  line-height: 20px;
  font-size: 14px;
  padding:0 6%;
  font-family: 'Roboto', sans-serif;

}

.intro-text{
  background:#ffffff;
  border-radius: 5px;
  padding: 50px 20px 30px 20px;
  margin-bottom: 40px;
}

.logo {
  text-align: center;
  margin: 0 auto;
  padding-top:56px;
  padding-bottom:0px;
  max-width:610px;
}

.logo img {
  display:block;
  margin:0 auto;
    -webkit-filter: drop-shadow(0px 10px 10px rgba(0,0,0,0.1));
  filter: drop-shadow(0px 10px 10px rgba(0,0,0,0.1));
}

a {
  color:#02BBDD;
  text-decoration:none;
  font-weight:400;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}


li {
	list-style: none;
	display: inline-block;
	color:#777777;
	font-family: 'Roboto', sans-serif;
	padding-right:10px;
	font-size:13px;
  padding:8px 0px;
  display:block !important;
  text-align: left;
  line-height:20px;
}

.mobile-break {
  display:none;
}

.logo img {max-width:361px;}

.smaller-ul li {
  padding:0px;
}

/* =========================================Portrait=========================================== */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

body {

background: url(../img/mobile-background.jpg);
  background-size:100% auto;
  background-repeat:no-repeat;
    background-attachment: fixed;
background-size:cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

}
h1 {text-align:left !important;
padding:0px !important;}

.intro-text p {

    text-align: left !important;
    padding: 0px !important;

}

.desktop-img {
  display:none;
}

.mobile-img {display:block;}
h2{
  font-size: 20px;
  line-height: 25px;
}


.logo {
    padding: 10px 0px 0px !important;
       /* margin-bottom:200px;*/
}

.content {
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
}

/*.gap {
  display:none;
}
*/



#content-wrapper {
  width: auto;
  min-width: 300px;
}

.content {
  padding-top: 0px;
  text-align: center;
  margin-bottom: 40px;
}
h1 {
	font-size:22px;
    margin: 0px;
    text-align: center;

}
.logo img {
	max-width: 60%;
}

.ul-padding {
  padding-left: 0px !important;
}

.mobile-padding {
  padding-left:10px !important;
  word-wrap:break-word;
}

.content p {
  width: 100%;
  padding-right: 0px;
  margin-top: 19px;
  text-align: left;
  padding: 0px 2%;
  line-height: 22px;
}


.logo {
    padding: 40px 0 40px;
    text-align: center;
    float: none;
    width: 100%;
}

h1 br {
  display:none;
}

h1 {
  padding: 0px 20px;
  line-height: 25px;
}
.mobile-break {
  display:block;
}
 
}




/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
.content {

    max-width: 340px;
  }
}
/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    .thanks-body {
  background-size:auto;
}
}

/* ----------- Google Pixel ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
.content {

    max-width: 340px;
  }
}


/*    TABLET    */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
body {
 height: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  display:block;
  margin:0 auto;
  background: url(../img/background.jpg) ;
 background-size:100% auto;
  background-repeat:no-repeat;
  background-attachment: fixed;
  background-size:cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position:center;
 }
}


