@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');

/* general layout */

body {
  background-color: #f2f2f2;
  color: #000000;
  margin: 0;
  padding: 0;
  font-size: 115%;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  line-height: 1.15;
  font-family: 'Roboto', sans-serif;
}
a:link, a:visited, a:active {
  color: #6a6a6a;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  transition: all .25s ease-in;
}
a:hover, a:active {
  text-decoration: none;
  color: #000000;
}
img {
  border: 0;
  display: block;
}
h1 {
  font-weight: 900;
  text-transform: uppercase;
  line-height: .8;
  color: #c08d2c;
  position: relative;
  padding-left: 33px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h1:before {
  content: "";
  position: absolute;
  border-left: 18px solid #c08d2c;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  top: 0;
  left: 0;
}
h1 div {
  color: #343434;
  font-weight: 400;
}
h2 {
  font-weight: 700;
  text-transform: uppercase;
  color: #c08d2c;
  margin-top: 3.5rem;
  margin-bottom: 0;
}
h2.alt div {
  color: #c08d2c;
}
h3 {
  font-weight: 700;
  color: #c08d2c;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h3.alt {
  line-height: 2.5rem;
  padding: .25rem 0;
}
h4 {
  font-weight: 700;
}
.btn-primary, .btn-primary:link, .btn-primary:visited, .btn-primary:active {
  border: 0;
  border-radius: .25rem;
  color: #ffffff !important;
  background-color: #225b88;
  text-transform: uppercase;
  padding: .75rem 4.5rem;
  font-weight: 700;
}
.btn-primary:hover, .btn-primary:focus {
  background: #c08d2c;
  background-color: #6a6a6a;
}
.btn-secondary, .btn-secondary:link, .btn-secondary:visited, .btn-secondary:active {
  border: 0;
  color: #ffffff;
  background: #b29633;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: .35rem 1.5rem;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #6a6a6a;
}
ul {
  padding-left: 1rem;
}
.uppercase {
  text-transform: uppercase;
}
.bold {
  font-weight: 700;
}
.small {
  font-size: .85rem;
}
.text-small {
  font-size: .75rem;
}
.center {
  text-align: center;
  margin: 0 auto;
}
ul.styleless {
  list-style: none;
  padding-left: 0;
}
.hide {
  display: none;
}

/* layout styles */

header {
  //background: #476d8f;
  color: #ffffff;
  position: relative;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  transition: all .25s ease-in;
  //background: #324882;
  background: #363636;
}
.bg {
  //background: #324882;
  background: #363636;
}
.bg .navbar-brand {
  margin-right: 1rem;
}
.bg .navbar-brand img {
  height: 50px;
}
header > .container {
  //position: absolute;
  //top: 0;
  //left: 50%;
  //transform: translate(-50%, 0);
}
header .navbar-brand {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  width: 100px;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  transition: all .25s ease-in;
}
header .btn-primary {
  text-wrap: nowrap;
}
header .navbar-dark .navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: 700;
}
header .container-social {
  text-align: center;
}
header .container-social .navbar-nav {
  flex-direction: row;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding-bottom: .75rem;
}
header .container-social .navbar-nav .nav-item {
  padding-left: .5rem;
  padding-right: .5rem;
}
header .container-social .nav-link {
  height: 27px;
  width: 27px;
  border-radius: 15px;
  background: #ffffff;
  line-height: 0;
  font-size: 0;
  color: transparent;
  position: relative;
}
header .container-social .navbar-nav:last-child {
  padding-right: 0;
}
header .container-social .nav-link:hover, 
header .container-social .nav-link:active, 
header .container-social .nav-link:focus {
  background: #6a6a6a;
}
header .icon-facebook {
  background: url(../images/icon-facebook.png) no-repeat;
  width: 10px;
  height: 17px;
  position: absolute;
  top: 5px;
  left: 8px;
}
header .icon-instagram {
  background: url(../images/icon-instagram.png) no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 5px;
  left: 5px;
}
header .icon-google {
  background: url(../images/icon-google.png) no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 6px;
  left: 6px;
}
header .container-social a {
  color: #ffffff;
}
header .container-social a:hover,
header .container-social a:focus {
  text-decoration: underline;
}
footer {
  background: url(../images/bg-footer.png) repeat;
  padding-top: 0rem;
  padding-bottom: 1rem;
  text-align: center;
  color: #ffffff;
  //font-size: 1.35rem;
  font-size: 1.4rem;
  line-height: 1.75;
}
footer  a:link, footer a:visited, footer a:active {
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
}
footer a:hover, footer a:active {
  text-decoration: none;
  color: #ffffff;
  text-decoration: underline;
}
footer .nav {
  padding: 2.5rem 0;
}
footer .nav .nav-item .nav-link {
  font-size: 1rem;
}
footer .container-contact {
  display: flex;
  text-align: center;
  flex-direction: column;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding-bottom: .75rem;
  font-size: 1.65rem;
}
footer .container-contact .icon {
  margin: 0 .5rem;
  height: 41px;
  width: 41px;
  border-radius: 20px;
  background: #ffffff;
  line-height: 0;
  font-size: 0;
  color: transparent;
  position: relative;
  top: -7px;
}
footer .icon-phone {
  background: url(../images/icon-phone.png) no-repeat;
  width: 19px;
  height: 30px;
  position: absolute;
  top: 6px;
  left: 11px;
  display: inline-block;
}
footer .icon-email {
  background: url(../images/icon-email.png) no-repeat;
  width: 27px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 7px;
  display: inline-block;
}
footer .nav .nav-link {
  text-transform: uppercase;
  font-weight: 700;
}
footer .nav .nav-link:hover,
footer .nav .nav-link:active,
footer .nav .nav-link:focus {
  text-decoration: underline;
}
footer .contact-name {
  font-size: 1.65rem;
  line-height: 1.2;
}

