header{
  text-align: center;
}
header img{
  width:300px;
  padding-top:20px;
}
.chairmandesk{
  background-color: #019dd8;
}
.photosection{
  background-color: #0f6fc5;
  text-align:center;
}
.photosection img{
  border-radius:100%;
  width:200px;
  border:solid #97ca69 2px;
  margin-top:50px;
  box-shadow: 0 5px 8px #001c35;
}
.photosection p{
  color:#ffffff;
  padding-top:20px;
  padding-bottom:30px;
}
.msgsection{
  padding:30px;
  color:#ffffff;
}

.msgsection p{
  text-align:justify;
  padding-top:20px;
}
.msgsection button{
  float:right;
}
.sectionheader{
  padding-bottom:30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align:center;
}
.content p{
 text-align:justify; 
}
.events p{
  padding-top:10px;
  text-align:left;
  line-height:1.5;
}
.btn-sm{
  padding:5px;
  padding-top:2px;
  padding-bottom:2px;
  font-size:12px;
  float:right;
  margin-top:10px;
  margin-bottom:20px;
}
.greybg{
  background-color: #e5e5e5;
}

footer{
  background-color:#0f6fc5;
  color:#ffffff;
  //padding:10px;
  padding-bottom:20px;
  text-align:center;
}
.socialicon{
  margin-top:20px;
}
.socialicon i{
  border-radius: 100%;
  padding-top:15px;
  color:#ffffff;
  border:solid #ffffff 1px;
  height:45px;
  width:45px;
  margin:2px;
}
.socialicon i:hover{
  color:#0f6fc5;
  background-color: #ffffff;
  border:solid #ffffff 0px;

}
.subscription{
  background-color:#2e4898;
  color:#ffffff;
  //padding:10px;
  //padding-bottom:20px;
  text-align:center;
}
.subscription p{
  padding:10px;
  padding-bottom:10px;
}
.subscription a:hover{
  color:#f2af2e;
  text-decoration: none;
}

.toplink{
  list-style-type: none;
  text-align:center;
}
.toplink li{
  font-size:15px;
  padding:5px;
  border-bottom:solid #ececec 1px;
}


.toplink li a{
  color:#0f6fc5;
}
.toplink li a:hover{
  color:#f2af2e;
  text-decoration: none;
}