@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200;400;600;700&display=swap');

* {
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Outfit', sans-serif;
}

section.main {
    text-align: center;
    padding: 50px;
    background: #DFE0E2;
    color: #4F5159;
}

#header-banner {
    background-image: url("/img/domain/ngpr/24_NGPR_1920x1080_Background_blank.jpg");
    /*background-image: url("/img/domain/ngpr/capitol-background.jpeg");*/
    background-position: center;
    background-size: cover;
}

.mask {
    background: rgba(79,81,89,.65);
    padding: 100px 30px 100px;
    color: #fff;
    text-align: center;
    font-size: 26px;
}

nav {
    text-align: center;
}

img.logo {
    max-width: 600px;
    width: 100%;
}

.main-section {
    max-width: 1200px;
    margin: 0 auto;
}

.main-section img {
    max-width:  100%;
}

.event-info {
    font-size: 26px;
    margin-top: 30px;
}

.event-time-date {
    margin-bottom: 40px;
}

.event-location {
    margin-bottom: 40px;
}


.event-info a {
    background-color: #95A3BF;
    padding: 10px 30px;
    border-radius: 40px;
    display: inline-block;
    color: #fff;
    transition: all .3s ease;
}

.event-info a:hover {
    transform: scale(1.025);
    text-decoration: none;
}

.event-display-section {
    font-size: 20px;
}

.event-desc-text {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding-top: 40px;
    line-height: 1.7;
}

.event-desc-text p {
    margin-bottom: 30px;
    }

.event-sponsor-section {
    margin: 120px 0px;
}

.event-sponsor-section h2 {
    padding-bottom: 10px;
    border-bottom: solid 2px;
    width: auto;
    margin: 0 auto 40px;
    margin-bottom: 40px;
    display: inline-block;
}

.sponsor-grid-major {
    display: grid;
    padding-top: 30px;
    grid-gap: 40px 10px;
    font-size: 16px;
    align-items: center;
    justify-items: center;
}

.sponsor-grid-additional {
    display: grid;
    padding-top: 30px;
    grid-gap: 40px 10px;
    font-size: 16px;
    align-items: center;
    justify-items: center;
}

.sponsor-grid-founder {
    display: grid;
    padding-top: 30px;
    grid-gap: 40px 10px;
    font-size: 16px;
    align-items: center;
    justify-items: center;
}

.sponsor-grid-major img {
    width: 100%;
    max-width: 150px;
}

.sponsor-grid-additional img {
    width: 100%;
    max-width: 150px;
}

.sponsor-grid-founder img {
    width: 100%;
    max-width: 200px;
}

footer {
    background-color: #2c2c2c;
    color: #fff;
    text-align: center;
}
footer {
    margin-top: auto;
    padding: 80px 20px;
}

