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

body {background-color: dimgrey;
	width: 100%;
	}
.services {
	margin: auto; 
	width: 600px;
	padding-top: 30px;
	height: 450px;
	line-height: 2;
	letter-spacing: .05em ;
	border-top: 1pt dashed #fff;
	border-bottom: 1pt dashed #fff;
	text-align: justify;
	}
.header { overflow: hidden;
	  border-bottom: 4px solid #FFF;
	  padding-bottom: 15px;
	  background-color: black;
	}

.volunteer { display: block; width: 100%; position: absolute}

.nav {display: block; margin: 0px}

.logo {display: inline-flex; float: left; width: 470px}

#logo {float: left; width: 100px; margin: 25px; margin-bottom: 10px; margin-left: 80px; margin-top: 50px}


.mission-pic { background-image: url(place here);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 90%;
	height: 100%;
	padding: 30px;
	display: block;
	text-align: center;
	}

.header-right {
	  color: #fff;
	  font-family: Montserrat;
      font-size: large;
	  float: right;
	  margin-top: 190px;
	  margin-right: 30px;
	  display: inline;
	 
    }
#donate { width: 100px; display: inline-block
	}

#volunteer {
	width:190px ;
	margin-top: 20px; 
	margin-right: 40px;
	float: right;
	background-color: #c8db29;
	color: white;
	font-family: Montserrat;
	font-size: medium;
	font-style: italic;
	border-radius: 6px;
	padding: 3px;

}


#minc-letter {
	  color: white;
	  width: 160px;
	  height: 140px;
	  padding-left: 25px;
	  display: block;
	  float: left;
	  font-family: Montserrat;
	  font-weight: 700;
	  font-size: medium;
	  margin-top: 64px;
	  line-height: 1.8em;
	  letter-spacing: .18em;
	  border-left: 1px solid ;
}
p { font-family: Montserrat; font-style: italic; color: white; }
a {  color: white;
	  padding: 5px;
	text-decoration: none;
}

a:hover { color: #c8db29;
}
a:active { color: #c8db29;}

.moto {font-family: montserrat;
	font-style: italic;
	margin-top: 15px;
	margin-bottom: 80px;
	margin-right: 50px;
	text-decoration: none;
	display: flex;
	justify-content: flex-end;
}

.footer {
	text-align: center;
	text-decoration: none;
	margin-top: 80px;
	color: #c8db29;
	font-family: montserrat;	
	background-color: black;
	padding-top: 30px;
	padding-bottom: 20px;
	border-top: 4px #fff solid;
	width: 100%;
}

/* Index Slideshow */

.mySlides { display: none;}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}


/* Mission */

.what-minc { width: 400px;
	font-family: impact;
	font-size: 52px;
	color: #c8db29;
	padding-bottom: 30px;
	margin: 0 auto;
}

.mission-stat { max-width: 800px;
	border-top: medium dotted #fff;
	border-bottom: medium dotted #fff;
	padding-bottom: 50px;
	padding-top: 30px;
	font-family: Montserrat;
	color: #c8db29;
	text-align: center;
	letter-spacing: 2px;
	line-height: 2.5;
	margin: 0 auto;
}

label {
	font-family: Montserrat;
	color: #c8db29;
	font-weight: 500;
}

.form { padding: 20px}

#contactus {margin-left: 32%;
	width: 200px;
	line-height: 1.2;	
}
.message { 
	font-family: Montserrat;
	color: #c8db29;
	text-align: center;
	font-size: 22px;
	word-spacing: 1px;
}
.about-us { 
	display: inline-block;
	left: 60%;
	color: #c8db29;
	font-family: Montserrat;
	font-size: small;
	width: 450px;
	letter-spacing: .7px;
}
.about-us-minc { font-family: Impact;
	font-size: 30px;
	letter-spacing: .5px;
	text-align: center;
	
}


/* About Us */


.exec-board {
	color: white;
	font-size: medium;
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: 2px dotted;
}
.committees {
	color: white;
	font-size: medium;
	padding: 10px;
	margin-bottom: 10px;
}
.board-name {border-bottom: 2px dotted #fff;
	padding: 10px;
}
.board-name-2 {padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px dotted #fff;
}
.commit-name {padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
	
}
#map { display: inline-block;
    width: 50%;
    height: 400px;
    background-color: grey;
	margin-left: 40px;
	margin-right: 30px;
 }

/* Contact Us */


#sendername {
	background-image:url(../img/user-01.png);
	background-repeat:no-repeat;
	background-position:1px;
	font-family: Montserrat;
	border:1px solid #DADADA;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:35px;
	width:345px;
	height:30px;
	font-size:14px;
	box-shadow:0 0 10px;
