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



@media (min-device-width: 150px) and (max-device-width: 736px), screen and (device-width: 768px) and (device-height: 1280), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2), screen and (device-width: 720px) and (device-height: 1280)
 {
     

body{
    
    
    margin: 0px;
    padding: 0px;
    font-family: 'Arial', serif;
    padding-bottom: 100px;
}

     
     
 .menubtn{
         
         margin-top: 15px;
         display: inline-block;
         position: relative;
         
     }
     
     .menubtn > img{
         width: 30px;
         height: auto;
     
     }
     
.micro-bar{
    
      background-color: #e91a3c;
    padding: 10px;
    display: flex !important;
    position: relative;
    font-size: 11px;
    color: white;
}


.micro-bar > div{
    
    width: 100%;
}

.centerContent{
    
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
}


.topbar{
   position: absolute;
    left: 0px;
    top: 0px;
    padding-bottom: 15px;
    display: flex;
}

.topbar > div{
    
    width: 100%;
}

     
     .topbar > div:last-child{
         
         display: block;
		 text-align: right;
    position: absolute;
    top: -35px;
    right: 10px;
    z-index: 20;
     }
.tagline{
    
   background-color: #e91a3c;
    color: white;
    position: relative;
    text-align: center;
    letter-spacing: 0px;
    padding: 10px;
    font-size: 12px;
    border-radius: 6px;
    margin-top: -15px;
}

.logo{
    
    height: 40px;
    margin-top: 15px;
    width: auto;
}
     
     .banner{
         
         position: relative;
     }
     
     
.bannertext{
    position: relative;
    color: white;
    font-weight: bolder;
    font-size: calc(6em - 20vw);
    z-index: 10;
    line-height: 1.25;
    width: 100vw;
	display: block;
        background-color: rgba(0, 0, 0, .8);
	padding-bottom: 35px;
	padding-top: 10vh;
    text-align: center;
    text-transform: uppercase;
}

.bannertext > img {
    
    width: 100%;

}

.carousel img{
    
    height: 270px;
    object-fit: cover;
    object-position: center;
}

.navbar{
     padding:0px;
    text-align: left;
    position: fixed;
    z-index: 100;
    width: 80vw !important;
    height: 100%;
    display: block;
    top: 0px;
    left: -100vw;
    background-color: rgba(0,0,0, 0.95);
    padding-top: 15px;
}
.navbar > a{
    
    text-decoration: none;
    display: block !important;
    margin-top: 30px;
    color: white;
    padding: 10px;
    border-bottom: thin solid white;
    margin-left: 0px;
    font-weight: bold;
    
}

a{
    
    text-decoration: none;
}


.flex{
    
    display: block;
}

.bigoptions{
    
    margin-top: 16px;
    text-align: center;
}

.bigoptions > div >div{
    
    font-weight: bolder;
    font-size: 25px;
}


.bigoptions > div > div:nth-child(3){
    
    font-size: 11px;
    font-weight: normal;
}

.bigoptions > div{
    margin-bottom: 50px;
    padding: 15px;
    border-bottom: thin solid #E5E5E5;
    width: 100%;
    text-align: center;
}

     .bigoptions .cbtn{
         
         max-width: 50vw;
         margin-left: auto;
         margin-right: auto;
     }
     

.bigoptions img {
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    width: 80px;
    object-fit: contain;
    object-position: center;
    display: block;
}

.cbtn{
    
    background-color: #e91a3c;
    color: white;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    max-width: 50vw;
    font-weight: bold;
    border-radius: 6px;
    margin-top: 10px;
    font-size: 12px !important;
    
}
	 
	 .redbanner {
		 width: 100vw!important;
		 height: 100px!important;
	 }
	  .footer-container {
            max-width: 1200px;
            margin: auto;
		  text-align: center !important;
            padding: 0 20px;
            display: block;
            justify-content: space-between;
            align-items: flex-start;
        }
	 
	 .logo{
		 display: none;
	 }
	 
	 
	 .over-ride-child-width div{
		 
		 width: 100% !important;
	 }

	 
	 .allpurposefunding{
		 display: block !important;
	 }
	 
	 .allpurposefunding div{
		 
		 padding: 10px !important;
		 
	 }
	 
	 .bannertext h3 img{
		 
		 height: 80px !important;
		 display: block;
		 margin-left: auto;
		 margin-right: auto;
	 }
	 
	 .bannertext h3{
		 
		 font-size: 11px;
		 margin-top: 35px;
	 }
	 .allpurposefunding div{
		 
		 text-align: center !important;
	 }
	 
	 
	 .allpurposefunding > div:first-child{
		 
		         font-size: calc(4em - 10vw) !important;
        text-align: center !important;
        margin-top: 5%;
	 }
	 
	 .topbar{
		 margin-top: 30px !important; 
	 }
}
