@charset "utf-8";
/* CSS Document */
* {
  box-sizing: border-box;
}
body, html {
  margin: 0;
  font: 18px 'helvetica', sans-serif;
  font-weight: normal;
  color: #000;
  line-height: 1.5;
  background-image: url("images/cover-image.jpg");
  background: #ddd;
  height: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg {
  position: relative;
  /*	opacity: 0.65;
*/ background-image: url("images/cover-image.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.row {
  display: block;
  position: relative;
  width: 100%;
  clear: both;
  padding-top: 50px;
}
.row2 {
  width: 50%;
  margin: auto;
}
.col1 {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  padding: 25px;
}
.col2 {
  background-color: none;
  padding-top: 50px;
}
h1 {
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  font-size: 41px;
}
h2 {
  font: 18px 'helvetica', sans-serif;
  font-weight: normal;
  color: #111;
  padding: 0 0 10px 0;
}
h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font: 20px 'helvetica', sans-serif;
  color: #111;
}
p {
  font: 18px 'helvetica', sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #111;
  padding: 0 25px 25px 25px;
}
ul, li {
  list-style: none;
  text-align: left;
  font-size: 18px;
  color: #000000;
  line-height: 2.0;
}
#btn {
  padding: 20px;
  width: 90%;
}
#btn2 {
  border-radius: 25px;
  background: #24a0ed;
  padding: 20px;
  width: 75%;
  margin: auto;
  color: #ffffff;
  margin-bottom: 10px;
}
.btn, .btn a {
  border-radius: 25px;
  background: #24a0ed;
  margin: auto;
  margin-bottom: 10px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
}
.btn a:hover {
  color: #ffcc00;
}
.btn p {
  padding: 15px;
}
#wrapper {
  padding: 50px;
}
.privacy {
  width: 70%;
  margin: auto;
  background: #ffffff;
  padding: 50px;
}
#footer {
  display: block;
  font-size: 12px;
  line-height: 1.25;
  color: #111;
  text-align: center;
  width: 100%;
  padding: 10px;
  clear: both;
}
#footer a {
  color: #111;
}
@media only screen and (min-width : 360px) and (max-width : 1024px) {
  h1 {
    display: block;
    text-align: center;
    line-height: 1.15;
    font-size: 36px;
  }
  .row2 {
    width: 80%;
  }
  .col1 {
    background-color: #ffffff;
    padding: 10px 10px 50px 10px;
  }
  #wrapper {
    width: 100%;
    padding: 15px;
  }
  .privacy {
    width: 100%;
    padding: 10px;
  }
}
@media only screen and (max-width : 280px) {
  h1 {
    display: block;
    text-align: center;
    line-height: 1.15;
    font-size: 36px;
  }
  .row2 {
    width: 80%;
  }
  .col1 {
    background-color: #ffffff;
    padding: 10px 10px 50px 10px;
  }
  #wrapper {
    width: 100%;
    padding: 15px;
  }
  .privacy {
    width: 100%;
    padding: 5px;
  }
}