@charset "utf-8";
/* CSS Document */


/* -- "VIEW MORE PHOTOS" BUTTON ------------------------------- */

#viewmorephotos {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	text-transform: uppercase;
	background-color: rgba(0,0,0,.6);
	width: 318px;
	margin-left: -159px;
	height: 46px;
	margin-top: -23px;
	border-radius: 23px;
	visibility: visible;
}

#viewmorephotos span:first-of-type {
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 400;
	font-size: 21px;
	text-transform: uppercase;
	color: white;
	padding-right: 10px;
}

#viewmorephotos img:first-of-type {
	width: 11px;
	height: 13px;
	padding-top: 5px;
}

/* -- FEATURED PHOTO DESIGNER --------------------------------- */

#billboard-designer {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	right: 0px;
	bottom: 15px;
	width: 275px;
	height: 89px;
	background-color: rgba(255, 255, 255, .8);
}
		#billboard-designer img {
			margin-left: 7px;
			width: 75px;
			height: 75px;
		}

		#billboard-designer ul {
			margin-left: 10px;
		}

		#billboard-designer li {
			font-family: "freight-sans-pro", sans-serif;
			font-weight: 400;
			font-size: 15px;
		}

		#billboard-designer li:first-of-type {
			font-weight: 600;
		}

/* -- FEATURED PHOTO PHOTOGRAPHER --------------------------------- */

#billboard-photo-credit {
	position: absolute;
	left: 10px;
	bottom: 10px;
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-shadow: 0 0 2px white;
}


/* -- PRIMARY PAGE MESSAGING  ------------------------------------ */

#hp-message {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #F0F1EC;
	width: 100%;
	height: 205px;
	margin-bottom: 30px;
}

#hp-message h1 {
	font-family: "lato", sans-serif;
	font-weight: 600;
	font-size: 34px;
	color: black;
}

#hp-message p {
	margin-top: 15px;
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
	width: 1102px;
	color: #191919;
}


/* -- SITE SECTION BOXES --------------------------------------- */

#site-sections {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1200px;
	height: 670px;
	margin: auto;
	margin-bottom: 85px;
}

.category-block {
	position: relative;
	width: 380px;
	height: 322px;
	border: 1px solid #C8C7BB;
	background-color: white;
}

.category-block img {
	width: 100%;
	height: 190px;
	object-fit: cover;
}

.category-block h4 {
	position: absolute;
	left: 10px;
	top: 170px;
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-shadow: 0 0 2px white;
}

.category-block div {
	padding: 20px;
	height: 89px;
}

.category-block h2 {
	font-family: "lato", sans-serif;
	font-weight: 600;
	font-size: 23px;
	color: black;
	margin-bottom: 7px;
}

.category-block p {
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 130%;
}

.category-block:hover {
	box-shadow: 1px 1px 3px 3px #dddddd;
}

/* -- FIND-A-PRO BOX --------------------------------------- */

.fap-block {
	width: 330px;
	height: 620px;
	background-color: white;
	border: 1px solid #C8C7BB;
	padding: 25px;

}

.fap-block h2 {
	font-family: "lato", sans-serif;
	font-weight: 600;
	font-size: 23px;
	color: black;
	margin-bottom: 7px;
}

.fap-block p {
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 130%;
}

.fap-block div {
	display: flex;
	align-items: center;
	margin-top: 32px;
}

.fap-block div:hover {
	box-shadow: 0px 0px 2px 2px #dddddd;
}

.fap-block ul {
	display: inline-block;
	margin-left: 15px;
	font-family: "lato", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 120%;
	white-space: nowrap;
}

.fap-block li {
	display: inline-block;
	float: left;
	width: 215px;
	overflow: hidden;  /* In orderf for this to work white-space nowrap had to be set on ul */
	text-overflow: ellipsis;
}

.fap-block li:nth-of-type(1) {
	text-transform: uppercase;
	font-weight: 600;
	line-height: 240%;
}

#white-button {
	border: 1px solid #C8C7BB;
	border-radius: 3px;
	width: 220px;
	height: 40px;
	margin: auto;
	margin-top: 42px;
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 400;
	font-size: 17px;
	text-transform: uppercase;
}

#white-button span {
	margin: auto;
}



/* -- PHOTO ROLL SECTION --------------------------------------- */

#photo-roll {
	width: 1200px;
	height: 156px;
	margin: auto;
}

#photo-roll > img {
	float: left;
	width: 234px;
	height: 156px;
	margin-right: 25px;
	object-fit: cover;
}

#photo-roll > img:last-of-type {
	float: left;
	width: 118px;
	height: 156px;
	object-fit: cover;
}

#photo-roll div {
	width: 234px;
	max-width: 234px;
	height: 156px;
	float: left;
	margin-right: 25px;
}

#photo-roll p {
	margin-top: 15px;
	font-family: "lato", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 140%;
}

#photo-roll p img {
	margin-left: 6px;
	padding-top: 5px;
	width: 14px;
	height: 16px;
}
