@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;500&display=swap');

.modal{
    display: none;
    position: fixed;
    z-index: 2000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modalcontent{
    margin:0px auto;
    width: 100%;
    display: flex;
    font-family: 'Oswald', sans-serif;
    font-size:20px;
    font-weight:300;
    padding: 20px;
    position: relative;
    background-image: url(../images/child2.png);
    background-repeat: no-repeat;
    background-position: 16em bottom;
    background-size: 582px;
}

.home .modalcontent {
	width: 52%;
	margin-top: 39px;
}

.modalcontent .formbx{
    width: 400px;
}
.modalcontent h2{
    font-size:60px;
    margin: 0px;
    padding: 0px;
    font-weight:500;
	font-family: 'Oswald', sans-serif;
}
.modalcontent h2 span{
    color:orange !important;
}

.modalcontent .cont{
    width:100%;
}
.modalcontent .cont img{
	width: 50%;
    margin: 1em auto 0 auto;
    display: block;
}

.imgbx img{
    width: 431px;
    margin-top: -5.9px;
    position: absolute;
	right: 0px;
}

.home .imgbx img {
    width: 431px;
    margin-top: -60.9px;
    position: absolute;
	right: 0px;
}

.inner .imgbx img { margin-top: -66.9px;}
.formbx input{
    padding: 7px 20px;
    width: 85%;
    margin-bottom: 6px;
    border: none;
    border-bottom: dotted 1px #ccc;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    background: none;
}
.formbx .submit{
    width: auto;
    background-color: orange;
    color: #fff;
    border-radius: 200px;
    padding: 14px 36px;}

.close {
    color: #000;
    font-size: 46px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 11px;
    z-index: 2;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.inner .close{display:none;}

.progress{
    position: absolute;
    background-color: #ffffff73;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    align-items: center;
    display:none;
}
 
.formbx .mpesa{
    width: 104px;
    display: inline;
    vertical-align: middle;
}

.status{
    display:none;
    position: absolute;
    top: 15em;
    padding: 20px;
    z-index: 3;
    width: 71%;
    left: 0px;
    color: #fff;
    border-radius: 9px;
    right: 0px;
    margin: 0px auto;
}
.success-status{
    display: block;
    background: #36b54acc;
}

.error-status{
    display: block;
    background: #ef3d3dcc;
}

.currdonations , .currdonations h3{
	font-family: 'Oswald', sans-serif;
}
.currdonations h3{
	font-weight:500;
}
.currdonations .amount{
	font-size:20px;
}
.currdonations .mpesaamount{
	font-size:30px;
	color:orange;
}

header .beahero{
	float: right;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    display: block;
    vertical-align: middle;
}
header .beahero span{
	color:orange;
}
header .beahero a:hover span{
	color:#fff !important;
}

.thankyouimg{
	width:100%;
	margin:0px auto;
	text-align:center;
}

#outputImageContainer canvas{width:100%;}

#word-carousel {
      overflow: hidden;
      width: 100%;
      background-color:whitesmoke;
      padding:10px 20px;
      white-space: nowrap;
	margin-top:2em;
    }

    #word-carousel h3 {
      display:inline;
          font-size: 20px;
		color:orange;
    }

    .heroname {
      display: inline-block;
      padding:0px 20px;
      font-weight:400;
    }

@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 767px)  {
header .beahero {
    float: none;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    display: block;
    vertical-align: middle;
    width: 115px;
    padding: 14px 20px;
    background-color: #564b4b;
    line-height: 1.3;
    top: -29px;
    position: absolute;
    right: 0px;
}
.modalcontent {
    margin: 0px 0px 2em 0px;
    width: 100% !important;
	background-position: -3em bottom;
    background-blend-mode: soft-light;
}
.imgbx img{
	display:none;
}
	.progress img{ 
    width: 100%;
}
}