@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
.banner{
	background-image: url("../images/veteran-home.png");
	background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: top right;
}
@media (max-width: 992px){
	.navbar-nav .nav-link{
		color: #fff !important;
		padding: 1rem 0rem !important;
	}
	.navbar-nav .nav-item{
		border:0 !important;
	}
}
@media (min-width: 992px){
	.banner{
		height: 50vh;
		background-position: top left;
	}
	.banner_01{
		height: 50vh;
	}
	footer.home{
		min-height: 50vh;
	}
}
.logo{
	max-height: 150px;
	max-width: 400px;
}

.stamp{
	max-height: 150px;
	max-width: 150px;
}

footer{
	background: #710000;
}

#head{
	color: #8D8D8D;
}

.fs-6 {
    font-size: 14px!important;
}

/*---------------------------------------OBJECTIVE--------------------------------------*/
#foot-2{
	background: #4B617A;
}

header{
	background: #4B617A;
}
#foot-3{
	
	background: #FF6A39;
}

/*---------------------------------------DONATION--------------------------------------*/

.banner-2{
	padding: 5rem 0;
}

/*---------------------------------------501--------------------------------------*/

#grey{
   color: #8D8D8D ;
}

/*---------------------------------------Slider--------------------------------------*/

#slider{
   background: #710000;
}

#image{
   max-width: 2000px;
   position: relative;
   margin: auto;

}
.navbar-light .navbar-toggler-icon {
    background-image: url(../images/menu.png);
    background-size: 24px;
    background-position: left;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}