body {
    background: #FFF;
    min-height: 100vh;
    max-height: 100vh;
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 16px;
}

img {
    width: 100%;
    text-align: center;
}

.social-icons {
    text-align: center;
}

.social-icons a {
    margin-left: 8px;
    text-align: center;
}

.social-icons .svg-icon {
    width: 26px;
    height: 26px;
    fill: #c3cf06;
    text-align: center;
}



h1,h2,h3,h4,h5,h6 {
    margin-top: 2rem;
    margin-bottom: 0rem;
}

h1 { font-size: 2.5rem; line-height: 3rem; font-weight: 800; text-transform: uppercase;}
h2 { font-size: 2rem; line-height: 3rem; font-weight: 800; text-transform: uppercase;}
h3 { font-size: 1.75rem; line-height: 3rem; font-weight: 800; text-transform: uppercase;}
h4 { font-size: 1.5rem; line-height: 3rem; font-weight: 800; text-transform: uppercase;}
h5 { font-size: 1.25rem; line-height: 3rem; font-weight: 800;}



.landing-text {
    margin-top: 1rem;
    font-size: 1.25rem;
    line-height: 1.5rem;

}
.logo {
    max-width: 420px;
    text-align: center;
    margin: auto;
}

.logo-side {
    background: #000000;
    padding: 1rem;
}
.content-side {
    padding: 1rem;

}


table td:first-child {
    font-weight: bold;
}


/* Mobile and up */
@media screen and (min-width: 1024px) {

.logo-side {
    height: 100vh;
    text-align: center;
    justify-content: center;
    display: flex;
    padding: 2rem;
    position: fixed;
}

.logo-side .logo {
    margin-top: 10vh;
}

.content-side {
    padding: 15vh 0rem 0rem 5rem;
    height: 100vh;
    margin-left: 33.333% !important;
    text-align: left;
}



}





::selection {

    background: #c3cf06;
  }