@charset "UTF-8";
@import url('https://fonts.cdnfonts.com/css/lisu-bosa');
@import url('https://fonts.cdnfonts.com/css/roboto-condensed-3');
/* CSS Document */

/* Some normalizing stuff */

/** Prevent iOS text size adjust after orientation change, without disabling user zoom. */

html {
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/*default image settings */
img {
	border: 0;
	max-width:100%;
	height:auto;
}

/* The following makes padding and borders not be added to width site wide */
* {
  box-sizing: border-box;
}

.clear {
	clear:both;
}
.clearafter:after,
header:after,
footer:after,
nav:after,
section:after,
.contain:after
{
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

/* End normalizing stuff */


body {
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	font-size:22px;
	color:#000;
	margin:0 0 0 0;
	position:relative;
}
p { 
	line-height: 1.6em;
}
a {
	color:#84004c;
}
a:visited {
	color:#84004c;
}
a:active {
	color:#84004c;
}
a:hover {
	color:#b12475;
}

h1 {
    font-family: 'Lisu Bosa', sans-serif, Cambria, Times, "Times New Roman", "serif";
	width:100%;
	margin:0px;
	position:relative;
    background:#e7e7e7;
    padding:50px;
    text-align: center;
    color:#84004c;
    font-size:3em;
}
h2 {
	font-size:2.4em;
	font-weight:900;
    margin:20px 0;
}
h3 {
	font-size: 1.8em;
	font-weight:600;
}
h4 {
	font-size: 1.6em;
	font-weight:500;
    color:#84004c;
}


header {
	width:100%;
	margin:0px auto;
}
.header-logo {
	width:50%;
    float:left;
    padding:20px;
}
.header-logo img {
    max-height:140px;
}
.header-contact {
	width:50%;
    float:left;
    padding:20px;	
    text-align: right;
}
a.donate-header {
    display:inline-block;
    width:150px;
    height:150px;
    border-radius:50%;
    background:#84004c;
    color:#fff;
    font-size:1.2em;
    font-family: 'Lisu Bosa', sans-serif, Cambria, Times, "Times New Roman", "serif";
    text-decoration: none;
    text-align: center;
    padding:60px 0 0 0;
}
a.donate-header:hover {
    background:#b12475;
}

nav {
	background:#84004c;
	color:#fff;
    font-family: 'Lisu Bosa', sans-serif, Cambria, Times, "Times New Roman", "serif";
	text-align: center;
}

main {
	width:100%;
	padding:0;
	position: relative;
}
section {
	width:100%;
	position: relative;
}
.contain{
	width:100%;
	max-width:1080px;
	margin:0 auto;
	position: relative;
}

.fullpage {
	width:100%;
	margin:0 auto;
}
.col-half {
	width: 50%;
	float: left;
}
.col-third {
	width: 33.33%;
	float: left;
}
.col-fourth {
	width: 25%;
	float: left;
}
.col-twothirds {
	width: 66.66%;
	float: left;
}
.col-threefourths {
	width: 75%;
	float: left;
}

.pad-left {
	padding-left: 4%;
}
.pad-right {
	padding-right: 4%;
}
.pad-top {
	padding-top: 30px;
}
.pad-bottom {
	padding-bottom: 30px;
}
.pad-all {
	padding: 30px 4%;
}

.hero {
    background:url("../images/heroc81e.jpg?2") top no-repeat #7b536a;
    background-size:cover;
    padding:200px 0;
}
.hero div {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,.75) 50%, rgba(0,0,0,0) 100%);
    width:70%;
    padding:1px 0% 10px 5%;
}
.hero div h2 {
    color:#fff;
    font-size:3em;
    font-weight: 400;
}
.hero div h2 strong {
    display:block;
    color:#ebb808;
    font-size:1em;
    font-weight: 900;
}
.hero div h2 span {
    display:block;
    color:#fff;
    font-size:.7em;
    font-weight: 400;
}

.mauve {
    background:#c3abb9;
}
.greenbg {
    background:#4b7756;
    position:relative;
    padding:50px 5%;
    color:#fff;
}
.testimonies {
    background:#4b7756;
    position:relative;
}
.testimonies div {
    position:relative;
    background-image:url("../images/openquote.png");
    background-repeat: no-repeat;
    background-position: 5% 15px;
    background-size: 80px 55px;
    width:50%;
    float:left;
    height:500px;
    color:#fff;
    padding:50px 18% 0 5%;
    font-size:1.2em;
}
.testimonies div:nth-child(even){
    background-color:#305b47;
}
.testimonies div img {
    position:absolute;
    bottom:0px;
    right:0px;
    width:35%;
}
.testimonies div h5 {
    color:#6eaf91;
    position: absolute;
    bottom:0px;
    right:40%;
    font-size:1.3em;
}
.testimonies div h5 span {
    display:block;
    font-size:.6em;
}