@media (min-width: 600px) {
    .sponsor-grid-additional {
        grid-template-columns: 1fr 1fr;
    }

    .sponsor-grid-major {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 768px) {
    .sponsor-grid-additional {
        grid-template-columns: repeat(3, 1fr);
    }

    .sponsor-grid-major {
        grid-template-columns: 1fr 1fr;
    }

    .sponsor-grid-founder {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 992px) {
    .sponsor-grid-major {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 1200px) {
    .sponsor-grid-major {
        grid-template-columns: 1fr 1fr 1fr;
    }
}




/*  Navigation CSS  */

body {
    margin: 0;
    overflow-x: hidden;
    height: 100vh;
    width: 100vw;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mobile-logo {
    height: auto;
    max-height: 400px;
    display: flex;
    margin: 0 auto;
}

#main-logo {
    height: auto;
    width: 100%;
    max-width: 400px;
}

/*This centers Mobile Logo Image */
@media screen and (max-width: 767px) {
    #main-logo {
        display: flex;
        margin: 0 auto;
        max-height: 400px;
    }
}

menu, menu label {
    position: absolute;
    top: 0;
    right: 0;
}

menu { margin: 0; }

menu input[type=checkbox] { display: none; }

menu input[type=checkbox]:checked + .drawer-list {
    transform: translatex(0);
    border-bottom-left-radius: 0;

}

menu input[type=checkbox]:checked + .drawer-list li { transform: translatex(0); }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(1) { transition: transform 0.5s 0.02s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(2) { transition: transform 0.5s 0.04s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(3) { transition: transform 0.5s 0.06s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(4) { transition: transform 0.5s 0.08s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(5) { transition: transform 0.5s 0.1s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(6) { transition: transform 0.5s 0.12s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(7) { transition: transform 0.5s 0.14s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(8) { transition: transform 0.5s 0.16s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(9) { transition: transform 0.5s 0.18s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(10) { transition: transform 0.5s 0.2s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(11) { transition: transform 0.5s 0.22s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(12) { transition: transform 0.5s 0.24s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(13) { transition: transform 0.5s 0.26s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(14) { transition: transform 0.5s 0.28s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(15) { transition: transform 0.5s 0.3s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(16) { transition: transform 0.5s 0.32s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(17) { transition: transform 0.5s 0.34s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(18) { transition: transform 0.5s 0.36s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(19) { transition: transform 0.5s 0.38s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(20) { transition: transform 0.5s 0.4s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(21) { transition: transform 0.5s 0.42s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(22) { transition: transform 0.5s 0.44s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(23) { transition: transform 0.5s 0.46s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(24) { transition: transform 0.5s 0.48s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(25) { transition: transform 0.5s 0.5s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(26) { transition: transform 0.5s 0.52s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(27) { transition: transform 0.5s 0.54s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(28) { transition: transform 0.5s 0.56s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(29) { transition: transform 0.5s 0.58s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(30) { transition: transform 0.5s 0.6s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(31) { transition: transform 0.5s 0.62s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(32) { transition: transform 0.5s 0.64s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(33) { transition: transform 0.5s 0.66s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(34) { transition: transform 0.5s 0.68s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(35) { transition: transform 0.5s 0.7s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(36) { transition: transform 0.5s 0.72s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(37) { transition: transform 0.5s 0.74s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(38) { transition: transform 0.5s 0.76s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(39) { transition: transform 0.5s 0.78s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(40) { transition: transform 0.5s 0.8s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(41) { transition: transform 0.5s 0.82s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(42) { transition: transform 0.5s 0.84s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(43) { transition: transform 0.5s 0.86s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(44) { transition: transform 0.5s 0.88s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(45) { transition: transform 0.5s 0.9s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(46) { transition: transform 0.5s 0.92s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(47) { transition: transform 0.5s 0.94s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(48) { transition: transform 0.5s 0.96s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(49) { transition: transform 0.5s 0.98s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(50) { transition: transform 0.5s 1s ease; }

menu input[type=checkbox]:checked + .drawer-list li a { padding-right: 15px; }

menu input[type=checkbox]:checked ~ hamburger > i {
    background-color: transparent;
    transform: rotate(90deg);
}

menu input[type=checkbox]:checked ~ hamburger > i:before { transform: translate(-50%, -50%) rotate(315deg); }

menu input[type=checkbox]:checked ~ hamburger > i:after { transform: translate(-50%, -50%) rotate(-315deg); }

menu input[type=checkbox]:checked ~ hamburger close {
    color: #FEFEFE;
    width: 100%;
}

menu input[type=checkbox]:checked ~ hamburger open {
    color: transparent;
    width: 0;
}

menu .drawer-list {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    transform: translate(100vw, 0);
    /* ie workaround */
    -ms-transform: translatex(-100vw);
    box-sizing: border-box;
    pointer-events: none;
    padding-top: 125px;
    transition: width 475ms ease-out, transform 450ms ease, border-radius .8s .1s ease;
    border-bottom-left-radius: 100vw;
    background-color: rgba(45, 59, 72, 0.85);
    z-index: 5;
}
@media (min-width: 768px) {
    menu .drawer-list {
        width: 25vw;
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, .5));
    }
}

@media (min-width: 800px) {
    menu .drawer-list {

        width: 37vw;
    }
}
@media (min-width: 900px) {
    menu .drawer-list {

        width: 33vw;
    }
}
@media (min-width: 1045px) {
    menu .drawer-list {
        width: 25vw;
    }
}

menu .drawer-list ul {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
    pointer-events: auto;
}

menu .drawer-list li {
    list-style: none;
    text-transform: uppercase;
    pointer-events: auto;
    white-space: nowrap;
    box-sizing: border-box;
    transform: translatex(100vw);
    /* ie workaround */
    -ms-transform: translatex(-100vw);
}

menu .drawer-list li:last-child { margin-bottom: 2em; }

menu .drawer-list li a {
    text-decoration: none;
    color: #FEFEFE;
    text-align: center;
    display: block;
    padding: .5rem;
    font-size: 1.2em;
}
@media (min-width: 768px) {

    menu .drawer-list li a {
        /* font-size: 1rem; */
        text-align: right;
    }
}

menu .drawer-list li a:hover {
    cursor: pointer;
    background-color: rgba(107, 136, 169, 1);
}

menu hamburger {
    position: fixed;
    display: block;
    top: 20px;
    right: 20px;
    height: 60px;
    width: 60px;
    z-index: 7;
    background-color: rgba(0, 51, 102, 0.4);
    border-radius: 5px;
    border: solid 5px rgba(255, 255, 255, 0.1);
}

menu hamburger:hover { cursor: pointer; }

menu hamburger text close, menu hamburger text open {
    text-transform: uppercase;
    font-size: .8em;
    /* align-text: center; */
    position: absolute;
    transform: translateY(50px);
    text-align: center;
    overflow: hidden;
    transition: width .25s .35s, color .45s .35s;
    /* background-color: rgba(197, 30, 62, 0.5); */
}

menu hamburger text close {
    color: transparent;
    right: 0;
    width: 0;
}

menu hamburger text open {
    color: #FEFEFE;
    width: 100%;
}

menu hamburger > i {
    position: absolute;
    width: 100%;
    width: 63%;
    height: 2px;
    right: 10px;
    top: 50%;
    background-color: #FEFEFE;
    pointer-events: auto;
    transition-duration: .35s;
    transition-delay: .35s;
}

menu hamburger > i:before, menu hamburger > i:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    left: 50%;
    background: #FEFEFE;
    content: "";
    transition: transform 0.35s;
    transform-origin: 50% 50%;
}

menu hamburger > i:before { transform: translate(-50%, -14px); }

menu hamburger > i:after { transform: translate(-50%, 14px); }
