@font-face{
	src: url('../fonts/QuicksandRegular.ttf');
	font-family: 'QuicksandRegular';
}
@font-face{
	src: url('../fonts/Quicksand-Medium.ttf');
	font-family: 'Quicksand-Medium';
}
@font-face{
	src: url('../fonts/Quicksand-Light.ttf');
	font-family: 'Quicksand-Light';
}
@font-face{
	src: url('../fonts/Roboto-Bold.ttf');
	font-family: 'Roboto-Bold';
}
html, body{
	font-family: 'QuicksandRegular';
}
h1, h2, h3, h4, h5, h6, p{
	margin:0;
	padding:0;
}
body{
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% top;
}
.top-nav{
background-color: black;
text-align:center;
padding-bottom: 4px;
padding-top: 3px;
}
.top-nav p, .top-nav a{
color: white;
text-decoration: none;
font-size: .8rem;
}
.top-nav a{
font-weight: 600;
font-family: 'QuicksandRegular';
}
.top-nav a span{
	color: #EC1C24;
}
.top-nav a img{
	width: 1rem;
}
.visible-xs{
	display: none !important;
}
.hidden-xs{
	display: block !important;
}
.header-nav{
	background-color: #000;
	margin-top: 4rem;
}
.pizza-logo img{
    max-width: 14rem;
    margin-top: -4.5rem;
    margin-bottom: -4.7rem;
    position: relative;
    z-index: 1
}
.papa-logo img {
    max-width: 14rem;
    margin-top: -4.7rem;
    margin-bottom: -3.4rem;
    margin-left: -1.5rem;
    position: relative;
    z-index: 1
}
.navbar-expand-lg .navbar-nav .nav-link{
color: white;
font-size: .9rem;
padding-left:1rem;
padding-right: 1rem;
}
.navbar-expand-lg .navbar-nav{
padding-right: 4rem;
}
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link{
font-family: 'Quicksand-Medium';
}
.carousel-item, .carousel-inner, .carousel, .carousel-indicators li{
	height: 42vw;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.carousel-item:after{
	position: absolute;
	content: "";
	left: 0;
	display: none;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0,0,0,0.3);
}
.carousel-indicators {
	padding:2rem 0;
    position: absolute;
    right: 0;
    bottom: -13vw;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    height: 13vw;
    margin-bottom: 0;
    background-color: rgba(35,31,32,0.9);
}
.carousel-indicators li{
height: 100%;
width: 13vw;
margin-left: 1vw;
margin-right: 1vw;
}
.carousel-control-prev, .carousel-control-next {
    width: 3vw;
    bottom: -9.5vw;
    height: 6vw;
    top: inherit;
    left: 4vw;
    opacity: 1;
    z-index: 99;
    background-size: 100% 100%;
    background-image: url(../images/left-arrow.png);
}
.carousel-control-next{
	background-image: url(../images/right-arrow.png);
	left: inherit;
	right: 4vw
}
.carousel-control-prev span, .carousel-control-next span{
display: none;
}
.hero-section{
	padding-bottom: 13vw;
}
.para-section{
	padding-top: 3rem;
	padding-bottom: 4rem;
	text-align: center;
}
.para-section h1{
	color: #231F20;
	font-size: 3.5rem;
	font-family: 'Roboto-Bold';
}
.para-section .line{
	width: 8rem;
	background-color: #E68282;
	height: 1px;
	margin:auto;
	margin-top: 5rem;
	margin-bottom: 2rem; 
}
.para-section p{
	color: #231F20;
	font-size: 1.3rem;
}
.bottom-section .bottom-section-inner:nth-child(1){
background-color: rgba(35,31,32,0.8);
color: white;
padding: 4rem 5rem;
border-right: 1px solid white;
}
.bottom-section .bottom-section-inner img{
position: absolute;
width: 15rem;
top:1rem;
right:1rem;
}
.bottom-section .bottom-section-inner{
position: relative;
}
.bottom-section .bottom-section-inner:nth-child(2) img{
right:inherit;
left: 1rem;
top: 2rem;
width: 17rem;

}
.bottom-section .bottom-section-inner:nth-child(2) {
background-color: #6CB8E7;
text-align:right;
padding: 4rem 5rem;
color: white;
}
.bottom-section .bottom-section-inner hr{
border-top: 1px solid white;
width: 8rem;
max-width: 100%;
float: left;
margin-top: 2rem;
margin-bottom: 2rem;
}
.bottom-section .bottom-section-inner:nth-child(2) hr{
	float: right;
}
.bottom-section-inner h1{
font-size: 3.5rem;
font-family: 'Roboto-Bold';
margin-bottom: 3rem;
}
.bottom-section-inner h4{
font-family: 'Roboto-Bold';
font-size: 1.4rem;
}
.bottom-section-inner p{
font-size: 1.4rem
}
.footer-nav{
	margin-top: 1rem;
	margin-bottom: .5rem;
}
.footer-nav ul{
margin:0;
padding:0;
display: inline-block;
list-style: none;
margin-left: 10px;
}
.footer-nav ul li{
float: left;
}
.footer-nav p{
float: left;
padding-top: .2rem;
}
.footer-nav ul li img {
    margin-top: -18px;
    width: 2.6rem;
    margin-bottom: -18px;
    margin-right: 5px;
    margin-left: 5px;
}
.footer-nav ul li:last-child img{
	margin:0;
	width: 2rem;
}
.mobile-nav{
}