.scholarshiplist {
	margin: 0px;
	padding:0px;
}
.scholarshiplist li{
    display: block;
    list-style: none;
	margin: 10px 0;
    line-height: 1.2em;
    width:100%;
    text-align: center;
	background:#84004c;
	border-radius:5px;
	color:#ffffff;
    font-size:1.1em;
}	
.scholarshiplist li a{
    display:block;
    width:100%;
    text-align: center;
	background:#84004c;
	border-radius:5px;
	padding:10px;
	color:#ffffff;
    font-size:1.1em;
    text-decoration: none;
}
.scholarshiplist li a:hover{
	background:#b12475;
}

.fundlist h4 {
    margin: 30px 0 0 0;
    padding:0px;
    font-size:1.2em;
}
.fundlist p {
    margin:5px 0 0 30px;
}


.pageimg {
	box-shadow: 20px 20px 0px rgba(0,0,0,.3);
    border-radius:5px;
}
.imgright {
	float:right;
	margin-left:10px;
}
.imgleft {
	float:left;
	margin-right:10px;
}
.alignright {
    text-align: right;
}

.list {
	margin:30px 0 30px 0px;
	padding:0px;
	font-size:1em;
}
.list li{
    display: list-item;
    list-style: none;
	background:url(../images/bullet.png) 0px 15px no-repeat;
	padding:5px 0px 5px 25px;
	margin: 0px 0;
    line-height: 1.4em;
}	

ol {
	margin:30px 0 30px 20px;
	padding:0px;
	font-size:1em;
}
ol li {
    margin:0px;
    padding:10px 0px 10px 10px;
}

