.nav-container {
	background-color: rgba(13, 65, 181, 0.55);
    border-bottom: 2px solid rgb(71, 87, 123);
}

#logo img {
	width: 150px;
}

#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 #c8c0f5;
}

.menu-horizontal > li > a:hover {
    color: rgb(177, 217, 251);
    text-decoration: overline;
}

@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;
	}
	
	#logo img {
		width: 140px;
	}
}

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

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



.jackbe {
	background-color: rgba(89, 89, 255, 0.03);
}

.jackbe p {
    font-size: 15px;
    letter-spacing: .5px;
}

.jackbe h2 {
    letter-spacing: .7px;
}


.about-jackbe .heading-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	
}

.about-jackbe .heading-block img {
	width: 100px;
}

.about-jackbe h2 {
	min-width: 210px;
}

.mashup .container {
	background-color: rgba(11, 11, 239, 0.058);
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 10px;
}

.trendsmap {
	display: inline-block;
}

.trendsmap img {
	border-top-right-radius: 140px;
	border-bottom-left-radius: 140px;
}

.mapanything img {
	border-top-right-radius: 120px;
	border-bottom-left-radius: 120px;	
}

.mapanything {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 100px;
}

.video-cover .video-play-icon {
	background-color: rgba(97, 97, 239, 0.78);
    border: 2px solid #0000ca;
}

.video-play-icon:before {
	top: 48%;
	border-color: transparent transparent transparent #fff;
}

.presto {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.presto h2,
.carpool-finding h2 {
	text-align: center;
}

.carpool-finding {
	margin-top: 50px;
}

.app-depot {
	padding-top: 50px;
	border-top: 2px solid rgba(25, 25, 230, 0.23);
}

.app-depot h2 {
	text-align: center;
}

.app-depot-video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 75%;
	margin: 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 50px;
}

.app-depot-video p {
	margin-bottom: 40px;
	font-size: 17px;
	letter-spacing: .6px;
	line-height: 25px;
}

.software-ag h2 {
	text-align: center;
}

.software-ag img {
	border-radius: 10px;
}

footer,
section.space--xs, footer.space--xs {
    background-color: rgb(207, 220, 249);
    padding: 30px 0px;
    border-top: 2px solid rgb(2, 34, 187);
}


@media screen and (max-width: 991px) {
	.jackbe h2 {
		text-align: center;
	}
	
	.switchable .container > .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-flow: column-reverse;
		        flex-flow: column-reverse;
	}
	
	.trendsmap {
		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;
	}
	
	.trendsmap .img-section {
		text-align: center;
	}
	
	.mapanything {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	
	.presto {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.app-depot-video {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.jackbe section:first-child {
		margin-top: -50px;
	}
	
	.app-depot .heading-block {
		margin: 30px 0;
	}
	
	.trendsmap img {
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
	}
	
	.mapanything img {
		border-top-right-radius: 80px;
		border-bottom-left-radius: 80px;	
	}
}