/* index styles */

.container-border {
  border: 1px solid #c08d2c;
  padding: 3rem 0;
}
.card {
  border-radius: 0;
  border: 0;
  height: 100%;
}
.card .card-img-top {
  border-radius: 0;
}
.card .card-body {
  text-align: center;
  border-left: 1px solid #6a6a6a;
  border-right: 1px solid #6a6a6a;
  padding: .75rem;
}
.card .card-body .card-title {
  margin-bottom: 0;
  font-size: 1.1rem;
}
.card .card-footer {
  background: none;
  border-top: 0;
  text-align: center;
  border-radius: 0;
  border-left: 1px solid #6a6a6a;
  border-right: 1px solid #6a6a6a;
  border-bottom: 1px solid #6a6a6a;
}
#container-splash {
  height: 450px;
}
#current-events,
#container-plan {
  height: 325px;
}
#current-events,
#container-splash,
#container-plan {
  padding-left: 0;
  padding-right: 0;
}
.container-overlay {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#container-splash .container-overlay {
  //min-height: 325px;
  //min-height: 450px;
}
#container-plan .container-overlay {
  min-height: 100%;
}
.container-overlay img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.container-overlay .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.container-overlay .overlay .overlay-position {
  height: 100%;
  width: 100%;
  font-size: 1.5rem;
  margin: 0 auto;
  text-align: center;
  padding: 1em;
}
.container-overlay .overlay .position-bottom {
  display: flex;
  height: 100% !important;
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding-bottom: 1rem;
}
.container-overlay .overlay .position-middle {
  display: flex;
  height: 100% !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  text-align: right;
  position: relative;
}
#container-splash .container-overlay .overlay .title {
  font-size: 2.5rem !important;
  color: #c08d2c;
  font-weight: 700;
  position: relative;
  margin-bottom: 1.25rem;
}
#container-splash .container-overlay .overlay .title div {
  font-size: 1.25rem !important;
}
#container-splash .container-overlay .overlay .btn-primary {
  background-color: #225b88;
}
#container-splash .container-overlay .overlay .btn-primary:hover,
#container-splash .container-overlay .overlay .btn-primary:focus,
#container-splash .container-overlay .overlay .btn-primary:active {
  background-color: #6a6a6a;
}
#container-plan .container-overlay .overlay .text-right {
  width: 75%;
}
#container-plan .container-overlay .overlay .title {
  font-size: 2rem !important;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  margin-bottom: 1.25rem;
  text-shadow: 0px 0px 20px rgba(0,0,0,1);
}
#container-plan .container-overlay .overlay .title div {
  font-size: 1rem !important;
  font-weight: 400;
}
#container-plan .container-overlay .overlay .btn-primary {
  //background: #324882;
  padding: .75rem 4rem;
  //color: #c9ba81 !important;
}
#container-plan .container-overlay .overlay .btn-primary:hover,
#container-plan .container-overlay .overlay .btn-primary:focus,
#container-plan .container-overlay .overlay .btn-primary:active {
  background: #6a6a6a;
  color: #ffffff !important;
}
#events {
  margin-right: -.5rem;
  margin-left: -.5rem;
}
.container-logos {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* about styles */

.bg-blue {
  background: #324882;
  color: #ffffff;
  padding: 1rem;
  font-size: 1.25rem;
}
.bg-blue h2 {
  color: #bfbfc1;
  font-size: 2.5rem;
}
.bg-blue h2.alt {
  color: #bdc2be;
  margin-bottom: 2rem;
}
.bg-blue h3 {
  color: #ffffff;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 2.5rem;
}
.img-container img {
  width: 100%;
}
.bg-blue .btn-primary {
  background: #fefefe;
  color: #324882 !important;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 1rem 0;
  padding: .5rem 3rem;
}
.bg-blue .btn-primary:hover, .bg-blue .btn-primary:focus {
  background: #6a6a6a;
  color: #f9f9fb !important;
}

.bg-white {
  background: transparent !important;
  color: #000000;
  padding: 1rem;
  font-size: 1.25rem;
}
.bg-white h2 {
  color: #bfbfc1;
  font-size: 2.5rem;
}
.bg-white h2.alt {
  color: #c08d2c;
  margin-bottom: 2rem;
}
.bg-white h3 {
  color: #343434;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 2.5rem;
}
.img-container img {
  width: 100%;
}
.bg-white .btn-primary {
  background: #fefefe;
  color: #324882 !important;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 1rem 0;
  padding: .5rem 3rem;
}
.bg-white .btn-primary:hover, .bg-blue .btn-primary:focus {
  background: #6a6a6a;
  color: #f9f9fb !important;
}
.bg-white ul {
  list-style: none;
  padding-left: 0;
}

/* events style */

.bg-grey {
  background: #666666;
  background: #343434;
  color: #ffffff;
  font-size: 1.75rem;
  padding: 1rem;
}
.bg-grey h2 {
  color: #bfbfc1;
  font-size: 2.5rem;
}
.bg-grey h3 {
  color: #f9f9fb;
  text-transform: uppercase;
  font-size: 2.5rem;
  margin-top: 0;
}
.bg-grey .btn-secondary {
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff !important;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: .5rem;
}
.bg-grey .btn-secondary:hover, .bg-grey .btn-secondary:focus {
  background: #f9f9fb;
  color: #6a6a6a !important; 
}
.bg-grey .btn-primary {
  //background: #324882;
  border-radius: 0.25rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: .5rem;
  padding: .35rem 0;
  width: 100%;
  max-width: 265px;
}
.bg-grey .btn-primary:hover, .bg-grey .btn-primary:focus {
  background: #f9f9fb;
  color: #6a6a6a !important;
}
.bg-grey ul {
  //list-style: none;
  padding-left: 2rem;
  padding-top: 0;
  padding-bottom: 1rem;
}
.bg-grey .title {
  color: #c08d2c;
  font-weight: 700;
  margin-top: 1rem;
}

/* contact style */

.bg-lightgrey {
  background: #dfdfdf;
  padding: 1rem 2rem;
  margin: 1rem; 
}
.bg-lightgrey h2 {
  color: #1b1b1b;
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.5rem;
}

/* new layout */

.container-content-middle {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.container-content {
  display: flex;
  height: 100%;
  width: 100%;
}

.container-interior .reorder {
  order: -1;
}
.container-main {
  padding: 2rem;
}
.container-main .container-content .left-padding, .container-content .left-padding, .container-main .container-content .right-padding, .container-content .right-padding {
  width: 100%;
  //padding: 0;
  padding-bottom: 1rem;
}
.container-main .container-content .content {
  padding: 0;
}


/* form styles */

.form-control {
  border: 0;
  background: #ffffff;
  border-radius: 0.25rem !important;
  margin: 0;
  height: calc(1.5em + 0.75rem + 14px);
  text-align: left;
}
.form-control::placeholder {
  color: #b3b3b3;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #ffffff;
  opacity: 1;
  color: #b3b3b3;
}
.required {
  color: #d53a25;
}
.datepicker {
  cursor: pointer;
}
.icon-calendar {
  background: url('../images/icon-datepicker-calendar.png') no-repeat;
  background-position: 97% center;
}

#current-events {
  position: relative;
}
#current-events .overlay {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0,0);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding: 3rem;
}
#current-events .overlay h3, 
#current-events .overlay h4 {
  color: #ffffff;
  padding: 0;
  margin: 0;
  text-shadow: 0px 0px 20px rgba(0,0,0,1);
  text-align: center;
}
#current-events .overlay h3 {
  font-size: 3rem;
}
#current-events .overlay h4 {
  font-size: 1.75rem;
  font-weight: 400;
}
#current-events .overlay .btn-primary {
  margin-top: 1rem;
}

