

/* Fonts */
/* below is closest to Magnifico logo */
/* font-family: 'Noto Serif', serif;*/


/* Footer */
.footer {
	background-color: #9c5938;
	/*background-color: #762123;*/
}

.footer h6 {
	color: white;
}

.footer p {
	color: white;
	font-size: 0.9rem;
	margin-bottom: 3px;
}

.footer .fab, .footer .fa {
	color: white;
	font-size: 1.3rem;
	margin-bottom: 3px;
	margin-right: 8px;
}

@media (max-width: 564px) {
	.footer h6 {
		font-size: 0.9rem;
	}

	.footer p {
		font-size: 0.8rem;
	}

	.footer .fab, .footer .fa {
		font-size: 1rem;
	}
}

/*End of footer styles*/

/*For offsetting the anchor*/
.anchoroffset {
	display: block;
    position: relative;
    top: -95px;
    visibility: hidden;
}

/*Vision Section*/
.vision-div i {
	font-size: 2rem;
	color: #9d4931;
}

.vision-div h4 {
	font-size: 1.5rem;
}

.vision-div p {
	font-size: 1rem;
}

@media (max-width: 564px) {
	.vision-div i {
		font-size: 1.3rem;
		color: #9d4931;
	}
	.vision-div h4 {
		font-size: 1rem;
	}
	.vision-div p {
		font-size: 0.8rem;
	}
}



/*H2 and H3 Section Titles and H5 Subtitles*/
h2 {
	color: #9d4932;
	font-family: 'Noto Serif', serif;
}

#sub-heading {
	color: #9d4932;
	font-family: 'Noto Serif', serif;
	font-size: 1.5rem;
}

@media (max-width: 564px) {
	h2 {
		font-size: 1.3rem;
	}
	h5 {
		font-size: 1.1rem;
	}
	#sub-heading {
		font-size: 1.1rem;
	}
}


/*Learn More Button*/
.learnmore-button {
	background-color: #71128e;
}

/*HR for entire index*/
hr {
	width: 7rem;	
	border-top: 2px solid #70118c;
}

/*Buttons in navbar*/
#donate-button {
	background-color: #9c5938;
	color: white;
}

#signup-button {
	background-color: #71128e;
	color: white;
}

#contactus-button {
	background-color: #762123;
	color: white;
}

/*Navbar*/
#mynavitem {
	/*color: red;*/
	font-size: 1rem;
	color: #762123;
	font-weight: bolder;
}


/* Cards: To get fixed height for large only */
@media (min-width: 767px) {
	.join-body {
		min-height: 16.2rem;
		
	}
}

/*Read more in cards (board members)*/
 #read-more-board {
	color: #762123;
 }

/* Board Members */
@media (max-width: 564px) {
	.board-bio {
		font-size: 0.85rem;
	}
}

/*Carousel Captions*/
.carousel-photo-by {
	/*color: white;*/
	position: absolute;
	z-index: 10;
	bottom: 2px;
	right: 10px;
	text-align: left;
	font-size: .65rem;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.carousel-caption {
	/*setting opacity*/ 
    background: rgba(255, 255, 255, 0.6);
}

.carousel-caption h5, .carousel-caption h6 {
	color: #71128e;
	font-family: 'Noto Serif', serif;
}

.carousel-caption button, .carousel-caption a {
	background-color: #762123;
	color: white;
}

.carousel-caption img {
	width: 200px;
}

@media only screen and (min-width: 1300px) {
	.carousel-caption h5 {
		font-size: 5rem;
	}

	.carousel-caption h6 {
		font-size: 2.75rem;
	}
}

@media only screen and (max-width: 1300px) and (min-width: 1040px) {
	.carousel-caption h5 {
		font-size: 3.3rem;
	}

	.carousel-caption h6 {
		font-size: 2rem;
	}
}

@media only screen and (max-width: 1039px) and (min-width: 701px) {
	.carousel-caption h5 {
		font-size: 2.5rem;
	}

	.carousel-caption h6 {
		font-size: 1.2rem;
	}
}

/*optimized at 375*/
@media only screen and (max-width: 700px) {
	.carousel-caption img {
		width: 60px;
	}
	.carousel-caption h5 {
		font-size: 0.6rem;
	}

	.carousel-caption h6 {
		font-size: 0.5rem;
	}

	.carousel-caption a {
		font-size: 0.5rem;
		padding: 2px;
	}

	.carousel-caption .btn-sm {
		width: 30px;
		height: 20px;
		font-size: 0.5rem;
	}

}


#carousel-caption-1 {
    top: 26%;
    left: 67%;
    width: 29%;
    bottom: auto;
    
}

#carousel-caption-2 {
    top: 19%;
    left: 7%;
    width: 27%;
    bottom: auto;
}

#carousel-caption-3 {
    top: 22%;
    left: 8%;
    width: 34%;
    bottom: auto;
}

#carousel-caption-4 {
    top: 14%;
    left: 35%;
    width: 30%;
    bottom: auto;
}

#carousel-caption-5 {
    top: 22%;
    left: 8%;
    width: 30%;
    bottom: auto;
}

#carousel-caption-6 {
    top: 20%;
    left: 66%;
    width: 28%;
    bottom: auto;
}

#carousel-caption-7 {
    top: 18%;
    left: 10%;
    width: 30%;
    bottom: auto;
}

#carousel-caption-8 {
    top: 19%;
    left: 13%;
    width: 30%;
    bottom: auto;
}
/*End of Carousel Captions*/


/* Gallery */
@media only screen and (min-width: 565px) {
	#my-gallery img {
		padding-top: 10px;
	}

	.modal-photo-caption {
		color: white;
		position: absolute;
		z-index: 10;
		bottom: 1px;
		right: 12px;
		text-align: left;
		font-size: .65rem;
	}
}

@media only screen and (max-width: 564px) {
	#my-gallery img {
		padding-top: 10px;
	}

	.modal-photo-caption {
		color: white;
		position: absolute;
		z-index: 10;
		bottom: 1px;
		right: 10px;
		text-align: left;
		font-size: 7px;
	}
}


/* Forms for Volunteers, Vendors, Patients, etc*/
.my-form-container {

}

label {
	color: #9d4932;
}

/* Sticky button for contact us*/
.sticky-contact-us {
	background: rgba(113, 18, 142, 1); /*rgb of #71128e*/
	color: white;
	width: auto;
	height: auto;
	position: fixed;
	/*position: sticky;*/
	left: 0%;
	z-index: 11;
	bottom: 25%;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-right-style: solid;
	border-right-color: #762123;
	border-right-width: 6px;
}

.sticky-contact-us p {
	font-size: 1rem;
	writing-mode: vertical-lr;
	text-orientation: vertical-lr;
	transform: rotate(180deg);
	letter-spacing: 3px;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding: 15px 7px 15px 7px;
	/*font-family: 'Noto Serif', serif;*/
}

/* JOIN US CARDS*/

@media (max-width: 564px) {
	.join-body h6 {
		font-size: 0.9rem;
	}
	.join-body p {
		font-size: 0.8rem;
	}
}

/* Patient's page to find out if they qualify */
#patient-signup-button {
	background-color: #71128e;
	color: white;
	width: 188px;
	text-align: left;
}