@font-face {
    font-family: 'Linux Libertine';
    src: url('./assets/LinLibertine_DR.ttf') format('truetype');
}
@font-face {
    font-family: 'Linux Libertine SC';
    src: url('./assets/LinLibertine_aS.ttf') format('truetype');
}



header {
    text-align: center;
    width: 60%;
    margin: 5% auto;
    margin-bottom: 4em;
}

header div {
    text-align: center;
}

#MainTitleWrapper {
    padding: .5em;
}

.MainTitle {
    font-family: 'Linux Libertine SC';
    font-variant: small-caps;
    font-size: 2.5em;
}

.MainTitle2 {
    font-family: 'Linux Libertine';
    font-size: 1.2em;
}

#LogoWLanguages {
    background-image: url('./assets/holy-bible-xxl_SeminaVerbi_h256.png');
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto;
    position: relative;
    width: 50%;
    height: 50vh;
}

#LogoWLanguages .LangLink {
    position: absolute;
    text-decoration: none;
    font-family: 'Segoe UI';
    font-weight: bold;
    font-size: 1.2em;
    color: #36c;
}

#LogoWLanguages .LangLink:hover {
    text-decoration: underline;
}

#LogoWLanguages .LangLink:nth-child(1) {
    top: 10%;
    left: 15%;
}

#LogoWLanguages .LangLink:nth-child(2) {
    top: 50%;
    left: 10%;
}

#LogoWLanguages .LangLink:nth-child(3) {
    bottom: 10%;
    left: 15%;
}

#LogoWLanguages .LangLink:nth-child(4) {
    top: 10%;
    right: 15%;
}

#LogoWLanguages .LangLink:nth-child(5) {
    top: 50%;
    right: 10%;
}

#LogoWLanguages .LangLink:nth-child(6) {
    bottom: 10%;
    right: 15%;
}

@media only screen and (max-width: 768px) {

    header {
        margin-bottom: 2em;
    }

    #MainTitleWrapper {
        padding: .2em 0;
    }
    
    .MainTitle {
        font-size: 2.5em;
    }
    
    .MainTitle2 {
        font-size: 1.5em;
    }
    
    #LogoWLanguages {
        width: 90%;
        height: 50vh;
        background-size: 40%;
    }
    
    #LogoWLanguages .LangLink {
        font-size: 1.4em;
    }

    #LogoWLanguages .LangLink:nth-child(1) {
        top: 10%;
        left: 10%;
    }
    
    #LogoWLanguages .LangLink:nth-child(2) {
        top: 50%;
        left: 5%;
    }
    
    #LogoWLanguages .LangLink:nth-child(3) {
        bottom: 10%;
        left: 10%;
    }
    
    #LogoWLanguages .LangLink:nth-child(4) {
        top: 10%;
        right: 10%;
    }
    
    #LogoWLanguages .LangLink:nth-child(5) {
        top: 50%;
        right: 5%;
    }
    
    #LogoWLanguages .LangLink:nth-child(6) {
        bottom: 10%;
        right: 10%;
    }
    
}

@media only screen and (max-width: 450px) {

    #LogoWLanguages .LangLink {
        font-size: 1.2em;
    }

}

@media only screen and (max-width: 280px) {

    #LogoWLanguages .LangLink {
        font-size: 1em;
    }

    .MainTitle {
        font-size: 2em;
    }
    
    .MainTitle2 {
        font-size: 1em;
    }

}