html, body {
  background-color: white;
  overflow-x: hidden;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

body {
  position: relative;
  background-image: url(../img/bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.wrapper {
  margin: 20px auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border: 1px solid #1379b9;
  background-color: rgba(0, 0, 0, 0.7);
}

header .col-md-9 {
  height: 280px;
  background-image: url(../img/header2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

header .col-md-3 {
  display: table-cell;
  vertical-align: middle;
  height: 280px;
  float: left;
  padding-top: 100px;
  background-color: white;
}

.logo {
  text-align: center;
}

.footer {
  background-color: rgba(19, 121, 185, 0.7);
  height: 70px;
  color: white;
}

.footer p {
  margin-top: 20px;
}

#mainContainer {
  background-color: rgba(255, 255, 255, 0.8);
  min-height: 670px;
}

#mainContainer p {
  margin: 5px;
  font-size: 1.1em;
}

#glName {
  margin-top: 0px;
  padding-bottom: 20px;
}

#contentPic4 {
  width: 30%;
  margin: 8px 100% 5px 5px;
}

#contentText ul li {
  margin: 20px 20px 5px -18px;
  font-size: 1.1em;
  list-style-position: outside;
}

h3 {
  width: 100%;
  padding: 30px 20px 20px 5px;
}

h4 {
  margin: 20px auto;
  width: 100%;
  padding: 0px 20px 10px 5px;
}

#navigation ul {
  width: 100%;
  text-align: left;
  margin: 10px 10px;
  font-size: 1.5em;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#navigation ul li {
  list-style: none;
  margin: 10px -55px;
}

#navigation ul li a {
  text-decoration: none;
  color: white;
}

#navigation ul li a:hover {
  color: #1379b9;
}

.navbar-light .navbar-nav .active > .nav-link {
  color: #fff;
}

.navbar.navbar-1 .navbar-toggler-icon {
  background-image: url("https://mdbootstrap.com/img/svg/hamburger2.svg?color=fff");
}

.navbar-light .navbar-toggler {
  border-color: white;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #1379b9;
}

ul li a:link,
ul li a:visited {
  color: #fff;
}

#navigation ul li a:hover,
#navigation ul li a:active,
#navigation ul li.current a:link,
#navigation ul li.current a:visited {
  color: #1379b9;
}

ul li a:hover,
ul li a:active,
ul li#current a:link,
ul li#current a:visited {
  color: #1379b9;
}

@media all and (min-width: 765px) {
  #navigation a {
    margin: 10px;
  }
  #mainContainer p {
    margin: 5px;
    text-align: left;
  }
  .navbar {
    display: none;
  }
  #logo {
    margin-top: -20px;
    padding-left: -10px;
  }
}

@media all and (max-width: 850px) {
  header .col-md-3 {
    height: 280px;
    padding-top: 120px;
  }
  #logo {
    margin-top: -20px;
    padding: 10px;
  }
}

@media all and (max-width: 765px) {
  #mainContainer {
    height: auto;
  }
  header .col-md-3 {
    height: 150px;
    padding-top: 50px;
  }
  #logo {
    margin-top: -20px;
    padding: 15px;
  }
  #navigation ul li {
    margin: auto;
    text-align: center;
  }
  .footer {
    height: auto;
  }
  .verticalNav {
    display: none;
  }
  .navbar {
    display: block;
  }
  .navbar .nav-link {
    margin: 0px;
  }
}

@media all and (max-width: 1300px) {
  #logo {
    width: 170px;
  }
}

@media all and (max-width: 767px) {
  header .col-md-3 {
    height: 90px;
    padding-top: 40px;
  }
  .wrapper {
    margin: 0px auto;
  }
  h3 {
    padding-left: 5px;
    padding-bottom: 15px;
    padding-top: 20px;
  }
  h4 {
    padding-left: 5px;
    padding-bottom: 10px;
    padding-top: 0px;
  }
  #mainContainer p {
    margin-left: 5px;
  }
  #contentText li {
    margin: 20px 20px 20px -10px;
  }
}

@media all and (max-width: 500px) {
  #contentPic4 {
    width: 90%;
    margin: 0px 0px 5px 5px;
  }
}
/*# sourceMappingURL=style.css.map */