/* font families */

@font-face {
	font-family: "YaleNew\2d font";
	src: url("web/style_fonts/YaleNew-Roman.otf"), url("web/style_fonts/YaleNew-Bold.otf"), url("web/style_fonts/YaleNew-Italic.otf"), url("web/style_fonts/YaleNew-BoldItalic.otf");
}

@font-face {
	font-family: "Averta";
	src: url("web/style_fonts/AvertaDemo-Regular.otf");
}

@font-face {
	font-family: "Mallory\20 Bold";
	src: url("web/style_fonts/Mallory-Bold.woff"), url("web/style_fonts/Mallory-Bold.woff2");
}

@font-face {
	font-family: "Mallory\20 Light";
	src: url("web/style_fonts/Mallory-Light.woff"), url("web/style_fonts/Mallory-Light.woff2");
}

@font-face {
	font-family: "Mallory\20 Medium";
	src: url("web/style_fonts/Mallory-Medium.woff"), url("web/style_fonts/Mallory-Medium.woff2");
}

@font-face {
	font-family: "Mallory\20 Book";
	src: url("web/style_fonts/Mallory-Book.woff2"), url("web/style_fonts/Mallory-Book.woff");
}

@font-face {
	font-family: "Greta\20 Text";
	src: url("web/style_fonts/GretaTextStd-Light.otf");
}

@font-face {
	font-family: "Graphik\20 Medium";
	src: url("web/style_fonts/Graphik-Medium.otf");
}

@font-face {
	font-family: "Dair";
	src: url("web/style_fonts/font.woff");
}

/* brand body font */
body {font-family:"Mallory Book";font-size:18px;color:#222222;}
/* brand background */
body {background-repeat:no-repeat;background-color:#FFFFFF;}
.custom-content, .app-content, .logout-with-name {background-color:#FFFFFF;}
/* brand global navbar */
.global-header .navbar-custom {background-color:rgba(0, 53, 107, 1.00);border-color:rgba(0, 53, 107, 1.00);color:#FFFFFF;}
.global-header .navbar-custom .navbar-brand {background-color:inherit;border-color:inherit;color:inherit;}
.global-header .navbar-custom .nav-link, .global-header .navbar-custom .nav-item {background-color:rgba(0, 53, 107, 1.00);border-color:rgba(0, 53, 107, 1.00);color:#FFFFFF;}
.global-header .navbar-custom .dropdown-menu, .global-header .navbar-custom .dropdown-item {background-color:rgba(0, 53, 107, 1.00) !important;border-color:rgba(0, 53, 107, 1.00) !important;color:#FFFFFF !important;}
.global-header .navbar-custom .dropdown-submenu, .global-header .navbar-custom .dropdown-submenu a {background-color:rgba(0, 53, 107, 1.00);border-color:rgba(0, 53, 107, 1.00);color:#FFFFFF;}
.global-header .navbar-custom .navbar-nav .fa {color:#FFFFFF;}
.global-header .navbar {font-family:"Mallory Book";}
/* brand headings */
h2, .h2 {color:#222222;font-family:"YaleNew-font";font-size:26px;font-weight:500;}
.form-inner-wrapper h2, .form-inner-wrapper .h2 {color:#222222;font-family:"YaleNew-font";font-size:26px;font-weight:500;}
h3, .h3 {color:#222222;font-family:"Mallory Book";font-size:20px;font-weight:500;}
.form-inner-wrapper h3, .form-inner-wrapper .h3 {color:#222222;font-family:"Mallory Book";font-size:20px;font-weight:500;}
h4, .h4 {color:#222222;font-family:"Mallory Book";font-size:16px;font-weight:500;}
.form-inner-wrapper h4, .form-inner-wrapper .h4 {color:#222222;font-family:"Mallory Book";font-size:16px;font-weight:500;}
h5, .h5 {color:#222222;font-family:"Mallory Book";font-size:16px;font-weight:500;}
.form-inner-wrapper h5, .form-inner-wrapper .h5 {color:#222222;font-family:"Mallory Book";font-size:16px;font-weight:500;}
h6, .h6 {color:#222222;font-family:"Mallory Book";font-size:14px;font-weight:500;}
.form-inner-wrapper h6, .form-inner-wrapper .h6 {color:#222222;font-family:"Mallory Book";font-size:14px;font-weight:500;}
/* brand hyperlinks */
a {color:rgba(40, 109, 192, 1.00);text-decoration:underline;}
a:hover, a:focus {color:rgba(34, 34, 34, 1.00);text-decoration:underline;}
/* brand buttons */
.btn-primary {background-color:rgba(0, 53, 107, 1.00);border-color:rgba(0, 53, 107, 1.00);color:#FFFFFF;}
.btn-primary:hover, .btn-primary:focus {background-color:rgba(255, 255, 255, 1.00);border-color:rgba(0, 53, 107, 1.00);color:rgba(0, 53, 107, 1.00);}
.text-primary {color:rgba(0, 53, 107, 1.00);}
.text-primary:hover, .text-primary:focus {color:rgba(255, 255, 255, 1.00);}
.btn-default {background-color:rgba(40, 109, 192, 1.00);border-color:rgba(40, 109, 192, 1.00);color:rgba(255, 255, 255, 1.00);}
.btn-default:hover, .btn-default:focus {background-color:rgba(255, 255, 255, 1.00);border-color:rgba(40, 109, 192, 1.00);color:rgba(40, 109, 192, 1.00);}
.btn-secondary {background-color:rgba(40, 109, 192, 1.00);border-color:rgba(40, 109, 192, 1.00);color:rgba(255, 255, 255, 1.00);}
.btn-secondary:hover, .btn-secondary:focus {background-color:rgba(255, 255, 255, 1.00);border-color:rgba(40, 109, 192, 1.00);color:rgba(40, 109, 192, 1.00);}
/* brand category navbar */
/* brand global footer */
.global-footer {font-family:"Mallory Book";}
.global-footer a {color:rgba(255, 255, 255, 1.00);text-decoration:underline;}
.global-footer a:hover, .global-footer a:focus {color:rgba(255, 255, 255, 1.00);text-decoration:none;}
.global-footer {background-color:rgba(0, 53, 107, 1.00);color:rgba(255, 255, 255, 1.00);}
.global-footer .global-footer-content .socialIconsFooter li a {color:rgba(255, 255, 255, 1.00);}

/* styles for Feature */

/* styles for Single Store Header */
.custom-header-content h1{font-size:56px;
  text-align:center;} 
/* styles for Single Store Footer */
.custom-footer-content .bg-yale{background-color:#00356b !important;
	color:#ffffff;
  	padding-top: 20px;} .custom-footer-content .bg-yale  a{color:inherit;
    text-decoration: none;
  	font-family: "Yale new";} .custom-footer-content .bg-yale  a:focus{outline-width:2px;
	outline-style:solid;
	outline-color:#ffffff !important;} .custom-footer-content .navbar-brand{float: left;
    padding: 8px 10px;
    padding-left: 24px;
    font-size: 36px;
    line-height: 34px;
    height: 50px;} @media screen and (max-width: 800px){.custom-footer-content .navbar-brand{float: none !important;
    padding-bottom: 0;}}