@charset "UTF-8";
/*headline:  font-family: "Montserrat", serif;
paragraph: font-family: "Noto Serif", serif;
*/ 


/* Vintage Card:
Dark Muave: #5C4B51
Light teal: #8CBEB2
Cream: #F2EBBF
Mustard yellow: #F3B562
Bright Salmon: #F06060
*/ 


/* Background color for Navbar and drop-down menus */
.navbar-custom, .navbar-custum .dropdown-menu { 
	Background-color: #5C4B51
	
}

/* Text color for navbar and dropdown menus */
.navbar-custom  .navbar-brand, .navbar-custom .navbar-text, 
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .dropdowm-item {
	color: #F2EBBF;
}
 /* Background and text colors for current page link and links on hover and focus  */ 
.navbar-custome .navitem.active .nav-link,
.navbar-custome .nav-item:hover .nav-nk,
.navbar-custom .nav-itme:focus .nav-link,
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
	background-color: #F2EBBF;
		color: #fff;
}
/* Border and text colors for menu icon on small screens */ 
.custom-together.navbar-toggler {
	border-color: #5C4B51;
		color: #fff;
}

/* navbar-brand logo */ 
.navbar-brand {
	background-image: url("../images /ard-logo-ps.png");
	background-repeat: no-repeat;
	padding-left: 80px;
	background-position: 7% center;
	background-size: 60px auto
}

/* header banner Section*/ 
#home_banner {
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
}

/* rem values are relative to the root html element, 1rem= 16px*/ 
#home_banner h1 {
	font-size: 4rem;
	color:black;
	text-shadow: 3px 5px rgba(71,71,71,0.68);
	position: absolute;
	left: 3%;
	bottom: 7%;
}

/*3 col main section*/
.main h2 {text-align: center;
		font-weight: 800;}


.contact_head {
	color: #8CBEB2;
	font-weight: 900;
}

.contact_sub {
	color: #F3B562;
	 font-weight: 600;
}

.navbar-toggler {
	color: #F2EBBF
}

.social a {margin: 0;
    display: inline-block;
    text-decoration: none;
    margin-left:10%;
    margin-right:10%;
}
/* Style all font awesome icons */
.fa {
  padding: 10px;
  font-size: 30px;
  width: 40px;
  margin-right: 5px;
  text-align: center;
  text-decoration: none;
}




/*Media Query Breakpoints*/
/*X-SMALL SIZE ONLY*/
@media (min-width:375px)
{
#home_banner h1 {
font-size: 1rem;
bottom: 3%;
left: 3%;
}
}

/*SMALL SIZE ONLY*/
@media screen and (min-width:576px)
{
#home_banner h1 {
font-size: 3rem;
bottom: 45%;
left: 20%;}
}

/*MEDIUM SIZE ONLY*/
@media (min-width: 768px)
{
#home_banner h1 {
font-size: 4rem;
bottom: 45%;
left: 20%;}
}

/*LARGE SIZE ONLY*/
@media (min-width:992px)
{
#home_banner h1 {
font-size: 3rem;
bottom: 5%;
left: 3%;
}
}
/*footer*/

 footer {text-align: center;
    line-height: 60px;
    background-color: #5C4B51;
    color: #F2EBBF;
}

 footer {text-align: center;
    line-height: 60px;
    background-color: #5C4B51;
    color: #F2EBBF;
}

.d-xl-block {
}
