/** -------------- GENERAL STYLING -------------- **/
/** BLUE #15203C **/
/** ORNJ #FCA311 **/

html {
  scroll-behavior: smooth;
}
body{
	font-family: 'Manrope', sans-serif;
}
.overflow-prevention{
	overflow-x: hidden;
}
h1{
	font-family: "The Flower City", script;
    font-size: 4em;
    line-height: 1;
}
h3{
	font-weight: 700;
}
p{
    font-size: 0.9em;
    letter-spacing: 0.04em;
    line-height: 1.6;
}
@media (min-width: 576px) and (max-width: 991px){
	h1{
	    font-size: 2.5em;
	}
}
img{
	width: 100%;
	max-width: 100%;
}
.btn{
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 700;
	color: #FFF;
	font-size: 0.9em;
	padding: 8px 25px;
	background-color: #FCA311;
	border: 2px solid #FCA311;
}

@media (min-width: 576px) and (max-width: 767px){
	.container{
		max-width: 90%;
	}
}
@media(max-width: 575px){
	.container{
		padding-left: 24px !important;
		padding-right: 24px !important;
	}
}

/** -------------- NAVBAR STYLING -------------- **/
.navbar-custom-bg{
	background-color: #15203C;
}
.navbar-brand img{
	width: 130px;
	height: auto;
}
.nav-link{
	color: #FFF !important;
}
.nav-link:hover{
	color: #FCA311 !important;
}

/** -------------- HERO STYLING -------------- **/


.hero-section{
	padding: 80px 0;
}
.hero-text-image{
	width: 110%;
	margin: -5% 0 40px -10%;
	max-width: none;
}
@media(max-width: 575px){
	.hero-text-image{
		width: 100%;
		margin: -5% 0 40px 0;
	}
}
.hero-buttons .btn-ghost{
	color: #15203C;
	border: 2px solid #15203C;
	background-color: inherit;
}
.hero-buttons{
	margin-bottom: 30px;
}
.btn-bounce{
	color: #15203C;
	border: none;
	background-color: inherit;
	padding: 0;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
@media (min-width: 576px) and (max-width: 767px){
	.btn{
		letter-spacing: 0.1em;
		font-size: 0.7em;
		padding: 8px 20px;
	}
}
@media(max-width: 575px){
	.btn-bounce{
		margin-bottom: 40px;
	}
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
	    -moz-transform: translateY(0);
	    transform: translateY(0);
    }
    40% {
	    -moz-transform: translateY(-10px);
	    transform: translateY(-10px);
    }
    60% {
	    -moz-transform: translateY(-2px);
	    transform: translateY(-2px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
	    -moz-transform: translateY(0);
	    transform: translateY(0);
    }
    40% {
	    -moz-transform: translateY(-10px);
	    transform: translateY(-10px);
    }
    60% {
	    -moz-transform: translateY(-2px);
	    transform: translateY(-2px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
	    -moz-transform: translateY(0);
	    transform: translateY(0);
    }
    40% {
	    -moz-transform: translateY(-10px);
	    transform: translateY(-10px);
    }
    60% {
	    -moz-transform: translateY(-2px);
	    transform: translateY(-2px);
    }
}
.down-chevron{
	display: inline-block;
	padding: 0 10px;
	position: relative;
	top: 0.05em;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.hero-carousel-placeholder{
	background-image: url('http://jerryhodesign.com/images/homepage/Hero-Placeholder-Carousel-1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 8px;
	-moz-box-shadow: 0 1px 13px rgba(0,0,0,0.13);
	-webkit-box-shadow: 0 1px 13px rgba(0,0,0,0.13);
	box-shadow: 0 1px 13px rgba(0,0,0,0.13);
	-moz-transition: 1s ease-in-out background-image;
	-webkit-transition: 1s ease-in-out background-image;
	transition: 1s ease-in-out background-image;
}

/** -------------- ABOUT ME STYLING -------------- **/
.about-wedge-top{
	background-color: #FCA311;
	height: 200px;
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	margin: -200px 0 -1px;
	position: relative;
	z-index: -1;
}
.about-section{
	background-color: #FCA311;
	padding: 0 0 0;
}
.about-headshot{
	width: 130%;
	margin: -50% 0 0 -40%;
	max-width: none;
}
.about-text{
	margin: 0px 0 80px;
}
@media (max-width: 991px){
	.about-headshot{
	    width: 140%;
    	margin: -10% 0 0 -50%;
		max-width: none;
	}
}
@media (min-width: 620px) and (max-width: 767px){
	.about-headshot{
    	width: 130%;
	    margin: -10% 0 0 -40%;
		max-width: none;
	}
}
@media (max-width: 619px){
	.about-headshot{
		width: 200%;
    	margin: -120% 0 0 -110%;
		max-width: none;
	}
}
@media (min-width: 576px) and (max-width: 991px){
	.about-wedge-top{
		height: 80px;
		margin: -130px 0 -1px;
	}
}
@media(max-width: 575px){
	.about-wedge-top{
		height: 100px;
		margin: -130px 0 -1px;
	}
	.about-headshot{
		width: 110%;
		margin: -15% 0 0 -20%;
		max-width: none;
	}
	.about-text{
		margin: 40px 0 80px;
	}
}


/** -------------- WORK EXP ME STYLING -------------- **/
.work-image{
	width: 90%;
	margin: -10% 0 0 30px;
	max-width: none;
}
@media (min-width: 576px) and (max-width: 991px){
	.work-text{
		margin: 60px 0 190px;
	}
}
@media(max-width: 575px){
	.work-text{
		margin: 60px 0 0;
	}
}

/** -------------- CONTACT ME STYLING -------------- **/
.contact-wedge-top{
	background-color: #15203C;
	height: 200px;
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	margin: -200px 0 -1px;
	position: relative;
	z-index: -1;
}
.contact-section{
	background-color: #15203C;
	padding: 0 0 120px;
}
.contact-head{
	width: 130px;
	display: block;
	position: relative;
	bottom: 0;
	margin: -30% auto -140px;
	-moz-transition: 0.5s ease-in-out all;
	-webkit-transition: 0.5s ease-in-out all;
	transition: 0.5s ease-in-out all;
}
.contact-head:hover{
	bottom: 40px;
}
.contact-form{
	position: relative;
	z-index: 2;
	background-color: #FFF;
	padding: 30px;
	-moz-box-shadow: 0 1px 13px rgba(0,0,0,0.13);
	-webkit-box-shadow: 0 1px 13px rgba(0,0,0,0.13);
	box-shadow: 0 1px 13px rgba(0,0,0,0.13);
}
.contact-form .custom-checkbox{
	margin: 10px 0 10px;
}
.social-media-buttons img{
	width: 38px;
	height: auto;
}
.social-media-buttons a{
	display: inline-block;
	margin: 0 6px 0 0;
}
@media (min-width: 576px) and (max-width: 991px){
	.contact-wedge-top{
		height: 80px;
		margin: -130px 0 -1px;
	}
}
@media(max-width: 575px){
	.contact-wedge-top{
		height: 100px;
		margin: -130px 0 -1px;
	}
	.contact-text{
		margin: 40px 0 50px;
	}
	.contact-head{
		margin: 0 auto -140px;
	}
}


