



.primary-font-custom {
  font-family: "Oswald", sans-serif;
  color: #000000; 
}

h1,
h2,
h3,
h4,
legend,
.h1,
.h2,
.h3,
.h4,
.secondary-font-custom {
  font-family: "Rye", serif;
}

.navbar-dark  .nav-link {
     text-transform: none !important;
     font-weight: 200 !important;
}

/* custom event display */
ul.event-list li:nth-child(odd) > time {
  background: url("/_uploads/files/flag.jpg") repeat top center;
  background-size: cover;
}
ul.event-list li:nth-child(odd) > time .multi,
ul.event-list li:nth-child(odd) > time .month {
  color: #000000;
  text-shadow: 1px 1px 0 #000000;
  text-shadow: 1px 1px 0 #ffffff;
}
ul.event-list li:nth-child(odd) > time .multi.dark,
ul.event-list li:nth-child(odd) > time .month.dark {
  text-shadow: 1px 1px 0 #ffffff;
}
ul.event-list li:nth-child(even) > time {
  background: url("/_uploads/files/flag.jpg") repeat top center;
  background-size: cover;
}
ul.event-list li:nth-child(even) > time .multi,
ul.event-list li:nth-child(even) > time .month {
  color: #000000;
  text-shadow: 1px 1px 0 #000000;
  text-shadow: 1px 1px 0 #ffffff;
}
ul.event-list li:nth-child(even) > time .multi.dark,
ul.event-list li:nth-child(even) > time .month.dark {
  text-shadow: 1px 1px 0 #ffffff;
}
.event-list>li>time .multi {
    display: block;
    font-size: 30pt;
    font-weight: 300;
    line-height: 1;
    padding-top: 20px;
}
.choose_event_img {
    height: 100% !important;
    width: 200px !important;
}

/* header */
.header_section {
    display: none;
}

/* footer */
.sponsors img {
    max-height: 125px !important;
}

.sponsors p {
    display: none;
}


/* home event gallery */
.home_slideshow {
    background: url(/_uploads/files/image/home/texture/flag_large.jpg) repeat top center;
    background-size: cover;
}

.home_slideshow .container {
    max-height: 648px;
    overflow: hidden;
}

.home_slideshow .carousel-cell a img {
  width: 100%;
}

.carousel-cell .description {
    position: absolute;
    top: 10vh;
    left: 5vw;
}

.description h2 {
    color: #FFFFFF;
    text-shadow: 1px 1px 0 #000000;
}

/* secondary content */
.secondary {
    background: #cc0000;
    color: #FFFFFF;
}

/* news */

.news {
    background: #1F167C;
    color: #FFFFFF;
}


.dropdown-menu .nav-item .nav-link {
     color: black !important;
    text-transform: none !important;
}

.navbar-brand img {
    width: 150px !important;
    min-width: 100px !important;			
}

.navbar-custom {
    background-color: #000000;
}

.home {
    background-color: #FFFFFF;
}

/*  4 items for event carousel - desktop */
.home_slideshow .carousel-cell {
  width: 100%;
  padding: 0px;
}

/*  1 items for event carousel - mobile */
@media only screen and (max-width: 600px) {
    .home_slideshow .carousel-cell {
        width: 100%;
    }
}

/*  gallery overlay */
body.home [id*="_GalleryDesktop_"] .card-img-overlay {
    top: 15%;
    left: 15%;
    color: #FFFFFF;
}

body.home [id*="_GalleryDesktop_"] .gallery-title {
    font-size: 6rem;
}

body.home [id*="_GalleryDesktop_"] .gallery-description {
    font-size: 1.5rem;
}

/*  future / past events */
@media only screen and (max-width: 600px) {
	.future_events .carousel-cell, .past_events .carousel-cell {
		width: 100% !important;
		padding: 10px !important;
	}
}

.future_events .carousel-cell, .past_events .carousel-cell {
    width: 25%;
    padding: 10px;
}

.future_events h3, .past_events h3 {
    text-align: center;
    margin-top: 1rem;
}

.tertiary .primary-font-custom, .tertiary .h2 {
    color: #000000;
}

.body-custom {
    background-color: #FFFFFF;
}

.header_section {
   background-color: #000000;
}

.header_section > div > h1  {
   color: #FFFFFF;
}

footer {

    section {
        background-color: #FFFFFF;
        color: #000000;

        a,
        a:hover {
            color: #000000;
            //text-decoration: none;
        }
    }
}

.btn-primary {
    background-color: #FFFFFF;
    color: #000000;
    border-color: #FFFFFF;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:disabled {
    background-color: #000000 !important;
    color: #FFFFFF !important;
}

.btn-custom {
    background-color: #FFFFFF;
    color: #000000 !important;
    height: auto;
    line-height: 2;
    padding: 0px 24px;
    border-radius: 68px;
    text-shadow: none;
    margin: 4px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.btn-custom:hover, .btn-custom:active, .btn-custom:disabled {
    background-color: #000000 !important;
    color: #FFFFFF !important;
}

.btn-custom.reverse {
    background-color: #FFFFFF !important;
    color: #FFFFFF !important;
}

.btn-custom.reverse:hover, .btn-custom.reverse:active, .btn-custom.reverse:disabled  {
    background-color: #FFFFFF !important;
    color: #FFFFFF !important;
}

.rounded-btn-custom {
    color: #FFFFFF;
    border: 2px solid;
    border-radius: 8px;
    padding: 5px 10px;
    font-weight: bold;
    transition: background-color 0.5s ease;
    text-decoration: none;
}

.rounded-btn-custom:hover, .rounded-btn-custom:active, .rounded-btn-custom:disabled {
    color: #000000 !important;
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

.navbar-light  .nav-link {
    color: #000000;
}

.navbar-dark  .nav-link {
    color: #FFFFFF;
}

.nav-link-social-custom {
    @media only screen and (min-width: 1000px) {
        background-color: @Secondary;
        color: #FFFFFF;
        height: auto;
        line-height: 2;
        padding: 0px 24px;
        border-radius: 68px;
        text-shadow: none;
        margin: 4px 1rem;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }

    margin-left: 5px !important;
    margin-right: 0px !important;
    color: #FFFFFF !important;
}

/* loading modal */
.anim_panel {
    color: #000000 !important;
}

.msg_panel {
    color: #000000 !important;
}

/* account page */
.nav-row p {
    color: #000000;
}

.nav-row i {
    color: #000000;
}

.nav-row .active {
    color: #000000;
    border-top-color: #000000;
    border-bottom-color: #000000;
}

.nav-row .active:before {
    border-color: #000000 transparent;
}

/* FAQs */
.faqBtn {        
    color: #FFFFFF;
    text-transform: none;
    cursor: pointer;
}

.faqBtn > i {
    color: #FFFFFF;
}

.socialPlatformShare > a > span {
    color: #FFFFFF;
}

/* account */
.hl-input.highlighted {
    background-color: #FFFFFF !important;
}

