/*-------------------------------------
0.0 RESET
1.0 GLOBAL
2.0 HEADER
3.0 NAVIGATION
0.0 CONTENT
0.0 FOOTER
   0.0 BACK TO TOP SCROLL


. CLEARFIX
-------------------------------------*/



/*
-------------------------------------
	
   0. RESET
   
-------------------------------------
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
-------------------------------------
	
   1. GLOBAL
   
-------------------------------------
*/


body {
	background: #000;
	font-family: "utopia-std-display", "Times New Roman", serif;
	color: #ff0000;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	margin: 20px 0;
    text-align: center;
/*     letter-spacing: 1px; */
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #3d3d3d;
    margin: 1em auto;
    padding: 0;
}

a {
	color: red;
	text-decoration: underline;
}
a.icon i {
	color: red;
	/* color: #fff; */
	text-decoration: none;
	font-size: 30px;
}

a:hover, 
a:visited,
a.icon i:hover {
	color: #AA0000
}

table td {
	vertical-align: top;
}


.attention {
	color: #fff;
}

/*
-------------------------------------
	
   2. NAVIGATION
   
-------------------------------------
*/

nav {
	margin: 10px auto 30px;
	width: 720px;
	width: 630px;
	height: 62px;
}

nav ul {
    height: 62px;
}

nav ul li {
	align-content: center;
	float: left;
	display: inline;
}
	nav ul li a {
		display: block;
		width: 90px;
		height: 62px;
		background: url(../images/nav/nav-bg.gif) no-repeat;
		color: rgba(255, 255, 255, 1.0);
		font-family: helvetica, arial, sans-serif;
	    font-size: 10px;
	    text-transform: uppercase;
	    text-decoration: none;
	    padding: 0 0 0 0;
	    line-height: 100px;
	    font-weight: bold;
	    letter-spacing: 0;
	}
	
	
	
	nav ul li a:hover {
		color: #fff;
		zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
	}
	
	nav ul li a:visited {
		color: #fff;
	}

body#history nav ul li a.history,
body#halloffame nav ul li a.halloffame,
body#events nav ul li a.events,
body#memorials nav ul li a.memorials,
body#links nav ul li a.links,
body#merchandise nav ul li a.merchandise,
body#guestbook nav ul li a.guestbook
 {
	border-bottom: 2px solid #e9b628/* #970009 */;
	}



/*
-------------------------------------
	
   0.0 CONTENT
   
-------------------------------------
*/

#content {
	text-align: center;
	margin: 0 auto;
	width: 800px;
}

.subhead-highlighted {
	font-weight: bold;
	color: #ffc800;
	margin: 30px 0 5px;
	text-transform: uppercase;
	font-size: 150%;
}


/* 
------------------------------------
MEDIA QUERIES
------------------------------------
*/

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) {

/*
	#content {
			width: 970px;
		}
*/

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Portrait phones and smaller */
@media (max-width: 480px) {

}






p {
	margin: 0 0 20px 0;
}

h1,
.title {
	font-size: 28px;
    line-height: 30px; 
    margin: 0 0 10px 0;
    font-weight: bold;
    }

h2,
.punch {
    font-size: 22px;
    line-height: 24px;
    color: red;
    margin: 0 0 16px 0;
    font-weight: bold;
}

h3,
.punch2 {
	font-size: 20px;
		 margin: 0 0 10px 0;
    font-weight: bold;
	 }
	 
	 
	 .member-name {
		 vertical-align: middle;
		 margin: 0 0 10px 0;
	 }






/* === EVENTS =================== */
.event img {
	width: 100%;
	height: auto;
}

.past {
	margin: 20px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.past .past-event {
    width: 24%;
    float: left;
}

.past .past-event img {
	width: 100%;
	height: auto;
}

#upcoming-events {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	
}

#upcoming-events .event {
	display: inline-block;
	float: left;
    background: rgba(255,255,255,0.1);
    padding: 10px;
	width: 28%;
    margin: 10px 10px;
}

#upcoming-events .event .title {
	margin: 0 0 0 0;
}
#upcoming-events .event .date {
	margin: 0 0 0 0;
}
#upcoming-events .event .location {
	margin: 0 0 0 0;
}



/* === MEMBERS =================== */


