body, html {
  height: 100%; }

.glyphicon {
  font-size: 35px; }

.container {
  padding: 0px, 0px, 0px, 0px;
  margin: 0px, 0px, 0px, 0px; }

header .navbar {
  margin-bottom: 0px; }
  header .navbar img {
    height: 100%;
    width: auto;
    margin-right: 1vw; }
  header .navbar .navbar-brand {
    padding: 0px 0px 0px 0px; }
  @media (min-width: 768px) {
    header .navbar {
      float: right; }
      header .navbar a {
        padding-right: 1vw;
        padding-left: 0px;
        font-size: 1.2vw; }
      header .navbar .woDot {
        padding-left: 0px;
        font-size: 1.2vw; }
      header .navbar .dot a {
        padding-right: 1vw;
        padding-left: 0px;
        font-size: 1.2vw; }
      header .navbar .dot a:after {
        content: '\2022';
        margin-left: 1vw;
        color: darkgreen;
        font-weight: bold; } }

h1 {
  text-align: center;
  color: #e7c243; }

h2 {
  text-align: center;
  color: #9dc02e;
  font-size: 20px; }

#navbarMenu {
  float: left; }

#collapseButton {
  background-color: white;
  border-color: white;
  color: darkgreen; }

#collapseButton1 {
  background-color: white;
  border-color: white;
  color: darkgreen; }

.myDropdown {
  margin-left: 4px; }

.headerImage {
  width: 100%;
  height: auto; }

.textFormat {
  margin-top: 30px;
  text-align: justify;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px; }

.gray_container {
  background: #f4f5f6; }

.newsText p {
  text-align: left;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.newsText h2 {
  margin-top: 20%;
  text-align: left;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: darkgreen; }

#collapseButtonGrey {
  background-color: #f4f5f6;
  border-color: #f4f5f6;
  color: darkgreen; }

#collapseButtonGallery {
  margin-top: 10px;
  background-color: rgba(0, 0, 0, 1e-05);
  border-color: rgba(0, 0, 0, 1e-05); }

.newsRow {
  margin-top: 20px;
  margin-bottom: 10px; }

dl {
  padding: 0.5em; }

dt {
  float: left;
  clear: left;
  width: 20%;
  text-align: right;
  font-weight: bold;
  color: darkgreen;
  margin-right: 20px; }

dt::after {
  content: ":"; }

dd {
  margin: 0 0 0 110px;
  padding: 0 0 0.5em 0;
  display: block;
  text-align: left;
  overflow: hidden; }
  dd a {
    font-weight: bold;
    color: darkgreen; }

.col-xs-12 {
  text-align: center; }
  .col-xs-12 .headerImage {
    width: 100%;
    height: auto; }
  .col-xs-12 p {
    margin-left: 10%;
    margin-right: 10%;
    text-align: left;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px; }
  .col-xs-12 h2 {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 8%;
    text-align: left;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: darkgreen; }

.thinLine {
  height: 4px;
  background-color: #e7c243;
  margin-bottom: 0px; }

.thickLine {
  margin-top: 2px;
  height: 8px;
  background-color: #9dc02e; }

.ultraThickLine {
  margin-top: 2px;
  margin-bottom: 0px;
  height: 40px;
  background-color: #e7c243; }

.gallery img {
  opacity: 0.00001;
  width: 100%;
  height: auto; }

.gallery div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 95% 95%; }

.gallery div:hover {
  background-color: darkgreen;
  background-blend-mode: multiply;
  background-size: 100% 100%;
  transform: rotate(360deg);
  transition-duration: 1s; }

.gallery .text {
  position: absolute;
  top: 15%;
  font-size: 25px;
  font-weight: bold;
  color: white;
  z-index: 100;
  text-align: center;
  visibility: hidden; }
  @media (min-width: 768px) {
    .gallery .text {
      top: 5%;
      font-size: 18px; } }

.gallery div:hover .text {
  visibility: visible; }

.parallax {
  text-align: center;
  background-image: url("../img/lubin.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #92cb00;
  background-blend-mode: multiply;
  opacity: 0.7; }
  .parallax img {
    opacity: 1.0;
    width: 60%;
    height: 60%; }
  .parallax p {
    opacity: 1.0;
    margin-top: 10%;
    margin-bottom: 20%;
    font-size: 1.5vw;
    color: white;
    text-transform: uppercase; }

.parents_container {
  background-color: #ececec;
  margin-top: 30px; }

table {
  margin-top: 30px;
  width: 100%;
  border-collapse: separate; }
  table tr {
    border-collapse: separate;
    padding: 0.5vw; }
    table tr .outer {
      border-collapse: separate;
      border: 30px solid transparent;
      border-image: url(../img/cross.png) 50 50 50 50 stretch stretch;
      padding: 0.2vw;
      height: 10vw;
      font-size: 1.5vw;
      vertical-align: top;
      width: 33.333%;
      text-transform: uppercase;
      color: #585858; }
      @media (min-width: 768px) {
        table tr .outer {
          font-size: 1.0vw;
          padding: 0.5vw; } }
    table tr .inner {
      border-collapse: separate;
      border: 30px solid transparent;
      padding: 0.2vw;
      height: 10vw;
      font-size: 1.5vw;
      vertical-align: top;
      width: 33.333%;
      text-transform: uppercase;
      color: #585858; }
      @media (min-width: 768px) {
        table tr .inner {
          font-size: 1.0vw;
          padding: 0.5vw; } }

.sponsors_container {
  text-align: center;
  background-color: #f4f5f6; }
  .sponsors_container img {
    width: 50%;
    height: auto; }
  .sponsors_container p {
    text-align: center;
    font-weight: bold; }

.bottom_container {
  background-color: #f4f5f6;
  margin-top: 30px; }
  .bottom_container img {
    margin-bottom: 30px;
    margin-top: 30px; }

#myBtn {
  display: none;
  position: fixed;
  bottom: 5vh;
  right: 2vw;
  z-index: 200;
  border: none;
  outline: none;
  background-color: darkgreen;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 15px; }

#myBtn:hover {
  background-color: green; }
