.nav-container {
	background-color: rgb(243, 243, 243);
    border-bottom: 2px solid rgb(222, 222, 222);
}

#logo img {
	width: 170px;
}

#menu-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
}

.bar .menu-horizontal {
	top: 0px;
}

#menu1 {
    padding: 15px 0;
}

.menu-horizontal > li > a {
	color: rgb(0, 1, 0);
	padding: 5px 2px;
	font-weight: 400;
    text-shadow: 1px 1px #b5dac1;
}

.menu-horizontal > li > a:hover {
    color: rgb(224, 165, 87);
}

@media (max-width: 1023px) and (min-width: 768px) {
	.bar-1 .bar__module {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 991px) {
	.container {
		max-width: calc(100% - 60px);
	}
	
	#menu-items {
		font-size: 14px;
		min-width: calc(100% - 160px);
	}
	
	#logo img {
		width: 150px;
	}
	
	#menu1 .col-md-5 {
		max-width: 160px;
	}
	
}

@media screen and (max-width: 767px) {
	
	#menu1 {
    	padding: 5px 0px;
	}
	
	#nav-toggle span {
		right: 15px;
		background: rgb(14, 66, 40);
	}
	
	#nav-toggle span:after,
	#nav-toggle span:before {
		background: rgb(14, 66, 40);
	}
	
	#menu-items {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        min-width: auto;
	}
	
	.menu-horizontal {
		text-align: center;
	}
	
	.menu-horizontal li a {
		display: block;
    	padding: 3px 10px;
	}	
	
	.bar__module {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 400px) {
	#menu-items {
		font-size: 13px;
	}
}

/*------------------------home page styling------------------*/



.women-to-drive {
	background: #fefefe;
}

.women-to-drive p {
	letter-spacing: .5px;
	font-size: 15px;
	color: #a0a7a0;
}

.women-to-drive h2,
.women-to-drive h3 {
	letter-spacing: .7px;
	color: #8e988e;
	text-align: center;
}

.women-to-drive section:first-child {
	padding-top: 30px;
}

.video-container {
	background-color: #fbfffb;
	padding: 50px 30px;
	border: 1px solid #f2fff2;
	border-radius: 10px;
}

.video-container p {
	font-size: 16px;
}

.double-section {
	text-shadow: 1px 0px rgba(193, 171, 171, 0.52);
	display: flex;
}

.img-block {
	position: relative;
	border-radius: 5px;
}

.double-section .text-section {
    position: absolute;
    width: 100%;
    height: calc(100% - 26px);
    top: 0px;
    left: 0px;
    background-color: rgba(245, 245, 245, 0.56);
    border-radius: 5px;
}

.double-section img {
	margin-bottom: 26px;
	border-radius: 5px;
}

.double-section h3 {
	text-align: center;
	margin-top: 30px;
}

.double-section p {
	color: #111;
	padding: 0 50px;
	
}

footer,
section.space--xs, footer.space--xs {
    border-top: 2px solid #f3f3f2;
    background-color: #f8f8f6;
    padding: 30px 0px;
}

@media screen and (max-width: 991px) {
	.women-to-drive .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
	}
	
	.opposition .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-flow: column-reverse;
		        flex-flow: column-reverse;
	}
	
	.double-section {
	    flex-flow: column;
	}
}

@media screen and (max-width:767px) {
	.double-section .img-block {
		position: static;
	}
	
	.double-section .text-section {
		position: static;
	}
	
	.img-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: reverse;
    	    -ms-flex-direction: column-reverse;
    	        flex-direction: column-reverse;
	}
	
	.double-section .text-section {
		background-color: inherit;
	}
	
	.double-section h3 {
		font-size: 22px;
	}
	
	.double-section p {
		padding: 0;
		text-shadow: none;
	}
}
