body {
  background: rgb(165, 40, 40);
  padding: 0;
  margin: 0;
}

 .head {
   width:100%;
   background: rgb(236, 238, 233);
   padding: 0;
 }
 
 .headcal {
   display: inline;
   font-weight: normal;
   margin-left: 10px;
}
 
 .navbar {
  background: rgb(236, 238, 233);
  align-items: center;
  align-content: center;
  }
  
  .navbtn {
  background-color: rgb(236, 238, 233);
  border:  none;
  border-radius:10px;
  padding:15px;
  cursor: pointer;
  text-decoration: none;
  height:100%;
}
.navbtn:hover {background-color: rgb(216, 218, 213)}

.icon {
  align-self:center;
  float: right; 
  height: 25px;
  width: auto;
  margin:15px;
}

.logo {
  height: 100px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}  

.col1 {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  width: 22%;
  padding: 20px;
  margin: 0 0 0 auto;
  background: rgb(236, 238, 233);
}

.col {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  width: 22%;
  padding: 20px;
  margin: 0;
  background: rgb(236, 238, 233);
}

.col4 {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  width: 22%;
  padding: 20px;
  margin: 0 auto 0 0;
  background: rgb(236, 238, 233);
}
  