
#div1 {
  background-color: #ffffff;
  
}
#div2 {
  background-color: #c00;
}
#div3 {
  background: url(../images/CanadianSolidarityLogo_CourierNew_03.png);
  background-size: 250px 250px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  align-content: center;
}
#div4 {
  background: url(../images/AlbertaSolidarityLogo_CourierNew_02.png);
  background-size: 369px 369px;
  background-repeat: no-repeat;
  background-color: blue;
  align-content: center;
}
.demands {
  float: right;
  margin: 0px;
}
.demandsl {
  float: left;
  margin: 0px;
}
.w3-nobreak {
  word-break: normal;
}

.w3-keepall {
  word-break: keep-all;
}

.w3-breakall {
  word-break: break-all;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: fixed;
  background-color: #ccc;
}
ul1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
 
  background-color: #ccc;
}

li {
  float: left;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 9px 9px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #ad1500;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f00;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #ff0000;}

.dropdown:hover .dropdown-content {
  display: block;
}
/* The navigation bar */
.navbar {
  overflow: hidden;
  background-color: #ad1500;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}

/* Links inside the navbar */
.navbar a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 4px 6px;
  text-decoration: none;
}

/* Change background on mouse-over */
.navbar a:hover {
  background: #fff;
  color: black;
}

/* Main content */
.main {
  margin-top: 30px; /* Add a top margin to avoid content overlay */
}