/* Give color,font size and spacing to whole page*/
* { background-color: #f0f3e4;
      margin: 0;
      padding: 0;
      box-sizing: border-box;
     font-family: Tahoma, sans-serif;
   }
  
/* Give color and spacing to home picture*/

.headerbannerimage
{
  display: grid;
  grid-template-columns: 82.3% 25% ;
  grid-gap: 0;
  height: 250px; 
  
}
/* Give size to header image*/
.headerimage
{
  width: 100%;
  height: 250px;
}
/* Give size and color to banner image*/
.bannerimagestyle
{
  border-radius: 15px;
  box-shadow: 50px 5px 26px rgb(238, 239, 240);
 }

 /* Give color,font size and spacing to hyperlink*/
.homehyperlink a
{

font-size:xx-large;
color: black;
font-style: bold;
padding-left: 120px;
}

/* Give color hyperlink mouse over*/
a:hover
{
 color: blue;
}
/* Give size to main*/
main
{
 
  width:100%;
  height: auto;
  float: left;
  padding-bottom: 140px;
    
}
/* Give color ,font size,border to page content*/
.homepagecontent
{
  width: 80%;
  height: 250px;
  margin-left: 135px;
  margin-top: 2px;
  font-size: x-large;
  border-style: solid;
  border-width: 5px;
  border-color:orange;
  border-radius: 15px;
  box-shadow: 10px 1px 10px rgb(201, 113, 14);
  background-color: #f0f3e4;
  }

.homepagecontent h2
{
  text-align: center;
  text-decoration-line:underline;
  text-decoration-color: blue;
  color:rgb(155, 22, 22);
}
/* Give size to the home picture*/
#homepicture
{
  width: 80%;
  height: 450px;
  margin-left: 142px;
  border-radius: 15px;
}
/* Give color ,font size,border to page review*/
.homepagereview
{
  margin-left: 140px;
  margin-top: 15px;
  width: 80%;
  height: 80px;
  background-color: #f0f3e4;
  font-size:larger;
  border-style: solid;
  border-width: 5px;
  border-color:orange;
  border-radius: 0px;
  padding-left: 2px;
}

.homepagereview hr
{
 height: 5px;
 background-color: rgb(152, 227, 232);
}



/* footer content*/

.pagefooter 
{
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   padding-top: 8px;
   padding-left: 5px;
   
   color: white;
   background-color: DarkSalmon;
}
  .pagefooter div
  {
    text-align: center;
  }
  .pagefooter h4
{
  padding-left: 260px;
  font-size:larger;
  padding-bottom: 0px;
  text-align: center;
  background-color: DarkSalmon;
  display: none;
}
 #dt
 {
    background-color: DarkSalmon;
    padding-left: 3px;
 }

 #contactusbutton
 {
  background-color: rgb(123, 218, 207);
  font-size: medium;
}
 
 
div
{
 
 gap: 10px;
 padding-right: 125;
}

.landpagecontent
{
  display: grid;
  grid-template-columns: 447px 447px 447px ;

}
.landpagecontent div
{
  border: 5px;
  display: inline-block;
  font-size: 23px;
  text-align:left;
 color: rgb(36, 23, 220);
 margin-left:72px;

}

.landpagereview
{
  margin-left: 54px;
  margin-top: 10px;
  font-size: x-large;
  margin-right: 55px;
border-style: solid;
border-width: 5px;
  border-color:orange;
   border-radius: 0px;
}
h4
{
  text-align: center;
   margin-left:20px;
}



/* ------------ About Page CSS---------------*/



.aboutusheading
  {
    padding-left: 100px;
   margin-left: 52px;
    height:40px;
     margin-right: 3.7%;
  }

  .aboutusheading hr
  {
    
    margin-right: 172px;
  }
    .aboutusheading h2
    {
      text-align: center;
     color: rgb(13, 4, 4);

   }

.aboutpagecontent
 {
  
   margin-left: 52px;
   margin-right: 3.7%;
   margin-top: 0px;
   font-size: x-large;
   

  }
.aboutuscontent
{
  border-style: solid;
  border-width: 5px;
  border-color:orange;
  border-radius: 15px;
 padding-left: 5px;
}
.aboutusstaff
{
  border-style: solid;
   border-width: 5px;
  border-color:orange;
   border-radius: 15px;
  box-shadow: 10px 1px 10px rgb(201, 113, 14);
}
  .aboutpagecontent h2
{
  margin-left: 630px;
  text-decoration-line:underline;
  text-decoration-color: blue;
  color:rgb(155, 22, 22);
}
  #aboutuspicture
{
  width: 100%;
  height: 400px;
  border-radius: 15px;
  
}

 .aboutushyperlink
{
  margin-right: 72px;
  margin-left: 710px; 
}

.aboutushyperlink a
{
color: rgb(11, 1, 1);
font-size:xx-large;
}

a:hover
{
 color:blue;
 }


.aboutpagestaffcontent
{
  display: grid;
  grid-template-columns: auto auto auto;
  margin-right: 60px;
}

.aboutpagestaffcontent div
{
  border: 5px;
  display: inline-block;
  font-size: 23px;
  text-align:left;
  color: rgb(36, 23, 220);
  margin-left:72px;

}

.aboutpagereview
{
  margin-left: 54px;
  margin-top: 10px;
  font-size: larger;
  margin-right: 55px;
  border-style: solid;
  border-width: 5px;
  border-color:orange;
  border-radius: 0px;
  padding-left: 5px;
}


.aboutusheading hr
{
 height: 5px;
 background-color: rgb(152, 227, 232);
 margin-left: 90px;
}



