@charset "utf-8";
/* CSS Document */

html {
  scroll-behavior: smooth;
}

body {
	padding: 65px 0px 0px 0px;
	font-family: 'Cormorant', serif;
	overflow-x: hidden;
}



/* NAV BAR */
.navbar a {
	color: #000000;
}
.navbar-default {
	color: #000000;
	background-color: #FFF0D9;
}
.navbar-brand{
	font-family: 'Cormorant', serif;
	letter-spacing: 1pt;
	font-size: 20pt;
	font-weight: 700;
}
.navbar-nav {
	font-family: 'Poppins', sans-serif;
}
a.current {
	color: #754713;
	text-decoration: underline;
}


/* HOME PAGE */
/* CALL TO ACTION */
.call-to-action {
	background: linear-gradient(rgb(0,0,0,0.3), rgba(0,0,0,0.3)), url("images/Shop/1 Handmade metallic watercolour.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 470px;
}
.cta-inner {
	color: white;
	margin-top: 30px;
}
.cta-btn {
	font-family: 'Poppins', sans-serif;
	font-size: 14pt;
	display: inline-block;
    border-radius: 2rem;
	max-width: 200px;
	height: auto;
	background: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	padding: 5px 20px;
	color: #754713;
}
a.cta-btn:hover {
	color: white;
	background-color: black;
	text-decoration: none;
}


/* HOME - READ MORE BUTTONS */
.readmore-btn-div {
	display: flex;
	justify-content: flex-end;
}
.readmore-btn {
	font-family: 'Poppins', sans-serif;
	font-size: 12pt;
	display: inline-flex;
    border-radius: 2rem;
	max-width: 200px;
	height: auto;
	background: #000000;
	text-align: center;
	margin-top: 10px;
	padding: 2px 20px;
	color: white;
}
a.readmore-btn {
	color: white;
}
a.readmore-btn:hover {
	color: #FFF0D9;
	background: #754713;
	text-decoration: none;
}


/* HOME - ABOUT SECTION */
.home-ab-row {
	background-color: #FFF8F0;
	padding-top: 30px;
}
#about-title {
	font-size: 21px;
	border: 1px solid black;
	display: inline-block;
	padding: 3px 20px;
	font-weight: 700;
}
#about-img {
	padding-bottom: 30px;
}
.about-txt {
	padding-bottom: 30px;
}


/* HOME - BLOG SECTION */
.blog-row {
	background-color: #FDF5E8;
	padding-top: 30px;
}
.blog-title {
	font-size: 21px;
	border: 1px solid black;
	display: inline-block;
	padding: 3px 20px;
	font-weight: 700;
}
.blog-img {
	width: 350px; /* width of container */
    height: 350px; /* height of container */
    object-fit: cover;
	padding-bottom: 30px;
}
.blog-txt {
	padding-bottom: 30px;
}


/* HOME - PORTFOLIO SECTION */
#portf-title {
	font-size: 21px;
	border: 1px solid black;
	display: inline-block;
	padding: 3px 20px;
	font-weight: 700;
}
#photo-title {
	font-size: 19px;
	font-weight: 700;
}
#water-title {
	font-size: 19px;
	font-weight: 700;
}
.port-txt {
	padding-bottom: 30px;
}
.photo-img {
	padding-bottom: 30px;
}
.water-img {
	padding-bottom: 30px;
}
.home-port-txt {
	padding: 0px 20px;
}


/* ABOUT PAGE */
.about-container {
	max-width: 900px;
	margin: auto;
}
#about-name {
	font-size: 21px;
}
.about {
	font-size: 17px;
}
.contact-div {
	background-color: #FEF4E8;
}
#contact-info {
	font-size: 19px;
}
a.contact-link {
	color: black;
	text-decoration: none;
}
a.contact-link:hover {
	color: #754713;
	text-decoration: underline;
}


/* PORTFOLIO PAGE */
.port-container {
	max-width: 900px;
	margin: auto;
}
.port-title {
	width: 100%;
	text-align: center;
	font-size: 23px;
	background-color: #FDF5E8;
	padding: 10px 0px;
	margin-top: 30px;
	font-weight: 700;
}
.water-2 {
	width: 500px; /* width of container */
    height: 310px; /* height of container */
    object-fit: cover;
}
.water-3 {
	width: 500px; /* width of container */
    height: 590px; /* height of container */
    object-fit: cover;
}
.photo-5 {
	width: 100%; /* width of container */
    height: 195px; /* height of container */
    object-fit: cover;
}
.photo-6 {
	width: 100%; /* width of container */
    height: 195px; /* height of container */
    object-fit: cover;
}


/* BLOG PAGE */
.blog-container {
	max-width: 900px;
	margin: auto;
}
#blog-title {
	font-size: 22px;
	background-color: #FEF4E8;
	padding: 10px 30px;
	margin: 30px auto;
	font-weight: 700;
	border: none;
	text-align: center;
	width: 100%;
}


/* SHOP PAGE */
.shop-container {
	max-width: 900px;
	margin: auto;
	font-family: 'Poppins', sans-serif;
}
.item-title {
	font-size: 13pt;
	font-family: 'Cormorant', serif;
	font-weight: 700;
}
.item-desc{
	font-family: 'Cormorant', serif;
}
.shop-desc {
	background-color: #FDF5E8;
	padding: 20px 10px;
	font-size: 14px;
}
.price-pad {
	padding-top: 20px;
}
.orderNow-btn {
	font-family: 'Poppins', sans-serif;
	font-size: 12pt;
	display: inline-flex;
    border-radius: 2rem;
	max-width: 200px;
	height: auto;
	background: #000000;
	text-align: center;
	margin-top: 10px;
	padding: 2px 20px;
	color: white;
}
a.orderNow-btn {
	color: white;
}
a.orderNow-btn:hover {
	color: #FFF0D9;
	background: #754713;
	text-decoration: none;
}


/* FOOTER */
.footer-outer {
	background-color: #FFF0D9;
}
#footer-list-div {
	width: 50%
}
.footer-list {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 13px;
	display: inline;
	float: left;
	list-style: none;
	padding: 15px 30px 10px 5px;
	color: black;
}
#footer-img-div {
	width: 50%;
	padding-right: 20px;
}
.footer-img{
	margin: 12px 20px;
	max-width: 20px;
	display: inline-flex;
	float: right;
}

