@font-face {

    font-family: 'High Spirited';
    src:  url('./fonts/High\ Spirited.ttf') format('truetype');
}

@font-face {
    font-family: 'Rhiledia';
    src:  url('./fonts/Rhiledia.ttf') format('truetype');
}

@font-face {

    font-family: 'Ayrton Pight';
    src:  url('./fonts/Ayrton Pight.ttf') format('truetype');
}
@font-face {

    font-family: 'Blacksword';
    src:  url('./fonts/Blacksword.otf') format('opentype');
}

@font-face {

    font-family: 'GreatDay';
    src:  url('./fonts/Great Day bold Personal Use.ttf') format('truetype');
}
html{
    position: relative;
    min-height: 100%;
}

body{
    margin: 0px;
}

section{
    
    height: auto;
    width: auto;
}

.home{
    margin-top: 8%;
    height: 87%;
    width: 100%;
}

.navbar{
    z-index: 1000;
    overflow: hidden;
    position: fixed;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    
    align-items: center;
    height: 8%;
    width: 100%;
    background: linear-gradient(0deg, rgb(197, 217, 236) 20%, rgb(114, 162, 224) 80%);
}

.navbar .link{
    text-align: center;
    font-weight: bold;
    border: 1px solid rgb(177, 174, 174);
    border-radius: 3px;
    padding-left: 3%;
    padding-right: 3%;
    text-shadow: 0px 0px 5px #ddd6d6;
    box-shadow: 3px 4px 5px #0d091d;
    background-color: rgba(113, 160, 207, 0.637);
}

.navbar a{
    font-size: 24px;
    color: white;
    text-decoration: none;
}

.navbar .link:hover{
    border: 1px solid rgb(255, 255, 255);
}

.header{
    margin-top:4%;
    position: relative;
    width: 80%;
    margin-left:10%;
    margin-right:10%;
    height: auto;
    background: linear-gradient(0deg, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 80%);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}



.header .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(172, 231, 32);
    font-size: 80px;
    font-weight: 500;
    font-family: 'Ayrton Pight';
}

.header .headerImg{

    width: 100%;
    height: auto;
}

.topText{

    font-size: 26px;
    line-height: 1.4;
    margin-left: 30%;
    margin-right: 30%;
    margin-top:5%;
    margin-bottom: 5%;
    text-align: justify;
    color: rgb(122, 121, 121);
}

.simpleLine{
    margin-left: 25%;
    margin-right: 25%;
    border-top: 1px solid rgb(95, 93, 93);
}

.textHeadline{

    font-size: 34px;
    font-weight: bold;
    margin-left: 30%;
    margin-right: 30%;
    margin-top:5%;
    margin-bottom: 5%;
    text-align: center;
    color: rgb(75, 75, 75);
}

.simpleText{

    font-size: 18px;
    margin-left: 30%;
    margin-right: 30%;
    margin-top:5%;
    margin-bottom: 5%;
    text-align: justify;
    color: rgb(56, 56, 56);
}

.imageWText{

    display: flex;
    margin-left: 15%;
    margin-right: 15%;
    margin-top:5%;
    margin-bottom: 5%;    
}

.imageWText img{

    margin-left:15%;
    width: 35%;
    height: auto;
}

.redHeadline{

    font-size: 24px;
    font-weight: bold;
    margin-left: 5%;
    margin-right: 30%;
    margin-top: 2.5%;
    margin-bottom: 5%;
    text-align: justify;
    color: rgb(161, 29, 29);
}

.textRFImage{

    font-size: 18px;
    margin-left: 5%;
    margin-right: 30%;
    margin-top:5%;
    margin-bottom: 5%;
    text-align: justify;
    color: rgb(56, 56, 56);  
}

.table4by4{
    display: block;
    margin-top: 50px;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 250px;
}

.row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-evenly;
    align-items: center;
}

.colum{
    display: block;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top:2.5%;
    margin-bottom: 2.5%;
    text-align: justify;
    color: rgb(56, 56, 56);
}

.colum .title{

    font-size: 22px;
    font-weight: 800;
}


