@charset "utf-8";
/*@import url("webfonts/blackchancery/stylesheet.css");
@import url("webfonts/Goudy_Old_Style_Bold/stylesheet.css");
@import url("webfonts/Junicode/stylesheet.css");
@import url("webfonts/Goudy_Old_Style_Italics/stylesheet.css");
@import url("webfonts/GoudyMediaeval_DemiBold/stylesheet.css");
@import url("webfonts/Junicode_Bold/stylesheet.css");*/
@import url("project2-font-stylesheet.css");


/* expanding and collapsing button format */

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 0.5px solid rgba(231,231,231,1.00);
  text-align: left;
  outline: none;
  font-size: 1.8vw;
	
}

.active, .collapsible:hover {
  background-color:rgba(15,26,111,0.70);
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.collapsible:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 1.5vw;
  color: white;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}


/* rest of CSS */

a {
	text-decoration: none;
}


.background {
    background-image: url(../images/background.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.support-page {
	/*background-color:rgba(255,247,218,1.00);*/
	background-image: url("../images/golden-parchment-paper-texture.jpg");
	/*background-size: cover;*/
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	
	/*background-color: rgba(253,255,197,1.00);*/
	opacity: 0.95;
	width: 100%;
	min-height: 30rem;
	z-index: 100;
	margin: 0px auto;
	display: flex;
	flex-direction: row;
}

.support-page-without-background {
	/*background-color:rgba(255,247,218,1.00);*/
	/*background-image: url("../images/golden-parchment-paper-texture.jpg");*/
	/*background-size: cover;*/
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	
	/*background-color: rgba(253,255,197,1.00);*/
	opacity: 0.95;
	width: 100%;
	min-height: 30rem;
	z-index: 100;
	margin: 0px auto;
	display: flex;
	flex-direction: row;
}

.main-body {
	position: relative;
	/* margin: 0px;
	padding: 0px;
	height: 100%; */
	
}

.title {
    width: 100%;
    height: 5.5vw;
    background-color: rgba(7,15,58,0.70);
	/*background-color: rgba(44,66,114,0.90);*/
    color: rgba(254,254,158,1.00);
    /*font-size: 2.7rem;*/
	font-size: 4.5vw;
    font-family: blackchanceryregular;
    text-align: center;	
}


/* main section of about page */
.about-section {
	width: 30%;
	margin: 0px auto;
	
}

.about-title {
	font-family: junicodebold;
	font-size: 3vw;
	padding: 40px 0px 0px 7px;
	margin: 0px 0px 0px 5px;
}

.about-text {
	font-family: junicoderegular;
	font-size: 1.7vw;
	padding: 20px 0px 0px 7px;
	margin: 0px 0px 0px 5px;
}

.about-photos {
	width: 60%;
}

.contact-us-button {
	width: 80%;
	margin: 40px auto 0px auto;
	background-color: rgba(7,15,58,0.70);
	font-size: 2vw;
	font-family: junicoderegular;
	color: rgba(188,193,177,1.00);
	text-align: center;
	padding: 10px;
}

.contact-us-button:hover {
	color: rgba(7,15,58,0.70);
	background-color: rgba(188,193,177,1.00);
	
}


/* Main section of manuals page */
.tabs {
	background-color: rgba(7,15,58,0.20);
	padding: 5px;
}

.manuals-section {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 30vw;
    font-size: 1.5vw;
    background-color: rgba(119,119,119,1.00);
    /*background-color: rgba(241,241,241,1.00);*/
    padding-left: 10px;
    border-radius: 10px;
    border: 2px solid rgba(255,255,255,1.00);
	line-height: 1.2;
}

.manuals-and-forms {
	margin: 3px 0px 0px 50px;
	font-family: junicoderegular;
	/*color: rgba(7,15,58,0.90);*/
	color: rgba(241,241,241,1.00);
	display: flex;
	flex-direction: row;
	padding: 10px;
	width: 92%;
}

.manuals-and-forms a:hover {
	
	color: rgba(7,15,58,0.90);
	
}

.manuals-title {
    font-family: junicodebold;
    font-size: 2.5vw;
    padding: 0px 0px 10px 0px;
    /*text-decoration: underline;*/
	
}

.forms-title {
    font-family: junicodebold;
    font-size: 2.5vw;
	color: rgba(7,15,58,0.90);
    padding: 0px 0px 10px 0px;
    /*text-decoration: underline;*/
	
}

.forms-section {
	display: flex;
	flex-direction: column;
	width: 43%;
	font-size: 1.3vw;
}

.row1-forms {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: 10px 0px 0px 50px;
	align-items: center;
}

.row2-forms {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: 10px 0px 0px 50px;
	align-items: center;
}

.art-forms {
	width: 45%;
	padding: 5px;
}

.combat-forms {
	width: 45%;
	padding: 5px;
}

.member-forms {
	width: 45%;
	padding: 5px;
}

.ministry-forms {
	width: 45%;
	padding: 5px;
}




/* start of events section */
.calendarsection {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0px;
	padding: 0px;
}

.calendarbuttons {
	display: flex;
	flex-direction: column;
}

.calendarlegend {
	width: 100px;
	padding: 10px;
	margin: 5px;
	border-radius: 10px;
	color: rgba(255,255,255,1.00);
	text-align: center;
}

.row1-calendar {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: 10px 0px 10px 10px;
	align-items: center;
}

.row2-calendar {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: 0px 0px 0px 10px;
	align-items: center;
}

.red {
	background-color: rgba(172,0,2,1.00);
}

.orange {
	background-color: rgba(228,113,0,1.00);
}

.pink {
	background-color: rgba(255,54,204,1.00);
}

.purple {
	background-color: rgba(148,51,166,1.00);
}

.blue {
	background-color: rgba(0,8,162,1.00);
}

.green {
	background-color: rgba(8,111,3,1.00);
}

#cedarcitycalendar {
	/*display: block;*/
	width: 95%;
}

#astoriacalendar {
	/*display: none;*/
	width: 95%;
}

