* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  height: 100%;
  color: #fff;
  font-family: "Raleway";
  font-size: 8pt;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

section {
  position: relative;
}

.flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #111111;
  font-weight: 400;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 15px;
  font-family: "Raleway";
  color: #444444;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 15px 0;
}

img {
  max-width: 100%;
}

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

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #e31b6d;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 600px) {
  body {
    font-size: 12pt;
  }
}

.relaxing-waves-container {
  margin-bottom: 60px;
}

/*---------------------
    Button
  -----------------------*/
.button-color-white {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-size: 12pt;
  margin: 5px 0 0 0;
  outline: 0;
  padding: 10px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.button-color-white:focus,
.button-color-white:hover {
  background-color: #04c2c9;
  border-color: #04c2c9;
}

.button-color-turquoise {
  cursor: pointer;
  background: transparent;
  border: 2px solid #04c2c9;
  color: #04c2c9;
  width: 200px;
  text-align: center;
  font-size: 12pt;
  margin: 5px 0 0 0;
  outline: 0;
  padding: 10px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 3px 15px 3px 15px;
}

.button-color-turquoise:focus,
.button-color-turquoise:hover {
  border: 2px solid #04c2c9;
  background-color: #04c2c9;
  color: #fff;
}

/*---------------------
    Section
  -----------------------*/
.section-title {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.section-title h1 {
  font-size: 130px;
  color: #f2f2f2;
  font-family: "Rockville Solid";
  position: absolute;
  left: 0;
  top: -45px;
  width: 100%;
  z-index: -1;
}

.section-title h2 {
  font-size: 42px;
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
}

/*---------------------
    Divider
  -----------------------*/
.white-divide {
  width: 100%;
  height: 126px;
  background-image: url(../img/white-divide.png);
  background-position: top center;
  background-size: 100% 126px;
  margin-top: -126px;
}

.white-divide-2 {
  width: 100%;
  height: 126px;
  background-image: url(../img/white-divide-2.png);
  background-position: top center;
  background-size: 100% 126px;
  margin-top: -126px;
}

.gray-divide-2 {
  width: 100%;
  height: 126px;
  background-image: url(../img/gray-divide-2.png);
  background-position: top center;
  background-size: 100% 126px;
  margin-top: -126px;
}

.header-divide-black-center {
  width: 100px;
  border-top: 3px solid #444957;
  height: 20px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
}

/*---------------------
    footer
  -----------------------*/
#footer #copyright {
  background-color: #2c3039;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

#footer #copyright p {
  width: 100%;
  padding: 0px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  margin-top: 0px;
}

#footer #copyright .social-links {
  margin-bottom: 0px;
}

#footer #copyright .social-links a {
  color: #ffffff !important;
}

#footer #copyright .social-links a:hover {
  color: #e31b6d !important;
}

/*---------------------
    Helper
  -----------------------*/
.highlight {
  color: #e31b6d;
}

.highlight-turquoise {
  color: #04c2c9;
}

@media screen and (max-width: 480px) {
  p {
    font-size: 12px;
  }
  .section-title h1 {
    font-size: 100px;
  }
  .section-title h2 {
    font-size: 35px;
  }
  #footer #copyright .social-links {
    font-size: 12px;
  }
}
