html {
  height: 100%;
}
body {
  padding-top: 50px;
  height: 100%;
  background-size: cover;
  background-repeat: repeat-y;
}
.dt-horizontal {
  white-space: normal;
}
@media (max-width: 979px) {
  body {
    padding-top: 0px;
  }
}
footer
{
    margin: 50px 0;
}
li {
  font-size: 14pt;
}
p {
  font-size: 14pt;
}
h1 {
  color: rgba(255, 255, 255, 0.9);
}
h3 > small {
  color: rgba(255, 255, 255, 0.9);
}
p {
    font-family: 'Open Sans', sans-serif;
}
.darkbg-text {
  color: rgba(255, 255, 255, 0.75);
  font-family: 'Open Sans', sans-serif;
}
/* NAVBAR */
/* Link styling */
.nav > li > a {
  text-transform: uppercase;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 12pt;
  letter-spacing: 0.5px;
}
.dropdown-menu > li > a
{
    text-transform: uppercase;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12pt;
    letter-spacing: 0.5px;
}
/* Brand Styling */
.brandstyle
{
    text-align: left;
    font-family: 'Josefin Sans', sans-serif;
    color: rgba(255, 255, 255, 0.0);
    font-size: 16pt;
    letter-spacing: 1px;
}
/* Background image class (multipurpose) */
.fill
{
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
/* Content margin because navbar won't autoset */
#mainContent
{
    margin-top: 30px;
}
/* FLEXBOX ALIGNMENT CLASSES */
.flexbox-horizontal-center
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.flexbox-horizontal-center-wrap
{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.flexbox-horizontal-top
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}
.flexbox-horizontal-top-wrap
{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}
.flexbox-vertical-center
{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.flexbox-vertical-center-wrap
{
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.flexbox-vertical-top
{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
}
.flexbox-vertical-top-wrap
{
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
}
.flex-item
{
    flex: 0 1 auto;
}
.flex-item-sized {
    flex: 0 1 auto;
    width: auto;
    height: auto;

}
.flex-item-dub {
    flex: 2 1 content;
}
.flex-item-reg {
    flex: 1 1 auto;
}

/* STUFF */
.gen-nav {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6) !important;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 20pt !important;
}
.gen-nav-nocolor {
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 20pt !important;

}

@media (max-width: 979px) {
  .gen-nav {
    font-size: 18pt !important;
  }
  .gen-nav-nocolor {
    font-size: 18pt !important;
  }
  #mainContent {
    margin-top: 60px;
  }
}
@media (max-width: 694px) {
  .gen-nav {
    font-size: 16pt !important;
  }
  .gen-nav-nocolor {
    font-size: 16pt !important;
  }
}
@media (max-width: 400px) {
  .gen-nav {
    font-size: 12pt !important;
  }
  .gen-nav-nocolor {
    font-size: 12pt !important;
  }
}
@media (max-width: 296px) {
  #mainContent {
    margin-top: 120px;
  }
}
.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
}
.box {
    border-radius: 3px;
    padding: 20px;
}
.darkbg{
  background-color: rgba(0, 0, 0, 0.75);
}
.bottom-m {
  margin-bottom: 15px;
}
.brandfont {
    font-family: 'Fjalla One', sans-serif;
    font-size: 64pt;
}
.brandfont > small {
    font-family: 'Fjalla One', sans-serif;
    font-size: 18pt;
}
.custombutton {
  width: 240px !important;
  height: 80px !important;
}
.modalbutton {
  padding: 5px !important;
}
.biglinks {
 width: auto;
 height: auto;
 list-style-type: none;
 line-height: 48pt;
}
.biglinks > li {
  text-transform: uppercase;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 24pt;
  letter-spacing: 0.5px;

}
.staff-box {
  min-height: 450px;
  width: 300px;
  position: relative;
  margin: 15px;
  background-color: rgba(255, 255, 255, 0.65);
  padding: 0 !important;
}
.box-content {
  padding-left: 10px;
  padding-right: 10px;
}
.member-img {
    max-width: 300px;
    max-height: 300px;
    margin: 0 auto;
}
.floatingprint {
  position: absolute;
  right: 10%;
  top: 20%;
  font-size: 42pt;
  color: white;
}
.main-text
{
    position: absolute;
    bottom: 50px;
    width: 100%;
    color: #FFF;
}
.static-text-bg {
  background-color: rgba(0, 0, 0, 0.3);
}
.box-content h2 {
    font-size: 24px;
}
.box-content ul li {
    font-size: 14px;
}
.box-content p {
    font-size: 14px;
    text-align: center;
}
ul.nav-pills {
    display: inline-block;
}