.member-name .punch {
    font-size: 34px;
    line-height: 24px;
    color: red;
    margin: 0 0 16px 0;
    font-weight: bold;
}



/* === GUESTBOOK =================== */

table.posts-content {
	    width: 70%;
    margin: 0 auto;
    font-size: 17px;
    line-height: 19px;
    color: red;
}

.guest-from {
	font-size: 15px;
	color: #AA0000;
	margin-top: 5px;
}


input, 
textarea { 
	font-size: 14px;
	 color: black; 
	}



label 
{
	font-size : 14px; 
	margin: 0 0 10px 0;
}

p.err {
    background: #333;
    width: 500px;
    margin: 20px auto;
    padding: 20px;
    border: 1px dotted #666;
}

ul.error {
	margin: 20px auto;
	padding: 5px;
	width: 500px;
	background: #333;
	border: 1px #666 dotted;
}
 
ul.error li {
	font-size: 16px;
	margin: 7px 0;
	color: red;
}
	
small {font-size: 60%}







/* === MEMORIALS =================== */

body#memorials .punch {
    font-size: 34px;
    line-height: 24px;
    color: red;
    margin: 0 0 16px 0;
    font-weight: bold;
}

body#memorials .membername {
	margin: 0 0 20px 0;
	text-align: center;
}

body#memorials .intro {
	margin: 0 0 20px 0;
}
body#memorials .intro p {
	font-size: 21px;
	line-height: 23px;
	margin: 0 0 6px 0;
}

body#memorials table {
	margin: 20px auto;
}

body#memorials td{
	vertical-align: top;
	padding: 0 10px;
	text-align: left;
	
}

@media only screen
and (max-width : 414px)
{

	
	}





/* Merchandise Page =================== */

/*
ul.prod-grid {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;	
}

	ul.prod-grid li {
		display: inline-block;
		
	}
		ul.prod-grid li a {
			background: #202020;
			width: 260px;
			height: 385px;
			overflow: hidden;
			display: block;
			padding: 20px;
			text-decoration: none
			}
			
			ul.prod-grid li a:hover {background: #1a1a1a;}

ul.prod-grid li span {
	display: block;
	text-align: center;
	margin: 10px 0 0 0;
}
*/

.thankyou {
	font-size: 34px;
    font-weight: bold;
    line-height: 110%;
}

.design-name{
	font-size: 20px;
	margin: 15px 0;
}

.back {
	font-size: 18px;
	margin: 15px 0;
}

form {
	margin: 10px 0;
}

body#merchandise .col-left {
	float: left;
	width: 65%;
	margin-right: 3%;
}

body#merchandise .col-right {
	
	float: left;
	width: 29%;
}

body#merchandise .col-left img,
body#merchandise .col-right img {
	margin: 0 0 8px 0;
			width: 100%;
			max-width: 510px;
			height: auto;
			}
			
	body#merchandise img.non-responsive {
		width: auto;
		
	}		
			
body#merchandise input[type="image"] {
	margin: 20px 0 0 0;
}

.coupon-area {
	padding: 10px;
	background: rgba(0, 0, 0, 0.3);
	margin: 0 0 10px 0;
}

body#merchandise input[type="text"].coupon-field {
	height: 26px;
	font-family: helvetica, arial, sans-serif;
}
			
body#merchandise input[type="button"] {
	margin: 10px 0 0 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 20px;
}


.full {
	width: 100%;
	margin: 20px 0;
}

.price {
    font-size: 150%;
    margin: 10px 0;
    display: block;
}


/* 
	
	CALENDAR 
	
z*/

.calendar {
	padding: 10px;
	background: rgba(255, 255, 255, 0.14)
}

.calendar .image {
    width: 70%;
    float: left;
}

.calendar .description {
    float: right;
    width: 28%;
}

.calendar .image img {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width : 767px) {
	
	body#merchandise .col-left {
	float: left;
	width: 48%;
}

body#merchandise .col-right {
	
	float: left;
	width: 48%;
}
	
}

@media only screen and (max-width : 500px) {
	
	body#merchandise .col-left,
	body#merchandise .col-right {
		float: none;
		width: 100%;
	} 
	
}




/* GRID PAGE */

