/**
 *  LESS file for header layouts
 */

 #masthead{
     &.simple {
         #top-search {
             position: relative;
             .transform(none);
             padding-top: 20px;
             form {
                 display: inline-block;
             }
         }
     }
     &.full {
         #header-image {
             height: 100vh;
         }
         #top-search {
             label {
                 box-shadow: none;
                 border: solid 3px #000;
             }
         }
         #social-icons {
             width: 100%;
             top: 70%;
             position: absolute;
             text-align: center;
         }
     }
 }
