@font-face {
    font-family: 'NeueAlteGrotesk', sans-serif;
    src: url('fonts/NeueAlteGrotesk-SemiBold.woff2') format('woff2'),
        url('fonts/NeueAlteGrotesk-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Light.woff2') format('woff2'),
        url('fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

html.eurom-natal-reset,
html.eurom-natal-reset body{

    margin:0;
    padding:0;
    border:0;

    width:100%;
    height: 100%;

    overflow-x: hidden;

    background: #000;
}

.eurom-natal-content{

    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    width:100%;
    height: auto;
    min-height: 100%;

    padding: 10% 0;
    box-sizing: border-box;

    font-family: 'Gilroy', sans-serif;    
}

@keyframes euromnatal_imageAnimation {
    
    0%{
        opacity: 0;
        transform: scale(1.1);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}

.eurom-text-container{
    
    display: flex;

    align-items: center;
    justify-content: center;
    flex-direction: column;

    
    width:auto;
    height:auto;

    padding:0 25px;
    box-sizing: border-box;

    margin:auto;

    z-index: 2;
}

.eurom-maintext-container{

    margin:0 auto;
    padding: 0;

    font-size: 18px;
    line-height: 22px;
    font-weight: 300;

    text-align: center;

    color:#ffffff;
}

.eurom-title-container{
    position: relative;

    margin:0;
    padding:0;

    font-size: 161px;
    font-weight: 600;
    text-align: center;
    color:#ffffff;

    font-family: 'NeueAlteGrotesk', sans-serif;
    
    animation: euromnatal_titleAnimation 2s ease 1 500ms forwards;
    opacity: 0;
}

@keyframes euromnatal_titleAnimation {
    
    0%{
        opacity: 0;
        transform: translate(0,100px);
    }
    100%{
        opacity: 1;
        transform: translate(0,0);
    }
}


.eurom-logo-intext{

    position:absolute;
    display:block;
    float:none;

    top:-1%; left:auto;
    right:-3%;

    width: 71px;
    height: auto;

    animation: euromnatal_logoAnimation 500ms ease 1 2300ms forwards;
    
}

@keyframes euromnatal_logoAnimation {
    
    0%{
        transform: scale(1);
    }

    50%{
        transform: scale(1.3);
    }
    
    100%{
        transform: scale(1);
    }
}


@media only screen and (max-width: 1600px) {
    
    .eurom-title-container{

        font-size: 120px;
    }

        
    .eurom-logo-intext{

        width: 67px;
        right:-40px;
    }
}

@media only screen and (max-width: 770px) {

    .eurom-title-container{

        font-size: 64px;
    }

    .eurom-logo-intext{

        width: 37px;
        right:-28px;
    }
        
    .eurom-text-container{
        
        padding:0 15px;
    }
}
  
@media only screen and (max-width: 450px) {

    .eurom-title-container{

        font-size: 48px;
    }
}
  
@media only screen and (max-width: 350px) {

    .eurom-title-container{

        font-size: 35px;
    }

    .eurom-logo-intext{

        width: 28px;
        right:-25px;
    }
}