-webkit-box-shadow:0 0 10px;
/* For I.E */
-moz-box-shadow:0 0 10px;
/* For Mozilla Web Browser */
border-radius:5px;
-webkit-border-radius:5px;
/* For I.E */
-moz-border-radius:5px
/* For Mozilla Web Browser */
}
#senderEmail {
	background-image:url(../img/mail-icon-01.png);
	background-repeat:no-repeat;
	background-position:1px;
	font-family: Montserrat;
	border:1px solid #DADADA;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:35px;
	width:345px;
	height:30px;
	font-size:14px;
	box-shadow:0 0 10px;
-webkit-box-shadow:0 0 10px;
/* For I.E */
-moz-box-shadow:0 0 10px;
/* For Mozilla Web Browser */
border-radius:5px;
-webkit-border-radius:5px;
/* For I.E */
-moz-border-radius:5px
/* For Mozilla Web Browser */
}
#message {
	background-image:url(../img/pen-icon-01.png);
	background-repeat:no-repeat;
	background-position:1px 0;
	border:1px solid #DADADA;
	font-family: Montserrat;
	margin-top:10px;
	margin-bottom:10px;
	padding-top: 5px;
	padding-left:35px;
	padding-right:35px;
	width:310px;
	height:110px;
	font-size:14px;
	box-shadow:0 0 10px;
-webkit-box-shadow:0 0 10px;
/* For I.E */
-moz-box-shadow:0 0 10px;
/* For Mozilla Web Browser */
border-radius:5px;
-webkit-border-radius:5px;
/* For I.E */
-moz-border-radius:5px
/* For Mozilla Web Browser */
}
#submit {
	background-color:#c8db29;
	border-radius:5px;
	border-color:none;
	padding:10px 25px;
	color:#FFF;
	text-shadow:1px 1px 1px #949494;
}
#submit:hover {
	background-color: #0067FF;
}

.content p {text-align: center; }
.content h1 {font-family: Montserrat; color: #c8db29; text-align: center}

/* Events */


#calender-header {
	font-size: large;
	border-bottom: dashed thin #fff;
	width: 400px;
	margin-left: 150px;	
}

#calender-info {
	font-size: medium;
	border-bottom: dashed thin #fff;
	width: 400px;
	margin-left: 150px
}

main {margin: auto;
	width: 100%;
	margin-top: 50px;
}

.calendar {
  width: 90%;
  margin: auto;
  padding: 15px;
  padding-top: 25px;
  border: 5px solid black;
  font-family: Montserrat;
  border-top: none;
  box-shadow:0 0 10px;
-webkit-box-shadow:0 0 10px;
/* For I.E */
-moz-box-shadow:0 0 10px;
/* For Mozilla Web Browser */
border-radius:5px;
-webkit-border-radius:5px;
/* For I.E */
-moz-border-radius:5px
/* For Mozilla Web Browser */

}
.calendar__day__header {padding: 10px}
.calendar__day__header,
.calendar__day__cell {
  border: 1px solid #c8db29;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  color: white;
}
.calendar__day__header:first-child,
.calendar__day__cell:first-child {
  border-left none;
}
.calendar__day__header:last-child,
.calendar__day__cell:last-child {
  border-right none;
}

.calendar__day__header,
.calendar__day__cell {
  padding: .75rem 0 1.5rem;
}

.calendar__banner--month {
  border: 5px solid black;
  text-align: center;
  padding: .55rem;
  background-color: dimgray;
  box-shadow:0 0 10px;
-webkit-box-shadow:0 0 10px;
/* For I.E */
-moz-box-shadow:0 0 10px;
/* For Mozilla Web Browser */
border-radius:5px;
-webkit-border-radius:5px;
/* For I.E */
-moz-border-radius:5px
/* For Mozilla Web Browser */

}
.calendar__banner--month h1 {
  background-color: black;
  display: inline-block;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: .5rem 2rem;
  text-transform: uppercase;
  color: #c8db29;
}

.calendar__day__header {
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.calendar__day__cell {
  font-size: 4rem;
  position: relative;
}

trnth-child(odd) > .calendar__day__cell:nth-child(odd) {
  background-color: black ;
  color: #c8db29;
}

trnth-child(even) > .calendar__day__cell:nth-child(even) {
  background-color: black;
  color: #c8db29;
}

.calendar__day__cell[data-moon-phase] {
  background-color lightgrey;
}
.calendar__day__cell[data-moon-phase]:after {
  content: attr(data-moon-phase);
  color: white;
  display: block;
  font-weight: 400;
  font-size: .75rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1rem;
  text-transform: uppercase;
}

.calendar__day__cell[data-bank-holiday] {
  background-color: #c8db29;
  color: white;
  border-color: #c8db29;
}
.calendar__day__cell[data-bank-holiday]:after {
  content: attr(data-bank-holiday);
  color: white;
  display: block;
  font-size: .75rem;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1rem;
  text-transform: uppercase;
}