body{
    display:block;
    background-color: #FBFBF2;
}

p{
    margin-bottom: 0;
}

.spacer{
    margin-left: 5px;
    margin-right: 5px;
}

.navSize{
    min-height: 0;
}

.headButton{
    border-radius: 4px;
    background-color: rgb(166, 162, 162);
    color: rgb(251, 251, 242);
    padding: 8px;
    margin: 2px;
    transition: 0.3s;
}

.headButton:hover{
    background-color: rgb(132, 117, 119);
}

a{
    display: inline-block;
    background-color: initial;
}

.tableImage{
    max-height: 30px;
}

footer {
    position: fixed;
    bottom: 0;
}

@font-face{
    font-family: font;
    src: url(../resources/Track.otf);
}

.customFont{
    font-family: font;
}

.input{
    transition: 0.2s;
    min-width: 500px;
}

.title{
    margin-top: 2em;
    font-size: 5em;
}

.title2{
    font-size: 2em;	
    margin-left: 5em;
    margin-bottom: 1em;
}

.text{
    display: block;
    text-align: left;
    font-size: 2em;
    font-style: normal;
    margin-left: 5em;
    margin-top: 5em;
    width: 23em;
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
           1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

.imageContainer{
    padding: 4px;
}

.gallery{
    display: flex;
    flex-wrap: wrap;
}

.imageContainer > img{
    width: 100%;
    height: auto;
    border-radius: 4px;
    border-color: #000;
    border-width: 1px;
    border-style: solid;
}

.column{
    width: 25%;
}

.imagespan{
	display: block;
    width: 100%;
    padding: 10px;
}

.imagespan > img{
    max-width: 100%;
    border: 2px solid;
    border-color: black; 
}

.premier{
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 20px;
}

.lettrine {
    float:left;
    font-size:2em;
    margin-right:0.1em;
}

.space{
    margin-top: 3px;
    margin-bottom: 3px;
}

@media only screen and (max-width: 1500px){
    .title{
        margin-top: 1em;
        text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
               1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    }

    .title2{
        margin-left: 0;
        margin-bottom: 1em;
        text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
               1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    }

    .centerSmall{
        text-align: center;
    }

    .fullWidthSmall{
        width: 100%;
    }
}

@media only screen and (max-width: 900px){
    .text{
        display: block;
        font-size: 3em;
        margin-left: 0;
        margin-top: 5em;
        width: 100%;
    }

    .divPut{
        min-height: 80px;
    }

    .navSmall{
        height: 30px;
    }

    .column{
        width: 50%;
    }
}

@media only screen and (max-width: 400px){
    .column{
        width: 100%;
    }
}