@charset "UTF-8";
/*headline: font-family: 'Barlow Semi Condensed', sans-serif;
paragrapgh: font-family: 'Spectral', serif;
*/

/*Neutral Blues
  Cream: #FCFFF5
  Soft Grean: #D1DBBD
  Blue-Green: #91AA9D
  Blue: #3E606F
  Navy: #193441
*/


/* Background color for navbar and dropdown menus */
.navbar, .navbar-custom .dropdown-menu {
    background-color: #193441;
}
/* 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: #fff;
}

/* 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: #3E606F;
	color: #fff;
}

/* Border and text colors for menu icon on small screens */
.custom-toggler.navbar-toggler {
	border-color: #3E606F;
	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/GabriellaCraigLogoFor website.png"');
	background-repeat: no-repeat;
	padding-left: 60px;
	background-position: 6% center;
	background-size: 50px auto;
}

/*header banner section*/
#carousel1{
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}


.d-block{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#home_banner{
	background-image:url("../images/Skyline sunset.jpg");
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 150px 0;
}

/*about*/

.about{
	text-align: center;
}

/*contact*/

.contact_head{
	color: #91AA9D;
	font-weight: 900;
	font-family: font-family: 'Barlow Semi Condensed', sans-serif;
}

.contact_side{
	background: #FFFFFF
	url("../images/DSCN5499 copy.jpg") no-repeat center center;
	background-size: cover;
	padding: 0;
	height: 540px;
}

.btn{
	background-color: #3E606F 
}

/*Footer*/
footer{
	text-align: center;
	   line-height: 60px;
		background-color: #000000;
		color: #F8F8F8;
}

.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;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Instagram */
.fa-instagram {
  background: #125688;;
  color: white;
}

/*Media Query Breakpoints*/
/*X-Small Devices Only*/
@media screen and (min-width:375px){
#home_bg h1 {
    font-size: 1rem;
    bottom: 3%;
    left: 3%;
    }    
}

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

/*MEDIUM SIZE ONLY*/
@media (min-width: 768px) {
  #home_bg h1 {
	font-size: 2rem;
	bottom: 5%;
	left: 3%;
	}
  }

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