@charset "UTF-8";
/* CSS Document */

*{
    
    margin: 0;
    padding: 0;  
    
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #3078EA;
    line-height: 50px;
    font-size:14px;
  
}

li {
  float: right;
    border-right: 1px solid #bbb;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}


/* Change the link color to #111 (black) on hover */
li a:hover {
  color: #111;
}

.active {
  background-color: #04AA6D;
}

html {
    font-size: calc(1.vw + 0.390625vw);
}

body{
    font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    text-align: center;
    color:darkslategray;
}
    
    body h2{
        font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
        font-size: 24vw;
        
    }

body h1{
        font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
        font-size: 1.6vw;
        
    }
    

.wrapper{
 width: 90%;
    margin: 0 auto;
    align-content: left;
    
}

.box-area{
  
    
}

header{
    
    width: 100%;
    height: 100px;
    background: #3078EA;
    position: fixed;
    z-index:+1;
}

.logo{
    
    width: 30%;
    float: left;
    text-align: left;
    line-height: 100px;
}

.logo a{
    
    text-decoration: none;
    font-family: poppins;
    letter-spacing: 4px;
    font-size: 1.6vw;
    color:aliceblue;
    font-weight:800;
        
}


.banner-area{
    background-image: url(images/mouldandcondensation.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: 100px;
    height: 450px;
    width: 100%;
    position: fixed;
    display: block;
       
    
}

.banner-area: after{
    
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background:#130f40;
    opacity: .7;
    
    
}

.banner-area h2{
    
    padding-top: 4%;
    font-size: 1.5vw;
    color:aliceblue;
    font-size: calc(15px + 0.390625vw);
}

.banner-area h1{
    
    padding-top: 4%;
    font-size: 1.5vw;
    color:aliceblue;
    font-size: calc(1.0vw + 0.390625vw);
}


.content-area{
    
    width: 100%;
    height: 2000px;
    position: relative;
    background-color:aliceblue;
    top: 550px;

}
.content-area h2{
    font-size: 1.5vw;
    margin: 0;
    padding-top: 30px;
    letter-spacing: 4px;
    font-size: calc(15px + 0.390625vw);
}

.content-area p{
    
    padding: 2% 0;
    line-height: 30px;
    text-align: center;
}

div.container {
  text-align: center;
}

/* If the screen size is 600px wide or less, hide the element */
@media only screen and (max-width: 650px) {
  div.banner-area {
    display: none;
      background-image: none;
      height: 50px;
  }
    div.content-area{
    
    width: 100%;
    height: 2000px;
    position: relative;
    background-color:aliceblue;
    top: 100px;
}
    
    div.logo{
    
    display:none;
    width: 30%;
    float: left;
    text-align: left;
    line-height: 100px;
}
    
    ul{
        display:none;
    }
    
}


body{

    background: #fcfcfc;

    font-family: sans-serif;

}

.footer{

    position: fixed;

    bottom: 0;

    left: 0;

    right: 0;

    background: #3078EA;

    height: auto;
 width: 100vw;
    padding-top: 10px;
    padding-bottom:10px;
    color: #fff;

}

.footer-content{

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    text-align: center;

}

.footer-content h3{

    font-size: 2.1rem;

    font-weight: 500;

    text-transform: capitalize;

    line-height: 3rem;

}

.footer-content p{

    max-width: 500px;

    margin: 10px auto;

    line-height: 28px;

    font-size: 14px;

    color: #cacdd2;

}



@media (max-width:700px) {

.footer-menu ul{

  display: flex;

  margin-top: 10px;

  margin-bottom: 20px;

}
    div.ul{
        display:none;
    }
    
    div.li{
        display:none;
    }

}
}

br {
  display: block;
  margin-bottom: 1px;
  font-size:1px;
  line-height: 1px;
}