/* Arboria Book
font-family: arboria, sans-serif;
font-weight: 400;
font-style: normal;

Arboria Medium
font-family: arboria, sans-serif;
font-weight: 500;
font-style: normal;

Arboria Bold
font-family: arboria, sans-serif;
font-weight: 700;
font-style: normal; 
*/

:root {
    color: #191919;
    color: #E95005;
    color: #EA6935;
    color: #2E2E2E;
    color: #00000029;
    color: #F05E22;
    color: #E4E4E4;
}

body {
    margin: 0;
	padding: 0;
    font-weight:400;
    color: #2D2829;
    font-family: arboria, sans-serif;
} 

img {
	width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6,.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
    font-family: 'Lora', serif;
    font-weight: 700;
}

.h1, h1 {
    font-size: 80px;
}

.h2, h2 {
    font-size: 40px;
}

.h3, h3 {
    font-size: 30px;
}

p,
li,
a {
	font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}

strong {
    font-weight: 500;
}

ul {
	padding-left: 20px;
}

a:hover, a:focus {
	border-bottom: 0;
	text-decoration: none;
    color: inherit;
}

i {
	vertical-align: middle;
}

.orange-txt {
    color: #E95005;
}

.orange-border {
    border: 1px solid #E95005;
}

.rounded {
    border-radius: 10px!important;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

.bold-txt {
    font-weight: 600;
}

.font-20 {
    font-size: 20px;
}

.font-35 {
    font-size: 35px;
}

.font-60 {
    font-size: 60px;
}

button:focus {
    outline: none;
}

.btn-primary {
    padding: 15px 30px;
    color: #fff;
    vertical-align: middle;
    font-size: 15px;
    border: none;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:hover, .btn-primary:focus {
    color: #fff!important;
    border-color: #EA6935;
    border: none;
    box-shadow: none!important;
}

.btn-primary.orange {
    background-color: #EA6935;
    border-radius: 5px;
    padding: 20px;
    font-weight: 600;
    min-width: 200px;
}

.btn-primary.orange:not(:disabled):not(.disabled).active, .btn-primary.orange:not(:disabled):not(.disabled):active, .show>.btn-primary.orange.dropdown-toggle {
    color: #fff;
    background-color: #EA6935;
    border-color: #EA6935;
}

.btn-sm {
    padding: 5px 0!important;
    font-weight: 600;
    min-width: 80px!important;
    margin-left: 9px!important;
}

.play-btn-outlined, .play-btn-outlined:hover, .play-btn-outlined:focus {
    border: 2px solid #EA6935;
    color: #EA6935;
    padding: 15px;
    vertical-align: middle;
    line-height: 30px;
    background-color: #fff;
}

.play-btn-outlined i {
    font-size: 25px;
    line-height: 30px;
    vertical-align: middle;
}

.logo img {
    width: 90%;
}

.mt10 {
    margin-top:13px;
}

.mb10 {
    margin-bottom: 13px;
}

header {
    background-color: #191919;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 0 0 14px;
    font-size: 14px;
    vertical-align: middle;
    line-height: 42px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #EA6935;
}

.nav-item .nav-link.header-dropdown i {
    padding-left: 5px;
    font-size: 11px;
    vertical-align: middle;
    line-height: 30px;
    color: #fff!important;
}

.nav-item .dropdown-menu i {
    padding-left: 5px;
    font-size: 20px;
    vertical-align: middle;
    line-height: 30px;
    padding-right: 10px;
}

.dropdown-menu-lg-left {
    right: auto;
    left: 20px!important;
    top: 40px!important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #EA6935;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item.active i {
    color: #212529;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #EA6935;
}

.header-social-icons i {
    font-size: 25px;
}

.home-header {
    background-color: #191919;
    min-height: 100vh;
    background-image: url('/images/homepage/run-it-back-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-header-top {
    padding: 5vh 0px 5vh 0;
    /* height: 160vh; */
    height: 100%;
}

/* .home-header-top .col-md-6 {
    height: 55vh;
} */

.home-header-top .btn-primary {
    margin-top: 20px;
    /* position: absolute;
    bottom: 0;
    left: 15px; */
}

.home-header-bottom {
    height: 85vh;
}
.home-header-bottom .h2 {
    font-size: 34px;
}
.home-header .home-header-top .card .row {
    min-height:600px!important;
    height: 100%;
    align-items: center;
}
.home-header .home-header-top .card i {
    font-size: 60px;
    margin-right: 25px;
}

.home-header .home-header-top .card p, .home-header .home-header-top .card a {
    font-weight: 600;
    font-size: 25px;
    color: #191919;
    line-height: 30px;
}
.long-text {
    max-height: 500px;
    overflow-y: auto;
}
.home-header-top .carousel {
    position: relative;
    padding-top: 30vh;
}
.home-header .home-header-top .carousel .card p, .home-header .home-header-top .carousel .card a {
    font-weight: 400;
    font-size: 15px;
    color: #191919;
    line-height: 30px;
}
.carousel-control-prev-icon {
    position: absolute;
    left: -36%;
    background-image:none;
}
.carousel-control-next-icon {
    background-image:none;
}
.carousel-control-prev-icon i, .carousel-control-next-icon i {
    font-size:30px;
    color:#fff;
   
}
.carousel-control-prev-icon i::before, .carousel-control-next-icon i::before {
    opacity:10;
    transition:none;
}
.carousel-control-next {
    right: 0;
    left: 97%;
}
.carousel-control-next, .carousel-control-prev {
    width: 17%;
}
.carousel .card {
    /* min-height: 475px; */
    min-height: auto;
    margin: 20px;
}

.home-header-top .carousel-control-next, .home-header-top .carousel-control-prev {
    position: absolute;
    top: 60%;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    width: auto;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
    font-size: 30px;
    /* background: #EA6935; */
    height: fit-content;
    border-radius: 100%;
    text-align: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px 24px;
}

.home-header-top .carousel-control-next i, .home-header-top .carousel-control-prev i {
    width: 10px;
}

.home-header-top .carousel-control-prev {
    left: -5%;
    text-align: center;
}

.home-header-top .carousel-control-next {
    right: -50px;
    left: auto;
    text-align: center;
}

.intro {
    padding: 5% 0;
}

.completed-proj-section {
    padding-bottom: 10%;
}

.askew-card {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.askew-card:hover {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
}

.askew-card .btn-primary {
    margin-bottom: -25px;
    text-transform: uppercase;
}

.home-get-involved {
    background-image: url('/images/homepage/get-involved.jpg');
    background-position: center;
    background-size: cover;
    padding: 4% 0;
}

.home-get-involved .container {
    position: relative;
}

.home-get-involved .btn-primary {
    position: absolute;
    bottom: -36%;
    right: 60px;
}

/* About */
.page-header {
    background-position: top center;
    background-size: cover;
    min-height: 500px;
}

.page-header h1 {
    text-shadow: 0px 3px 6px #00000029;
}

.mission a:hover {
    color: #EA6935;
}

.mission i {
    font-size: 12px;
    margin-left: 10px;
}

.mission-statement {
    background-image: url('/images/our-story/mission-bg.jpg');
    background-position: center;
    background-size: cover;
    min-height: 500px;
    padding: 10% 0;
}

.meet-the-board {
    background-color: #E4E4E4;
    padding: 10% 0;
}

/* Empower pages */
.empower-video {
    /* background-image: url('/images/our-story/mission-bg.jpg'); */
    background-position: center;
    background-size: cover;
    min-height: 800px;
    padding: 10% 0;
}


/* Our projects */
.our-projects {
    padding: 5% 0;
}

.project {
    padding: 5% 0 0 0;
}

.filters a {
    font-size: 25px;
    color: #000;
    vertical-align: middle;
    line-height: 20px;
    text-transform: uppercase;
}

.filters span {
    font-size: 30px;
    color: #000;
    vertical-align: middle;
    line-height: 20px;
    margin: 0 20px;
}

/* Contact */
.contact {
    padding: 5% 0 10% 0;
}

/* Form styles */
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #191919;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #191919;
    background-color: #fff;
    border-color: #ececec;
    outline: 0;
    box-shadow: none;
}

.contact .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #191919;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

textarea.form-control {
    height: 150px!important;
}

.error, .error2 {
	margin-top: 15px;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}

.output, .output2 {
	margin-top: 15px;
	padding: 10px;
	background-color: #6dd8a1;
	color: #fff;
	display: none;
}

#email2 {
	display: none;
}

/* Footer */
footer {
    background-color: #191919;
    background-image: url('/images/homepage/lines.png');
    background-position: right 28% center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 5% 0 20px 0;
}

footer p, footer a, footer li {
    color: #fff;
}

footer i {
    font-size: 25px;
    padding-right: 10px;
}

.absolute-crown {
    max-width: 20%;
    position: absolute;
    top: -75%;
    left: 10%;
    z-index: 100;
}