@font-face {
  font-family: Raleway;
  src: url(/fonts/raleway.ttf);
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: black;
  background-color: #f4f4f4;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4CAF50;
  font-weight: bold;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 22px;
}
a {
  color: #4CAF50;
}
a:hover {
  color: #4CAF50;
}
.contentcontainer {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 50px;
}
#content {
  margin-top: 0;
  padding-top: 20px;
  position: relative;
  background-color: rgba(244, 244, 244, 0);
}
#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;
}
.greenbutton {
  padding: 10px 30px;
  color: white;
  background-color: #4CAF50;
  border-radius: 4px;
  font-weight: bold;
}
.greenbutton:hover,
.greenbutton:active,
.greenbutton:visited {
  color: white;
  background-color: #28952b;
  text-decoration: none;
}
.bottomline {
  border-bottom: 2px solid #4CAF50;
}
#header {
  margin-top: 20px;
  margin-bottom: 15px;
}
#header .col-md-3:first-child {
  text-align: center;
}
#header .col-md-3:first-child img {
  width: 90%;
}
#header .col-md-2 {
  margin-top: 12px;
}
#header .headerbox-left {
  float: left;
  color: #4CAF50;
  width: 41px;
  margin-top: 2px;
}
#header .headerbox-left .fa-stack {
  font-size: 18px;
}
#header .headerbox-left .fa-stack .fa-circle {
  color: gray;
}
#header .headerbox-right {
  font-size: 14px;
  margin-left: 48px;
}
#header #contact {
  text-align: center;
  padding-top: 22px;
}
#header #contact a {
  padding-left: 75px;
  padding-right: 75px;
}
#header-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 130px;
  background-color: white;
}
#bgicon {
  color: #4CAF50;
  position: fixed;
  top: 200px;
  right: -300px;
  font-size: 500px;
  opacity: 25%;
  z-index: -1;
}
.fixed-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
