@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700&display=swap');
/* CSS Document */


html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
		font-size:10px;
		text-decoration:none;
}

.align {
	display: table-cell; 
	vertical-align: middle;
}
.mouse {
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	text-align: center;
	height: 4rem;
	bottom: 2rem;
}
.content {
width: 100%;
}
.animation {
		-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}


/*HEADER FOOTER*/
header {
	width: calc(100% - 16rem);
	padding: 4rem 8rem 0 8rem;
	top: 0;
	left: 0;
	z-index: 20;
	position: absolute;
	text-align: center;
}
.logo {
width: 17.5%;
background-image: url(images/logo-mrpapa-black.svg);
background-position: center center;
background-repeat: no-repeat;
background-size: 100% auto;
color: transparent;
text-decoration: none;
margin: auto;
display: inline-block;
}
.logo:hover {
transform: scale(1.1);
}
.nav .logo {
background-image: url(images/logo-mrpapa-black.svg) !important;
}

.bt_menu, .bt_order, .bt_close, .bt_fiesta, .bt_white, .bt_black {
font-family: 'compadre_regularregular';
font-size: 1.6rem;
letter-spacing: -0.1rem;
padding: 0.5rem 1.5rem;
border: 2px solid #000;
opacity: 1;
text-transform: uppercase;
border-radius: 50%;
float: left;
color: #000;
text-align: center;
text-decoration: none;
}
.bt_order {
float: right;

position: fixed;
top: 4rem;
right: 8rem;
z-index: 99;
background-color: #fff;
}
.bt_menu {
position: fixed;
left: 8rem;
z-index: 99;
top: 4rem;
background-color: #fff;
}

