*     {
  box-sizing: border-box;
}
html,
body   {
  margin: 1;
  padding: 1;
  line-height: 1.6;
  font-size: 17px;
  background-color: #1c2424;  
}
body     {
  min-height: 101vh;
  width: 101%;  
  background-color: #1c2424;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;    
}
#logo         {
  display: inline-block;
  color: saddlebrown;
  text-decoration: none;
  width: 49%;
}
#logo img    {
  width: 50px;
  border-radius: 3px;
  margin-right: 8px;
  vertical-align: middle;
}
#logo span   {
  display: inline-block;
}
nav     {
  width: 50%;
  display: inline-block;
  text-align: right;
  background-color: #1c2424;  
}
nav ul   {
  list-style: none;
  margin: 0;
}
nav ul li {
  display: inline-block;
}
nav ul li a    {
  color: saddlebrown;
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  border-radius: 3px;
  transition: 0.4s;
}
nav ul li a:hover   {
  background-color: lightyellow;
}
.header           {
  min-height: 801px;
  text-align: center;
  background-image: url('Background.jpg');
  background-size: cover;
}
.header-2         {
  min-height: 801px;
  text-align: center;
  background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url('bg church.jpeg');
  background-size: cover;
  background-position: center;
  position: relative;  
}
.header-content   {
  color: darkgoldenrod;
  padding-top: 131px;
}
.header-content h1   {
  font-size: 101px;
  margin: 0;
}
.header-content p    {
  font-size: 21px;
}
.header-content a    {
  display: inline-block;
  color: darkgoldenrod;
  border: 4px dotted orange;
  border-radius: 3px;
  padding: 15px 31px;
  margin-right: 21px;
  text-decoration: none;
  font-size: 18px;
}
.header-content a:hover{
    background-color: lightgoldenrodyellow;
}
.middle-section   {
  padding-bottom: 51px;
  padding-top: 51px;
}
.middle-section-again   {
  background-color: #1c2424;
}
.middle-section-again   {
  width: 81%;
  max-width: 1200px;
  margin: 0 auto;
}
.section-header {
  text-align: center;
  margin-bottom: 30px;
}
.section-header h2  {
  font-size: 31px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 301;
  color: #777;
}
.church-section   {
  display: inline-block;
  width: 33%;
  padding: 21px 31px;
}
.church-section img  {
  margin-bottom: 12px;
  width: 81px;
}
.church-section h5   {
  font-size: 20px;
  color: saddlebrown;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  margin: 0;
}
.comment-box   {
  display: inline-block;
  width: 33%;
  padding: 21px 31px;
}
.comment-content   {
  background-color: white;
  padding: 16px;
  border-radius: 5px;
  margin-bottom: 16px;
}
.comment-author img {
  float: left;
  width: 81px;
  border-radius: 51%;
  margin-right: 16px;
  vertical-align: middle;
}
.comment-author h5   {
  font-size: 19px;
  margin: 0;  
  padding-top:16px;
}
.comment-author span {
  font-size: 15px;
}