.sponsorship-partners {
  display: flex;
  margin: 0 auto;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  flex-direction: column;
}
.sponsorship-partners .container-logos {
  padding: .5rem 1.25rem;
  display: flex;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}


.mobile {
  display: block !important;
}
.desktop {
  display: none !important;
}


/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .container {
    //border: 1px solid red;
  }
  .container-overlay {
    min-height: 380px;
  }
  .container-overlay img {
    max-width: 145%;
  }
  #container-splash .container-overlay .overlay .title {
    font-size: 2.5rem !important;
  }
  #container-splash .container-overlay .overlay .title div {
    font-size: 1.25rem !important;
  }
  #container-plan .container-overlay .overlay .text-right {
    width: 60%;
  }
  #container-plan .container-overlay .overlay .title {
    font-size: 2rem !important;
  }
  #container-plan .container-overlay .overlay .title div {
    font-size: 1rem !important;
  }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .container {
    //border: 1px solid blue;
  }
  .mobile {
    display: none !important;
  }
  .desktop {
    display: block !important;
  }
  h1.alt {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .container-overlay {
    width: 100%;
    min-height: auto;
    position: relative;
    overflow: hidden;
  }
  .container-overlay img {
    position: relative;
    left: 0;
    transform: translateX(0);
    max-width: 100%;
  }
  #container-splash .container-overlay .overlay .title {
    font-size: 2.5rem !important;
  }
  #container-splash .container-overlay .overlay .title div {
    font-size: 1.25rem !important;
  }
  #container-plan .container-overlay .overlay .text-right {
    width: 40%;
  }
  #container-plan .container-overlay .overlay .title {
    font-size: 2rem !important;
  }
  #container-plan .container-overlay .overlay .title div {
    font-size: 1rem !important;
  }

  .sponsorship-partners {
    flex-direction: row;
  }

  .reorder {
    order: 0 !important;
  }
  .container-main {
    padding: 0;
  }
  .container-main .container-content .right-padding, .container-content .right-padding,
  .container-main .container-content .left-padding, .container-content .left-padding {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0;
  }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container {
    //border: 1px solid orange;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  body {
    //font-size: 1rem;
  }
  h1 {
    padding-left: 70px;
    font-size: 4.85rem;
    margin-top: 3.65rem;
    margin-bottom: 1.75rem;
  }
  h1:before {
    border-left: 33px solid #c08d2c;
    border-top: 58px solid transparent;
    border-bottom: 58px solid transparent;
  }
  h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  h3 {
    font-size: 1.85rem;
    margin-top: 4.25rem;
    margin-bottom: 2rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: none;
  }
  header > .container {
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
  header .navbar {
    padding: 0;
  }
  header .navbar-brand {
    width: auto;
    padding: 1rem;
    //margin: .8rem;
  }
  header .container-navbar {
    position: relative;
    //top: -.8rem;
    margin: 0 1rem;
  }
  #collapsingNavbar {
    display: flex;
  }
  .navbar-expand-lg .navbar-collapse {
    margin-bottom: 1.5rem;
  }
  .bg .navbar-expand-lg .navbar-collapse {
    margin-bottom: 0;
  }
  header .container-social {
    text-align: right;
  }
  header .container-social .navbar-nav {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: end !important;
  }
  .bg-blue {
    padding: 0;
  }
  footer .container-contact {
    flex-direction: row;
  }
  footer .container-contact .contact-divide {
    margin-left: 2.5rem;
  }
  .container-border .border-content {
    padding: 1rem 0;
    font-size: 1.2rem;
  }
  .container-logos {
    padding-top: .55rem;
    padding-bottom: .55rem;
  }
  .bg-blue .blue-content {
    padding-top: 1rem;
    padding-right: 5rem;
  }
  .bg-grey .grey-content {
    padding-top: 1rem;
  }
  .bg-lightgrey {
    padding: 1rem 6.5rem;
    margin: .35rem .75rem 1.65rem .75rem;
  }
  #container-splash .container-overlay .overlay .title {
    font-size: 3rem !important;
  }
  #container-splash .container-overlay .overlay .title div {
    font-size: 1.5rem !important;
  }
  #container-plan .container-overlay .overlay .position-middle {
  }
  #container-plan .container-overlay .overlay .title {
    font-size: 2.5rem !important;
  }
  #container-plan .container-overlay .overlay .title div {
    font-size: 1.25rem !important;
  }

  #container-splash {
    height: 750px;
  }
  #current-events,
  #container-plan {
    height: 475px;
  }
  .container-overlay .overlay .position-bottom {
    padding-bottom: 6.5rem;
  }

 .container-content .content {
    //width: 60%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
  }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    //border: 1px solid purple;
  }
  #container-splash .container-overlay .overlay .title {
    font-size: 4.5rem !important;
  }
  #container-splash .container-overlay .overlay .title div {
    font-size: 2.35rem !important;
  }
  #container-plan .container-overlay .overlay .position-middle .text-right {
  }
  #container-plan .container-overlay .overlay .title {
    font-size: 3.5rem !important;
  }
  #container-plan .container-overlay .overlay .title div {
    font-size: 1.5rem !important;
  }

  #container-splash {
    height: 98vh;
    max-height: 900px;
  }

}

/* Extra large devices (large desktops, 1340px and up) */
@media (min-width: 1340px) {
  .container {
    //border: 1px solid black;
  }
  .img-container img {
    width: auto;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  #header, footer {
    display: none;
  }
  body {
    font: 12pt georgia, serif;
  }
  h1 {
    font-size: 18pt;
  }
  h2 {
    font-size: 16pt;
  }
}
