
#wpadminbar {
    display: none;
}
body {
    font-family: 'Libre Franklin', sans-serif;
}h1, h1 a {
    color: #000000;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 400;
    font-size: 55px;
    line-height: 1.1;
    margin: 25px 0;
}h2 {
    color: #000000;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 400;
    font-size: 33px;
    line-height: 1.1;
    margin: 25px 0;
}h3 {
    color: #000000;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.1;
    margin: 25px 0;
}h4 {
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 400;
    color: #000000;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.5rem;
    margin: 25px 0;
}p {
    font-family: 'Libre Franklin', sans-serif;
    color: #636363;
    font-size: 18px;
    line-height: 1.5;
    margin: 15px 0;
}

/* HEADER STYLES */
.pre-header {
    background: #F2F2F2;
}.header-events a {
    font-size: 14px;
    color: #969696;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}.header-events a:hover {
    color: #000000;
}.main-menu {
    border-bottom: 1px solid #e5e5e5;
}.row.header-row {
    display: flex;
    align-items: center;
}.logo-wrapper img {
    width: 200px;
}.top-bar {
    background: none;
    height: auto;
}.top-bar-section ul li {
    background: none;
}.top-bar-section li:not(.has-form) a:not(.button) {
    background: none;
    color: #000000;
    position: relative;
    font-size: 20px;
    line-height: 84px;
    padding: 0 20px;
    font-weight: 400;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}.top-bar-section ul li:hover:not(.has-form)>a,
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #ffffff;
    color: #000000;
    line-height: 84px;
    padding: 0 20px;
}.top-bar-section .has-dropdown>a:after {
    border: none;
    content: '\f107';
    font-family: 'FontAwesome';
    top: 2px;
    margin-right: 20px;
}

@media only screen and (min-width: 1025px) {
.navigation-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}.top-bar-section li:not(.has-form) a:not(.button)::before {
    content: " ";
    width: calc(100% - 40px);
    height: 0;
    background: #327bbf;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}.top-bar-section li:not(.has-form) a:not(.button):hover::before {
    height: 3px;
}.top-bar-section .dropdown {
    background: #ffffff;
    min-width: 650px;
    text-align: left;
    padding: 3vh 2vw 3vh 2vw;
    left: 50%;
    border-radius: 0;
    box-shadow: 2px 8px 10px 0px rgba(0, 0, 0, 0.24);
    -webkit-transform: translateX(-50%) translateY(-4px);
    -moz-transform: translateX(-50%) translateY(-4px);
    -ms-transform: translateX(-50%) translateY(-4px);
    -o-transform: translateX(-50%) translateY(-4px);
    transform: translateX(-50%) translateY(-4px);
}.top-bar-section .dropdown li.page_item, .top-bar-section .dropdown li.menu-item {
    width: 50%;
    display: inline-block;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    background: none;
    color: #444444;
    line-height: 35px;
    position: relative;
    font-size: 14px;
}.top-bar-section .dropdown li:not(.has-form):hover>a:not(.button),
.top-bar-section .dropdown li.active:not(.has-form) a:not(.button) {
    background: none;
    line-height: 35px;
    color: #444444;
}

