/*pelo amor de tudo o que é santo lembre-se que o footer e o menu têm aquele problema que provavelmente já nao aparece porque no mac do stor agostinho nao apareceu*/

@font-face {
    font-family: Anton-Regular;
    src: url(Fonts/Anton-Regular.ttf);
}

@font-face {
    font-family: Lato;
    src: url(Fonts/Lato-Regular.ttf)
}

body {
    background-color: antiquewhite;   
    width: 80%;
    margin: auto;
    margin-bottom: 70px;
    margin-top: 30px;
}

.header{
    display: block;
    margin: auto;
    width: 50%;
}

.menu{
    margin-bottom: 50px;
    border-top-color: #af753a;
    border-top-style: solid;
    border-top-width: 2px;

    border-bottom-color: #af753a;   
    border-bottom-style: solid;
    border-bottom-width: 2px;
}


ul.horizontal-menu {
    display: flex;
    justify-content: center;
    height: 75px;
    list-style-type: none;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.horizontal-menu a {
    color: #4a4239;

    text-decoration: none;
    font-family: Anton-Regular, sans-serif;
    font-size: 45px;

    text-align: center;
    margin-left: 10px;
    margin-right: 10px;

}

.horizontal-menu a:hover {
    color: #bab9ac;
}

.horizontal-menu a.active {
    color: #bf8040;
}

.horizontal-menu a.active:hover{
    color: #ce470a;
}


h1, h2, h3, p {
    color: #4a4239;  
}

h1 {

    font-family: Anton-Regular, sans-serif;
    text-align: center;
    font-size: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
}
h2 {
    font-family: Anton-Regular, sans-serif;
    text-align: center;
    font-size: 50px;
}

h3 {
    font-family: Anton-Regular, sans-serif;
    text-align: center;
    font-size: 40px;
}

p{
    font-size: 20px;
    font-family: Lato, sans-serif;
    text-align: justify;
}

#img1{
    width: 100%;
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-image: url(Images/woodtexture.jpg);
    padding: 10px;
    margin-bottom: 20px;
}

#video {
    display: block;
    width: 720px;
    height: 480px;
    margin: auto;
    background-image: url(Images/woodtexture.jpg);
    padding: 10px;
    margin-bottom: 20px;
}

#crew {
    padding: 10px;
    background-image: url(Images/woodtexture.jpg);
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}

#shtext {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 22px;
}

#crewmembers {
    display: flex;
    margin: 0px;
    flex-direction: row;
    flex-wrap: wrap;
}

.member img, h3 {
    margin: 0 auto;
}

.member p {
    text-align: left;
}

.member {  
    display: flex;
    flex-direction: column;
    align-items: baseline;
    width: 300px;
    height: auto;
    margin: 5px;
    background-color: #fff6e4;
    padding: 20px;
    border-width: 10px;
    border-style: solid;
    border-color: #af753a;
    border-radius: 5px;
    flex-grow: 2;
}

.memberpic {
    width: 300px;
    height: 300px;
}

#creator {
    width: 25%;
    height:25%;
    float: right;
    align-items: center;    
    margin-left: 20px;
    margin-right: 0px;
    padding: 10px;
    background-image: url(Images/woodtexture.jpg);
}

#odatext1 {
    margin-top: 0;
}

footer {
    color: #4a4239;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(235, 225, 212, 0.71);
}

.identification {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 20px;
}

.logo {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
}