.footer{
    max-height: 100px;
    position: absolute;
    bottom: 0;
    height: 5%;
    width: 100%;
    background: linear-gradient(0deg, rgb(139, 163, 194) 20%, rgb(52, 137, 216) 80%);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.footerText{
    font-size: 18px;
    color: rgb(184, 185, 189);
    text-align: center; 
    margin-left: 0px; 
    margin-right: 1%;
}

.myImg{
    
    height: auto;
    width: 100%;
    border: 2px solid black;
    border-radius: 6px;
    box-shadow: 3px 4px 6px black;
}

.flyerImg{
    margin: auto;
    margin-top: 4px;
    width: 28px;
    height: 28px;
}

.flyerLink{
    display: flexbox;
    justify-content: space-evenly;
    align-items:center;
    color: rgb(29, 64, 161);
    font-size: 32px;
}


@media (max-width: 1440px) {

    .navbar{
        z-index: 1000;
        overflow: hidden;
        position: fixed;
        top: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        height: 8%;
        width: 100%;
        max-width: 100%;
        background: linear-gradient(0deg, rgb(197, 217, 236) 20%, rgb(114, 162, 224) 80%);
    }
    
    .navbar .link{
        text-align: center;
        font-weight: bold;
        border: 1px solid rgb(177, 174, 174);
        border-radius: 3px;
        padding-left: 4%;
        padding-right: 4%;
        text-shadow: 0px 0px 5px #ddd6d6;
        box-shadow: 3px 4px 5px #0d091d;
        background-color: rgba(113, 160, 207, 0.637);
    }
    
    .navbar a{
        font-size: 24px;
        color: white;
        text-decoration: none;
    }
    
    .navbar .link:hover{
    
        border: 1px solid rgb(255, 255, 255);
    
    }

    .header{
        margin-top: 14%;
        width: 80%;
        background: linear-gradient(0deg, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 80%);
        text-shadow: 0px 0px 12px rgb(169, 219, 145);
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    
    .header .text{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        text-align: center;
        transform: translate(-50%, -50%);
        color: rgb(231, 210, 22);
        font-size: 60px;
        font-weight: 600px;
        font-family: "GreatDay";
        /* font-family: "Blacksword"; */
    }

    .header .headerImg{
        width: auto;
        height: auto;
    }

    .topText{

        font-size: 26px;
        line-height: 1.4;
        margin-left: 5%;
        margin-right: 5%;
        margin-top:5%;
        margin-bottom: 5%;
        text-align: justify;
        color: rgb(122, 121, 121);
        text-shadow: 0px 0px 3px rgba(152, 195, 214, 0.836);
    }
    .simpleLine{
        margin-left: 5%;
        margin-right: 5%;
        border-top: 1px solid rgb(95, 93, 93);
    }
    
    .textHeadline{
    
        font-size: 34px;
        font-weight: bold;
        margin-left: 5%;
        margin-right: 5%;
        margin-top:5%;
        margin-bottom: 5%;
        text-align: center;
        color: rgb(75, 75, 75);
        text-shadow: 0px 0px 4px rgba(152, 195, 214, 0.836);
    }
    
    .simpleText{
    
        font-size: 20px;
        margin-left: 5%;
        margin-right: 5%;
        margin-top:5%;
        margin-bottom: 5%;
        text-align: justify;
        color: rgb(56, 56, 56);
        text-shadow: 0px 0px 3px rgba(152, 195, 214, 0.836);
    }
    .imageWText{

        display: flex;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-top:5%;
        margin-bottom: 5%;    
    }
    .imageWText img{

        margin-left: 2.55%;
        width: 40%;
        height: auto;
        margin-top: 2.5%;
        margin-bottom: 2.5%;
            
    }
    
    .redHeadline{
    
        font-size: 24px;
        font-weight: bold;
        margin-left: 2,5%;
        margin-right: 5%;
        margin-top: 2,5%;
        margin-bottom: 5%;
        text-align: justify;
        color: rgb(161, 29, 29);
        text-shadow: 0px 0px 3px rgba(214, 156, 152, 0.836);
    }
    
    .textRFImage{
    
        font-size: 20px;
        margin-left: 2,5%;
        margin-right: 5%;
        margin-top:5%;
        margin-bottom: 5%;
        text-align: justify;
        color: rgb(56, 56, 56);
        text-shadow: 0px 0px 3px rgba(152, 195, 214, 0.836);  
    }

    .table4by4{
        display: block;
        margin-top: 50px;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 250px;
    }
    
    .row{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    
    .colum{
        display: block;
        margin-left: 5%;
        margin-right: 5%;
        margin-top:5%;
        margin-bottom: 5%;
        text-align: justify;
        color: rgb(56, 56, 56);        
    }

    .colum .columText{

        font-size: 18px;
        text-shadow: 0px 0px 3px rgba(152, 195, 214, 0.836);
    }
    
    .colum .title{
    
        font-size: 22px;
        font-weight: 800;
    }
}
