@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter-Black.eot');
    src: url('assets/fonts/Inter-Black.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Inter-Black.woff2') format('woff2'),
        url('assets/fonts/Inter-Black.woff') format('woff'),
        url('assets/fonts/Inter-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter-ExtraBold.eot');
    src: url('assets/fonts/Inter-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Inter-ExtraBold.woff2') format('woff2'),
        url('assets/fonts/Inter-ExtraBold.woff') format('woff'),
        url('assets/fonts/Inter-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter-Bold.eot');
    src: url('assets/fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Inter-Bold.woff2') format('woff2'),
        url('assets/fonts/Inter-Bold.woff') format('woff'),
        url('assets/fonts/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter-SemiBold.eot');
    src: url('assets/fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Inter-SemiBold.woff2') format('woff2'),
        url('assets/fonts/Inter-SemiBold.woff') format('woff'),
        url('assets/fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter-Medium.eot');
    src: url('assets/fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Inter-Medium.woff2') format('woff2'),
        url('assets/fonts/Inter-Medium.woff') format('woff'),
        url('assets/fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter-Light.eot');
    src: url('assets/fonts/Inter-Light.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Inter-Light.woff2') format('woff2'),
        url('assets/fonts/Inter-Light.woff') format('woff'),
        url('assets/fonts/Inter-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter-Regular.eot');
    src: url('assets/fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Inter-Regular.woff2') format('woff2'),
        url('assets/fonts/Inter-Regular.woff') format('woff'),
        url('assets/fonts/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter-ExtraLight.eot');
    src: url('assets/fonts/Inter-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Inter-ExtraLight.woff2') format('woff2'),
        url('assets/fonts/Inter-ExtraLight.woff') format('woff'),
        url('assets/fonts/Inter-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter-Thin.eot');
    src: url('assets/fonts/Inter-Thin.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Inter-Thin.woff2') format('woff2'),
        url('assets/fonts/Inter-Thin.woff') format('woff'),
        url('assets/fonts/Inter-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fugaz One';
    src: url('assets/fonts/FugazOne-Regular.eot');
    src: url('assets/fonts/FugazOne-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/FugazOne-Regular.woff2') format('woff2'),
        url('assets/fonts/FugazOne-Regular.woff') format('woff'),
        url('assets/fonts/FugazOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*{
    box-sizing: border-box;
    font-family: 'Inter';
}

html{
    width: 100%;
    height: 100%;
}

body{
    width: 100%;
    height: 100%;    
    padding: 0;
    margin:0;
    background-color:#F4F4EE;
    display: flex;
    flex-direction: column;
}

main{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.c-gray{
    color:#F4F4EE;
}

.c-black{
    color:#213143;
}

.c-yellow{
    color:#E9A000;
}

.h-yellow:hover{
    color:#E9A000;
}

.h-green:hover{
    color:#017F59;
}

.c-green{
    color:#017F59;
}

.c-blue{
    color:#1B3655;
}

.bg-gray{
    background-color:#F4F4EE;
}

.bg-black{
    background-color:#213143;
}

.bg-yellow{
    background-color:#E9A000;
}

.bg-green{
    background-color:#017F59;
}

.bg-blue{
    background-color:#1B3655;
}

.font-fugaz{
    font-family: 'Fugaz One';
}

a, a:focus, a:hover{
    color:unset;
    text-decoration: none;
}

.mobile-only{
    display: none;
}

header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px;    
}

header nav{
    height: 100%;
    display: flex;
    column-gap: 20px;
    align-items: center;
    font-weight: 500;
}

header nav a:hover{
    color:#017F59;
}

header img{
    width: 80px;
    object-fit: cover;
}

.sign{  
    background-color: #21897E;
    text-align: center;
    padding: 3px;
    font-size: 0.7rem;
    font-weight: 400;
    width: 100%;
    bottom:0;
    box-sizing: border-box;
  }

.title1{
    margin:0;
}

.title2{
    margin:0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #E9A000;
    line-height: 1.1em;
}

.mobilemenu{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index:10;
}

.mobilemenu .holder{
    position:relative;    
    padding: 50px 5px 5px 5px;
}

.mobilemenu nav{
    display: flex;
    flex-direction: column;
    height:100%;
    justify-content:space-evenly;
    align-items: center;
}

.mobilemenu nav a{
    color:#E9A000;
    font-weight:700;
    font-size: 1.5em;
    font-family: 'Fugaz One';
}

.mobilemenu nav img{
    width: 40%;
}

.mobilemenu.open{
    display:flex;
}

.mobilemenu .menuheader{
    position:absolute;
    top:15px;
    left:15px;
    width:80px;
}

.mobilemenu .menuheader img{
    width:100%;
    filter:invert(1)
}

#menuclose{
    position:absolute;
    top:15px;
    right:15px;
    font-weight:600;
    font-size: 0.75em;
}

@media only screen and (max-width: 767px){
    .no-mobile{
        display:none;
    }

    .mobile-only{
        display:flex;
    }

    main{
        overflow:hidden;
    }
}