:root {
      background-color:#e6ecec;
}

#sp-header {
    background: #ffffff;
}

#sp-header {
    display: none;
}

#sp-footer {
    border-bottom: 0px ;
  padding: 0px 0px 30px 0px;
}

#section-id-4-tnGPW4HSeAZ_jDur5YA,
#section-id--lLQbQYQ8yxsyNwd5umf1,
#section-id-a320956a-a918-42c9-83b5-7ccebdcc92b4, 
#section-id-kp1uOMS88eu5i2N38iYEw
{
    height: 100vh;
}


/* Extra small devices (phones, 600px and down) */
@media screen and (min-width:320px) and (max-width:845px) {
  
.sppb-addon-content {
    margin-bottom: 30px;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...} 

/* Medium devices (landscape tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-width:1024px) {..}

/* Large devices (laptops/desktops, 992px and up) */
 @media screen and (min-width: 900px) and (max-width:1440px) {...}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}

/* Codes for Bootstrap hidden elements on devices
hidden-xs
hidden-sm
hidden-md
hidden-lg
 */