@media (max-width: 1023px) {
  :root {
    --navigation-height: 48px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {}
:root {
    --heading-font-family: Oswald;
    --font-family: "Open Sans", sans-serif;
  }
html,
  body {
      padding: 0;
      margin: 0;
   }
body{
    padding-top:100px;
   }
h1,
h2,
h3,
h4,
h5 {
    font-family: Oswald;
    font-family: var(--heading-font-family);
    font-size: 24px;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 700;
    color: white;

}
h1{
    font-size: 6rem;
}
h2{
    font-size: 4.5rem;
}
h3{
    text-transform: uppercase;
    font-size: 2.25rem;
    font-weight: 700;
}
span.transform-none{
    text-transform: none;
}
.with-padding{
    padding: 0 20px;
}
.text-center{
    text-align: center;
}
button {
    font-family: "Open Sans", sans-serif;
    font-family: var(--font-family);
}
html {
    margin: 0;
    padding: 0;
    height: 100%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.3;
    font-family: "Open Sans", sans-serif;
    font-family: var(--font-family);
    font-weight: 400;
    font-style: normal;
    font-smooth: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}
@media (max-width: 566px) {
    html {
        font-size: 16px;
    }
}
@media (max-width: 566px) {

    html,
    h1,
    h2,
    h3,
    h4,
    h5 {
        font-size: 18px;
    }
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
html,
body{
    background: radial-gradient(circle at 24.1% 68.8%, rgb(33, 33, 33) 0%, rgb(0, 0, 0) 99.4%);
}
body {
    position: relative;
    margin: 0;
    min-height: 100%;
    background: linear-gradient(109.6deg, rgb(20, 30, 48) 11.2%, rgb(36, 59, 85) 91.1%);
    background: radial-gradient(circle at 24.1% 68.8%, rgb(33, 33, 33) 0%, rgb(0, 0, 0) 99.4%);


    color: var(--text-color);
    font-size: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
a {
    color: var(--text-color);
    cursor: pointer;
    text-decoration: none;
    font-family: Oswald;
    font-family: var(--heading-font-family);
    font-weight: 500;

}
a:hover {
    color: var(--text-color);
    text-decoration: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
tr {
    border-bottom: 1px solid rgb(240, 240, 240);
    height: auto !important;
}
tr:last-child {
    border-bottom: none;
}
th,
td {
    padding: 0.25rem 0.5rem;
    vertical-align: top;
}
th:first-child,
td:first-child {
    padding-left: 0;
}
th:last-child,
td:last-child {
    padding-right: 0;
}
img {
    max-width: 100%;
    height: auto;
}
ul,
ol {
    padding: 0 0 0 1.5rem;
}
p {
    margin: 1rem 0;
    line-height: 1.5;
}
.that-color{
    color: #facd3c !important;
}
@media (min-width: 1024px) {

    .MenuSticky.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }

}
@media (max-width: 1023px) {
    .container {
        padding: 0 20px;
    }

    .wrapper {
        padding: 0 20px;
    }
}
@media (max-width: 566px) {
    .block {
        padding: 40px 0;
    }
}
@media (max-width: 566px) {
    table {
        width: 100% !important;
        height: auto !important;
    }

    tr {
        margin-bottom: 0.5rem;
        padding-bottom: 0.5rem;
    }

    tr>td:first-of-type {
        font-weight: bold;
    }

    tr,
    td {
        display: block;
    }

    td {
        width: 100% !important;
        height: auto !important;
        padding: 0.25rem 0;
    }

    td:empty {
        display: none;
    }
}
.Video__embed-container,
.youtube-responsive-container,
.responsive-youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.Video__embed-container iframe,
.Video__embed-container object,
.Video__embed-container embed,
.responsive-youtube iframe,
.responsive-youtube object,
.responsive-youtube embed,
.youtube-responsive-container iframe,
.youtube-responsive-container object,
.youtube-responsive-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
p:first-of-type {
    margin-top: 0;
}
/* 

ul li a:hover {
    animation: pulsate 2.5s infinite alternate;     
  }

*/
@-webkit-keyframes pulsate {
    100% {
      /* Larger blur radius */
      text-shadow:
        0 0 4px #fff,
        0 0 11px #fff,
        0 0 19px #fff,
        0 0 40px #f09,
        0 0 80px #f09,
        0 0 90px #f09,
        0 0 100px #f09,
        0 0 150px #f09;
    }
   0% {
      /* A slightly smaller blur radius */
      text-shadow:
        0 0 4px #fff,
        0 0 10px #fff,
        0 0 18px #fff,
        0 0 38px #f09,
        0 0 73px #f09,
        0 0 80px #f09,
        0 0 94px #f09,
        0 0 140px #f09;
    }
  }
@keyframes pulsate {
    100% {
      /* Larger blur radius */
      text-shadow:
        0 0 4px #fff,
        0 0 11px #fff,
        0 0 19px #fff,
        0 0 40px #f09,
        0 0 80px #f09,
        0 0 90px #f09,
        0 0 100px #f09,
        0 0 150px #f09;
    }
   0% {
      /* A slightly smaller blur radius */
      text-shadow:
        0 0 4px #fff,
        0 0 10px #fff,
        0 0 18px #fff,
        0 0 38px #f09,
        0 0 73px #f09,
        0 0 80px #f09,
        0 0 94px #f09,
        0 0 140px #f09;
    }
  }
.Icon-container{
    width:65px;
    height:65px;
  }
.SiteFooter {
    background: white;
    padding: 10px 0;
}
/* 
@media (--md-viewport-down) {
    .SiteFooter>div {
        flex-wrap: wrap;
    }

    .SiteFooter>div>div {
        width: 100%;
        text-align: center;
    }

} */
/* footer div a img */
footer>div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;


}
@media (max-width: 1023px) {

    footer>div {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
footer>div>div {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    font-size: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 1023px) {

    footer>div>div {
        width: 100%;
        text-align: center;


    }
}
footer>div>div,
footer a {
    padding: 20px;
}
footer img {
    height: 85px;
    width: auto
}
.Header{
    background:linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.85)), url('header-bg.jpg') center no-repeat;
    background-size: cover;
    min-height: 70vh;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.Menu{
    position:fixed;height:100px;top:0;width:100%;
    background: rgba(0,0,0,.85);
}
.Menu ul{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}
.Menu ul a{
    color:white;
}
.Section{
/* border: 1px solid white; */
padding: 2rem;
width:100%;
margin-bottom: 120px;
}
.Section__inside {
    padding: 0 20px;
    max-width: 1200px;
    width:100%;
    margin: 0 auto;

    /* min-height: 2rem; */
    /* background-color: silver; */
}
.Section--with-bg-img, .Section--with-images{
    height: 500px;
    min-height: 70vh;
}
.Section--with-bg-img{
    background: url('/bg.jpg') center no-repeat;
    background-size: cover;
}
.Section--with-images {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 0;
    padding-right: 0;
}
.Intro-text{
    color:white;
}
.Section--with-images div{
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    height:100%;
    background: url('/bg.jpg') center no-repeat;
    background-size: cover;
}
.Row{
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
    -ms-flex-direction: row;
        flex-direction: row;
-webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
-webkit-align-items: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
}
.Col {
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding: 0 20px;
    color:white;
    /* border:1px solid yellow; */
}
.Heading-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
}
.Heading-section div:first-of-type{
-webkit-flex-direction: row;
    -ms-flex-direction: row;
        flex-direction: row;
-webkit-justify-content: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
max-width: 350px;
}
.Heading-section .Line{
border-bottom: 10px solid white;
width:280px;
margin-left:20px;
}
.Heading-section--right{
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.Heading-section--right .Line{
    margin-right: 20px;
}
.Heading-section h3,
.Heading-section h2 {
margin:0;
line-height: 1;
}
.Heading-section h2 {
    margin-bottom: 50px;
    margin-top: 18px;
}
.Section--contact h3{
    text-align: center;
}
.Section--contact a{
    text-decoration: underline;
}
.hamburger-container {
    position: fixed;
    right: 30px;
    top: 30px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .0);
    z-index: 3000;
}
@media (max-width: 1023px) {
    .hamburger-container {
        right: 20px;
        top: 20px;
    }
}
@media (max-width: 566px) {
    .hamburger-container {
        right: 12px;
        top: 12px;
    }
}
.hamburger-container:hover {
    background: rgba(255, 255, 255, .5);
}
.hamburger-container .checkbox {
    position: absolute;
    display: block;
    height: 62px;
    width: 62px;
    /* top: 20px;
    left: 20px; */
    margin: 0;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}
.hamburger-container .hamburger-lines {
    display: block;
    height: 56px;
    width: 62px;
    /* position: absolute; */
    /* top: 17px;
    left: 20px; */
    z-index: 2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px;
    margin-top: 3px;
}
.hamburger-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #0e2431;
}
.hamburger-container input[type="checkbox"]:checked~.hamburger-lines .line {
    background: white;
}
.hamburger-container .hamburger-lines .line1 {
    -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.hamburger-container .hamburger-lines .line2 {
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.hamburger-container .hamburger-lines .line3 {
    -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.hamburger-container input[type="checkbox"]:checked~.hamburger-lines .line1 {
    -webkit-transform: translate(6px, 0) rotate(45deg);
        -ms-transform: translate(6px, 0) rotate(45deg);
            transform: translate(6px, 0) rotate(45deg);
}
.hamburger-container input[type="checkbox"]:checked~.hamburger-lines .line2 {
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
}
.hamburger-container input[type="checkbox"]:checked~.hamburger-lines .line3 {
    -webkit-transform: translate(6px, 0) rotate(-45deg);
        -ms-transform: translate(6px, 0) rotate(-45deg);
            transform: translate(6px, 0) rotate(-45deg);
}
.show-menu .Menu {
    display: block;
    background: rgba(0, 0, 0, .85);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2000;
}
.Menu ul,
.Menu ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.Menu ul li a {
    padding: .5em 0;
}
.Menu ul li:first-of-type a,
.Menu ul li a:hover {
    text-decoration: underline;
    color:#facd3c;
}
.Menu ul li {
    text-transform: uppercase;
    /* margin-bottom: 1em; */
    font-size: 25px;
    /* line-height: 35px; */
    line-height: 100px;
}
@media only screen and (max-width : 1260px) {
    h1{
        font-size: 5rem;
    }
h2{
    font-size: 4rem;
}
    h3{
    font-size: 1.5rem;
}
}
@media only screen and (max-width : 930px) {
    /* 2in row */
    .Row{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .Col{
        -webkit-flex: 1 1 50%;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        margin-bottom:100px;
    }

    .Menu ul li{
        font-size: 18px;
    }
    h1{
        font-size: 4rem;
    }
    h2{
        font-size: 3rem;
    }
}
@media only screen and (max-width : 660px) {

    .Heading-section h2{
        margin-bottom:20px;
    }

    h3{
        margin: 0.5em 0;
    }

    .Menu ul li{
        font-size: 14px;
        line-height: 2;
        margin-top:40px;
    }
    .Menu ul li:first-of-type{
        font-size: 17px;
        margin-top: 0;
        position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
   
    }

    .Menu img{
        display: none;
    }

.Section{
    margin-bottom: 20px;
    padding: 1rem;
}
.Section__inside{
    padding:0;
}
    .Section--with-images{
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0;
    }

    .Section--with-images div{
        -webkit-flex: 1 1 100%;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        height:100%;
        background: url('/bg.jpg') center no-repeat;
        background-size: cover;
    }

    h1{
        font-size: 3rem;
    }
    h2{
        font-size: 2rem;
    }

    .Col{
        -webkit-flex: 1 1 100%;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        margin-bottom:50px;
    }

}
@media only screen and (max-width : 550px) {
    .Col{
        -webkit-flex: 1 1 100%;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
       
    }
}

/*# sourceMappingURL=app.css.map*/