#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    font-weight: 500;
    padding: 1.1em 1em;
    letter-spacing: 1px;
    color: black;
    
}
#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link.active, #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
  color: #0092D4;
}
#mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: white;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
/*
#mainNav .navbar-nav .nav-item .nav-link.nav-last{
    padding-right:0px;
}
#mainNav .navbar-nav .nav-item .nav-link.nav-first{
    padding-left:0px;
}

*/
.event-title{
    font-size:20px;
    font-weight:bold;
}
.navbar{
    padding: .1rem 1rem;
}
.theme-color-1{
    background-color:#0092D4;
    color:white;
}
.theme-color-2{
    background-color:#162b53;
    color:white;
}
.theme-color-3{
    background-color:white;
    color:black;
}
.theme-color-4{
    background-color:#212529;
    color:white;
}
.stats-sub{

}
.stats-main{
    font-size:22px;
    font-weight:bold;
}
#mainNav {
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
/*		background-color: transparent;*/
    background-color: white;
    transition: all .5s;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
#mobileNav {
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
/*		background-color: transparent;*/
    background-color: white;
    transition: all .5s;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.brand-logo{
    width:350px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.brand-logo-shrink {
    width:250px;
}

/*
.navbar-nav{
    border-bottom: 1px solid white;
}
*/
.section-title {
      font-size: 22px;
      margin-top: 0;
    font-weight:bold;
}

.subtitle{
    font-size:14px;
    font-weight:bold;
    text-transform: uppercase;
}
.fixed-top{
    z-index:1009;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
    border:1px solid white;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #152b54;
}
.plus-image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size:30px;
    color:white;
}
.fourth{
    filter:brightness(40%);
}
.dl{
    max-width:100px;
}
#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #2062ae;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
#mobileNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #2062ae;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
#mobileNav.navbar-dark .navbar-nav .nav-link{
    color:black !important;
}
@media (min-width: 576px) {

.dl{
    max-width:200px;
}
.section-title {
      font-size: 40px;
      margin-top: 0;
    font-weight:bold;
}
.subtitle{
    font-size:25px;
    font-weight:normal;
    text-transform: none;
}
.fourth{
    filter:brightness(100%);
}
.venue{
    font-size:22px;
    font-weight:bold;
}
.event-title{
    font-size:30px;
    font-weight:bold;
}
}
@media (min-width: 992px) {
#mainNav {
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
/*		background-color: transparent;*/
    background-color: #0006;
    transition: all .5s;
    box-shadow: 1px 1px 5px rgba(0,0,0,0);
}
#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    font-weight: 500;
    padding: 1.1em 1em;
    letter-spacing: 1px;
    color: white;
    
}
}

.boxed {
    box-shadow: 10px 30px 50px 10px rgba(1, 1, 1, 0.18);
    padding: 8rem 4rem 4rem;
    background-color: #ffffff;
    margin-top: -60px;
}