/* ************************************************************************************************************************************** */
/* **                                                                COMPASS                                                           ** */
/* ************************************************************************************************************************************** */
/* imports */
/* variables */
/* mixins */
/* ************************************************************************************************************************************** */
/* **                                                                 GLOBAL                                                           ** */
/* ************************************************************************************************************************************** */
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

body {
  /* font */
  font-size: 100%;
  font-family: "Open Sans", sans-serif;
  /* background */
  background: url("../img/bg.jpg") no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1, h2, h3, p, a {
  font-family: "Open Sans", sans-serif;
}

/* ************************************************************************************************************************************** */
/* **                                                                CONTENT                                                           ** */
/* ************************************************************************************************************************************** */
.container {
  padding: 1em 0;
  padding-top: 80px;
}

header h1 {
  text-align: center;
}
header h1 img {
  max-width: 80%;
}

#content {
  /* box */
  padding: 3em 0;
  /* background */
  background: rgba(255, 255, 255, 0.8);
}

.button_row {
  margin-bottom: 2.5em;
}
.button_row.last {
  margin-bottom: 0;
}
.button_row .button_col {
  text-align: center;
}
.button_row .button_col .sound_button {
  border: 0;
  outline: 0;
  -webkit-appearence: none;
  background-color: #cc5490;
  background: #cc5490;
  color: white;
  box-shadow: 1px 0px 0 #b73677, 1px 1px 0 #b73677, 2px 1px 0 #b73677, 2px 2px 0 #b73677, 3px 2px 0 #b73677, 3px 3px 0 #b73677, 4px 3px 0 #b73677, 4px 4px 0 #b73677, 5px 4px 0 #b73677, 5px 5px 0 #b73677;
  position: relative;
  /* box */
  padding: 15px 5%;
  margin-bottom: 5px;
  width: 90%;
  /* font */
  font-size: 1.75em;
}
.button_row .button_col .sound_button:hover {
  background: #c64083;
}
.button_row .button_col .sound_button:active {
  top: 5px;
  left: 5px;
  background: #b73677;
  box-shadow: none;
}

/* ************************************************************************************************************************************** */
/* **                                                                 FOOTER                                                           ** */
/* ************************************************************************************************************************************** */
footer {
  /* box */
  margin-top: 50px;
  /* font */
  text-align: center;
  font-weight: 600;
}
footer .powered {
  /* box */
  margin-bottom: 25px;
  /* font */
  color: #FFF;
}
footer .powered span, footer .powered a {
  display: inline-block;
  vertical-align: bottom;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
footer .powered a {
  margin-left: 10px;
}
footer .powered a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
footer .twshare, footer .fbshare {
  border: 0;
  outline: 0;
  -webkit-appearence: none;
  background-color: #4099ff;
  background: #4099ff;
  color: white;
  box-shadow: 1px 0px 0 #0d7eff, 1px 1px 0 #0d7eff, 2px 1px 0 #0d7eff, 2px 2px 0 #0d7eff, 3px 2px 0 #0d7eff, 3px 3px 0 #0d7eff, 4px 3px 0 #0d7eff, 4px 4px 0 #0d7eff, 5px 4px 0 #0d7eff, 5px 5px 0 #0d7eff;
  position: relative;
  /* box */
  padding: 10px 15px;
  margin-bottom: 5px;
  /* font */
  font-size: 1.15em;
}
footer .twshare:hover, footer .fbshare:hover {
  background: #268bff;
}
footer .twshare:active, footer .fbshare:active {
  top: 5px;
  left: 5px;
  background: #0d7eff;
  box-shadow: none;
}
footer .twshare:hover, footer .fbshare:hover {
  text-decoration: none;
}
footer .fbshare {
  border: 0;
  outline: 0;
  -webkit-appearence: none;
  background-color: #3b5998;
  background: #3b5998;
  color: white;
  box-shadow: 1px 0px 0 #2d4373, 1px 1px 0 #2d4373, 2px 1px 0 #2d4373, 2px 2px 0 #2d4373, 3px 2px 0 #2d4373, 3px 3px 0 #2d4373, 4px 3px 0 #2d4373, 4px 4px 0 #2d4373, 5px 4px 0 #2d4373, 5px 5px 0 #2d4373;
  position: relative;
  /* box */
  margin-right: 15px;
}
footer .fbshare:hover {
  background: #344e86;
}
footer .fbshare:active {
  top: 5px;
  left: 5px;
  background: #2d4373;
  box-shadow: none;
}

/* ************************************************************************************************************************************** */
/* **                                                                 DESKTOP                                                          ** */
/* ************************************************************************************************************************************** */
@media (max-width: 1199px) {
  html {
    font-size: 14px;
  }
}
/* ************************************************************************************************************************************** */
/* **                                                                 TABLET                                                           ** */
/* ************************************************************************************************************************************** */
@media (max-width: 989px) {
  html {
    font-size: 13px;
  }

  .button_row {
    margin-bottom: 0;
  }
  .button_row .button_col {
    margin-bottom: 2.5em;
  }
  .button_row .button_col.last {
    margin-bottom: 0em;
  }
}
/* ************************************************************************************************************************************** */
/* **                                                                  MOBILE                                                          ** */
/* ************************************************************************************************************************************** */
@media (max-width: 767px) {
  html {
    font-size: 11px;
  }

  .container {
    padding: 0 1em;
  }

  .container {
    padding-top: 35px;
  }

  .button_row.last .button_col {
    margin-bottom: 2.5em;
  }

  .button_row .button_col.last {
    margin-bottom: 0em;
  }

  footer .fbshare,
  footer .twshare,
  footer .fbshare {
    /* box */
    width: 100%;
    display: block;
    margin-bottom: 1.5em;
  }
}
