/*Applied to entire website*/

body{
	font-family: helvetica, serif;
	width: 992px;
	margin: 0 auto;
}

#body-text{
	font-size: 15px;
	line-height: 1.5;
}

.navbar-box {
    background-color: white;
    height: 75px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    position: relative;
    padding: 10px;
}

.navbar-cta{
	background-color: powderblue;
	font-size: 14px;
	padding: 4px;
	margin: 10px;
	justify-content: flex-start;
	text-decoration: none;

}

.navbar-cta:hover {
	background-color: yellowgreen;
}

.social-media-logo img{
	font-size: 14px;
	padding: 2px;
	margin: 10px;
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.nav-social-media{
    display: flex;
    justify-content: flex-end;

}


#navbar-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%); 
    width: 150px;
    height: 100px;
    
}

#navbar-logo img{
	width: 100%;
    height: 100%;
    object-fit: contain;
    justify-content: center;

}



.body-center-text-box{
	margin-top: 0px;
	margin: 20px;

}


.center-banner-text{
	text-align: center;
	margin-top: 5%;
	margin-bottom: 3%;
}

#banner-text{
	text-align: center;
	color: black;
	opacity: 100%;

}

.footer-text{
	display: flex;
	align-items: center;
    justify-content: center;
}


.banner-header-text{
	color: white;
	text-align: center;

}


.image-banner{
	background-image: url('../img/banner-image-1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	opacity: 100%;
	height: 275px;
	border: 1px solid grey;
	display: flex;
    align-items: center;
    justify-content: flex-start; 
    position: relative;
	margin-top: 40px;
	margin-bottom: 40px;

}

.banner-text-box{
    padding: 10px;
	display: flex;
    align-items: center;
    margin-left: 40px;
	margin-right: 10px;

}



/* Specific to index*/

.hero{
	background-image: url('../img/watercolour-hero.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	height: 55vh;

}

#hero-text{
	text-align: center;
	color: white;
}

.hero-half-box{
	width: 50%;
	margin: 20px auto;
	padding: 10px;
	position: relative;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 20px;
	background-color: #0068d1;
	opacity: 80%;

}

.center-box{
	background-color: #f2f2f2;
	width: 92%;
	height: 250px;
	margin: 40px auto;
	border: 1px solid grey;
	padding: 10px;
	align-items: center;
	justify-content: center;
    padding: 10px;
    
}

.center-box-cta{
	background-color: powderblue;
	font-size: 14px;
	padding: 10px;
	margin: 1%;	
	text-align: center;
	float: left; width: 10%;
	position: relative;
	transform: translateY(250%);




}

.center-box-cta:hover {
  background-color: yellowgreen;
}

.center-box-cta2{
	background-color: powderblue;
	font-size: 14px;
	padding: 10px;
	margin: 1%;	
	text-align: center;
	float: left; width: 10%;
	position: relative;
	transform: translateY(5%);


}

.center-box-cta2:hover {
  background-color: yellowgreen;
}

.center-box-paragraph{
	width: 45%;
	margin: 20px;
	padding: 10px;
	float: left; width: 40%;
	position: relative;
	transform: translateY(10%);

	

}


/*Specific to page 2*/




.center-banner-page2{
	background-image: url('../img/home-image-1.jpg');
	background-size: cover;
	background-position: center;
	opacity: 100%;
	height: 275px;
	display: flex;
    align-items: center;
    justify-content: center; 
	margin-top: 40px;
	margin-bottom: 40px;
}


.center-box-page-2{
	background-color: #f2f2f2;
	width: 92%;
	margin: 40px auto;
	border: 1px solid grey;
}





.center-box-page-2{
	background-color: #f2f2f2;
	width: 92%;
	margin: 40px auto;
	border: 1px solid grey;
}

/*Specific to page 3*/

.page3-side-paragraph{
	width: 48%;
	height: 250px;
	margin: 20px;
	margin-right: 0px;
	align-content: center;
}

.page3-cta{
	background-color: powderblue;
	width: 10%;
	font-size: 14px;
	padding: 5px;
	text-align: center;
}

.page3-cta:hover {
  background-color: yellowgreen;
}

.center-banner-page3{
	background-image: url('../img/home-image-2.jpg');
	background-size: cover;
	background-position: center;
	opacity: 100%;
	height: 275px;
	display: flex;
    align-items: center;
    justify-content: center; 
	margin-top: 40px;
	margin-bottom: 40px;
}





.center-wide-box{
	background-color: #D5EAAB;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 10px;
}




.page3-image-text-box{
	margin: 20px;
	height: 250px;
	display: flex;
    align-items: center;
	
}

/* Images */

.center-box-image1{
	background-image: url('../img/home-image-1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	height: 210px;
	width: 30%;
	margin: 10px;
	padding: 10px;
	position: relative;
	float: left; width: 33%;

}

.center-box-image2{
	background-image: url('../img/home-image-2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	height: 210px;
	width: 30%;
	margin: 10px;
	padding: 10px;
	position: relative;
	float: left; width: 33%;
}

.page2-image{
	background-image: url('../img/page1-image.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 20px;
	height: 250px;
	padding: 10px;
}

.page3-image1{
	background-image: url('../img/paper-1.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	height: 250px;
	width: 48%;
	margin: 10px;
	margin-left:0px;
}


.page3-image2{
	background-image: url('../img/paper-2.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	height: 250px;
	width: 48%;
	margin: 10px;
	margin-left:0px;
}

.page3-image3{
	background-image: url('../img/brushes-1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	height: 250px;
	width: 48%;
	margin: 10px;
	margin-left:0px;
}

.page3-image4{
	background-image: url('../img/brushes-2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	height: 250px;
	width: 48%;
	margin: 10px;
	margin-left:0px;
}

.page3-image4{
	background-image: url('../img/brushes-2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	height: 250px;
	width: 48%;
	margin: 10px;
	margin-left:0px;
}

.page4-left-image1{
	background-image: url('../img/page4-left-image1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	height: 250px;
	width: 48%;
	margin: 10px;
	margin-left:0px;
}

.page4-left-image2{
	background-image: url('../img/page4-left-image2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	height: 250px;
	width: 48%;
	margin: 10px;
	margin-left:0px;
}

.page4-left-image3{
	background-image: url('../img/turner.jpeg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	height: 250px;
	width: 48%;
	margin: 10px;
	margin-left:0px;
}

.page4-left-image4{
	background-image: url('../img/morisot.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	height: 250px;
	width: 48%;
	margin: 10px;
	margin-left:0px;
}

.page4-right-image1{
	background-image: url('../img/page4-right-image1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	width: 48%;
	height: 250px;
	margin: 20px;
	margin-right: 0px;
	
}

.page4-right-image2{
	background-image: url('../img/page4-right-image2.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	width: 48%;
	height: 250px;
	margin: 20px;
	margin-right: 0px;
	
}
.page4-right-image3{
	background-image: url('../img/audubon.jpeg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	width: 48%;
	height: 250px;
	margin: 20px;
	margin-right: 0px;
	
}
.page4-right-image4{
	background-image: url('../img/marin.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	width: 48%;
	height: 250px;
	margin: 20px;
	margin-right: 0px;
	
}

/*End of Images section */










