@font-face {
    font-family: Gotham;
    src: url("./fonts/Gotham\ Book.otf") format("opentype");
}


body {
    background: center repeat fixed url("./img/bkg_especias_2.jpg");
    color: white;
    text-align: center;
    font-family: 'Gotham';
}

body a {
    color: white;
}

.switch {
    margin-top: 2%;
    text-align: right;
}
.switch img{
    height: 2rem;
}

.sabaterLogoTop {
    height: 4rem; 
}

.christmasTree {
    height: 15rem;
}

.mainContent{
    height: 70vh;
    min-height: 42rem;
}
.mainContent div{
    margin-top: 4vh;
}

.menuText p {
    text-decoration: underline;
    font-size: 1.5rem;
}
.contactInfo {
    padding-top: 5%;
    padding-bottom: 0%;
    margin: 0px auto;
    height: 70vh;
    min-height: 20rem;
    font-size: 2rem;
    line-height: 4rem;
}

.contactInfo div{
    margin:2%;
}

.donateButton{
    cursor: pointer;
    color:white;
    background-color: rgba(255,38,17, 0.8);
    border-radius: 30px; 
    border: 0px;
    box-shadow: 2px 5px 8px black;
    padding:6px 30px 6px 30px;
    margin: 3%;
    font-size: x-large;
}

.footerLogo{
    margin-top: 4vh;
    margin-bottom: 4vh;
}
.footerLogo img{
    height: 5rem;
}

.donateButton:focus{
    outline: 0px;
}

.modal-dialog{
    color:black;
}

a:hover, a:focus {
    color:rgba(255,38,17, 0.8);
}