body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
} 

  /* This is for side nav */
  #sideNav a
  {
    position: fixed;
    transition: 0.5s;
    text-align: center;
    right: -88px;
    /* float: right; */
    padding: 11px 8px 0px 16px;
    width: 100px;
    font-size: 21px;
    text-decoration: none;
    color: white;
    border-radius: 0 5px 5px 0;
    z-index: 3;
    background-color: #19d3c5;
  }

  #sideNav a:hover
  {
    right: 0px;
    transition:0ms;
    padding: 0px 0px 0px 0px;
    height: 50px;
    width: 201px;
    border-radius: 0 5px 5px 0;
  }

  
  #sideNav i, #header i
  {
    letter-spacing: 27px;
    text-align: center;
    margin-top: 10px;
    padding-right: 73px;
    visibility:visible;
  }


  #call
  {
    top:280px;
  }

  #sideNavEmail
  {
    top: 360px;
  }

  #quote
  {
    top: 440px;
  }




/* This is for mainContent*/
.mainContent{
    height: 550px;
    width: 100%;
    background: linear-gradient(to bottom, #192851 46%, #5340fe 86%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    
   
}

.mainContentH1{
  color: aliceblue; 
  font-size:17px; 
  padding-top: 3%; 
  padding-left: 5%;
  margin-top: 0px;
  width: 39%;
  float: left;
}

.mainContentH2{
  color: aliceblue;  
  font-size: 12px;
}


.mainContentPic
{
  float: left;
  width: 53%;
  height: 500px;
 
  
}
.mainImageForMaintContentPicDiv{
  opacity: 1;
  width:100%;
  height:100%
}

.MainContentTwoServicesAndAboutUs
{
  width: 100%;

}

/* This is for quote buttons */

.getQuoteButton
{
  font-size: 16px;
  border-radius: 10px;
  width: fit-content;
  font-weight: bold;
  text-transform: uppercase;
  border-color: #19d3c5;
  background-color: #19d3c5;
  color: #192851;
  padding: 0.8125em 1.875em;
  text-align: center;


}
.getQuoteButton:hover
{
  background-color: #5340FE;
  color: white;
  cursor: pointer;
  
}



/* This is for verticle tabs */

.tab{
    float: left;
    border: 1px solid #f6efea;
    color: #5340FE;
    background-color:#5340FE;
    width: 30%;
    height: 300px;

}

.tab button{
    display: block;
    background-color:#5340FE;
    color:white;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;


}

.submitButton{
  font-size: 16px;
  border-radius: 10px;
  width: fit-content;
  font-weight: bold;
  text-transform: uppercase;
  border-color: #19d3c5;
  background-color: #19d3c5;
  color: #192851;
  padding: 0.8125em 1.875em;
  text-align: center;
}
.submitButton:hover{
  background-color: #5340FE; 
  color: white; 
  cursor: pointer; 
  border: 1px solid #5340FE;}

.tab button:hover{

    color:white;
    background-color:#192851;

}

.tab button.active{
    background-color: #192851;
    color:white;
}

.tabDescription{
    float: left;
    padding: 0px 12px;
    border: 1px solid #f6efea;
    width: 67%;
    border-left: none;
    height: 300px;
    background-color: #f6efea;
    color:#192851;
    text-decoration: none;
    font-size: 18px;
}


textarea{
  width: 70%;
  height: 90px;
}


.titleContents
{
  text-align: center;


}
.titleContents:hover{
  text-transform: uppercase;
  transition-timing-function: ease-in-out;
  background-color:#fcc93a;
  color: black;
  animation-name: example;
  animation-duration: 4s;
  cursor: pointer;
  
}
@keyframes example {
  from {background-color: white;}
  to {background-color: #19d3c5;}
}

.footer
{
  width: 100%;
}

.footerColumn
{
  float: left;
  background-color: #192851;
  color:white;
  height: 200px;
  width: 33.33%;
}

.footerColumn a
{
  text-decoration: none;

}

.footerColumn a:hover{
  border-bottom: 1px solid #19d3c5;
  color: #19d3c5;
}
.copyRight
{
  text-align: center;
  text-decoration: none;
  background-color: #f6efea;
  color: #192851;
  margin-top: -22px;
  
}
.developer
{
  width: 100%;
  background-color: #f6efea;
  color:#192851;
  text-align: center;
}


/* This is for responsive design */

@media screen and (max-width: 950px)
{

  .tab{
    width: 25%;
    height: 300px;
  }
  .tabDescription{
    width: 69.3%;
    text-decoration: none;
    font-size: 14px;
  }

}

@media screen and (max-width: 850px)
{

  .mainContentPic{
    
    width: 39%;
    margin-top: 14%;
    height: 50%;
    margin-left: 100px;


  }

}

@media screen and (max-width: 600px)
{
  .mainContent{
    height: 500px;

  }

  .mainContentH1{
  font-size:13px;
  position: absolute;
  z-index: 2;
  width: 90%;

}


  .mainContentPic{
    position: absolute;
    height: 31%;
    width: 90%;
    margin-top: 205px;
    margin-left: 10px;
    z-index: 0;
  }

  .tabDescription{
    width: 64.3%;
    text-decoration: none;
    font-size: 14px;
  }

}

@media screen and (max-width: 510px)
{
  .tabDescription{
    width: 60.3%;
  }
  .getQuoteButton{
    font-size: 16px;
    top: 23px;
  }

  .footerColumn{

  
    width: 100%;
    text-align: center;
    letter-spacing: 1.5px;
    font-style: italic;
    text-transform: uppercase;
    font-size: 12px;
    height: 120px;
  }
}

@media screen and (max-width: 365px)
{

  .mainContent{
    height: 450px;
  }

  .mainContentH1{
    font-size: 11px;
  }
   .mainContentH2{font-size: 11px;}

  .mainContentPic{
    margin-top: 255px;
    width: 100%;
    margin-left: 0;
  }
  .getQuoteButton{
   font-size: 15px;
    font-weight: bolder;
    top: 14px;
  }

  .tabDescription{
    width: 92.3%;
  }
  .tab{
    width: 100%;
    height: 50px;
    display: inline-flex;
  }
  .tab button
  {
    font-size: 12px;
    font-weight: bolder;
    text-transform: uppercase;
  }
  .developer{
    font-size: 14px;
  }
 
  .headerLevelTwoLogo
  {
    width: 79%;
    margin-top:7px;
    margin-left: -30px;
  }
  .headerLevelTwo a.icon
  {
    width: 40%;
  }

}

@media screen and (max-width: 232px)
{

  body{
    width: 244px;
  }

  

}