@media(max-width: 1300px){
	html{
		font-size: 12px;
	}
}
@media(max-width: 997px){

}
@media(max-width: 997px){
	.visible-xs{
		display: block !important;
	}
	.hidden-xs{
		display: none !important;
	}
	.mobile-nav img{
		width: 10rem;
		margin: 1rem;
	}
	.mobile-nav a:nth-child(2) img{
		width: 12rem;
		margin-left: -1.5rem;
	}
	.navbar-brand{
		display: none;
	}
	.header-nav{
		margin-top: 0;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1.5rem;
}
.navbar-toggler {
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding-top: 0;
    margin-top: 0;
}
.navbar-toggler i{
	font-size: 2rem;
	margin-right: 1rem;
	float: left;
}
.navbar-toggler span{
	display: inline-block;
	padding-top: .5rem;
}
.navbar-expand-lg .navbar-nav{
	padding-right: 0rem;
}
.carousel-indicators, .carousel-control-prev{
	display: none;
}
.carousel-item, .carousel-inner, .carousel{
	height: 50vh;
}
.carousel-control-next {
    
    left: inherit;
    right: 0;
    background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1));
    top: 0;
    padding: 1.5rem;
    padding-left: 5rem;
    bottom: 0;
    height: 100%;
    width: 7rem;
    z-index: 1
}
.carousel-control-next:after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background-size: 30%;
	background-repeat: no-repeat;
    background-position: 70% 50%;
	background-image: url(../images/right-arrow.png);
}
.para-section h1 {
    color: #231F20;
    font-size: 2.5rem;
    font-family: 'Roboto-Bold';
}
.hero-section {
    padding-bottom: 0vw;
}
.para-section .line {
    width: 8rem;
    background-color: #E68282;
    height: 1px;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.para-section p {
    color: #231F20;
    font-size: 1.5rem;
}
.bottom-section .bottom-section-inner:nth-child(1) {
    background-color: rgba(35,31,32,0.8);
    color: white;
    padding: 2rem 4rem;
    border-right: 1px solid white;
}
.bottom-section-inner h1 {
    font-size: 2.5rem;
    font-family: 'Roboto-Bold';
    margin-bottom: 2rem;
}
.bottom-section .bottom-section-inner img {
    position: absolute;
    width: 10rem;
    top: .5rem;
    right: .5rem;
}
.bottom-section .bottom-section-inner:nth-child(2) {
    background-color: #6CB8E7;
    text-align: left;
    padding: 2rem 4rem;
    color: white;
}
.bottom-section .bottom-section-inner:nth-child(2) hr{
	float: left;
}
.bottom-section .bottom-section-inner:nth-child(2) img {
    right: .5rem;
    left: inherit;
    top: .5rem;
    width: 12rem;
}
.footer-nav ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
    margin-left: auto;
}
.footer-nav ul li img {
    margin-top: -18px;
    width: 2rem;
    margin-bottom: -18px;
    margin-right: 5px;
    margin-left: 5px;
}
}