/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


 #header{
    background: rgb(238,254,255);
    background: linear-gradient(90deg, rgba(238,254,255,1) 0%, rgba(255,243,245,1) 39%, rgba(238,254,255,1) 79%, rgba(255,243,245,1) 100%);
 }

 #wrapper {
   background: #fffdfd
 }


 @media (max-width: 767px) {
 #header .header-nav { 

  background: rgb(238,254,255);
  background: linear-gradient(90deg, rgba(238,254,255,1) 0%, rgba(255,243,245,1) 39%, rgba(238,254,255,1) 79%, rgba(255,243,245,1) 100%);
 }
 #header .header-top { 
background-color:unset!important
 }

}