

/*###### MEDIAQUERIES ######*/

@media(min-width:768px) {
    body {
        background-color: #492201;
    }
    header, main, footer {
        background-color: white;
        border-radius: 10px;
        box-shadow: 5px 5px 30px black;

    }

    .hrDisplay {
        display: none;
    }

    
}

@media(max-width:767px) {
    .mobileDisplay {
        display: none;
    }
}


/*###### COLOR & SIZE ######*/

footer, .titleName{
    color:#492201;
}


/*###### HEADER ######*/

.logo_header {
    max-width: 500px;
}

/*###### MAIN ######*/

.card {
    border-radius: 15px;
}

.img_logo {
    max-width: 50px;
    padding-top: 5px;
}

.svg_logo {
    max-width: 40px;
    padding-bottom: 10px;
}

a {
    text-decoration: none;
    color: #492201;
    opacity: 1;
}

a:hover {
    color:#492201;
    text-decoration-line: underline;
}

.shadowCard {
    box-shadow: 5px 5px 30px #492201;
}


/*###### FOOTER ######*/














