@font-face {
	font-family: "Raleway";
	src: url(./assets/Raleway-Medium.ttf);
}
@font-face {
	font-family: "Raleway Bold Italic";
	src: url(./assets/Raleway-BoldItalic.ttf);
}
@font-face {
	font-family: "Raleway Bold";
	src: url(./assets/Raleway-Bold.ttf);
}
@font-face {
	font-family: "Raleway Italic";
	src: url(./assets/Raleway-Italic.ttf);
}
:root {
	--redcrayola: #e00b4e;
	--darkjunglegreen: #041a04;
	--bitterlemon: #cfef1a;
}

body,
html {
	height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Raleway";
}

/* NAVBAR */
.navbar {
	background-color: white;
	margin: 0;
	display: flex;
	justify-content: space-between;
	padding: 0.5rem 1rem;
}
.nav-brand-link {
	text-decoration: none;
	display: flex;
}

.logo,
.logo-white {
	height: 60px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.nav-link {
	color: var(--redcrayola);
	display: block;
	padding: 0.5rem 1rem;
	text-decoration: none;
}
.nav-link:hover {
	color: var(--darkjunglegreen);
}
.img-hamburger {
	height: 40px;
	width: 40px;
}
.btn-hamburger {
	border: none;
	background-color: white;
	outline: none;
}
.btn-hamburger:focus {
	outline: none;
}
.hide {
	display: none;
}
.navbar-hidden {
	z-index: 2;
	background-color: white;
	position: absolute;
	width: 50%;
	top: 75px;
	right: 0px;
}
.navbar-list {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.img-icon-up {
	width: 35px;
	height: 35px;
}
.btn-top {
	outline: none;
	border: none;
	padding: 5px;
	margin: 5px;
	position: fixed;
	right: 0px;
	z-index: 99;
	display: none;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 5px;
}
.btn-top h3 {
	color: var(--redcrayola);
	margin: 0px;
	font-size: 18px;
}
.show {
	display: block;
}

/* MAIN CONTENT */
.page-container {
	margin: auto;
}
.content-container {
	width: 90%;
	margin: auto;
}

.services-section {
	width: 100%;
	margin-top: 10px;
}

p,
li,
.services-text {
	font-size: 16px;
	line-height: 1.5;
	font-family: "Raleway";
}

.highlight-pink {
	font-family: "Raleway Bold";
	color: var(--redcrayola);
}
.italics {
	font-family: "Raleway Italic";
}

figcaption {
	text-align: right;
	font-size: 14px;
	font-family: "Raleway";
}

/* // Jumbotron // */
.jumbotron,
.jumbotron-img {
	width: 100%;
}
.jumbotron-img {
	max-height: 40vh;
	object-fit: cover;
}

.cta-div {
	position: absolute;
	max-width: fit-content;
	top: 100px;
	z-index: 1;
	color: #041a04;
	padding: 5px;
	background-color: rgba(255, 255, 255, 0.5);
}
.cta-title {
	font-size: 1.2rem;
	background-color: rgba(255, 255, 255, 0.5);
	color: var(--darkjunglegreen);
	font-family: "Raleway";
	margin: 5px;
	padding: 10px;
}
.price-div {
	background-color: var(--bitterlemon);
	max-width: 200px;
	padding: 5px;
	text-align: left;
	transform: skewX(342deg);
	margin: 10px;
	display: inline-block;
}
.cta-price {
	font-weight: bold;
	font-size: 20px;
	font-family: "Raleway Bold";
	display: inline;
	padding: 2px;
}
.cta-btn {
	background-color: var(--redcrayola);
	border: none;
	border-radius: 5px;
	color: white;
	margin-top: 10px;
	padding: 5px 10px;
	font-size: 20px;
}
/* // end Jumbotron // */

.section-header,
.contact-header {
	background-color: var(--bitterlemon);
	font-size: 20px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-family: "Raleway Bold";
	margin: 10px 0px;
}
.services-heading {
	font-family: "Raleway Bold";
	color: var(--darkjunglegreen);
	font-size: 20px;
	margin-bottom: 5px;
}
.services-subheading {
	font-size: 18px;
	color: var(--redcrayola);
	font-weight: normal;
}

.img-services {
	width: 100%;
	border-radius: 5px;
}

.list-goals {
	list-style-type: circle;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* FOOTER */
footer {
	background-color: var(--redcrayola);
	bottom: 0;
	height: fit-content;
	justify-content: center;
	text-align: center;
	width: 100%;
	margin: 0px;
}
.row-footer {
	display: block;
}

.social-icons {
	margin: auto;
	padding: 20px;
}
.social-icons img {
	width: 38px;
	height: 38px;
	margin: 5px;
}
.footer-contact {
	padding: 5px;
}
.footer-contact div {
	text-align: left;
	display: flex;
	color: white;
	margin: 10px;
}
.footer-contact p,
.footer-contact a {
	padding-left: 15px;
	display: flex;
	height: 30px;
	margin: 0px;
	align-items: center;
}
.footer-contact a {
	color: white;
}

.footer-contact img {
	height: 30px;
	width: 30px;
}
.footer-links {
	display: flex;
	list-style-type: none;
	margin: 0px;
	padding: 0;
	text-align: center;
	justify-content: center;
}
.footer-links:hover {
	cursor: pointer;
}
.footer-links li a {
	color: white;
	font-size: 18px;
	padding: 10px;
	text-decoration: none;
}
.footer-links li a:hover {
	cursor: pointer;
}
/* 	CONTACT FORM  */
.contact-section {
	background-color: white;
	width: 85%;
	margin: 20px auto 20px auto;
	padding: 10px;
	border-radius: 5px;
	box-sizing: border-box;
}

.contact-form {
	padding: 10px;
	text-align: left;
}
.contact-form label {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0px;
}
.message-div {
	width: 100%;
	margin-bottom: 20px;
}
textarea {
	width: 100%;
	font-family: "Raleway";
	border: rgb(196 187 187) solid 1px;
	border-radius: 5px;
	outline: none;
	height: 100px;
	display: flex;
	font-size: 16px;
}

input {
	width: 100%;
	margin-left: 20px;
	padding-left: 10px;
	font-size: 16px;
	font-family: "Raleway";
	height: 40px;
	border-radius: 5px;
	outline: none;
	border: rgb(196 187 187) solid 1px;
}

.button-contact {
	height: 30px;
	width: fit-content;
	background-color: var(--redcrayola);
	color: white;
	border: none;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	margin: auto;
}

/* MEDIA QUERIES */
@media screen and (max-width: 479px) {
	.navbar {
		padding: 0px;
	}
	.navbar-list {
		padding-top: 0.5em;
	}
	.navbar-hidden {
		top: 64px;
	}
}

@media screen and (min-width: 480px) {
	.contact-section {
		width: 60%;
	}
	.cta-title {
		font-size: 1.5rem;
	}
	.cta-div {
		padding: 7px;
	}
}
@media screen and (max-width: 768px) {
	.navbar-desktop {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.cta-title {
		font-size: 2rem;
	}
	.page-container {
		width: 80%;
		padding: 0em 2em;
	}
	.contact-section {
		width: 40%;
	}
	.img-div {
		width: 100%;
		display: flex;
	}
	.img-div figure {
		width: 45%;
		margin: auto;
	}

	.btn-hamburger,
	.navbar-hidden {
		display: none;
	}
	.navbar-list {
		display: flex;
	}
	.img-services {
		max-height: 400px;
		object-fit: cover;
	}

	.contact-header {
		width: 200px;
		margin: auto;
	}
	.btn-top {
		right: 80px;
	}
}
@media screen and (min-width: 992px) {
	.page-container {
		width: 70%;
		padding: 0em 3em;
		margin: auto;
	}
	.jumbotron-img {
		max-height: 35vh;
		object-fit: cover;
	}
	.btn-top {
		right: 150px;
	}
}
@media screen and (min-width: 1200px) {
	.page-container {
		padding: 0em 4em;
	}
	.contact-section {
		width: 30%;
	}
	.cta-div {
		width: fit-content;
		max-width: none;
	}
	.cta-title {
		font-size: 2.5rem;
	}
}
