@import url('https://fonts.googleapis.com/css?family=Charmonman');

html {
    overflow-y:scroll;
}

.header.md-header {
    height: 110px;
    
}

.header.light {
    border-bottom: 1px solid #630001;
    background-color: #fff;
    
}

.header.light .logo{
    -webkit-transition: background 0.4s ease, height 0.4s ease;
    transition: background 0.4s ease, height 0.4s ease;    
    
}

.header.minimized {
    height: 100px !important;
}

.header.minimized .logo {
    height: 95px;
    width: 95px;
    -webkit-transition: background 0.4s ease, height 0.4s ease;
    transition: background 0.4s ease, height 0.4s ease;

}

.menu-content {margin-top:15px;}

.header.light .menu > li > a:not(.btn) {
    color: #630001;
    opacity: 1;
    font-weight: 500;
    font-size: 21px;
font-family: 'Charmonman', cursive; 
    text-transform: none;    
}

.craftfont {
  font-family: 'Charmonman', cursive; 
    color:#fff !important;
    font-weight: 100;
}


.btn-bordered.btn-primary {
    background-color: #420008;
    border-color: #420008;
    border-width: 1px;
    color: #fff;
}


.btn-bordered.btn-primary:hover {
  background-color: #280005;
    border-color: #280005;    
  color: #ffffff;
}

.bg-master-lightest {
  background-color: #fff;
}

.text-custom {
  color: #630001 !important;
  font-family: 'Charmonman', cursive;     
}

.test {
    border-width:1px !important;
    border-color:red !important;
    z-index:9999;
}

.term {
    display:none;
    visibility: hidden;
}
