@charset "utf-8";
/* CSS Document */

a:link {  
	color: #0176af;
	text-decoration: none;
}
a:visited {
	color: #0176af;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #4d004d;
}
a:active {
	text-decoration: none;
}

.header-div {
	width: 100%;
	max-height: 70px;
	min-height: 35px;
	background-image: url("../img/t-shirts-header-wide-1400x90.png");
	background-repeat: no-repeat;
	/*background-size: 100% 100%;*/	
	margin: 0px;
	padding: 0px;
	}
.container {
	max-width: 1400px;
	}
.navbar {
	margin-top: 0px;
	border-radius: 8px;
	background-color: #4d004d;
	border-width: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom-style: solid;
	border-bottom-color: #4d004d;
	border-bottom-width: 0px;
	}
.logo-text {
	font-size: 44pt;
	/*font-family: 'Modak', cursive;*/
	line-height: 50%;
	color: #4d004d;
	}
.content {
	margin-top: 15px;
	border-style: solid;
	border-color: #4d004d;
	border-width: 1px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	}
.row-eq-height {
		  display: -webkit-box;
		  display: -webkit-flex;
		  display: -ms-flexbox;
		  display:  flex;
		}/* webkit to keep column heights even */ 
.footer {
	border-style: solid;
	border-width: 1px;
	border-color: #4d004d;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-top: 8px;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	width: 100%;
	color: #4d004d;
	background-color: #f9ecf2;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
	}
	
m1 { font-family: 'Modak', cursive;}

m1b { font-family: 'Modak', cursive;
			-webkit-text-stroke-width: 1.5px;
			-webkit-text-stroke-color: #ffd200;
		}

r1 { font-family: 'Ramaraja', serif;}
b1 { font-family: 'Roboto Condensed', sans-serif; font-weight: 300;  font-style: normal;}
b2 { font-family: 'Roboto Condensed', sans-serif; font-weight: 300;  font-style: italic;}
b3 { font-family: 'Roboto Condensed', sans-serif; font-weight: 400;  font-style: normal;}
b4 { font-family: 'Roboto Condensed', sans-serif; font-weight: 400;  font-style: italic;}
b5 { font-family: 'Roboto Condensed', sans-serif; font-weight: 700;  font-style: normal;}
b6 { font-family: 'Roboto Condensed', sans-serif; font-weight: 700;  font-style: italic;}

b5b { font-family: 'Roboto Condensed', sans-serif; font-weight: 700;  font-style: normal;
			-webkit-text-stroke-width: 1px;
			-webkit-text-stroke-color: #4d004d;
		}

@font-face {
  font-family: 'FontAwesome';
  src: url('../font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}












