    body {margin:0;font-family:Arial}

a {
    text-decoration: none;

}
/*

.conatain_title{
    width: 90%;
    overflow: hidden;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  width:990px;
  left: 300px;
}
*/

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.activebut {
  background-color: #ff6600;
  color: white;
}

.topnav .icon {
  display: none;
}


.topnav {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  background-color: #ff9900;
  font-family: 'Roboto Condensed', sans-serif; font-weight: 300; font-size: 20px;
  top: 20px;
  margin:0 auto;
  width: 990px;
  position: relative;
  z-index:1;


}
/*
.topnav {float: left;}*/

.topnav a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 100px;
  text-decoration: none;
  
}

.topnav a:hover:not(.active) {background-color: #ff6600;}

.topnav a.active {background-color: #ffb84d;}


.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

      @keyframes slideInLeft {
        0% {
          transform: translateX(-100%);
        }
        100% {
          transform: translateX(0);
        }
      }

 
      
.home_image_div  span span{
     /*font-family: 'Roboto Condensed', sans-serif; font-size: 90px; font-weight: 400; line-height: 90px; font-variant: small-caps;*/
        font-family: oswald;
        color:#ff9900;
     font-size: 108px;
     font-weight: 500;
     line-height: 1;
     font-variant: small-caps;

}

      
.services_image_div  span span{
        font-family: oswald;
        color:#ff9900;
     font-size: 108px;
     font-weight: 500;
     line-height: 1;
     font-variant: small-caps;
}

      
.about_image_div  span span{
       font-family: oswald;
        color:#ff9900;
     font-size: 108px;
     font-weight: 500;
     line-height: 1;
     font-variant: small-caps;
}

.home_image_div .slide  {
         animation: 1s ease-out 0s 1 slideInLeft;
        padding: 40px;
          color: #0d0d0d;  
           font-family: oswald;
     font-size: 80px;
     font-weight: 500;
     /*text-transform: uppercase;*/
     line-height: 1;
     font-variant: small-caps;

}

.services_image_div .slide  {
         animation: 1s ease-out 0s 1 slideInLeft;
        padding: 40px;
      font-family: oswald;
          color: #fff;  
     font-size: 80px;
     font-weight: 500;
     line-height: 1;
     font-variant: small-caps;
}

.about_image_div .slide  {
         animation: 1s ease-out 0s 1 slideInLeft;
        padding: 40px;
          color: #0d0d0d;  
          font-family: oswald;
     font-size: 78px;
     font-weight: 500;
     line-height: 1;
     font-variant: small-caps;
}


.newspaper2{
  box-sizing: border-box;
     visibility: visible;
     column-count: 2;
  width: 900px;
  height: 400px;
  margin-left: 400px;

  line-height: 28px;
    font-family: 'Roboto Condensed', sans-serif; font-weight: 400; font-size: 16px;
    color: #8c8c8c;
}
.logo img{
     margin: 0;
     padding: 0;
     left: 20px;
     top: 20px;
     max-width: 200px;
     height: auto;
     position: relative;


}

.newspaper {
  box-sizing: border-box;
  column-count: 5;
  width: 900px;
  height: 400px;
  margin-left: 400px;

  line-height: 28px;
    font-family: 'Roboto Condensed', sans-serif; font-weight: 400; font-size: 16px;
    color: #8c8c8c;

}


.newspaper2 span {
     color: #4d4d4d;
}

.newspaper2 a {
     color: #8c8c8c;
     text-decoration: none;

}


.newspaper2 a:hover {
     color: #fff;

}





h1 {
     font-family: oswald;
     font-size: 108px;
     font-weight: 500;
     text-transform: uppercase;
     line-height: 1;
}
p {
     font-family: 'Roboto Condensed', sans-serif; font-size: 20px; font-weight: 300; line-height: 30px; 
     letter-spacing: 0.55px;
     font-size: 16px;
     line-height: 28px;
}

ul  {
     font-family: 'Roboto Condensed', sans-serif; font-size: 20px; font-weight: 300; line-height: 30px; 
     letter-spacing: 0.55px;
     font-size: 16px;
     line-height: 28px;
}

.home_image_div { 
 box-sizing: border-box;
     clear:left;
     top:-40px;
     height: 60vh;
     max-width: 100%;
     background-image: url(images/home_kitchen_lighting.jpg); 
        /* linear-gradient(rgba(0, 26, 0, 1), rgba(0, 26, 0, 0.6)), */
     background-size: cover;
     background-position: center;
     display: table;
     background-attachment: fixed;  padding: 20px;
  display: flex;
    flex-direction: column;
    flex-wrap: wrap;
     padding-left: 300px;
     padding-top: 60px;
    align-content: left;
 font-family: oswald;
     font-size: 80px;
     font-weight: 500;
    /* text-transform: uppercase;*/
     line-height: 1;
     font-variant: small-caps;


}

.about_image_div { 
 box-sizing: border-box;
     clear:left;
     top:-40px;
     height: 60vh;
     max-width: 100%;
     background-image: url(images/laundry2.jpg); 
        /* linear-gradient(rgba(0, 26, 0, 1), rgba(0, 26, 0, 0.6)), */
     background-size: cover;
     background-position: center;
     display: table;
     background-attachment: fixed;  padding: 20px;
  color: #555; 

          font-family: oswald;
     font-size: 60px;
     font-weight: 500;
     line-height: 1;
     font-variant: small-caps;
  display: flex;
    flex-direction: column;
    flex-wrap: wrap;
     padding-left: 300px;
     padding-top: 60px;
    align-content: left;



}
.services_image_div { 
 box-sizing: border-box;
     clear:left;
     top:-40px;
     height: 60vh;
     max-width: 100%;
     background-image: url(images/tv2.jpg); 
        /* linear-gradient(rgba(0, 26, 0, 1), rgba(0, 26, 0, 0.6)), */
     background-size: cover;
     background-position: center;
     display: table;
     background-attachment: fixed;  padding: 20px;
  color: #0d0d0d; 

          font-family: oswald;
     font-size: 108px;
     font-weight: 500;
     line-height: 1;
     font-variant: small-caps;display: flex;
    flex-direction: column;
    flex-wrap: wrap;
     padding-left: 300px;
     padding-top: 80px;
    align-content: left;



}

.home_image_div span {
     color: #0d0d0d;
/*     font-size: 100px;
     line-height: 100px;
font-family: 'Roboto', sans-serif; font-size: 100px; font-weight: 900; line-height: 100px; font-variant: small-caps;
*/
 font-family: oswald;
     font-size: 108px;
     font-weight: 500;
/*     text-transform: uppercase;*/
     line-height: 1;
     font-variant: small-caps;}

.contain_title{
    width:95%;
    padding: 50 0 50 0;
    overflow: hidden;
    height: 200px;
    margin-bottom: -50px;
}
.content_div {
  box-sizing: border-box;
/*     height: 80vh;*/
height: auto;
     max-width: 70%;
     background-attachment: fixed;  padding: 20px;
     padding-left: 300px;
     padding-top: 70px;
     padding-bottom: 120px;
    align-content: left;
}
/* start animated ease in effects */


.box{
    transition: transform 0.5s, opacity 0.5s;
   color: #999;
font-family: 'Roboto Condensed', sans-serif; font-size: 60px; font-weight: 300; line-height: 1; 

}

.box.right{
    width: 800px;
    height: 200px;        
     transform: translateX(600px);
    opacity: 0;
  position:relative;
}



.box.left{
    transform: translateX(-200px);
    opacity: 0;

  text-shadow: 16px 16px 4px rgba(153, 102, 0, 0.1);
}

.box.bottom{
    transform: translateY(200px) scaleX(3);
    opacity: 0;emb
}
.box.active{
    transform: translateX(0);
    opacity: 1;
}


/* 
.box{
 animation-name: example;
  animation-duration: 4s;
  position:relative;
}

end animated ease in effects */



   



.services_content_div {
  box-sizing: border-box;
     height: auto;/*115vh;*/
     max-width: 70%;
     background-attachment: fixed;  padding: 20px;
     padding-left: 300px;
     padding-top: 120px;
     padding-bottom: 120px;
    align-content: left;
}

.about_content_div {
  box-sizing: border-box;
     height: auto; /*90vh;*/
     max-width: 70%;
     background-attachment: fixed;  padding: 20px;
     padding-left: 300px;
     padding-top: 120px;
     padding-bottom: 120px;
    align-content: left;
}


.emblems {
       box-sizing: border-box;
     width: 100%;
      padding: 0px;
    margin:auto;
    margin-bottom: 50px;
    margin-top: 100px;

}

.emblems img {
     max-width: 110px;
     height: auto;
     padding:0px;
     margin-left: 20px;
     margin-right: 20px;

}


.emblems_spacing{      
 box-sizing: border-box;

    width: 600px;
     padding:0px;
     margin: auto;
}



.color_block_div span{
        color: #888; font-family: 'Oswald', sans-serif; font-size: 70px; font-weight: 900; font-style: italic;  line-height: 1.2; letter-spacing: -2.5px; margin-bottom: -40px;

}

.color_block_div span span{
        color: #ff9900; font-family: 'Oswald', sans-serif; font-size: 70px; font-weight: 900; font-style: italic; line-height: 1.2; letter-spacing: -2.5px; 

}

.color_block_div span p{
        color: #777; font-family: 'Oswald', sans-serif; font-size: 30px; font-weight: 900; line-height:1.2; marging-top:-50px; letter-spacing: 0.5px; 

}
.color_block_div {
  box-sizing: border-box;
     background-color: #ffcc80;

       background-image: url(images/color_block_bw_bg.png); 
 background-position: right bottom; /*Positioning*/
   background-repeat: no-repeat;
     height: 40vh;
     max-width: 100%;
     padding-left: 300px;
     padding-top: 30px;
     margin-top: 100;
    align-content: left;
}


.black_footer_div {
  box-sizing: border-box;
     background-color: #0d0d0d;

     height: 60vh;
     max-width: 100%;
     padding-left: 20px;
     padding-top: 60px;
    align-content: left;
}

.black_footer_div img {

     margin: 0;
     padding: 0;
     left: 20px;
     top: 20px;
     max-width: 200px;
     height: auto;
     position: relative;

}
.phone_class{
     font-size: 40px;
}
.inner_color_block_div {
     width: 1000;
     display: table; 
    flex-direction: row;
    flex-wrap: wrap;
    align-content: middle;
    margin: auto;
}

.content_div span {
     color: #999; font-family: 'Roboto Condensed', sans-serif; font-size: 50px; font-weight: 400; line-height: 50px; 
  
}



.about_content_div span {
     color: #999; font-family: 'Roboto Condensed', sans-serif; font-size: 50px; font-weight: 400; line-height: 50px; 
  
}



.services_content_div span {
     color: #999; font-family: 'Roboto Condensed', sans-serif; font-size: 50px; font-weight: 400; line-height: 50px; 
  
}

h4 {
        color: #fff; font-family: 'Roboto', sans-serif; font-size: 20px; font-weight: 600;  line-height: 70px; letter-spacing: -2.5px; margin-bottom: -40px;
}


/*
@media (max-width: 1030px){}
@media (max-width: 800px) {}
@media (max-width: 750px) {}
@media screen and (max-width: 600px) {}
@media (max-width: 380px) {}

 */