ul.prod-grid {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0 auto 40px auto;
}

	ul.prod-grid li {
		float: left;
		display: inline-block;
		margin: 0 1% 1% 0;
		width: 32%;
		height: 460px;
		overflow: hidden;
		
	}

		ul.prod-grid li img {
			width: 100%;
			max-width: 260px;
			height: auto;
		}
		
		ul.prod-grid li a {
			background: #202020;
			display: block;
			padding: 10px;
			text-decoration: none;
			height: 100%;
			color: red;
			}
			
			ul.prod-grid li a:hover {background: #1a1a1a;}
			

ul.prod-grid li span {
	display: block;
	text-align: center;
	margin: 10px 0 0 0;
}

ul.prod-grid li span h1 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	
}

@media only screen and (max-width : 767px) {

	ul.prod-grid li {
			width: 49%;
			overflow: hidden;
			
		}

}
@media only screen and (max-width : 414px) {

	ul.prod-grid li {
			width: 100%;
			overflow: hidden;
			
		}

}






/*
-------------------------------------
	
   0.0 FOOTER
   
-------------------------------------
*/

footer {
/* 	width: 80%; */
	margin: 20px auto;
	font-size: 15px;
	line-height: 130%;
	font-weight: normal;
	letter-spacing: 0;
}


footer .credits {
	display: none;
    font-size: 13px;
    opacity: 0.2;
    margin: 20px 0;
    font-weight: bold;
/*     font-family: helvetica, arial, sans-serif; */

}



/*
-------------------------------------
	
   0.0 BACK TO TOP SCROLL
   
-------------------------------------
*/

.apst-wrapper,
.apst-wrapper::before,
.apst-wrapper::after,
.apst-wrapper *,
.apst-wrapper *::before,
.apst-wrapper *::after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

.apst-wrapper {
    display: none;
    position: fixed;
    z-index: 99999;
    cursor: pointer;
    box-sizing: border-box;

    /* No blue highlight when clicking on element on mobile devices */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    }

    .apst-top {
        top: 20px;
        }

    .apst-bottom {
        bottom: 20px;
        }

    .apst-left {
        left: 20px;
        }

    .apst-center {
        left: 50%;
        margin-left: -30px;
        }

    .apst-right {
        right: 20px;
        }

    .apst-button {
        display: block;
        position: relative;
        width: 50px;
        height: 50px;
        background-color: #2f2f2f;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
            -ms-border-radius: 50%;
             -o-border-radius: 50%;
                border-radius: 50%;
        -webkit-transition: all 0.2s;
           -moz-transition: all 0.2s;
            -ms-transition: all 0.2s;
             -o-transition: all 0.2s;
                transition: all 0.2s;
        }

    .apst-button::before {
        content: "";
        display: block;
        position: relative;
        left: 15px;
        top: 19px;
        width: 20px;
        height: 20px;
        border-right: 6px solid white;
        border-top: 6px solid white;
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transition: all 0.2s;
           -moz-transition: all 0.2s;
            -ms-transition: all 0.2s;
             -o-transition: all 0.2s;
                transition: all 0.2s;
        }

    .apst-button:hover {
        background-color: #212121;
        }

    .apst-button:hover::before {
        border-color: white;
        }

/*
    @media only screen and (max-width: 640px) {
        .apst-center {
            margin-left: -35px;
            }

        .apst-button {
            width: 70px;
            height: 70px;
            }

        .apst-button::before {
            left: 25px;
            top: 27px;
            width: 20px;
            height: 20px;
            }
        }

    @media only screen and (max-width: 400px) {
        .apst-center {
            margin-left: -30px;
            }

        .apst-button {
            width: 60px;
            height: 60px;
            }

        .apst-button::before {
            left: 21px;
            top: 23px;
            width: 18px;
            height: 18px;
            border-width: 5px;
            }
        }
*/







/*
-------------------------------------

   FORM
   
-------------------------------------
*/


.form-group {
	margin-top: 10px;
	
}
.form-group label {
	display: block;
	margin: 0;
	
}

#guestbook input[type=submit] {
	-webkit-appearance: button;
    cursor: pointer;
    padding: 10px 20px;
    margin-top: 20px;
}








/*
-------------------------------------

   . CLEARFIX
   
-------------------------------------
*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
