* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ****************************************************************************** */
/* Body                                                                           */
/* ******************************************************************************* */
#wrapper {
  background: #FFF;
}

.container {
  width: 80%;
  margin: 0px auto;
  overflow: hidden;
  text-align: center;
}

body {
  margin: 0px;
  padding: 0px;
  background: #F8F8F8;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12pt;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 300;
  color: #2D2D2D;
}

h2 {
  padding: 0px 0px 30px 0px;
  font-size: 2.50em;
}

/* ******************************************************************************* */
/* Heading Titles                                                                  */
/* ******************************************************************************* */
.title {
  margin-bottom: 3em;
}

.title h2 {
  margin: 0;
  padding: 0;
  font-size: 2.8em;
  color: #1d1d1d;
}

.title .byline {
  padding-top: 0.50em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.1em;
  color: #6F6F6F;
}

/* ******************************************************************************* */
/* Header                                                                          */
/* ******************************************************************************* */
/*other-pages*/
.other-pages {
  background-size: cover;
  color: #ffffff;
  padding-top: 20px;
}

.other-pages #menu {
  background-color: #333;
  /* Black background color */
  position: fixed;
  /* Make it stick/fixed */
  top: 0;
  /* Stay on top */
  width: 100%;
  /* Full width */
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  /* Transition effect when sliding down (and up) */
}

.other-pages #menu li {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 0 10px 0 10px 0 10px;
}

.other-pages #menu a {
  width: 100%;
  display: block;
  padding: 0px 40px 0px 40px;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.5);
  border: none;
  float: left;
  margin-top: -10px;
}

.other-pages #menu a:hover {
  text-decoration: none;
  color: rgba(152, 223, 94, 0.904);
}

.other-pages #menu img {
  height: 60px;
  width: auto;
}

.other-pages #social {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0px;
  right: 70px;
}

.other-pages #social img {
  height: 50px;
  padding: 10px;
  float: right;
}

.other-pages #social li {
  display: inline;
  padding: 0 20px 0 20px;
}

/* Button Style */
.button {
  display: inline-block;
  margin-top: 2em;
  padding: 0em 1em;
  background: #161616;
  letter-spacing: 0.10em;
  line-height: 3em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1em;
  color: #FFF;
}

/* ******************************************************************************* */
/*Footer                                                                           */
/* ******************************************************************************* */
footer {
  overflow: hidden;
  padding: 50px 0px 30px 0px;
}

footer p {
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}

footer a {
  color: rgba(0, 0, 0, 0.7);
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #555;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
}

#myBtn:hover {
  background-color: #077a5f;
}

@media (max-width: 600px) {
  #page {
    margin-top: 40%;
  }
  #social {
    display: none;
  }
}
/*# sourceMappingURL=sty.css.map */