hr {
	border: 0;
    height: 1px;
	margin:40px 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

q {
  quotes: "“" "”" "‘" "’";
}
q::before {
    content: open-quote;
}
q::after {
    content: close-quote;
}


.ctr {
	text-align:center;
}

.unfloatcenter {
    float:none;
    margin:0 auto;
}
.nowrappy {
    white-space: nowrap;
}

.c2a, .c2a:visited, .c2a:active {
	display:inline-block;
	background:#84004c;
	padding:20px 30px;
	border-radius:5px;
	color:#ffffff;
	text-decoration: none;
	font-size:1.4em;
}
.c2a:hover {
	color:#ffffff;
	background:#b12475;
}

address {
	font-size:1.2em;
	font-style:normal;
	margin:40px 0;
}

.formstyle fieldset {
	width:100%;
	border:none;	
	border-radius: 5px;
	margin:20px auto 0 auto;
	background:#cccccc;
}
.formstyle legend {
	font-size:22px;
	font-weight:bold;
	color:#000;
	margin:20px 0;
}
.formstyle div {
	margin:10px;
	text-align:left;
}
.formstyle label {
	font-size:16px;
	font-weight:bold;
	float:left;
	margin:12px 1% 0 0;
	width:25%;
}
.formstyle .submit {
	text-align:center;
}

.unoCme {
	display:none;
	visibility: hidden;
}

input {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:74%;
}
textarea {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:74%;
	height:120px;
}
select {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:auto;
	cursor:pointer;
}
input[type="radio"], input[type="checkbox"]{
    width:auto;
}
.button{
	background-color: #2f2e2c;
	border:none;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	width:auto;
	padding:2% 4%;
}
.button:hover{
	background-color: #b4282e;
	color:#fff;
	cursor:pointer;
	width:auto;
}

video {
    width:100%;
	position:absolute;
	z-index:0;
}
video.fillWidth {
	width: 100%;
}
.vidcontainer {
	position:relative;
	width:100%;
	height:auto;
}


.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* this class can be added to iframes for responsive results, compatible from mid 2021 on */
.video-iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.google-maps {
	position: relative;
	padding-bottom: 40%; 
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.socials {
    text-align: center;
}
.socials img {
    height:40px;
    margin:10px 20px;
}

.donate-footer {
    display:inline-block;
    width:200px;
    height:200px;
    border-radius:50%;
    background:#c3abb9;
    color:#84004c;
    font-size:2em;
    font-family: 'Lisu Bosa', sans-serif, Cambria, Times, "Times New Roman", "serif";
    text-decoration: none;
    text-align: center;
    padding:80px 0 0 0;
}
footer {
    background:#84004c;
    color:#fff;
	font-size:.8em;
	width:100%;
	margin:0 auto;
	padding:50px 4%;
}
footer a, footer a:visited, footer a:active {
    color:#fff;
}
footer a:hover {
}


@media (max-width: 1250px) {
    .hero {
        padding:200px 0;
    }
    .hero div {
        background: linear-gradient(90deg, rgba(0,0,0,.75) 50%, rgba(0,0,0,0) 100%);
        width:70%;
        padding:1px 10% 10px 5%;
    }
    .testimonies div {
        background-position: 5% 15px;
        background-size: 80px 55px;
        width:50%;
        float:left;
        height:500px;
        padding:50px 18% 0 5%;
        font-size:1em;
        line-height: 1.2em;
    }

}
@media (max-width: 1080px) {
    h1 {
        font-size:2em;
    }
    h2 {
        font-size:1.8em;
        font-weight:900;
    }
    h3 {
        font-size: 1.6em;
        font-weight:600;
    }
    h4 {
        font-size: 1.4em;
        font-weight:500;
        color:#84004c;
    }

    .hero div {
        background: rgb(0,0,0);
        background: linear-gradient(90deg, rgba(0,0,0,.75) 50%, rgba(0,0,0,0) 100%);
        width:100%;
        padding:1px 20% 10px 5%;
    }
    .hero div h2 {
        font-size:2.6em;
    }

    .testimonies div {
        background-position: 5% 15px;
        background-size: 80px 55px;
        width:50%;
        float:left;
        height:500px;
        padding:50px 10% 0 5%;
        font-size:1em;
        line-height: 1.2em;
    }
}
@media (max-width: 960px) {
    h1 {
        font-size:1.6em;
    }
    h2 {
        font-size:1.5em;
        font-weight:900;
    }
    h3 {
        font-size: 1.2em;
        font-weight:600;
    }
    h4 {
        font-size: 1.2em;
        font-weight:500;
        color:#84004c;
    }
    .header-logo {
        width:70%;
        float:left;
        padding:20px;
    }
    .header-logo img {
        max-height:140px;
    }
    .header-contact {
        width:30%;
        float:left;
        padding:20px;	
        text-align: right;
    }
    .donate-header {
        display:inline-block;
        width:150px;
        height:150px;
        border-radius:50%;
        background:#84004c;
        color:#fff;
        font-size:1.2em;
        font-family: 'Lisu Bosa', sans-serif, Cambria, Times, "Times New Roman", "serif";
        text-decoration: none;
        text-align: center;
        padding:60px 0 0 0;
    }

}
@media (max-width: 719px) {
    h1 {
        font-size:1.5em;
        padding:30px 2%;
    }
    h2 {
        font-size:1.4em;
        font-weight:900;
    }
    h3 {
        font-size: 1.1em;
        font-weight:600;
    }
    h4 {
        font-size: 1.1em;
        font-weight:500;
        color:#84004c;
    }
    .header-logo {
        width:100%;
        float:none;
        padding:20px;
    }
    .header-logo img {
        max-height:none;
        width:90%;
        margin:0 auto;
    }
    .header-contact {
        width:100%;
        float:none;
        padding:0px 20px 20px 0;	
        text-align: right;
    }
    a.donate-header {
        display:inline-block;
        width:auto;
        height:auto;
        border-radius:50%;
        font-size:1.2em;
        padding:20px 20px 20px 20px;
    }
    .hero {
        padding:150px 0;
    }
    .hero div {
        background: linear-gradient(90deg, rgba(0,0,0,.75) 100%, rgba(0,0,0,0) 100%);
        width:100%;
        padding:1px 5% 10px 5%;
    }
    .hero div h2 {
        font-size:1.6em;
    }
    
    .testimonies div {
        background-position: 5% 15px;
        background-size: 80px 55px;
        width:100%;
        float:none;
        height:450px;
        padding:50px 10% 0 5%;
        font-size:1em;
        line-height: 1.2em;
    }
    
    .c2a {
        font-size:1.2em;
        padding:15px 20px;
    }
    
    footer div:nth-child(3){
        text-align: center;
    }
    

    .col-half {
		width: 100%;
		float: none;
	}
	.col-third {
		width: 100%;
		float: none;
	}
	.col-fourth {
		width: 100%;
		float: none;
	}
	.col-twothirds {
		width: 100%;
		float: none;
	}
	.col-threefourths {
		width: 100%;
		float: none;
	}
	#credit {
		width:100%;
		float:none;
		text-align: center;
		padding:4%;
	}
}