.top-bar-section .dropdown li:not(.has-form) a:not(.button)::before {
    width: 5px;
    bottom: 16px;
    left: 7px;
}.top-bar-section .dropdown::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: #1fb04c;
    background: -moz-linear-gradient(left, #1fb04c 25%, #327bbf 25%, #327bbf 50%, #ed1c24 50%, #ed1c24 75%, #f89c1e 75%);
    background: -webkit-linear-gradient(left, #1fb04c 25%,#327bbf 25%,#327bbf 50%,#ed1c24 50%,#ed1c24 75%,#f89c1e 75%);
    background: linear-gradient(to right, #1fb04c 25%,#327bbf 25%,#327bbf 50%,#ed1c24 50%,#ed1c24 75%,#f89c1e 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fb04c', endColorstr='#f89c1e',GradientType=1 );
}
}

/* HERO SECTION */

.hero-section {
    padding: 2vw;
}.hero-wrapper {
    background: center / cover no-repeat url(https://lnmsummergames.com/wp-content/uploads/2022/07/hero.jpg);
}.hero-content {
    min-height: calc(100vh - 4vw - 142px);
    background: rgba(0,0,0,.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 12vh;
    position: relative;
}.hero-content h1 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 4vw;
    font-weight: bold;
}.hero-content p {
    color: #ffffff;
    font-size: 33px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
}.hero-content p span {
    color: #f89c1e;
    margin-left: 20px;
}span.color-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20%;
    height: 10px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1fb04c+25,327bbf+25,327bbf+50,ed1c24+50,ed1c24+75,f89c1e+75 */
    background: #1fb04c; /* Old browsers */
    background: -moz-linear-gradient(left,  #1fb04c 25%, #327bbf 25%, #327bbf 50%, #ed1c24 50%, #ed1c24 75%, #f89c1e 75%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #1fb04c 25%,#327bbf 25%,#327bbf 50%,#ed1c24 50%,#ed1c24 75%,#f89c1e 75%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #1fb04c 25%,#327bbf 25%,#327bbf 50%,#ed1c24 50%,#ed1c24 75%,#f89c1e 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fb04c', endColorstr='#f89c1e',GradientType=1 ); /* IE6-9 */
}

/* GENERAL STYLES */
.row {
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
}.row.full {
    max-width: 100%;
}
/* PADDING CLASSES */
.side-buffer {
    padding-left: 2vw;
    padding-right: 2vw;
}.vertical-padding-xs {
    padding-top: 3vh;
    padding-bottom: 3vh;
}.top-padding-xs {
    padding-top: 3vh;
}.bottom-padding-xs {
    padding-bottom: 3vh;
}.vertical-padding-small {
    padding-top: 6vh;
    padding-bottom: 6vh;
}.top-padding-small {
    padding-top: 6vh;
}.bottom-padding-small {
    padding-bottom: 6vh;
}.vertical-padding-medium {
    padding-top: 8vh;
    padding-bottom: 8vh;
}.top-padding-medium {
    padding-top: 8vh;
}.bottom-padding-medium {
    padding-bottom: 8vh;
}.vertical-padding-large {
    padding-top: 12vh;
    padding-bottom: 12vh;
}.top-padding-large {
    padding-top: 12vh;
}.bottom-padding-large {
    padding-bottom: 12vh;
}.vertical-padding-x-large {
    padding-top: 15vh;
    padding-bottom: 15vh;
}.top-padding-x-large {
    padding-top: 15vh;
}.bottom-padding-x-large {
    padding-bottom: 15vh;
}


.row.home-box-row {
    padding: 6vh 0 12vh;
}.home-box {
    display: flex;
    float: left;
    width: calc((100%/3) - 2%);
    margin: 0 1%;
    background: #000000;
    justify-content: center;
    align-items: center;
    height: 300px;
    position: relative;
    overflow: hidden;
}.home-box p {
    font-weight: bold;
    color: #ffffff;
    font-size: 33px;
    position: relative;
    z-index: 2;
}.home-box a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
}.home-box::after {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}.home-box.about:hover::after {
        background: rgb(31 176 76 / 60%);
}.home-box.events:hover::after {
        background: rgb(50 123 191 / 60%);
}.home-box.standings:hover::after {
        background: rgb(237 28 26 / 60%);
}.home-box img {
    position: absolute;
    top: 0;
    height: 100%;
    width: auto;
    max-width: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}.home-box:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    filter: grayscale(1);
}.event .hero-wrapper {
    background: center bottom / cover no-repeat url(https://lnmsummergames.com/wp-content/uploads/2022/12/event-bg.jpg);
}.inner .hero-content {
    padding: 5vh 0;
    min-height: 0;
    height: 490px;
}img.event-icon {
    width: 180px;
    margin-bottom: 35px;
}.inner .hero-content h1 {
    font-size: 3vw;
    text-align: center;
}.inner .hero-content h1 span {
    display: block;
    font-size: .5em;
    line-height: 1.6;
}

/* STANDINGS */

.standings table th {
    text-align: center;
}.standings table td:first-child {
    width: 84px;
}.standings-table td:first-child,.standings-table th:first-child {
    width: 60%;
    font-size: 20px;
    line-height: 1.6;
}.standings-table td:not(:first-child), .standings-table th:not(:first-child) {
    text-align: center;
    width: 10%;
    font-size: 20px;
    line-height: 1.6;
}.standings-table table {
    margin: 0 auto;
    width:  100%;
}.standings-table th:nth-child(2) {
    background: #C77B30;
}.standings-table th:nth-child(3) {
    background: silver;
}.standings-table th:nth-child(4) {
    background: gold;
}



footer.footer-wrapper {
    background: #dfdfdf;
}.row.footer-row {
    padding: 10vh 0;
}
@media only screen and (min-width: 1025px) {
.strip-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}
