/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 18, 2024 */
@font-face {
    font-family: 'archivo_blackregular';
    src: url('font/archivoblack-regular-webfont.woff2') format('woff2'),
         url('font/archivoblack-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body, html{
    min-width:350px;
    margin:0px;
    padding:0px;
    color:white;
    background-color: #292A2A;
    font-family: 'archivo_blackregular';
}
.sticky{
    display:none;
}
.grid-3 {
  display: grid;
  grid-template-columns: 180px auto 340px;
  padding: 0px;
}
.hidden_header{
    display:none;
}
@media (min-width: 711px) and (max-width: 916px) {
    .sticky{
        display:block !important;
        background-color:#292A2A;
        color:#F3C7A1;
        text-align: center;
        font-size:24px;
        font-family:archivo_blackregular;
        padding-top:5px;
        padding-bottom:5px;
        position:sticky; top:0;
        height:auto;
    }
    .contact_info{
        display:none;
    }
    .grid-3 {
        display: grid;
        grid-template-columns: 50% 50%;
        padding: 0px;
    }
    .Logo{
        text-align: right;
    }
}
@media (max-width: 710px) {
    .sticky{
        display:block !important;
        background-color:#292A2A;
        color:#F3C7A1;
        text-align: center;
        font-size:24px;
        font-family:archivo_blackregular;
        padding-top:5px;
        padding-bottom:5px;
        position:sticky; top:0;
        height:auto;
    }
    .contact_info{
        display:none;
    }
    .grid-3 {
        display: grid;
        grid-template-columns: 100%;
        padding: 0px;
    }
    .header_text{
        display:none;
    }
    .Logo{
        text-align: center;
    }
}
.debug{
    border:  1px solid white;
}
.text_right{
    text-align:right;
}
.text_center{
    text-align:center;
}
.pri_color{
    color:#EF6209;
}


.text_big {
    font-size:45px;
}
.text_meduim {
    font-size:20px;
}
.text_small {
    font-size:16px;
}

.fullscreen{
    width:100%;
}
.text_right{
    text-align:right;
}
.text_center{
    text-align:center;
}
.container{
    background: rgba(43, 44, 45, .9);
    margin: 15px 50px 15px 15px;
    padding: 20px;
    font-family:archivo_blackregular;
    font-size:24px;
}
.outline-text{
    text-shadow:0px 0px 10px black; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}
@media (max-width: 1024px) {
   body{

    }
}





