  html, body {
  height: 100%;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  }

  body {
    margin: 0px;
    font-family: sans-serif;
    background: url("Logo.png");
    background-position: right bottom;
    background-size: 50%;
    background-repeat: no-repeat;
    background-color: rgb(59, 58, 55);
  }

  .site-header{
    padding: auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
  }

  .logo-container{
    display: flex;
    flex-direction: column;
  }

  .site-name{
    font-size:  1.5em;
    font-weight: bold; 
    color: antiquewhite;
  }

  .slogan-title{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    size: 30%;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    }
  
    .slogan2{
      max-width: 100%; 
      height: auto;
      display: block; 
      margin: auto;
    }

  .service-section{
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 5%;
  }
  .service-section2{
    position: relative;
    width: 300px;
    left: 50px;
  }

  .service-section3{
    margin: 0px; 
    padding: 0px;
  }

  .service-paragraph{
    margin: 0px; 
    padding: 0px; 
    font-size: .8em;
    color: #ff3232;
  }

  .contact-section{
   padding: 0px;
   font-size: .5em;
   width: 100%;
   text-align:center;
   text-decoration: none;
   z-index: 2;
   bottom: 5%;
  }

  ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  }

  ul li {
  float: left;
  }

ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul li a:hover {
  background-color: #111111;
}

.blink-f{
  animation: blinker 1s linear infinite;
}

.blink-text{
  text-align: center;
  margin: 0px; 
  padding: 0px;
  max-width: 100%; 
  height: auto;
  font-size: 1.5em; 
  color: #ff3232;

}

@keyframes blinker {
  50% { opacity: 0; }
}

h2{
  text-align: center;
  font-style: oblique;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color: #ffffff; 
  margin: 0px; 
  padding: 0px;
  max-width: 100%; 
  height: auto;
  font-size: 1.5em
}

h4{
  color: antiquewhite;
}

.body-slogan{
 text-align: center; 
 font-style: oblique; 
 font-family: Cambria, Cochin, Georgia, Times,'Times New Roman', serif; 
 font-size: 1.5em;  
 color: #ffffff; 
 margin: 0px;
 padding: 0px;
}

.contact-info{
  color: antiquewhite;
}