#renocalendar {
	/*display: none;*/
	width: 95%;
}

#lasvegascalendar {
	/*display: none;*/
	width: 95%;
}

#tucsoncalendar {
	/*display: none;*/
	width: 95%;
}

#phoenixcalendar {
	/*display: none;*/
	width: 95%;
}


/* weapon forms */

.weapon-forms-section {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 5px;
	font-size: 1.8vw;
}

.shinai {
	display: flex;
	flex-direction: row;
	background-color: rgba(7,15,58,0.70);
	color: rgba(202,204,197,1.00);
	border-bottom: .5px dashed rgba(255,255,255,0.60);
}

.synthetics {
	display: flex;
	flex-direction: row;
	background-color: rgba(7,15,58,0.70);
	color: rgba(202,204,197,1.00);
	border-bottom: .5px dashed rgba(255,255,255,0.60);
}

.rapier {
	display: flex;
	flex-direction: row;
	background-color: rgba(7,15,58,0.70);
	color: rgba(202,204,197,1.00);
	border-bottom: .5px dashed rgba(255,255,255,0.60);
}

.fullsteel {
	display: flex;
	flex-direction: row;
	background-color: rgba(7,15,58,0.70);
	color: rgba(202,204,197,1.00);
}

.weapon-section-titles {
	display: flex;
	flex-direction: row;
	background-color: rgba(7,15,58,0.70);
	color: rgba(255,255,91,0.80);
	font-size: 3vw;
	/*text-decoration: underline;*/
	border-bottom: .5px dashed rgba(255,255,255,0.60);
	padding-bottom: 5px;
}

.weapon-note {
	color: rgba(7,15,58,0.90);
	font-size: 2vw;
	margin-bottom: 5px;
	border: 0.5px solid rgba(7,15,58,0.70);
	border-radius: 10px;
	text-align: center;
}

.weapon-type {
	width: 20%;
}

.armor-requirements {
	width: 30%;
}

.requirements-to-weild {
	width: 30%;
}

.weapon-picture {
	width: 20%;
}


.image-columns {
	display: flex;
	flex-direction: column;
}

.image-rows {
	display: flex;
	flex-direction: row;
	align-items: center;
}



.footer {
    width: 100%;
    height: 30px;
    background-color: rgba(7,15,58,0.90);
	/*display: box;*/
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
	/*align-items: center;*/
	margin: 0px;
	padding: 0px;
	/*padding-top: 64px;*/
	position: fixed;
	bottom: 0px;
	/*box-pack: center;
	box-align: center;*/
	text-decoration: none;
	
}

.copyright {
    color: rgba(188,193,177,1.00);
    font-size: 15px;
    text-align: center;
    padding-left: 5px;
    font-family: junicoderegular;
	padding-top: 5px;
}

