/* Style sheet for St. George webpage. */
@font-face {
    font-family: 'Canterbury';
    src: url('./fonts/Canterbury.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AnglicanText';
    src: url('./fonts/AnglicanText UNZ1L.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#header-bar {
    background: linear-gradient(red 10%, darkred);
    display: flex;
    justify-content: flex-start; 
    /*max-width: 33%;
    max-height: auto;*/
}

#nav-buttons {
    display: flex;
    border-style: solid;
    /*border-radius: 30px;*/
    border-color: #f0f0f0;
    padding: 0px 10px;
    margin: 16px 0px 16px 0px;
    height: 40px;
    background-color: #f0f0f0;
}

#saint-michael {
    max-width: 20%;
    max-height: 20%;
}

#title-text {
    font-family: 'AnglicanText', 'Canterbury', "Times New Roman"; 
    font-weight: normal;
    font-size: 128px;
    margin: 16px;
}

button {
    background-color: #f0f0f0;
    height: 40px;
    margin: 0px; 
    padding: 4px;
    border-style: none;
    font-size: larger;
}

#body-conf {
    background-color: #404040;
}

#body-title {
    background-color: white;
    /*display: flex;
    justify-content: center; */
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

#body-block {
    margin: 0px 40px 0px 40px;
    padding: 0px;
}

