/* Scss Document */
@import url("../stylesheets/bootstrap.css");
/* line 24, ../sass/style.scss */
body {
  background-image: url(../images/newbackground.jpg);
}

/* line 29, ../sass/style.scss */
#content {
  padding: 0px;
}

/* Scss Document */
/* line 2, ../sass/_navigation.scss */
#navigation {
  border-radius: 0px;
  background-color: #497FB0;
  min-height: 50px;
}
/* line 7, ../sass/_navigation.scss */
#navigation div {
  padding-left: 0;
}

/* line 13, ../sass/_navigation.scss */
#wrapper {
  border-top: 0px;
}
/* line 17, ../sass/_navigation.scss */
#wrapper ul li {
  border-right: solid 3px #999;
}
/* line 20, ../sass/_navigation.scss */
#wrapper ul li a {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 1em;
  color: #000;
  text-transform: uppercase;
}
/* line 28, ../sass/_navigation.scss */
#wrapper ul a:hover {
  background-color: #eee;
}

/* line 35, ../sass/_navigation.scss */
.dropdown-menu {
  background-color: #497FB0;
}
/* line 38, ../sass/_navigation.scss */
.dropdown-menu li a {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 43, ../sass/_navigation.scss */
.dropdown-menu li:hover {
  background-color: #eee;
}

@media (min-width: 767px) {
  /* line 50, ../sass/_navigation.scss */
  ul.nav li.dropdown:hover > .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 56, ../sass/_navigation.scss */
  #navigation div {
    padding-left: 15px;
  }

  /* line 60, ../sass/_navigation.scss */
  #wrapper ul li.dropdown:hover {
    background-color: transparent;
  }
  /* line 63, ../sass/_navigation.scss */
  #wrapper ul li.dropdown:hover > a {
    background-color: #eee;
  }
}
/* line 69, ../sass/_navigation.scss */
.navbar-default .navbar-toggle {
  border: 0px;
  /*   Top bar will rotate and translate down and right.   */
  /*    Middle bar will simply rotate.   */
  /*     Bottom bar will fade away.   */
}
/* line 72, ../sass/_navigation.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #eee;
  transition: all, 0.5s, linear, 0s;
}
/* line 78, ../sass/_navigation.scss */
.navbar-default .navbar-toggle .bar1-anim {
  transform: rotate(45deg) translate(5px, 4px);
  transition: all, 0.5s, linear, 0s;
}
/* line 84, ../sass/_navigation.scss */
.navbar-default .navbar-toggle .bar2-anim {
  opacity: 0;
  transition: all, 0.5s, linear, 0s;
}
/* line 90, ../sass/_navigation.scss */
.navbar-default .navbar-toggle .bar3-anim {
  transform: rotate(-45deg) translate(5px, -3px);
  transition: all, 0.5s, linear, 0s;
}

/* line 96, ../sass/_navigation.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

/* line 35, ../sass/style.scss */
#header-image {
  border: solid 3px #497FB0;
  margin-bottom: 10px;
  margin-top: 50px;
}

/* line 41, ../sass/style.scss */
main {
  background-color: #fff;
  padding: 10px;
}
/* line 45, ../sass/style.scss */
main p, main h5, main h6 {
  font-family: century gothic, Tahoma, sans-serif;
  padding: 5px;
}
/* line 50, ../sass/style.scss */
main h1, main h2, main h3, main h4 {
  font-family: Trebuchet MS, Tahoma, sans-serif;
  font-size: 30px;
}
/* line 55, ../sass/style.scss */
main h2 {
  font-size: 25px;
}
/* line 60, ../sass/style.scss */
main h3, main h4 {
  font-size: 18px;
}
/* line 65, ../sass/style.scss */
main h5, main h6 {
  font-family: Trebuchet MS, Tahoma, sans-serif;
  font-weight: bold;
}
/* line 71, ../sass/style.scss */
main ul {
  margin-right: 20px;
  list-style-type: none;
}

/* CSS Document */
/* Footer styles */
/* line 3, ../sass/_footer.scss */
.icon {
  font-family: fontawesome;
  font-style: normal;
  color: black;
}

/* line 9, ../sass/_footer.scss */
footer {
  background-color: #BEDFE6;
  font-family: Verdana, Tahoma, Arial, Geneva, sans-serif;
}
/* line 13, ../sass/_footer.scss */
footer address {
  margin-top: 10px;
}
/* line 17, ../sass/_footer.scss */
footer p, footer main h5, main footer h5, footer main h6, main footer h6 {
  position: relative;
  font-size: 12px;
  height: 100%;
}
/* line 23, ../sass/_footer.scss */
footer i.fa {
  height: 100%;
  font-size: 35px;
  padding: 5px;
}
/* line 29, ../sass/_footer.scss */
footer .footer-part * {
  display: inline;
}
/* line 32, ../sass/_footer.scss */
footer .footer-part * nav {
  font-size: 30px;
}

@media (max-width: 767px) {
  /* line 40, ../sass/_footer.scss */
  footer .row div {
    margin-top: 10px;
  }
}
@media screen and (max-height: 575px) {
  /* line 81, ../sass/style.scss */
  #rc-imageselect, .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

/*# sourceMappingURL=style.css.map */