.footer-navigation-yellow-buttons {
	text-align: center;
	margin: 0px auto;
	/*padding-left: 3px;
	padding-right: 3px;*/
	/*border: 2px solid rgba(255,0,4,1.00);*/
	min-width: 70%;
	/*display: block; */
	display: flex;
	flex-direction: row;
	justify-content: center;
	/*align-items: center;*/
	padding-bottom: 10px;
}

.yellow-button {
	/*flex: 1; */
    color: rgba(7,15,58,1.00);
    /*font-size: 1.3rem;*/
	font-size: 1.8vw;
    font-family: goudy_old_stylebold;
    background-color: rgba(255,255,91,0.50);
    border-radius: 30px 30px 0px 0px;	
	width: 100px;
	min-height: 30px;
	margin: 0px 5px 0px 5px;
	padding-left: 2px;
	padding-right: 2px;
}

.yellow-button:hover {
	background-color: rgba(254,254,148,0.70);
	/*color: rgba(7,15,58,0.80); */
}



.no-flipping-link-decoration {
	text-decoration: none;
	color: rgba(188,193,177,1.00);
}

.no-flipping-link-decorationblue {
	text-decoration: none;
	color: rgba(7,15,58,1.00);
}


.no-flipping-link-decorationyellow {
	text-decoration: none;
	color: rgba(239,238,71,0.80);
}

.link-decoration-white {
	text-decoration: none;
	color: rgba(255,2555,255,1.00);
}

.small-font {
	font-size: 1.1vw;
	font-family: junicoderegular;
	color: rgba(188,193,177,1.00);
}

.mailing-list {
	color: rgba(188,193,177,1.00);
	font-family: goudy_old_styleitalic;
	/*font-size: 15px;*/
	font-size: 1.3vw;
	text-align: center;
	margin-right: 5px;
	/*margin: 5px auto;*/
	padding: 5px 1px 0px 1px;	
	/*background-color: rgba(254,254,148,0.10);*/
	max-width: 200px;
	/*border: 2px solid rgba(255,0,4,1.00);  */
}

.smaller-images-20-percent {
	max-width: 20%;
	min-height: 40px;
}

.smaller-images-95-percent {
	max-width: 95%;
	min-height: auto;
}

.gallery {
	width: 190px;
	height: auto;
	padding: 2px 2px 2px 2px;
	
}

body {
	margin: 0px;
}

nav {
    height: 35px;
    /*background-color: rgba(7,15,58,0.90); */
    position: relative;
    z-index: 1000;
    border-top: 1px solid rgba(64,99,96,0.80);
	/*border-bottom: 2px solid rgba(64,99,96,1.00);*/
    font-family: goudy_mediaevalbold;	
}

.current-page {
	color: rgba(254,254,148,0.90);
}

.different-first-letter {
    font-family: "Junicode Bold";	
}

nav ul {
	/* width: 100%; */
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

nav ul li {
	width: 16.67%;
	height: 35px;
	/*border-left: 3px solid rgba(64,99,96,1.00);*/
	/*background-color: rgba(7,15,58,0.90);*/
}

nav ul li a {
	height: 35px;
	
	display: flex;
	align-items: center;
	justify-content: center;
	/*color: rgba(188,193,177,1.00); */
	background-color: rgba(7,15,58,0.70);
	color: rgba(202,204,197,1.00);
	text-decoration: none;
	/*font-size: 1.5rem;*/
	font-size:2vw;
	padding-left: 2px;
	padding-right: 2px;
	letter-spacing: 1px;
}


nav ul li:first-child {
	/* border-left: 2px solid rgba(188,193,177,1.00); */
	border-left: none;
}


nav ul li a:last-child {
	/* border-right: 2px solid rgba(188,193,177,1.00);
	border-right: none; */
}

nav ul li a:hover {
	/*background-color: rgba(188,193,177,1.00); */
	background-color: rgba(254,254,148,0.70);
	color: rgba(7,15,58,0.80);
}

nav ul li ul {
	flex-direction: column;
	display: none;
}

nav ul li ul li {
	width: 100%;
}

nav ul li ul li a {
    border-top: 0.5px solid rgba(188,193,177,0.80);
    background-color: rgba(7,15,58,0.70);
    color: rgba(188,193,177,1.00);
	font-size: 1.8vw;
	letter-spacing: 0;
    font-family: junicodebold;	
}

nav ul li ul li:first-child {
	border-left: none;
}

nav ul li ul li:last-child {
	border-right: none;
}

nav ul li:hover ul {
	display: block;
}