.bt_menu:hover, .bt_close:hover, .bt_order:hover {
background-color: #000;
color: #FFF;
transform: scale(1.1);
}
.bt_fiesta {
color: #FFF;
background-color: #000;
position: fixed;
right: 8rem;
bottom: 4rem;
line-height: 2rem;
padding: 1rem 2.5rem;
z-index: 80;
animation: punpin 1s infinite;
}
.bt_fiesta:hover {
transform: scale(1.1);
}
@keyframes punpin {
  0%  {background-color:#F975E1;color: #000;border: none;}
		50%  {background-color: #82D4DE;color: #000;border: none;}
		100%  {background-color:#F975E1;color: #000;border: none;}
}
.bt_white, .bt_black {
border-radius: 1rem;
color: #FFF;
border: solid 2px #FFF;
padding: 0 4rem 0 1rem;
float: none;
background-position: right 1rem center;
background-repeat: no-repeat;
background-size: 15px auto;
background-image: url(images/arrow_white.svg);
}
.bt_white:hover {
background-color: #FFF;
color: #000;
background-image: url(images/arrow.svg);
transform: scale(1.1) !important;
}
.bt_black {
color: #000;
border: solid 2px #000;
background-image: url(images/arrow.svg);
}
.bt_black:hover {
background-color: #000;
color: #FFF;
background-image: url(images/arrow_white.svg);
transform: scale(1.1) !important;
}
.nav {
position: fixed;
z-index: 100;
background-color: #FFF;
width: calc(100% - 16rem);
height: calc(100vh - 8rem);
padding: 4rem 8rem 4rem 8rem;
top: 0;
left: -100%;
overflow: hidden;
}
.nav-wrap {
overflow-y: none; 
}
.navtop {
width: 100%; 
height: 6rem;
position: relative;
z-index: 3;
}
.navcontent {
width: 100%; 
height: calc(100vh - 20rem);
position: relative;
z-index: 1;
display: table;
background-position: right center;
background-repeat: no-repeat;
background-size: auto 100%;
background-image: url(images/menu-mrpapa.gif);
}

.nc-home {
    width: calc(100% - 12rem);
    padding: 10rem 6rem;
    height: calc(100% - 20rem);
    text-align: left;
    background-position: right 6rem center;
    background-size: auto 75%;
}

.navbottom {
width: 100%;
padding-top: 2rem;
height: 5rem;
position: relative;
z-index: 2;
}


.navinfo {
float: left;
}
.navredes {
float: right;
}
/* Fonts */

.menu, .submenu {
	text-decoration:none;
	display:inline-block;
	text-transform: uppercase;
	font-family: 'compadrenarrow';
font-size: 8rem;
line-height: 7.5rem;
color: #000;
letter-spacing: 0.4rem;
}
.menu:hover {
transform: scale(1.05);
}
.submenu {
font-size: 2rem;
line-height: 2.4rem;
}
.submenu:hover {
text-decoration: underline;
}
.menucontent {
display: none;
padding-left: 2rem;
}
.menucontent_show {
display: inline-block;
}
.bt-catering {
position: relative;
display: inline-block;
}



footer {
background-color: #FFF;;
padding: 4rem 8rem 4rem 8rem;
width: calc(100% - 16rem);
position: relative;
}
.top_footer {
width: 100%;
}
.bottom_footer {
width: 100%; 
position: relative;
}
.bottom_footer img {
float: left;
height: auto;
width: 25vw;
}
.terms {
position: absolute; 
bottom: 0; 
width: calc(100% - 30vw); 
right: 0
}
.footer_column {
width: 30%;
margin-right: 5%;
float: left;
}

.small_footer {
padding: 4rem 8rem 4rem 8rem;
width: calc(100% - 16rem);
display: none;
}

.mainbanner {
width: 100%;
height: 100vh; 
display: table; 
text-align: center;
}
.mainbanner img {
width: 60%;
height: auto;
}
.about_banner {
width: 100%;
height: 100vh;
background-position: bottom center;
background-repeat: no-repeat;
background-size: cover;
background-color: #000;
}
.small_banner {
padding: 16rem 8rem 8rem 8rem;
width: calc(100% - 16rem);
text-align: center;
}
.small_banner_content {
max-width: 50%; 
margin: auto;
}
.small_banner_tittle {
max-width: 50%; 
margin: auto;
}

.small_screen {
width: calc(100% - 16rem); 
min-height: calc(100% - 20rem); 
padding: 10rem 8rem 0 8rem; 
display: table;
position: relative;
}

.contact_screen {
width: calc(100% - 16rem); 
min-height: calc(100% - 28rem); 
padding: 12rem 8rem 16rem 8rem; 
position: relative;
}
.terms_screen {
width: calc(100% - 16rem); 
padding: 12rem 8rem 16rem 8rem; 
position: relative;
text-align: center;
}
.form_careers {
width: calc(50% - 5px);
text-align: center;
vertical-align: middle;
display: inline-block;
}
.txt_careers {
width: calc(50% - 5px); 
vertical-align: middle; 
display: inline-block; 
height: 100%;
}



.home_deliver_box  {
width: 50%; 
height: 45vw; 
background-color: #000;
float: right; 
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover;
}
.home_deliver_txt {
background-color: #F975E1; 
float: left; 
width: calc(50% - 16rem); 
height: calc(45vw - 8rem); 
display: table; 
text-align: left; 
padding: 4rem 8rem;
}

.wecater {
padding: 0 0 2rem 0; 
text-align: center;
}
.enjoyit {
padding: 0 8rem 0 8rem; 
text-align: center;
}

.home_join, .food_menu {
width: calc(100% - 16rem); 
padding: 4rem 8rem 4rem 8rem;
}
.content_menus {
width: calc(100% - 16rem); 
padding: 8rem;
padding-bottom: 0;
}
.home_join_left {
width: calc(60% - 8px); 
float: left; 
height: 45vw; 
background-color: #000; 
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover;
}
.home_join_right {
width: 40%; 
float: right; 
height: 45vw; 
background-color: #000; 
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover;
}
.enjoy {
width: calc(100% - 32rem); 
padding: 0 16rem 8rem 16rem; 
position: relative;
}
.deliver {
width: calc(100% - 32rem); 
padding: 8rem 16rem; 
position: relative;
}
.deliver_character {
position: absolute; 
z-index: 2; 
left: 60%; 
bottom: 0; 
width: 30%;
}
.deliver_img_main {
margin-right: 8px; 
float: left;
width: 37.5%; 
}
.deliver_img {
width: 100%; 
height: 35vw; 
background-color: #000; 
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover;
margin-bottom: 1rem;
}

.about_content {
width: calc(100% - 16rem); 
padding: 4rem 8rem 4rem 8rem; 
text-align: center;
}
.kolf {
width: 25%;
height: auto;
}
.about_first {
width: 60%; 
float: right; 
text-align: left; 
margin: 8rem 0;
}
.about_second_img {
width: calc(40% - 1rem); 
vertical-align: bottom; 
display: inline-block; 
margin: 4rem 0; 
text-align: center;
}
.about_second {
width: 60%; 
vertical-align: bottom; 
display: inline-block; 
text-align: left; 
margin: 4rem 0;
}
.about_third {
width: 60%; 
clear: both; 
margin-bottom: 4rem; 
text-align: left;
}
.about_fourth {
text-align: left; 
margin-bottom: 4rem;
}
.thumb {
width: calc(33.3333% - 1rem); 
margin-right: 1.5rem; 
float: left;
margin-bottom: 8rem;
}
.thumb_img {
width: 100%; 
padding-top: 125%; 
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover; 
margin-bottom: 4rem;
}
.thumb_txt {
width: 75%;
}

.intro_txt {
width: calc(50% - 20rem); 
height: calc(45vw - 16rem); 
position: relative; 
float: left; 
display: table; text-align: left; 
padding: 8rem 12rem 8rem 8rem;
}
.intro_img {
width: 50%; 
height: 45vw; 
position: relative; 
float: right; 
background-color: #000; 
background-position: center center; 
background-size: cover; 
background-repeat: no-repeat;
}
.thumb_gal {
width: 100%; 
padding-top: 45vw; 
position: relative; 
overflow: hidden;
}
.thumb_gal_tittle {
position: absolute; 
z-index: 3; 
bottom: 8rem; 
left: 8rem;
}
.thumb_gal_shadow {
position: absolute; 
z-index: 2; 
background-color: rgba(0,0,0,0); 
top: 0; 
left: 0; 
right: 0; 
bottom: 0;
}
.thumb_gal_img {
position: absolute; 
z-index: 1; 
top: 0; 
left: 0; 
bottom: 0; 
right: 0; 
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover; 
}

.friends {
margin: auto;
width: 35%;
height: auto;
display: block; 
margin-bottom: 12rem;
margin-top: 6rem;
}

.merch_left {
width: calc(50% - 5px); 
vertical-align: middle; 
display: inline-block; 
height: 100%;
}
.merch_right {
width: calc(50% - 5px); 
text-align: center; 
vertical-align: middle; 
display: inline-block
}

.contact_form {
float: right; 
width: 60%;
}
.contact_info {
float: left; 
width: 40%;
}

.form_left {
float: left; 
width: calc(50% - 8px);
}
.form_right {
float: right; 
width: calc(50% - 8px);
}
.homemainimg {
width: 100%; 
height: 50vh;
}
.homemainimg img {
width: auto; 
height: 100%; 
display: block; 
margin: auto; 
margin-bottom: -1px;
}


/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 9, 2023 */

@font-face {
    font-family: 'compadreextended';
    src: url('fonts/compadre-extended-webfont.woff2') format('woff2'),
         url('fonts/compadre-extended-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'compadrenarrow';
    src: url('fonts/compadre-narrow-webfont.woff2') format('woff2'),
         url('fonts/compadre-narrow-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'compadre_regularregular';
    src: url('fonts/compadre-regular-webfont.woff2') format('woff2'),
         url('fonts/compadre-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'compadrewide';
    src: url('fonts/compadre-wide-webfont.woff2') format('woff2'),
         url('fonts/compadre-wide-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.t0 {
font-family: 'compadreextended';
font-size: 10rem;
letter-spacing: -1rem;
line-height: 10rem;
}
.t1 {
font-family: 'compadrenarrow';
font-size: 9.5rem;
line-height: 9rem;
letter-spacing: .75rem;
}
.t2 {
font-family: 'compadre_regularregular';
	font-size:2rem;
	line-height: 2.2rem;
	letter-spacing: .05rem;
}
.t3 {
font-family: 'compadre_regularregular';
	font-size:1.2rem;
		line-height: 1.4rem;
}
.t4 {
font-family: 'compadrenarrow';
font-size: 8.5rem;
line-height:9rem;
letter-spacing: .1rem;
}
.t5 {
font-family: 'compadrenarrow';
font-size: 3rem;
letter-spacing: .2rem;
line-height: 3.4rem;
}
.t6 {
font-family: 'compadrenarrow';
font-size: 4rem;
letter-spacing: .2rem;
line-height: 4.2rem;
}

.white {
	color:#FFF;
}
.black {
	color:#000;
}



/* FORM*/


.field, .area {
font-family: 'compadre_regularregular';
	color:#FFF;
	padding: 0 2rem 0 2rem;
	width: calc(100% - 4rem);
	height: 4rem;
	text-decoration:none;
	font-size:1.8rem;
	background-color: transparent;
	border: solid 0.2rem #FFF;
	display: block;
	outline:none;
	margin-bottom: 1rem;
	border-radius: 1rem;
	-webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
	resize:none;
	text-transform: uppercase;
}
.area {
height: 34rem;
resize: none;
margin-bottom: 2rem;
padding: 1.5rem 2rem;
}

.send {
font-family: 'compadre_regularregular';
	color:#FFF;
	background-color: transparent;
	text-decoration:none;
	text-align:center;
	display:block;
	cursor:pointer;
	font-size:1.8rem;
	text-transform: uppercase;
	-webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
	letter-spacing: -1px;
border-radius: 1rem;
border: solid 0.2rem #FFF;
padding: 0 1rem;
}

.send:hover {
transform: scale(1.05);
background-color: #FFF;
color: #000;
}
.result_box {
width: 100%; 
min-height: 30rem; 
text-align: center;
display: table;
}




	label.error  {
		color: red;
		font-style: italic; 
		display:inline-block;
	}
	  
	form  label.error  {
		display:none !important;
	}
	  
	form  input.error,
	form  textarea.error,
	form  select.error{
		background-color:#FFC6C6 !important;
	}




/*MAIN BANNER*/
.gal {
width: 100%; 
height: 45vw;
position: relative;
}
.gal .slide {
width: 100%; 
height: 45vw;
position: relative;
}
.gal .slide .txt {
	position: absolute;
	left: 8rem;
	bottom: 8rem;
	z-index: 2;
}
.gal .slide .img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 45vw;
}

.brake {
display: none;
}

.panelBaner{
	position: relative;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
position: absolute;
color: transparent;
text-decoration: none;
	left: 30px;
	margin-top: -50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-image: url('images/arrow_left_white.svg');
}
.bx-wrapper .bx-next {
	right: 30px;
	left: initial;
	background-image: url('images/arrow_right_white.svg');
}
.bx-wrapper .bx-controls-direction a {
	width: 50px !important;
	height: 50px !important;
	background-size: contain;
}

/* PAGER */
.bx-controls {
position: absolute;
bottom: 0;
left: 0;
z-index: 50;
right: 0;
text-align: center;
height: 50px;
}
.bx-wrapper .bx-pager { 
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(255,255,255,.5);
	text-indent: -9999px;
		display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.bx-pager-item {
display: inline-block !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

.panelBaner .bx-wrapper, .panelBaner .bx-viewport, .panelBaner .boxSlider, .panelBaner .slide {
	position:absolute !important;
	left:0px;
	top:0px;
	width:100% !important;
	height:100% !important;
}
.panelBaner .bx-wrapper{
	z-index:0;
}
.bx-pager {
float: left !important;
margin-left: 8rem !important;
}

@media screen and (max-width: 600px) {
.panelBaner .bx-controls .bx-controls-direction {

}
}





@media (min-width: 1500px) {
html, body {

/*
	zoom: 110%;
	-moz-zoom: 110%;
	-webkit-zoom: 110%;
*/
	font-size:11px;

}
}


@media (min-width: 1700px) {
html, body {
/*
	zoom: 130%;
	-moz-zoom: 130%;
	-webkit-zoom: 130%;
	*/
	font-size:12px;

}	
}

@media (min-width: 1900px) {
html, body {
/*
	zoom: 140%;
	-moz-zoom: 140%;
	-webkit-zoom: 140%;
	*/
	font-size:14px;

}
}

@media (min-width: 2400px) {
html, body {
/*
	zoom: 150%;
	-moz-zoom: 150%;
	-webkit-zoom: 150%;
	*/
	font-size:16px;
}

}

@media (min-width: 2800px) {
html, body {
/*
	zoom: 160%;
	-moz-zoom: 160%;
	-webkit-zoom: 160%;
*/
font-size:18px;
}
}




@media screen and (max-width: 900px) {


header {
	width: calc(100% - 40px);
	padding: 40px 20px 0 20px;
}

.logo {
width: 30vw;

}

.bt_menu, .bt_order, .bt_close, .bt_fiesta, .bt_white, .bt_black {
font-size: 1rem;
}
.bt_fiesta {
right: 20px;
}
.nav {
width: 100%;
padding: 0;
height: 100vh;
}
.bt_white, .bt_black {
padding: 0 3.5rem 0 0.5rem;
}
.menu, .submenu {
font-size: 3rem;
line-height: 3rem;
}

.submenu {
font-size: 1.6rem;
}
.menucontent {
width: 100%;
padding: 2rem 0;
}
.bt-catering {
position: relative;
display: inline-block;
}


.navcontent {
min-height: initial;
height: initial;
padding-bottom: 26rem;
background-position: bottom center;
background-size: auto 24rem;
display:block;
}


.navbottom {
height: 10rem;
}
.navinfo {
float: none;
margin-bottom: 40px;
}
.navredes {
float: none;
}



footer {
padding: 40px 20px 40px 20px;
width: calc(100% - 40px);
}

.bottom_footer {
height: 125px; 
text-align: left;
}
.footer_column {
width: 100%;
margin-right: 0;
float: none;
margin-bottom: 4rem;
}
.bottom_footer img {
bottom: 4rem;
width: 50vw;
display: block;
margin-bottom: 2rem;
}
.terms {
position: initial; 
text-align: left;
width: 100%;
}
.top_footer {
margin-bottom: 4rem;
}



.t0 {
font-size: 4rem;
line-height: 4rem;
letter-spacing: -0.4rem;
}
.t1 {
font-size: 5.5rem;
line-height: 5rem;
}
.t2 {
	font-size:1.8rem;
	line-height: 2rem;
	letter-spacing: .05rem;
}
.t4 {
font-size: 5rem;
line-height: 4.5rem;
}

.t5 {
font-size: 3rem;
line-height: 3.4rem;
}
.t6 {
font-size: 2.4rem;
line-height: 2.8rem;
}



.mainbanner {
width: calc(100% - 40px);
height: initial; 
padding: 20px;
padding-bottom: 0;
padding-top: 150px;
}
.mainbanner img {
width: 90%;
}



.home_deliver_box  {
width: 100%; 
height: 90vw; 
float: none; 
}
.home_deliver_txt {
float: none; 
width: calc(100% - 40px); 
height: initial; 
padding: 40px 20px;
}



.enjoyit {
padding: 1rem; 
}


.deliver {
width: calc(100% - 4rem); 
padding: 4rem 2rem; 
}
.deliver_character {
left: 70%; 
bottom: -25px; 
width: 40%;
}
.enjoy .deliver_character {
left: 55%;
    bottom: 0;
    width: 50%;
}
.deliver_img_main {
width: 42.5%; 
}
.deliver_img {
height: 40vw; 
}

.enjoy {
width: calc(100% - 4rem); 
padding: 0 2rem 8rem 2rem; 
}

.home_join, .food_menu {
width: calc(100% - 4rem); 
padding: 4rem 2rem 0 2rem;
}
.content_menus {
width: calc(100% - 4rem); 
padding: 2rem;
}
.about_banner {
height: 100vw;
}

.kolf {
width: 55%;
}
.about_content {
width: calc(100% - 4rem); 
padding: 4rem 2rem 4rem 2rem; 
}
.about_first {
width: 100%; 
float: none; 
margin: 4rem 0;
}
.about_first img {
width: 100% !important; 
}

.about_second_img {
width: calc(100% - 1rem); 
margin: 2rem 0;
}
.about_second_img img {
width: 100% !important; 

}
.about_second {
width: 100%; 
margin: 2rem 0;
}

.about_third {
width: 100%; 
}
.about_fourth img {
width: 100% !important;  
}
.small_banner {
padding: 12rem 4rem 8rem 4rem;
width: calc(100% - 8rem);
}
.small_banner_content {
max-width: 100%; 
}

.friends {
width: 75%;
margin-bottom: 4rem;
}
.small_screen {
width: calc(100% - 4rem); 
min-height: initial; 
padding: 16rem 2rem 4rem 2rem; ;
}


.merch_left {
width: 100%; 
display: block; 
height: initial;
margin-bottom: 4rem;
}
.merch_right {
width: 90%; 
display: block;
margin: auto;
}


.form_careers {
width: 100%;
display: block;
}
.txt_careers {
width: 100%;
display: block; 
height: initial;
margin-bottom: 4rem;
}
.contact_form {
float: none; 
width: 100%;
}
.contact_info {
float: none; 
width: 100%;
margin-bottom: 40px;
}
.contact_screen {
width: calc(100% - 40px); 
min-height: initial; 
padding: 14rem 2rem 25rem 2rem; 
}

.form_left {
float: none; 
width: 100%;
}
.form_right {
float: none; 
width: 100%;
}



.thumb {
width: calc(50% - 10px); 
margin: 5px !important; 
float: left;
margin-bottom: 4rem !important;
}
.thumb_img {
margin-bottom: 15px;
}
.thumb_txt {
width: calc(100% - 4px);
}

.small_banner_tittle {
max-width: 100%; 
}

.thumb_gal {
padding-top: 50vw; 
}
.thumb_gal_tittle {
bottom: 2rem; 
left: 2rem;
}


.homemainimg {
height: initial;
}
.homemainimg img {
height: auto; 
width: 90%;
}


.small_footer {
padding: 4rem;
width: calc(100% - 8rem);
}


.bx-pager {
margin-left: 2rem !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(0,0,0,.25);
    margin: 0 1rem;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}
.bx-controls {
    bottom: -2rem;
}

.gal {
padding-bottom: 5rem;
}

.gal .slide .txt {
	left: 2rem;
	bottom: 2rem;
}

.brake {
display: block;
clear: both;

}

.home_join .brake {
margin-top: 2rem;
}

.intro_txt {
width: calc(100% - 20rem); 
height: initial; 
}
.intro_img {
width: 100%; 
height: 100vw; 
}
.nc-home {
    padding: 0 2rem 26rem 2rem;
    width: calc(100% - 4rem);
    text-align: center;
}
.nc-home .align {
    display: inline-block;
}
.bt_menu {
    left: 2rem;
}
.bt_order {
    right: 2rem;
}
.nav-wrap {
overflow-y: scroll; 
height: calc(100% - 8rem);
padding: 4rem;
}

}




	