@charset "UTF-8";

@font-face { font-family: Sunshine; src: url('sunshineinmysoul.ttf'); }


body {
	background-image: url(images/bg1.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
	color: #f2e1ca;
	font-family: 'Fira Sans', sans-serif;
	font-style: normal;
	font-size: 16px;
	border: 0px;
}

img { border: 0px; }

.text-tan-large{
	color: #f2e1ca;
	font-family: 'Fira Sans', sans-serif;
	font-size: 45px;
	font-weight: 900;
	text-transform: uppercase;
}

.text-tan-med{
	color: #f2e1ca;
	font-family: 'Fira Sans', sans-serif;
	font-size: 24px;
	font-weight: 400;
}

.text-tan-small{
	color: #f2e1ca;
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.text-tan-script{
	color: #f2e1ca;
	font-family: 'Sunshine', sans-serif;
	font-size: 45px;
}

.text-white-large{
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	font-size: 45px;
	font-weight: 900;
	text-transform: uppercase;
}

.text-white-med{
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	font-size: 24px;
	font-weight: 400;
}

.text-white-small{
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.text-white-script{
	color: #fff;
	font-family: 'Sunshine', sans-serif;
	font-size: 45px;
}

.text-red-large{
	color: #570203;
	font-family: 'Fira Sans', sans-serif;
	font-size: 45px;
	font-weight: 900;
	text-transform: uppercase;
}

.text-red-med{
	color: #570203;
	font-family: 'Fira Sans', sans-serif;
	font-size: 24px;
	font-weight: 400;
}

.text-red-small{
	color: #570203;
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.text-red-script{
	color: #570203;
	font-family: 'Sunshine', sans-serif;
	font-size: 45px;
}


.sub-bg {
	background-color: #000;
	width: 950px;
	padding: 0 20px 0 20px;
}
.text1 {
	font-size: 16px;
	color: #C6AD8E;
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
	
.text1-white {
	font-size: 16px;
	color: #FFF;
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.text2 {
	font-family: 'Fira Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFF;
}
.border {
	border: medium double #2F4984;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #EEDDBF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.text5 {
	font-family: 'Fira Sans', sans-serif;
	font-size: 20px;
	color: #C6AD8E;
}
.text5-white {
	font-family: 'Fira Sans', sans-serif;
	font-size: 20px;
	color: #FFF;
}

.striped-table tr:nth-child(even) {background-color: #423d3d!important;}

/* UPDATES - HOME */

.sub-bg-index-updates {
	background-image: url("images/index2020_03.jpg");
	width: 950px;
	height: 96px;
	padding: 0 50px 0 50px;
	color: #f2e1ca;
	font-family: 'Sunshine', cursive;
	font-size: 35px;
}

.sub-bg-index-updates a{
	color: #f2e1ca;
	text-decoration: none;
}

/* FOOTER*/

.sub-bg-index-footer {
	background-color: #000;
	width: 950px;
	height: 106px;
	padding: 0 20px 0 20px;
	color: #f2e1ca;
	font-family: 'Fira Sans', sans-serif;
	font-size: 20px;
}

.sub-bg-index-footer a{
	color: #f2e1ca;
	text-decoration: none;
}

.sub-bg-subpage-footer {
	background-color: #000;
	width: 950px;
	height: 106px;
	padding: 0 20px 0 20px;
	color: #f2e1ca;
	font-family: 'Fira Sans', sans-serif;
	font-size: 20px;
}

.sub-bg-subpage-footer a{
	color: #f2e1ca;
	text-decoration: none;
}

.contact-text {
	color: #f2e1ca;
	font-family: 'Fira Sans', sans-serif;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
}

.znd {
	color: #f2e1ca;
	font-family: 'Sunshine', cursive;
	font-size: 13px!important;
}

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