body{
	background-color:#fff;
	color:#555;
	font-family:Arial, Helvetica, sans-sarif;
	font-size: 16px;
	line-height:1.6em;
	margin: 0;
}

.container{
	width:80%;
	margin: auto;
	overflow: hidden;

}

#main-header{
	background-color: #EA1F30;
	color: #fff;
}


#navbar{
	z-index:1000;
	background-color: #444444b4;
	color: #fff;
  margin-bottom: 0px;
    width:100%;

}

.navbar-links{
  width:80%;
	margin: auto;
	overflow: hidden;
}

#navbar ul{
    padding:0;
    display: flex;

}

#navbar li{
	display: inline;
  list-style:none;
}

#navbar a{
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	padding: 1.3rem;
  display: block;
}

#navbar a:hover{
  color:#EA1F30;
}

.toggle-button{
  position: absolute;
  top: .9rem;
  right: 1rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 60px;
  height: 40px;
}

.toggle-button .bar {
  height: 3px;
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 1000px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.sticky + .content {
  padding-top: 10px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.sticky + .content {
  padding-top: 10px;
}

#showcase{
	background-image:url('../images/scouts1.png'); 
	background-position: center;
	min-height: 400px;
	margin-bottom: 30px;
	text-align: center;
}

#showcase h1{
	color: #EA1F30;
	text-shadow: 4px 4px #585858;
	font-size: 80px;
	line-height: 1.6em;
	padding-top: 100px;
	margin-top: 0px;
}

#showcase h2{
	color: #EA1F30;
	font-size: 30px;
	line-height: 1.6em;
	margin-bottom: 10px;
}

input[type=submit] {
	box-shadow: 3px 4px 11px 0px #899599;
	background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
	background-color:#ededed;
	border-radius:15px;
	border:1px solid #d6bcd6;
	display:inline-block;
	cursor:pointer;
	color:#272727;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:7px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e1e2ed;
	margin-bottom: 30px;
}

#main h1{
	color:#EA1F30;
}



#main{
	float: left;
	
	padding: 0 50px;
	box-sizing: border-box;
}

#main h2{
	color: #EA1F30;
}

#sidebar-top{
	float: right;
	width: 50%;
	color: rgb(0, 0, 0);
	padding: 10px;
	box-sizing: border-box;

}

#sidebar-bottom{
	float: right;
	width: 50%;
	color: rgb(0, 0, 0);
	padding: 10px;
	box-sizing: border-box;

}

#sidebar-top p{
	float: left;
}

input[type=image]{
	width: 160px;
	padding-right: 160px;
	float: left;
}

.main-footer{
	max-width: 1170px;
   
	margin:auto;
  
  }
  
  footer ul{
	list-style: none;
	padding: 0px;
  }
  
  .row{
	display: flex;
	flex-wrap: wrap;
  }
  
  .footer{
	  background-color: #1d3557;
	padding: 70px 0;
	clear: both;
	margin-top: -200px;
	margin-bottom: 0px;
  
   
  }
  
  .footer-col{
	width: 25%;
	padding: 0 10px;
  }
  
  .footer-col h4{
	font-size: 18px;
	color: #f2f2f2;
	text-transform: capitalize;
	margin-bottom: 1px;
	position: relative;
  }
  
  .footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color:#EA1F30 ;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
  }
  
  .footer-col ul li:not(:last-child){
	margin-bottom: 10px;
  }
  
  .footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #f2f2f2;
	text-decoration: none;
	color: #f2f2f2;
	transition: all 0.3s ease;
  }
  
  .footer-col ul li a:hover{
	color: #f2f2f2;
	padding-left: 10px;
  }
  
  
  @media(max-width: 1000px){
	.toggle-button{
	  display: flex;
	}
  
  
	.navbar-links{
	  display: none;
	  flex-direction: column;
	}
  
	.navbar-links ul{
	  flex-direction: column;
	}
  
	.navbar-links.active {
	  display: flex;
	}
  }
  
  @media(max-width: 768px){
	.footer-col{
	  width: 50%;
	  margin-bottom: 30px;
	}
  
  
  }
  
  @media(max-width: 574px){
	.footer-col{
	  width: 100%;
  
	}
  }