.header{
    padding: 20px;
    text-align: left;
    /* background: #ce2a1d; */
    background: #332e1d ;

     background-image: url("../IMG/aboutdois.jpg");
    background-color: #cccccc;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; 
}

.header h1{
font-weight: 100;
font-size: 40px;
font-family: satisfy;
color: white ;
}


.topnav {
overflow: hidden;
/* background-color: #15191d; */
background-color:   white;
font-family: rem;

}

.topnav a {
float: left;
display: block;
color:  #332e1d ;
text-align: center;
padding: 14px 20px;
text-decoration: none;
font-size: 17px;
}

/* .topnav a:hover {
background-color: #ddd;
color: black;
} */

/* .topnav a.active {
background-color: #ce2a1d;
color: white;
} */


.topnav .icon {
display: none;
}

/* .navbar a:hover, .dropdown:hover .dropbtn {
background-color: red;
} */

/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
}

/* The Close Button */
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}


@media screen and (max-width: 600px) {
.topnav a:not(:first-child) {display: none;}
.topnav a.icon {
    float: right;
    display: block;
}
}

@media screen and (max-width: 600px) {
.topnav.responsive {position: relative;}
.topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
}
.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
}
}