/* 
Oxford Communications
Author: Luke H.
Version: 1.0v
*/

.sronly {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.z_index_negative{
	z-index: -1 !important;
}
.z_index_negative_2{
	z-index: 2;
}
.custom--overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .8;
}
.custom--clip-path-left {
	-webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}
.custom--clip-path-right {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}
.overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #192d35;
}
a.hasArrow{
	position: relative;
	display: flex;
	align-items: center;
}
a.hasArrow .i-arrow{
	position: absolute;
    right: -20px;
	font-size: 14px;
	transition: all .25s;
}
a.hasArrow:hover .i-arrow{
	right: -25px;
	transition: all .25s;
}
/* .hover--white:hover{
	color: #fff;
} */

/* 
Footer
*/
footer .logo{
	width: 100px;
	border-radius: 5px;
}
/* *************** */
/* Navigation */
/* *************** */

	/* Logo */
	
	nav .navbar-brand h2{
		margin-bottom: 0;
	}
	button.navbar-toggler:focus {
		outline: none;
	}

	/* Main nav */
	@media (min-width: 992px){
		nav.navbar-expand-lg .navbar-toggler {
			display: block;
		}
	}
	nav.navbar-expand-lg .navbar-toggler {
		z-index: 999999;
		margin-left: 15px;
	}
	#navigation-menu{
		position: fixed;
		top: 0;
		left: 0;
		justify-content: center !important;
		height: 100vh;
		width: 100vw;
		background-color: #fff;
		display: none !important;
		transition: all 0s;
	}
	#navigation-menu ul{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.navbar-toggled-show #navigation-menu{
		display: flex !important;
		transition: all 0s;
	}
	.navbar-nav > .nav-item {
		font-size: 2rem;
	}
	a.do_your_part.btn{
		transition: all .25s;
	}
	a.do_your_part.btn .i-arrow{
		margin-bottom: 3px;
		position: relative;
		transition: all .25s;
		left: 4px;
		top: 3px;
	}
	a.do_your_part.btn:hover .i-arrow{
		left: 9px;
		transition: all .25s;
	}


	#custom-subnav{
        margin-top: 2px;
        z-index: 99;
    }
    #custom-subnav .row{
        flex-wrap:initial;
    }
    #custom-subnav .card{
        position:absolute;
        width: 100%;
        top:100%;
        left: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border: 2px solid #192d35;
        border-top: 0;
    }
    #custom-subnav .card .card-body {
        padding: 2.25rem 20px;
    }
    #custom-subnav .relative{
        margin: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 3em;
        border-top-right-radius: 0.3125rem;
        border-top-left-radius: 0.3125rem;
    }
    #custom-subnav .relative>a{
        margin-bottom: 0;
	}
	

	@media (min-width: 1200px){
		.navbar-nav > .nav-item {
			font-size: 2rem;
		}
	}

/* Homepage */
	/* home 1 */
	/* #home-1 img.hero--image{
		border-top-left-radius: 80%;
		border-bottom-left-radius: 45%;
	} */
	/* home 2 */
	#home--2 img.oxford--icon{
		max-height: 100px;
	}

	#home-resource .card{
		border: 1px solid #898989;
	}

	
/* Individual */
	#tips-intro{
		/* padding-top: 75px; */
	}
    #individual-give-food{
        padding-top: 300px;
	}
	
/* Resources */
#resource-directory .card{
	border: 1px solid #898989;
}
    