

        body, body > h1, body > h2, body > h3,
        body > h4, body > h5, body > h6, body > h7,
        h1, h2, h3, h4, h5, h6, h7, p, label,
        .h1, .h2, .h3, .h4, .h5, .h6, .h7, .p,
        .label, input, .input {
            font-family: Limelight;
        }

        #headline {
            font-family: ;
        }

        #slogan {
            font-family: ;
        }

        #footer {
            font-family: ;
        }

         .header {
            background: #466071; /*466071*/
            text-align: center;
            color: #FFFFFF; /*FFF*/
         }
        
         .header h5 {
            margin-bottom: 0px;
            padding-bottom: 5px !important;
         }
          
         footer {
            background-color: #2C3840; /* 2C3840 */
            color: #FFFFFF; /* FFF */
            min-height: 60px;
            text-align: center;
         }
          
          .actions.columns {
            border-left: 5px solid #2C3840; /* 2C3840 */
          }
          
          .actions.columns h3, .side-nav li a:not(.button) {
            color: #466071; /* 2C3840 */
          }
        
          .hover-underline-menu .menu {
            background-color: #2C3840; /* 2C3840 */
          }
          
          .hover-underline-menu .menu a {
            color: #FFFFFF; /* fefefe */
            padding: 1.2rem 1.5rem;
          }

          .hover-underline-menu .menu .underline-from-center::after {
            content: "";
            position: absolute;
            top: calc(100% - 0.125rem);
            border-bottom: 0.125rem solid #fefefe; /* fefefe */
            left: 50%;
            right: 50%;
            transition: all 0.5s ease;
          }

          .fs-drop, .font-select {
            width: 100% !important;
          }
        
          .border-custom, .border-custom:hover {
            border-bottom-color: #2C3840 !important;
          }

          div.message {
            background-color: #A0D3E8;
            color: #626262;
            font-family: ;
          }

          div.message.error {
            background-color: #C3232D;
            color: #FFFFFF;
            font-family: ;
          }

          .tox-notifications-container {
            display:none!important;
          }

        