@charset "UTF-8";
/*headline: font-family: 'Limelight', cursive;
/*header 2: font-family: 'Dawning of a New Day', cursive;
	paragraph: font-family: 'Instrument Serif', serif;
	*/
/*portfolio:
  dark grey: #1C1D21
  white: #FFFFFF
  tan: #F1E3C1
  grey: #534B56
  red: #3D0C00
*/
/* Background color for navbar and dropdown menus */
.navbar-custom, .navbar-custom .dropdown-menu {
    background-color: #1C1D21;
}
/* Text color for navbar and dropdown menus */
.navbar-custom .navbar-brand, .navbar-custom .navbar-text,
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .dropdown-item {
    color: #FFFFFF;
}
/* Background and text colors for current page link and links on hover and focus */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .dropdown-item:hover, 
.navbar-custom .dropdown-item:focus {
    background-color: #1C1D21;
    color: #fff;
}
/* Border and text colors for menu icon on small screens */
.custom-toggler.navbar-toggler {
    border-color: #ecf0f1;
    color: #fff;
}
/* Hamburger icon - use same rgb values as previous rule for stroke */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(236,240,241, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*navbar-brand logo*/
.navbar-brand {
	background-image: url("../images/DarbyDesignLogo.png");
	background-repeat: no-repeat;
	padding-left: 70px;
	background-position: 3% center;
	background-size: 45px auto;
}
/*header banner section*/
#home_banner {
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
}

#home_banner h1 {
	font-size: 6rem;
	color: #F1E3C1;
	position: absolute;
	left: 25%;
	right: 25%;
	bottom: 18%;
	font-family: 'Limelight', cursive;
	
}
#home_banner h2 {
	font-size: 4rem;
	color: #FFFFFF;
	position: absolute;
	left: 24%;
	right: 25%;
	bottom: 9%;
	font-family: 'Dawning of a New Day', cursive;
}
/*main sections*/
.main h1 {align-content:center;
		  text-align: center; 
		  font-family: 'Limelight', cursive;
		  font-size: 2rem;
}

.container-fluid h2 {align-content:center;
		  text-align: center; 
		  font-family: 'Limelight', cursive;
		  font-size: 2rem;
}

.container-fluid h3 {align-content:center;
		  text-align: center; 
		  font-family: 'Instrument Serif', serif;
		  font-size: 1.5rem;
}

.main p {align-content: center;
		 text-align: center; 
		 font-family: 'Instrument Serif', serif;
}

.featurette-divider {
	margin: 2rem 0;
}

.carousel-item > img {
    width: 100%;
}

.carousel { font-family: 'Instrument Serif', serif;
	
}

.jumbotron h1 { font-family: 'Limelight', cursive;
}

.jumbotron p { font-family: 'Instrument Serif', serif;
	
}





/*footer*/
footer {text-align: center;
		line-height: 50px;
		background-color: #1C1D21;
		color: #ffffff;
}



/*Media Query Breakpoints*/
/*X-SMALL ONLY*/
@media screen and (min-width:375px){
#home_banner h1 {
  	    font-size: 2rem;
    	bottom: 16%;
   	    text-align: center;
    }    
}


/*SMALL SIZE ONLY*/
@media screen and (min-width:576px){
#home_banner h1 {
    	font-size: 3rem;
  	    bottom: 16%;
  	    text-align: center;
    }    


/*MEDIUM SIZE ONLY*/
@media (min-width: 768px) {
  #home_banner h1 {
	  	font-size: 4rem;
        bottom: 16%;
        text-align: center;
             }
  }


/*LARGE SIZE ONLY*/
@media screen and (min-width:992px){
    #home_banner h1 {
        font-size: 5rem;
        bottom: 16%;
        text-align: center;
        }
}
}