body { 
background-color: #8d2d48;
font-family: 'Montserrat';font-size: 19px; color: ffffff;}
A:link { font-weight: bolder; color: b4afa9; }
A:visited { font-weight: bolder; color: b4afa9; }
A:hover { font-weight: bold !important; color: ffffff;
    }

.div-1 {
background-color: #e8e5df;
font-family: 'Montserrat';font-size: 19px; color: 585858;
padding: 5vw;
margin: 3vw;
    }

.div-2 {
background-color: #8d2d48;
font-family: 'Montserrat'; font-size: 19px; color: ffffff;
padding: 3vw;
margin: 5vw;
    }

.div-3 {
background-color: #8d2d48;
font-family: 'Montserrat';font-size: 19px; color: ffffff;
padding: 2vw;
margin: 3vw;
    }

.div-4 {
background-color: #e8e5df;
font-family: 'Montserrat'; font-size: 19px; color: 585858;
padding: 3vw;
margin: 5vw;
    }

.header {
background-color: #8d2d48;
font-family: 'Montserrat';font-size: 22px; color: ffffff;
padding: 2vw;
margin-top: 70px;
    }

.topnav {
  background-color: #e8e5df;
  position: fixed; 
  top: 0; 
  left: 0;
  width: 100%; 
}

/* links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #8d2d48;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav-2 {
  float: left;
  background-color: #b4afa9;
}

.active {
  background-color: #8D2D48;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: #8d2d48;
  padding: 14px 16px;
  background-color: #e8e5df;
  font-family: Montserrat;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f4f6f6;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #81786e;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}




/* colour of links on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #b4afa9;
  color: #8d2d48;
}

.dropdown-content a:hover {
  background-color: #b4afa9;
  color: #8d2d48;
}

.dropdown:hover .dropdown-content {
  display: block;
}


@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    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;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}




.collapsible {
  background: none;
  cursor: pointer;
  padding: 4px;
  width: 100%;
  border: none;
  text-align:left;
  outline: none;
  font-family: 'Montserrat';
  color: #585858;
  font-size: 19px;
}

.active, .collapsible:hover {
 color: #b4afa9;
}

.collapsible:after {
  content: '\002B';
  color: black;
  font-weight: bold;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  
}

img.hasBorder { border:7px solid #b4afa9; }



#logo{
    position:absolute;
    top:10px; 
    left:10px;
    width:40px;
    height:40px;
    overflow:hidden;
}