@font-face {
  font-family: "Tilt Neon";
  src: url(/fonts/TiltNeon.ttf);
}
@font-face {
  font-family: "Goldman";
  src: url(/fonts/Goldman-Regular.ttf);
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: white;
  background-color: #272727;
  font-family: 'Tilt Neon', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #11c4b5;
  font-weight: bold;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 22px;
}
a {
  color: #11c4b5;
}
a:hover {
  color: #11c4b5;
}
.contentcontainer {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 50px;
}
#content {
  margin-top: 0;
  padding-top: 20px;
  position: relative;
  background-color: #272727;
}
#footer {
  padding: 20px 50px;
  background-color: #111;
  text-align: center;
}
#footer > .container {
  max-width: 1170px;
}
#footer ul {
  padding-left: 0;
  list-style-type: none;
  display: inline-block;
}
#footer ul li {
  float: left;
  margin-right: 30px;
}
#footer ul li:last-child {
  margin-right: 0;
}
#footer a {
  color: lightgray;
}
#footer #copyright {
  font-size: 12px;
  text-align: center;
  color: lightgray;
}
.fixed-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.greenbutton {
  padding: 10px 30px;
  color: white;
  background-color: #11c4b5;
  border-radius: 4px;
  font-weight: bold;
}
.greenbutton:hover,
.greenbutton:active {
  color: white;
  background-color: #00b9aa;
  text-decoration: none;
}
#header {
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
}
#header img {
  height: 50px;
}
.roundpic {
  border-radius: 75px;
}
.fa-facebook {
  color: #0866ff;
  transform: scale(2);
  padding: 0 8px;
}
.fa-instagram {
  background: linear-gradient(235deg, #405de6 0%, #e1306c 50%, #ffdc80 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: scale(2);
  padding: 0 8px;
}
