/* @override 
	http://www.hybridwebmedia.com/clients/css/Banner-2Layer-IB.css
*/
/* = CSS Stylesheet created for Indigenous Bridges. */
/* = Created by Tony Coolidge */
/* = February 21, 2019 */

/* Top Banner section */

/* banner */

.banner{
    width: 100%;
	background: #3e3e3e;
    margin: 0 auto;
    position: relative;
    z-index: 0;
	text-align: center;
	display: block;
}
.banner .bannerbottom{
        width: 100%;
		height: 100%;
        margin: 0 auto;
		text-align: center;
        position: absolute;
	    top: 7%;
		z-index: 2;
	    float: none;
    }
.banner .bannerbottom .bannerwindow{
        width: 100%;
		height: 85%;
        margin: 0 auto;
		text-align: center;
        position: relative;
		z-index: 3;
	    float: none;
    }
.banner-container{
	   text-align: center;
       width: 100%;
       margin: 0 auto;
       position: absolute;
	   top: 8%;
       z-index: 4;
       float: none;
    }
.BannerLogo{
       width: 55%;
	   height: auto;
	   max-width: 446px;
    }
.TuvaluLogo{
	   border: none;
       width: 25%;
	   height: 25%;
	   min-height: 100px;
    }
.bannertagline{
	   font-family: Century Gothic, futura, "futura", helvetica, verdana;
	   font-size: 14px;
       line-height: 15px;
       color: #ffffff;
       text-shadow: 0 0 16px black;
	   padding: 0 8px 0 8px;
	   margin: 0;
   }
.bannerphone{
   	   font-family: Century Gothic, futura, "futura", helvetica, verdana;
       font-size: 15px;
       line-height: 17px;
       color: #ffffff;
       text-shadow: 0 0 16px black;
   }
.bigtagline{
	   font-family: Century Gothic, futura, "futura", helvetica, verdana;
	   font-size: 34px;
       line-height: 45px;
       color: #ffffff;
       text-shadow: 0 0 16px black;
	   padding: 52px 8px 0 8px;
   }
.donatetagline{
	   font-family: Century Gothic, futura, "futura", helvetica, verdana;
	   font-size: 20px;
       line-height: 28px;
       color: #ffffff;
       text-shadow: 0 0 16px black;
	   padding: 10px 8px 0 8px;
   }

@media screen and (min-width: 500px) {
   .banner .bannerbottom{
	    top: 8%;
    }
   .banner .bannerbottom .bannerwindow{
        width: 83%;
		height: 83%;
    }
   .banner-container{
	   top: 7%;
    }
    .bannertagline{
	    font-size: 15px;
        line-height: 16px;
    }
    .bannerphone{
       font-size: 15px;
       line-height: 15px;
   }
    .bigtagline{
	   padding: 75px 8px 0 8px;
   }
.donatetagline{
	   font-size: 20px;
       line-height: 28px;
	   padding: 12px 8px 0 8px;
   }
}

@media screen and (min-width: 600px) {
	
	.banner .bannerbottom .bannerwindow{
        width: 80%;
		height: 80%;
    }
	
   .banner .bannerbottom{
	    top: 9%;
    }
   .banner .bannerbottom .bannerwindow{
        width: 80%;
		height: 80%;
    }
	.banner-container{
	   top: 5%;
    }
    .bannertagline{
	    font-size: 16px;
        line-height: 21px;
    }
    .bannerphone{
       font-size: 16px;
       line-height: 19px;
   }
    .bigtagline{
	   padding: 84px 8px 0 8px;
   }
.donatetagline{
	   font-size: 25px;
       line-height: 34px;
	   padding: 16px 8px 0 8px;
   }
}

@media screen and (min-width: 700px) {
	
	.banner .bannerbottom .bannerwindow{
        width: 75%;
		height: 75%;
    }

	.bannertagline{
	    font-size: 18px;
        line-height: 23px;
    }
	.bannerphone{
        font-size: 17px;
        line-height: 20px;
   }
    .bigtagline{
	   padding: 94px 8px 0 8px;
   }
    .donatetagline{
	   font-size: 32px;
       line-height: 40px;
	   padding: 20px 8px 0 8px;
   }
}

@media screen and (min-width: 800px) {
	
	.banner .bannerbottom .bannerwindow{
        width: 70%;
		height: 75%;
    }
	
	.bannertagline{
	    font-size: 20px;
        line-height: 26px;
    }
	.bannerphone{
       font-size: 18px;
       line-height: 22px;
   }
    .bigtagline{
	   padding: 104px 8px 0 8px;
   }

}
    .donatetagline{
	   padding: 35px 8px 0 8px;
   }

@media screen and (min-width: 900px) {

   .banner .bannerbottom{
	    top: 11%;
    }
   .banner .bannerbottom .bannerwindow{
        width: 65%;
		height: 70%;
	    max-height: 480px;
    }
	.banner-container{
	    top: 2%;
    }
	.bannertagline{
	    font-size: 24px;
        line-height: 29px;
    }
	.bannerphone{
       font-size: 22px;
       line-height: 26px;
   }
    .bigtagline{
	   padding: 114px 8px 0 8px;
   }
    .donatetagline{
	   padding: 50px 8px 0 8px;
   }
	
}

@media screen and (min-width: 1000px) {
	
   .banner .bannerbottom .bannerwindow{
        width: 60%;
		height: 65%;
	    max-height: 480px;
    }

	.bannertagline{
	    font-size: 28px;
        line-height: 32px;
    }
	.bannerphone{
       font-size: 24px;
       line-height: 28px;
   }
    .bigtagline{
	   padding: 124px 8px 0 8px;
   }
    .donatetagline{
	   padding: 80px 8px 0 8px;
   }
}

@media screen and (min-width: 1100px) {
    .bigtagline{
	   padding: 134px 8px 0 8px;
   }
    .donatetagline{
	   padding: 90px 8px 0 8px;
   }
}


@media screen and (min-width: 1200px) {

}