@charset "utf-8";
/* CSS Document */

@font-face { font-family: Tand; src: url('images/tand regular.ttf'); }  
@font-face { font-family: Jane; src: url('images/Jane.ttf'); }  


body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000000;
	color: #000000;
	font-family: "Montserrat", serif;
	font-style: normal;
	font-size: 19px;
	border: 0px;
}

img { border: 0px; }


/* TEXT */

.text-black-large{
	color: #000000;
	font-family: "Tand", sans-serif;
	font-size: 55px;
	line-height: 1.0;
	text-transform: uppercase;
	font-weight: 500;
}

.text-black-med{
	color: #000000;
	font-family: "Montserrat", serif;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.2;
}

.text-black-small{
	color: #000000;
	font-family: "Montserrat", serif;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.2;
}


.text-black-xsmall{
	color: #000000;
	font-family: "Montserrat", serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
}



.text-black-xxsmall{
	color: #000000;
	font-family: "Montserrat", serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}
.text-blue-large{
	color: #2e3192;
	font-family: "BLT", sans-serif;
	font-size: 55px;
	line-height: 1.0;
	text-transform: uppercase;
	font-weight: 500;
}

.text-blue-med{
	color: #2e3192;
	font-family: "Montserrat", serif;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.2;
}

.text-blue-small{
	color: #2e3192;
	font-family: "Montserrat", serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2;
}


.script-blue-small {
	color: #2e3192;
	font-family: "Jane", sans-serif;
	font-size: 30px;
	line-height: 1.1;
}


.script-blue-large {
	color: #2e3192;
	font-family: "Jane", sans-serif;
	font-size: 55px;
	line-height: 1.1;
}

.script-black-small {
	color: #000000;
	font-family: "Jane", sans-serif;
	font-size: 30px;
	line-height: 1.1;
}


.script-black-large {
	color: #000000;
	font-family: "Jane", sans-serif;
	font-size: 55px;
	line-height: 1.1;
}

.text-white-large{
	color: #FFFFFF;
	font-family: "Montserrat", serif;
	font-size: 55px;
	font-weight: 500;
	line-height: 1.2;
    padding: 10px;
}


.text-boar-names{
	color: #2e3192;
	font-family: "Montserrat", serif;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.2;
    text-transform: uppercase;
}

/* ND */

.znd{
	background-color: #000000;
	width: 950px;
	color: #ffffff;
	font-family: "Montserrat", serif;
	font-size: 12px;
    text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.1em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.znd a{
	color: #ffffff;
	text-decoration: none;
}

.ordering-info {
  padding: 15px; /* Adjust as needed */
}


/* MENU */

.menu {
    background-image: url("images/index2024_02.jpg");
    width: 950px;
    height: 83px;
    color: #ffffff;
    font-family: "Tand", sans-serif;
    font-size: 45px;
    text-transform: uppercase;
}

.menu a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.4s ease, transform 0.2s ease;
    padding: 20px;
}

.menu a:hover {
    color: #000000;
	background-color: #ffffff;
	opacity: 0.6;
}


.menu-subpage {
    background-image: url("images/index2024_02.jpg");
    width: 950px;
    height: 83px;
    color: #ffffff;
    font-family: "Tand", sans-serif;
    font-size: 45px;
    text-transform: uppercase;
}

.menu-subpage a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.4s ease, transform 0.2s ease;
    padding: 20px;
}

.menu-subpage a:hover {
    color: #000000;
	background-color: #ffffff;
	opacity: 0.6;
}

/* LINKS AND BORDER */

a {
	color: #2e3192;
}

.border {
	border: 3px solid #cfcfd1;
}
.pageborder {
	box-shadow: 0px 10px 25px 10px rgba(0,0,0,0.65); }



/* HOMEPAGE */

.index-footer {
	background-image: url("images/index2024_06.jpg");
	width: 950px;
	height: 173px;
}


.index-footer table {
	color: #ffffff;
	font-family: "Montserrat", serif;
	font-size: 20px;
	text-transform: uppercase;
	padding-right: 50px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	font-weight: 600;
}

.index-footer table a {
	color: #cfcfd1;
	text-decoration: none;
}

.footer-smaller {
	color: #cfcfd1;
	font-family: "Montserrat", serif;
	font-size: 17px;
}

.script-names {
	color: #000000;
	font-family: "Jane", sans-serif;
	font-size: 45px;
	line-height: 1.1;
}


.home-body-text-blue{
	color: #2e3192;
	font-weight: 700;
}

/* SUBPAGE HEADERS */

.subpage-headers {
	background-image: url("images/subpage2024_05.jpg");
	width: 538px;
	height: 184px;
	color: #081b74;
	font-family: "Tand", serif;
	font-size: 130px;
	text-transform: uppercase;
	padding-top: 30px;
	padding-right: 30px;
}


/* BACKGROUNDS */

.sub-bg {
	background-color: #ffffff;
	padding: 0px 35px 10px 35px;
}

.sub-bg-index {
	background-color: #DFDEE0;
	padding: 20px;
	width: 950px;
	height: 400px;
	color: #000000;
	font-family: "Montserrat", serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.5;
}

 