@import url(//db.onlinewebfonts.com/c/f630824edd3bdddda5ddeb3a849db35c?family=ITCSouvenirW01-Demi);
html, body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body {
	background: white;
}

.header {
	background: url(img/eltorero.jpg);
	width: auto;
	height: 70vh;
	background-size:contain ;
	background-attachment: scroll;
	background-position: center;
	position: relative;
	background-repeat: no-repeat;
}

.header:after {
	content: '';
	background-color:grey;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0.25;
}

nav i {
	color: white;
	font-size: 2rem;
	position: absolute;
	right: -33px;
	top: 0px;
	transition: all .1s ease;
}

nav i:hover {
	cursor: pointer;
	transform: scale(1.15);
}

.nav-box {
	margin-left: 50px;
	margin-top: 55px;
	max-width: 70px;
	cursor: pointer;
	position: fixed;
	z-index: 10;
}

.b1, .b2, .b3 {
	width: 70px;
	height: 8.5px;
	border-radius: 5px;
	background-color: #000000;
	margin-bottom: 10px;
	transition: all .15s ease;
}

.b1 {
	background-color: #000000;
}

.b3 {
	background-color: #000000;
}

.ham-open .b1 {
	width: 70px;
	height: 8.5px;
	background-color: #000000;
	transform: translateY(100px);
	position: relative;
	z-index: 1;
}

.ham-open .b2 {
	transform: translateY(81.5px);
	width: 110px;
	height: 8.5px;
	position: relative;
	left: 60px;
	z-index: 0;
}

.ham-open .b3 {
	background-color: #000000;
	transform: translateY(63px);
	width: 140px;
	height: 8.5px;
	position: relative;
	left: 160px;
	z-index: 2;
}

.ham-open + .menu {
	margin-left: 50px;
}

.menu {
	display: flex;
	border-left: 8px solid white;
	flex-direction: column;
	background-color: #fff;
	margin-left: -700px;
	width: 292px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: fixed;
	border-radius: 5px;
	top: 180px;
	transition: all .15s;
	z-index: 10;
}

.menu a {
	text-decoration: none;
	color: #EE2E22;
	font-family: 'Souvenir-Demi';
	font-size: 2.3rem;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
	transition: all .5s ease;
}

a:hover {
	color: #007001;
}

.info {
	font-family: 'Souvenir-Demi';
	color: white;
	font-weight: bold;
	font-size: 4.5rem;
	text-align: center;
	margin-top: 0;
	position: absolute;
	top: 15px;
	right: 50px;
	z-index: 1;
}

.wrap-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	position: static;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.logo-wrap {
	position: relative;
	z-index: 0;
	left: 5px;
}

.logo-wrap .point {
	width: 30px;
	height: 30px;
	background-color: #17a832;
	transform: rotate(45deg);
	border-radius: 3px;
	position: absolute;
}

.logo-wrap div {
	font-family: 'Staatliches';
	color: black;
	font-size: 5rem;
	font-weight: lighter;
	letter-spacing: 10px;
	margin-top: 85%;
	position: relative;
}

/* .point-left {
	top: 50%;
	left: -40px;
	margin-top: -15px;
}

.point-right {
	top: 50%;
	margin-top: -15px;
	right: -30px;
} */




/*---------------ABOUT---------------*/




.about-section {
	background-color: #17a832;
	width: 100%;
	position: relative;
}

.about-section h1 {
	text-align: center;
	font-size: 4.5rem;
	margin-top: 0;
	margin-bottom: 30px;
	padding-top: 15px;
	color: white;
	font-family: 'Cedarville Cursive';
	font-weight: bold;
}

.about-line {
	width: 350px;
	height: 5px;
	background-color: #ddae1a;
	border-radius: 4px;
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

.about-wrap {
	display: flex;
	padding-bottom: 150px;
}

.about-info, .image-slider-wrap {
	flex-basis: 50%;
}

.about-info p {
	color: white;
	font-family: 'Josefin Sans';
	font-size: 2rem;
	margin-left: 100px;
	margin-bottom: 0;
	margin-top: 0;
}

.image-slider {
	width: 75%;
	height: 75%;
	background-image: url(img/fam-1.jpeg);
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 13px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	transition: all .1s ease;
}

.image-slider i {
	color: white;
	font-size: 5rem;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	transition: all .1s ease;
	cursor: pointer;
}

#left {
	transform: rotate(-90deg);
	left: -30px;
	max-width: 50px;
}

#right {
	transform: rotate(90deg);
	right: -30px;
}

#left:hover {
	transform: rotate(-90deg) scale(1.3);
}

#right:hover {
	transform: rotate(90deg) scale(1.3);
}

.burrito, .taco, .guac, .nachos, .hot {
	position: absolute;
	transform: rotate(-45deg);
	bottom: -130px;
	right: 200px;
	width: 300px;
	height: 300px;
	z-index: 3;
	background-repeat: none;
}

.hot {
    right: 345px;
    width: 240px;
    height: 240px;
    z-index: 2;
    transform: rotate(0deg);
}

.burrito {
	bottom: -140px;
	right: 180px;
	z-index: 1;
}

.nachos {
	transform: rotate(0deg);
	right: 380px;
	width: 165px;
	height: 165px;
	bottom: -170px;
}

.taco {
	transform: rotate(0deg);
	width: 220px;
	height: 220px;
	bottom: -180px;
	right: 460px;
}

.guac {
	transform: rotate(0deg);
	right: 140px;
	bottom: -180px;
	width: 250px;
	height: 250px;
}

.food-wrap {
	position: relative;
	right: 20px;
}




/*---------------MENU---------------*/


ul.leaders {
	column-count: 2;
	max-height: fit-content;
	column-rule: 1px double #EE2E22;
	column-width:auto;
	width: 850px;

	max-lines: none;
	padding-top: 0px;
	padding: 0px;
	overflow-x: hidden;
	list-style: none
  }
  ul.drinks {
	column-count: 1;
	max-height: fit-content;
	column-rule: 1px double #EE2E22;
	column-width:auto;
	width: 800px;

	max-lines: none;
	padding-top: 0px;
	padding: 0px;
	overflow-x: hidden;
	list-style: none
  }


  ul.leaders li:before {
	float:left;
	width: 0;
	white-space: nowrap;
	overflow: 0;
	content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . . . ."
}

  ul.leaders span:first-child {
	padding-right: 0.33em;
	background: white
  }
  
  ul.leaders span+span {
	float: right;
	padding-left: 0.33em;
	background: white
  }

  ul.drinks li:before {
	float:left;
	width: 0;
	white-space: nowrap;
	overflow: 0;
	content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . ."
}

  ul.drinks span:first-child {
	padding-right: 0.33em;
	background: white
  }
  
  ul.drinks span+span {
	float: right;
	padding-left: 0.33em;
	background: white
  }
  
  li {
	height: fit-content;
	padding: 0.25cm;
	margin-bottom: 0.em;
  }
  
  .name {
	font-weight: 550;
  }
  .name2 {
	font-weight: 600;
	padding-left: 15%;
  }
  .name3 {
	font-weight: 600;
	padding-left: 35%;
	color:#EE2E22;
  }
  .name4 {
	font-weight: 600;
	padding-left: 23%;
	color:#EE2E22;
  }
  .desc {
	width: 105%;
	display:flex;
  }

.menu-section {
	background-color: #FFFFFF;
	display:inline-flex;
	height: fit-content;
	max-width: fit-content;
	top: 0px;
	background-size:100px;
	position:relative;
}

.menu-section h1 {
	font-size: 9.5rem;
	position: absolute;
	top: 30px;
	left: 230px;
	margin-top: -30px;
	padding-top: 15px;
	color: #EE2E22;
	font-family: 'Souvenir-Demi';
	font-weight: bold;	
}

.menu-line {
	width: 450px;
	height: 5px;
	background-color: #000000;
	border-radius: 4px;
	position:absolute;
	margin-top: -1%;
	margin-left: -0.5%;

}

.column-new {
	display: none;
	max-width: fit-content;
}

.column-left, .column-right, .column-middle {
	flex-basis: 33.33%;
	margin-top: 190px;
	padding-bottom: 120px;
}

.column-left {
	display: flex;
	justify-content: flex-end;
}

.column-left #combo-platter:after {
	display: block;
 	content: "askdjfl;asdjf";
	color: red;
	font-size: 1.5rem;
	font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	margin-top: -25px;
}

.column-left h2:not(#combo-platter):after, .column-middle h2:after, .column-right h2:after, .column-new h2:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: black;
	border-radius: 5px;
	margin-top: 0px;
}

.column-middle {
	display: flex;
	justify-content: center;
}

.column-right {
	display: flex;
	justify-content: flex-start;
}

.column {
	min-width: 420px;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}

.column h2 {
	display: inline-block;
	align-self: center;
	font-family:'souvenir-demi' ;
	color: #EE2E22;
	font-size: 3rem;
}

.row {
	font-family: 'Josefin Sans';
	font-size: 1.5rem;
}

.row div {
	display: flex;
	justify-content: space-between;
}

.row div p {
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 0 6px; 
}

.menu-h2 {
	text-align: center;
}

#show {
	display: none;
}

.design-left, .design-right {
	position: absolute;
}

.design-left {
	left: 0;
}

.design-right {
	right: 0;
	transform: rotate(180deg);
}





.arrow-top {
    width: 0; 
    height: 0; 
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent; 
    border-left: 60px solid #20a04b;
 	position: relative;
 	top: -100px;
 	left: 60px;
}

.top-middle {
	position: relative;
	top: -110px;
}

.bottom-middle .arrow-left {
	top: -40px;
}

.bottom-middle .move {
	top: -70px;
}

.bottom {
	position: relative;
	top: -48px;
}

.bottom .arrow-left {
	top: -40px;
}




/*---------------HOURS---------------*/




.hours-section {
	background-color: grey;
	width: auto;
	margin-top: -15px;
	position: relative;
	padding-bottom: 100px;
}

.hours-section h1 {
	text-align: center;
	font-size: 5rem;
	margin-top: 0;
	margin-bottom: 30px;
	padding-top: 15px;
	color: white;
	font-family: 'Josefin Sans';
	font-weight: bold;
}

.hours-line-left {
	width: 40%;
	height: 10px;
	border-radius: 4px;
	background-color: #006847;
	position: absolute;
	top: 10%;
	left: 50px;
}

.hours-line-right {
	width: 40%;
	height: 10px;
	border-radius: 4px;
	background-color: #CE1125;
	position: absolute;
	top: 10%;
	right: 50px;
}

.hours-wrap {
	display: flex;
	justify-content: center;
	position: relative;
}

.hours {
	display: flex;
	border: 10px solid #006847;
	padding: 20px;
}

.hours div div {
	background-color: white;
	color: black;
	margin-bottom: 20px;
	padding: 8px;
	font-size: 3rem;
	font-family: 'Josefin Sans';
	border-right: 10px solid #CE1125;
}

.hours div div:last-child {
	margin-bottom: 0;
}

.hours p {
	margin: 0;
	text-align: center;
}

.hours-open div {
	margin-left: 30px;
}

.hours .hours-open p {
	padding: 0 5px;
}

.design-wrap-left-side {
	position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 472px;
}












/*---------------FOOTER---------------*/




.contact-section-background {
	
	height: 300px;

	margin-top: -100px;
}

.contact-section {
	display: flex;
	width: auto;
	background-color: #595959;
	margin-top: -225px;
	position: relative;
	padding-bottom: 18px;
	z-index: 1;
}

.contact, .location {
	flex-basis: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contact h1, .location h1 {
	margin: 2;
	font-family: 'Josefin Sans';
	color: black;
	font-size: 7rem;
}

.hex {
	transform: rotate(180deg);
	width: 300px;
	height: 150px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
}

.svg {
	position: relative;
    top: -150px;
}

.rhombus {
	width: 80px;
	height: 80px;
	position: absolute;
	margin: 0 auto;
	top: 60px;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
}

.back-to-top {
	color: black;
	bottom: 90;
	font-size: 2.5rem;
	left: -45px;
	position: absolute;
	z-index: 3;
	left: 50%;
	margin-left: -106.22px;
	font-family: 'Josefin Sans';
}

#hidden-arrow {
	display: none;
}
#page-container
{
   background-color: white;
}
.btp-arrow {
	color: black;
	font-size: 3rem;
	position: absolute;
	left: 50%;
	margin-left: -24px;
	bottom: 35px;
	transition: all .2s ease;
}

.btp-arrow:hover {
	color: #EE2E22;
	cursor: pointer;
	transform: scale(1.1);
}

.contact p {
	font-family: 'Josefin Sans';
	font-size: 2rem;
	margin-top: 0;
	margin-bottom: 10px;
	color: white;
}

.textarea {
	position: relative;
	min-width: 500px;
}

.contact textarea {
	resize: none;
	width: 100%;
	color: #595959;
	margin: 10px;
	min-height: 150px;
	font-family: 'Josefin Sans';
	font-size: 1.5rem;
	padding: 5px;
	outline: none;
	border: none;
	background: #474646;
	border-radius: 4px;
}

.contact button {
	font-size: 1.5rem;
	font-family: 'Josefin Sans';
	background: darkgrey;
	color: #595959;
	padding: 4px;
	padding-right: 6px;
	padding-left: 6px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	position: absolute;
	bottom: 10px;
	right: -20px;
	transition: all .4s ease;
}

.contact button:hover {
	color: #ddae1a;
}

.contact-line {
	margin-top: 170px;
	margin-bottom: 30px;
	width: 5px;
	border-radius: 3px;
	height: 350px;
	background: #EE2E22;
	position: relative;
}

.links {
	display: flex;
	position: relative;
	max-width: 400px;
	top: -5px;
	left: 7px;
}

.links i {
	font-size: 2.5rem;
	margin-right: 15px;
}

.links p {
	font-size: 1.5rem;
	margin-right: 30px;
	margin-top: 8px;
}

#facebook {
	color: #3b64ed;
	cursor: pointer;
}

#twitter {
	color: #5effeb;
	cursor: pointer;
}

#yelp {
	color: red;
	cursor: pointer;
}

.contact-design-wrap-left {
	position: absolute;
	left: 0;
	top: 40px;
	max-height: 500px;
}

.contact-design-wrap-right {
	position: absolute;
	bottom: 55px;
	right: 0;
	transform: rotate(180deg);
}

.contact-design-wrap-left .bottom {
	height: 0;
}

#align {
	position: absolute; 
	left: 70px; 
	top: -15px;
}

#align2 {
	position: absolute; 
	left: 68px; 
	top: -5px;
}

.grey {
	border-left: 60px solid #666;
}

.light-grey {
	border-right: 60px solid #848484;
}

.same {
	border-left: 60px solid #848484;
}

.lighter {
	border-right: 60px solid #a8a3a3;
}

.map {
	position: relative;
	top: -50px;
}

/* .map i {
	position: absolute;
	color: #ddae1a;
	font-size: 4rem;
	left: 50%;
	margin-left: -24px;

} */

.location .map .street-1 {
    width: 300px;
    position: relative;
    top: 95px;
    left: 170px;
    height: 15px;
    transform: rotate(90deg);
    background-color: #848484;
    border-radius: 5px;
}

.location .map .street-2 {
	width: 300px;
    position: relative;
    top: 80px;
    left: -170px;
    height: 15px;
    transform: rotate(90deg);
    background-color: #848484;
    border-radius: 5px;
}

.location .map .street-3 {
	margin-top: 40px;
    width: 190%;
    position: relative;
    top: 30px;
    left: -140px;
    height: 18px;
    background-color: #848484;
    border-radius: 8px;
}

.street-info {
	color: white;
	position: absolute;
	font-family: 'Josefin Sans';
	font-size: 1.2rem;
	left: 20px;
	padding-top: 3px;
}

.address {
	position: absolute;
	left: 50%;
	top: 75px;
	margin-left: -68.5px;
	color: #ddae1a;
	text-decoration: none;
	font-family: 'Josefin Sans';
	font-size: 1.2rem;
	text-align: center;
}

.address:hover {
	color: #ddae1a;
	text-decoration: underline;
}

.copyright {
	position: absolute;
	bottom: 0;
	left: 45%;
	font-family: 'Josefin Sans';
	color: white;
	font-size: 1.8rem;
	padding-bottom: 5px;
	margin: 0 0 0 -253.89px;

}

.contact-design-wrap-left-two,
.contact-design-wrap-right-two {
	display: none;
}


/* * {
	outline: 1px solid red;
} */


/*---------------MEDIA QUERIES---------------*/


/*----HEADER-SECTION----*/

@media screen and (max-width: 1400px) {
	.logo-wrap div {
    	font-size: 11rem;
    	margin-bottom: -3rem;
	}

	.info {
		margin-bottom: 100px;
	}

	.b1, .b2, .b3 {
		width: 65px;
	}
}

@media screen and (max-width: 1350px) {
	.about-section h1 {
		margin-bottom: 0;
	}	
}

@media screen and (max-width: 1300px) {
	.info {
		top: 30px;
		font-size: 3.5rem;
	}
}

@media screen and (max-width: 1100px) {
	.menu a {
		font-size: 2rem;
	}
}

@media screen and (max-width: 950px) {
	.logo-wrap div {
	    font-size: 9rem;
	}

	.b1, .b2, .b3 {
	    width: 60px;
	    height: 8px;
	}
}

@media screen and (max-width: 825px) {
	.info {
		top: 35px;
		font-size: 3.2rem;
	}
}

@media screen and (max-width: 775px) {
	.info {
		font-size: 3rem;
    	left: 175px;
	}

	.b1, .b2, .b3 {
		width: 55px;
    	height: 7px;
    	margin-bottom: 8px;
	}

	.ham-open .b1, .ham-open .b2, .ham-open .b3 {
		margin-bottom: 10px;
	}

	.nav-box {
		margin-top: 60px;
	}

	.logo-wrap div {
		font-size: 8rem;
	}

	.header {
		height: 60vh;
	} 
}

@media screen and (max-width: 750px) {
	.info {
    	left: 195px;
	}
}

@media screen and (max-width: 725px) {
	.info {
		font-size: 3rem;
    	left: 170px;
	}
}

@media screen and (max-width: 700px) {
	.info {
	    font-size: 2.5rem;
	    top: 50px;
	    left: 220px;
	}
}

@media screen and (max-width: 650px) {
	.logo-wrap div {
	    font-size: 6.8rem;
	}

	.logo-wrap .point {
	    width: 20px;
	    height: 20px;
	}
	
	.point-left {
		left: -25px;
	}  

	.point-right {
		right: -15px;
	}  

	.info {
		font-size: 2.3rem;
	}
}

@media screen and (max-width: 675px) {
	.info {
	    font-size: 2.5rem;
	    left: 200px;
	}
}

@media screen and (max-width: 630px) {
	.info {
		left: 170px;
	}
}

@media screen and (max-width: 615px) {
	.b1, .b2, .b3 {
	    width: 45px;
	    height: 6px;
	}

	.menu a {
	    font-size: 1.6rem;
	}

	.menu {
		width: 215px;
	}

	nav i {
    	font-size: 1.8rem;
    	right: -28px;
	}

	.ham-open .b1 {
    	width: 50px;
    	height: 8.5px;
    	margin-bottom: 10.5px;
    }

    .ham-open .b2 {
	    width: 73px;
	    height: 8px;
	    left: 42px;
	}

	.ham-open .b3 {
		width: 113px;
		left: 111px;
	}
}

@media screen and (max-width: 600px) {
	.info {
	    left: 160px;
	}
}

@media screen and (max-width: 585px) {
	.info {
		left: 140px;
	}
}

@media screen and (max-width: 560px) {
	.info {
	    left: 133px;
	    font-size: 2.2rem;
	}

	.logo-wrap div {
	    font-size: 6rem;
	}
}

@media screen and (max-width: 500px) {
	.info {
		font-size: 2rem;
		left: 120px;
	}

	.nav-box {
    	margin-left: 25px;
    }

    .logo-wrap div {
	    font-size: 5rem;
	}

	.ham-open + .menu {
	    margin-left: 26px;
	}

}

@media screen and (max-width: 465px) {
	.logo-wrap .point {
		display: none;
	}

	.info {
		left: 100px;
	}
}

@media screen and (max-width: 435px) {
	.info {
	    font-size: 1.8rem;
	    left: 105px;
    }	
}

@media screen and (max-width: 425px) {
	.logo-wrap div {
		position: relative;
		top: -25px;
	}

	.info {
		display: none;
	}

	.header {
	    height: 40vh;
	}

	.nav-box {
	    margin-top: 18px;
	}

	.ham-open .b1, .ham-open .b2, .ham-open .b3 {
		display: none;
	}

	.ham-open + .menu {
	    margin-left: 10px;
	}

	.menu {
    	top: 36px;
    	width: 93%;
	}

	nav i {
		right: -25px;
		right: 0;
		top: -33px;
	}
}

@media screen and (max-width: 400px) {
	.logo-wrap div {
	    font-size: 4rem;
	}
}

@media screen and (max-width: 375px) {
	.menu {
		width: 92%;
	}
}

@media screen and (max-width: 330px) {
	.logo-wrap div {
		letter-spacing: 5px;
	}

	.menu {
		width: 91%;
	}

}

/*----ABOUT-SECTION----*/


@media screen and (max-width: 1700px) {
	.about-info p {
		font-size: 1.8rem
	}
}

@media screen and (max-width: 1450px) {
	.about-info p {
    	font-size: 1.65rem;
	}

	.guac {
	    bottom: -150px;
	    width: 230px;
	    height: 230px;
	    right: 90px;
	}

	.burrito {
    	right: 120px;
	}

	.nachos {
    	right: 280px;
    	width: 150px;
    	height: 150px;
    	bottom: -150px;
	}

	.taco {
	    width: 180px;
	    height: 180px;
	    bottom: -150px;
	    right: 365px;
	}

	.hot {
	    right: 280px;
	    width: 230px;
	    height: 230px;
	    z-index: 2;
	    bottom: -100px;
	    transform: rotate(0deg);
	}
}

@media screen and (max-width: 1300px) {
	.about-info p {
    	font-size: 1.5rem;
    	margin-left: 75px;
	}
}

@media screen and (max-width: 1100px) {
	.about-info p {
    	font-size: 1.3rem;
    	margin-left: 60px;
	}
}

@media screen and (max-width: 900px) {
	.about-info p {
	    font-size: 1.2rem;
	}

	.about-section h1 {
    	font-size: 3.5rem;
    }

    .about-line {
	    width: 265px;
	    height: 4px;
	    top: 92px; 
	}
}

@media screen and (max-width: 825px) {
	.about-info p {
		font-size: 1.1rem;
		margin-left: 39px;
	}
}

@media screen and (max-width: 775px) {
	.about-info p {
		font-size: 1rem;
	}

	.image-slider i {
    	font-size: 4rem;
	}
}

@media screen and (max-width: 700px) {
	.image-slider-wrap {
		display: none;
	}

	.about-info {
		flex-basis: 100%;
	}

	.about-info p {
	    font-size: 1.2rem;
	    margin-right: 39px;
	}
}

@media screen and (max-width: 465px) {
	.about-section h1 {
	    font-size: 3rem;
	}

	.about-line {
	    width: 228px;
	    height: 4px;
	    top: 82px;
	}
}

@media screen and (max-width: 400px) {
	.about-info p {
		margin-left: 15px;
		margin-right: 15px;
	}
}

/*----MENU-SECTION----*/


@media screen and (max-width: 100%) {
	.arrow-right {
	    width: 0; 
	    height: 0; 
	    border-top: 25px solid transparent;
	    border-bottom: 25px solid transparent; 
	    border-left: 50px solid green;
	 	position: relative;
	 	top: -5px;
	}

	.arrow-left {
	  width: 0; 
	  height: 0; 
	  border-top: 25px solid transparent;
	  border-bottom: 25px solid transparent;  
	  border-right:50px solid limegreen;
	  position: relative;
	  top: 20px; 
	}

	.arrow-top {
	    width: 0; 
	    height: 0; 
	    border-top: 25px solid transparent;
	    border-bottom: 25px solid transparent; 
	    border-left: 50px solid #20a04b;
	 	position: relative;
	 	top: -80px;
	 	left: 50px;
	}

	.top-middle {
		top: -90px;
	}

	.bottom-middle .arrow-left {
	top: -30px;
	}

	.bottom-middle .move {
		top: -55px;
	}

	.bottom {
		position: relative;
		top: -40px;
	}

	.bottom .arrow-left {
		top: -30px;
	}

	.menu-section h1 {
		font-size: 9rem;
	}

	.menu-line {
		width: 410px;
		top: 215px;
	}

	.column h2 {
		font-size: 2.8rem;
	}
}

@media screen and (max-width: 1550px) {
	.column {
    	min-width: 400px;
	}
}

@media screen and (max-width: 1500px) {
	.column-left, .column-middle, .column-right {
    	flex-basis: 28%;

	}

	.menu-section {
		justify-content: center;
	}
}

@media screen and (max-width: 1450px) {
	.column h2 {
    	font-size: 2.5rem;
	}

	.row div p {
		font-size: 1.4rem;
	}

	.menu-section h1 {
		left: 150px;
		font-size: 8rem;
	}

	.menu-line {
		width: 370px;
		left: 150px;
		top: 190px;
	}

	.column {
    	min-width: 380px;
	}
}

@media screen and (max-width: 1400px) {
	.row div p {
		font-size: 1.25rem;
	}

	.row div {
		margin: 0 10px;
	}
}

@media screen and (max-width: 1325px) {
	.row div {
		margin: 0 25px;
	}
}

@media screen and (max-width: 1300px) {
	.column-new {
		display: block;
	}

	#hide {
		display: none;
	}

	#show {
		display: block;
	}

	.column-left, .column-right, .column-middle, .column-new {
		flex-basis: 50%;
	}

	.column-left {
		justify-content: flex-end;
	}

	.column-right {
		justify-content: flex-end;
		margin-top: -130px;
	}
	
	.column-middle {
		justify-content: flex-start;
		padding-bottom: 120px;
	}

	.column-new {
		display: flex;
		justify-content: flex-start;
		margin-top: -130px;
	}

	.column {
		margin-left: 50px;
		margin-right: 50px;
	}

	.menu-section {
		flex-wrap: wrap;
		clip-path: polygon(0% 0%, 100% 2%, 100% 100%, 0% 100%);
	}

	.row div {
		margin: 0;
	}

	.row div p {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 1100000px) {
	.menu-section h1 {
    	left: 110px;
    	font-size: 7rem;
	}

	.menu-line {
	    width: 280px;
	    left: 110px;
	    top: 135px;
	}

	.guac {
		width: 200px;
		height: 190px;
		bottom: -130px;
	}

	.burrito {
		width: 250px;
		height: 250px;
		right: 90px;
		bottom: -110px;
	}

	.hot {
    	right: 240px;
    	width: 200px;
    	height: 200px;
    	bottom: -89px;
	}

	.nachos {
   		right: 250px;
    	width: 140px;
    	height: 140px;
    	bottom: -124px;
	}

	.taco {
	    width: 160px;
	    height: 160px;
	    bottom: -124px;
	    right: 319px;
	}

	.column {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media screen and (max-width: 9999px) {
	.column-left #combo-platter:after {
	    font-size: 1.3rem;
	    margin-top: -20px;
	}

	.menu-section h1 {
		font-size: 6.3rem;
		margin-bottom: 5px;
	}

	.menu-line {
		width: 284px;
		top: 153px;
	}





	.arrow-top {
	    width: 0; 
	    height: 0; 
	    border-top: 20px solid transparent;
	    border-bottom: 20px solid transparent; 
	    border-left: 40px solid #20a04b;
	 	position: relative;
	 	top: -60px;
	 	left: 40px;
	}

	.top-middle {
    	top: -70px;
	}

	.bottom-middle .move {
	    top: -40px;
	}

	.bottom-middle .arrow-left {
	    top: -20px;
	}

	.bottom .arrow-left {
	    top: -20px;
	}

	.bottom {
		top: -30px;
	}

	.row div p {
    	font-size: 1.2rem;
	}

	.row div p {
    	font-size: 1.2rem;
	}

	.column {
		min-width: 375px;
	}

	.column h2 {
	    font-size: 2.2rem;
	    margin-top: 15px;
	    margin-bottom: 15px;
	}

	.guac {
	    width: 170px;
	    height: 170px;
	    bottom: -105px;
	    right: 70px;
	}

	.burrito {
	    width: 200px;
	    height: 200px;
	    right: 70px;
	    bottom: -84px;
	}

	.hot {
	    right: 171px;
	    width: 160px;
	    height: 160px;
	    bottom: -65px;
	}

	.nachos {
	    right: 195px;
	    width: 110px;
	    height: 110px;
	    bottom: -97px;
	}

	.taco {
	    width: 130px;
	    height: 130px;
	    bottom: -95px;
	    right: 266px;
	}
}

@media screen and (max-width: 999px) {
	.row div p {
    	font-size: 1.1rem;
	}

	.column {
	    min-width: 320px;
	}
}

@media screen and (max-width: 999px) {
	.column {
	    margin-left: 10px;
	    margin-right: 10px;
	}
}

@media screen and (max-width: 9999px) {
	.menu-section h1 {
		font-size: 5.5rem;
		left: 70px;
	}

	.menu-line {
	    width: 254px;
	    top: 137px;
	    left: 71px;
	}

	.guac {
	    width: 140px;
	    height: 140px;
	    bottom: -72px;
	    right: 52px;
	}

	.burrito {
	    width: 170px;
	    height: 170px;
	    right: 56px;
	    bottom: -54px;
	}

	.hot {
	    right: 141px;
	    width: 140px;
	    height: 140px;
	    bottom: -32px;
	}

	.nachos {
	    right: 160px;
	    width: 110px;
	    height: 110px;
	    bottom: -71px;
	}

	.taco {
	    width: 115px;
	    height: 115px;
	    bottom: -70px;
    	right: 225px;
	}

	.arrow-top {
		top: -40px;
    	left: 0px;
	}

	.column-left, .column-middle {
	    margin-top: 180px;
	}
}

@media screen and (max-width: 775px) {
	.menu-section .design-left, .menu-section .design-right {
		display: none;
	}

	.menu-section h1 {
    	left: 37px;
	}

	.menu-line {
    	left: 39px;
	}

	.guac {
	    right: 12px;
	}

	.burrito {
		display: inline;
		right: 16px;
	}

	.hot {
	    right: 101px;
	}	

	.column {
	    margin-left: 15px;
	    margin-right: 15px;
	}

	.nachos {
	    right: 113px;
	}

	.taco {
	    right: 174px;
	}
}

@media screen and (max-width: 999px) {
	.column-left .column, .column-right .column {
		margin-right: 8px;
	}

	.column-middle .column, .column-new .column {
		margin-left: 8px;
	}
}

@media screen and (max-width: 685px) {
	.column h2 {
	    font-size: 2rem;
	}

	.column {
		min-width: 290px;
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media screen and (max-width: 615px) {
	.menu-section h1 {
    	font-size: 4.8rem;
    }

    .menu-line {
    	left: 36px;
	    width: 229px;
    	top: 10px;
    	height: 4px;
	}

	.guac {
	    width: 110px;
	    height: 110px;
	    bottom: -50px;
	    right: -2px;
	}

	.burrito {
	    width: 140px;
	    height: 140px;
	    right: 10px;
	    bottom: -36px;
	}

	.hot {
	    right: 76px;
	    width: 115px;
	    height: 115px;
	    bottom: -23px;
	}

	.nachos {
	    right: 93px;
	    width: 90px;
	    height: 90px;
	    bottom: -52px;
	}

	.taco {
	    width: 95px;
	    height: 95px;
	    bottom: -50px;
	    right: 143px;
	}

	.column-left, .column-middle {
	    margin-top: 148px;
	}

	.column h2 {
	    font-size: 1.7rem;
	}

	.column-left #combo-platter:after {
	    font-size: 1rem;
	    margin-top: -14px;
	}

	.column-left h2:not(#combo-platter):after, 
	.column-middle h2:after, .column-right h2:after, 
	.column-new h2:after {
		margin-top: -14px;
	}

	.row div p {
	    font-size: 1rem;
	}

	.column {
    	min-width: 270px;
	}
}

@media screen and (max-width: 575px) {
	.column h2 {
		font-size: 1.5rem;
	}

	.row div p {
	    font-size: 14px;
	}

	.column {
	    min-width: 250px;
	}
}

@media screen and (max-width: 535px) {
	.column {
	    min-width: 430px;
	}

	.row div p {
	    font-size: 1.2rem;
	}

	.column h2 {
	    font-size: 2.2rem;
	}

	.column-left {
		padding-bottom: 0;
	}

	.column-middle {
	    position: relative;
	    top: -140px;
	}

	.column-right {
		position: relative;
		top: -122px;
	}

	.column-new {
		position: relative;
		top: -100px;
	}

	.menu-section {
	    clip-path: polygon(0% 0%, 100% 1%, 100% 100%, 0% 100%);
	}

	.guac {
	    width: 80px;
	    height: 80px;
	    bottom: -41px;
	    right: -8px;
	}

	.burrito {
	    width: 110px;
	    height: 110px;
	    right: 3px;
	    bottom: -31px;
	}

	.hot {
	    right: 49px;
	    width: 90px;
	    height: 90px;
	    bottom: -19px;
	}

	.nachos {
	    right: 62px;
	    width: 70px;
	    height: 70px;
	    bottom: -42px;
	}

	.taco {
	    width: 70px;
	    height: 70px;
	    bottom: -39px;
	    right: 100px;
	}
}

@media screen and (max-width: 465px) {
	.menu-section h1 {
	    font-size: 4rem;
	}

	.menu-line {
	    left: 36px;
	    width: 179px;
	    top: 106px;
	    height: 4px;
	}

	.row div p {
		font-size: 1rem;
	}

	.column {
	    min-width: 375px;
	}

	.food-wrap {
		top: -10px;
	}
}

@media screen and (max-width: 425px) {
	.menu-section h1 {
	    left: 18px;
	}

	.menu-line {
    	left: 18px;
    }

    .column {
	    min-width: 340px;
	}
}

@media screen and (max-width: 400px) {
	.food-wrap {
		display: none;
	}

	.menu-section h1 {
	    font-size: 6rem;
	    left: 50%;
	    margin-left: -133.5px;
	    top: 10px;
	}

	.menu-line {
	    left: 50%;
	    margin-left: -133px;
	    width: 266px;
	    top: 123px;
	}
}

@media screen and (max-width: 365px) {
	.column {
	    min-width: 308px;
	}
}

@media screen and (max-width: 330px) {
	.column h2 {
	    font-size: 2rem;
	}

	.column {
	    min-width: 285px;
	}
}

/*----HOURS-SECTION----*/


@media screen and (max-width: 1750px) {
	.hours-line-left, .hours-line-right {
		width: 37%;
	}
}

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

	.hours-section h1 {
		margin-bottom: 0;
	}

	.hours {
		padding: 20px;
	}

	.hours div div {
		font-size: 2.7rem;
	}

	.change-color {
	    width: 0;
	    height: 0;
	    border-top: 25px solid transparent;
	    border-bottom: 25px solid transparent;
	    border-left: 50px solid #6acc66;
	    position: absolute;
	    top: -5px;
	}

	.design-wrap-right-side {
    	height: 400px
	}

	.design-wrap-left-side {
    	height: 400px
	}

	.hours-wrap .design-wrap-left {
	    height: 400px
	}

	.hours-wrap .design-wrap-right {
		   height: 400px
	}

	.hex-left, .hex-right {
	    width: 137px;
	    height: 136px;
	    top: 132px;
	    left: -13px;
	    position: absolute;
	}

	.hex-inner {
	    width: 110px;
	    height: 110px;
	    position: absolute;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    top: 0;
	    margin: auto;
	}

	.hex-arrow-left, .hex-arrow-right {
	    width: 0;
	    height: 0;
	    border-top: 30px solid transparent;
	    border-bottom: 30px solid transparent;
	    border-left: 65px solid limegreen;
	    position: absolute;
	    top: 171px;
	  
	}
}

@media screen and (max-width: 1400px) {
	.hours-section {
		clip-path: polygon(0% 5%, 5.5% 0%, 95% 0%, 100% 5.5%, 100% 100%, 0% 100%)
	}

	.hours div div {
    	font-size: 2.3rem;
	}
}

@media screen and (max-width: 1350px) {
	.hours h1 {
		font-size: 4.5rem;
	}

	.hours-line-left, .hours-line-right {
    	width: 35%;
	}
}

@media screen and (max-width: 1100px) {
	.hours-section h1 {
		font-size: 4.5rem;
	}

	.hours-line-left, .hours-line-right {
    	width: 33%;
	}

	.hours div div {
   		font-size: 2rem;
	}
}

@media screen and (max-width: 1000px) {
	.hours-section h1 {
	    font-size: 4rem;
	}

	.hours div div {
	    font-size: 1.8rem;
	}

	.change-color {
	    width: 0;
	    height: 0;
	    border-top: 20px solid transparent;
	    border-bottom: 20px solid transparent;
	    border-left: 40px solid #6acc66;
	    position: absolute;
	    top: -0px;
	}

	

	.hours-wrap .design-wrap-left {
	    height: 330px
	}

	.hours-wrap .design-wrap-right {
	    height: 330px
	}

	.hex-left, .hex-right {
	    width: 107px;
	    height: 107px;



	    top: 112px;
	    left: -10px;
	    position: absolute;
	}

	.hex-inner {
		width: 83px;
		height: 83px;
	}

	.hex-arrow-left, .hex-arrow-right {
	    width: 0;
	    height: 0;
	    border-top: 25px solid transparent;
	    border-bottom: 25px solid transparent;
	    border-left: 50px solid limegreen;
	    position: absolute;
	    top: 142px;
	    right: -101px;
	}

	.design-wrap-left-side {
	    height: 330px
	}

	.design-wrap-right-side {
	    height: 330px
	}
}

@media screen and (max-width: 900px) {
	.hours-line-left, .hours-line-right {
    	width: 30%;
	}
}

@media screen and (max-width: 825px) {
	.design-wrap-left-side, .design-wrap-right-side {
	    display: none;
	}
}

@media screen and (max-width: 775px) {
	.hours-section {
		margin-top: -192px;
	}

	.hours-line-left {
		left: 30px;
	}

	.hours-line-right {
		right: 30px;
	}
}

@media screen and (max-width: 710px) {
	.hex-arrow-left, .hex-arrow-right {
		display: none;
	}
}

@media screen and (max-width: 655px) {
	.hours-section h1 {
    	font-size: 3rem;
	}

	.hours-line-left, .hours-line-right {
    	height: 7px;
    	top: 8%;
	}

	.hours div div {
	    font-size: 1.6rem;
	}

	.btp-arrow {
	    font-size: 2.5rem;
	    margin-left: -20px;
	}
}

@media screen and (max-width: 575px) {
	.hex-left, .hex-right {
		display: none;
	}
}

@media screen and (max-width: 550px) {
	.design-wrap-left .arrow-top, 
	.design-wrap-right .arrow-top {
		display: none;
	}

	.design-wrap-left .top,
	.design-wrap-right .top {
		position: relative;
    	top: -40px;
	}

	.hours-wrap .design-wrap-left {
	    height: 250px;	
	}

	.hours-wrap .design-wrap-right {
	    height: 250px;
	}

	.hours-line-left, .hours-line-right {
	    width: 27%;
	    height: 6px;
	}
}

@media screen and (max-width: 490px) {
	.hours-wrap .design-wrap-left,
	.hours-wrap .design-wrap-right {
		display: none;
	}
}

@media screen and (max-width: 445px) {
	.btp-arrow {
	    display: none;
	}
}

@media screen and (max-width: 425px) {
	.hours-line-left, .hours-line-right {
	    display: none;
	}

	.hours-section h1 {
		padding-top: 0;
	}

	.hours-section {
	    clip-path: initial;
	}
}

@media screen and (max-width: 386px) {
	.hours {
	    padding: 5px;
	    border: 5px solid green;
	}
}

@media screen and (max-width: 365px) {
	.hours-open div {
	    margin-left: 10px;
	}
}

@media screen and (max-width: 340px) {
	.hours div div {
	    font-size: 1.4rem;
	}
}

/*----FOOTER----*/


@media screen and (max-width: 1700px) {
	#align {
   		position: absolute;
    	left: 60px;
    	top: -10px;
	}

	#align2 {
	    position: absolute;
	    left: 58px;
	    top: 0px;
	}

	.contact-design-wrap-right {
    	position: absolute;
    	bottom: 40px;
    	right: 0;
    	transform: rotate(180deg);
	}

	.contact h1, .location h1 {
    	font-size: 6rem;
    	height: 160px;
	}

	.contact p {
	    font-size: 1.5rem;
	}    

	.contact-line {
	    margin-top: 160px;
	    margin-bottom: 30px;
	    width: 5px;
	    border-radius: 3px;
	    height: 270px;
	    background: #ddae1a;
	    position: relative;
	}

	.copyright {
	    position: absolute;
	    bottom: 0;
	    left: 50%;
	    font-family: 'Josefin Sans';
	    color: #a8a3a3;
	    font-size: 1.5rem;
	    padding-bottom: 5px;
	    margin: 0 0 0 -211.99px;
	}

	.contact textarea {
		margin-top: 0; 
	}

	.location .map .street-2 {
	    width: 280px;
	    position: relative;
	    top: 60px;
	    left: -170px;
	    height: 15px;
	    transform: rotate(90deg);
	    background-color: #848484;
	    border-radius: 5px;
	}

	.location .map .street-1 {
	    width: 280px;
	    position: relative;
	    top: 75px;
	    left: 170px;
	    height: 15px;
	    transform: rotate(90deg);
	    background-color: #848484;
	    border-radius: 5px;
	}

	.grey {
		border-left: 50px solid #666;
	}

	.light-grey {
		border-right: 50px solid #848484;
	}

	.same {
		border-left: 50px solid #848484;
	}

	.lighter {
		border-right: 50px solid #a8a3a3;
	}
}

@media screen and (max-width: 1450px) {
	.contact button {
		bottom: 15px;
	}

	.links {
		left: 10px;
	}
}

@media screen and (max-width: 1400px) {
	.links {
		left: 40px;
	}

	.contact textarea {
		display: block;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.contact button {
		right: 47px;
	}

	.links i {
		font-size: 2.3rem;
		margin-right: 7px;
	}

	.links p {
		margin-right: 20px;
	}

	.contact h1, .location h1 {
    	font-size: 5.5rem;
	}

	.location .map .street-3 {
	    width: 170%;
	    left: -120px;
	}

	.location .map .street-2 {
		left: -150px;
	}

	.location .map .street-1 {
		left: 120px;
	}
	
	.map i, .address {
		left: 45%;
	}	
}

@media screen and (max-width: 1300px) {
	.contact-section-background {
		clip-path: polygon(0% 0%, 12% 30%, 88% 30%, 100% 0%, 100% 100%, 0% 100%);
	}

	.back-to-top {
	    font-size: 1.8rem;
	    margin-left: -76.48px;
	}

	.hex {
		width: 250px;
    	height: 130px;
    	top: -5px;
	}

	.rhombus {
	    width: 70px;
	    height: 70px;
	    top: 50px;	
	}

	.contact {
		margin-left: 20px;
	}

	.contact h1 {
		height: 140px;
	}

	.contact textarea {
		min-height: 130px;
	}

	.location {
		margin-right: 20px;
	}

	.links p {
	    margin-right: 20px;
	}

	.contact p {
	    font-size: 1.4rem;
	}

	.contact-line {
		height: 250px;
	}

	.contact-design-wrap-left {
		top: 30px;
	}

	.contact-design-wrap-right {
		bottom: 30px;
	}

	.location .map .street-2, .location .map .street-1 {
		width: 250px;
	}

	.street-info {
		left: 5px;
	}

	.location .map .street-3 {
    	width: 180%;
	}

	.map {
		top: 40px;
	}
}

@media screen and (max-width: 1180px) {
	.contact textarea {
		min-height: 120px;
	}

	.map {
		top: 20px;
	}
}	

@media screen and (max-width: 1100px) {
	.contact h1, .location h1 {
    	font-size: 4.5rem;
	}

	.contact textarea {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.contact button {
		bottom: 12px;
		font-size: 1.4rem;
		right: -8px;
	}

	.links i {
		font-size: 2.1rem;
	}

	.links p {
		margin-left: 15px;
		font-size: 1.2rem;
	}

	.links {
	    left: -10px;
	}

	.location .map .street-3 {
    	width: 150%;
    	height: 14px;
	}

	.location .map .street-2 {
	    left: -165px;
	    height: 12px;
	}

	.location .map .street-1 {
	    left: 60px;
	    height: 12px;
	}

	.map i, .address {
	    left: 30%;
	}

	.street-info {
		font-size: 1rem;
	}

	.map {
		left: 50px;
	}

	.contact-section-background {
		clip-path: polygon(0% 0%, 12% 26%, 88% 26%, 100% 0%, 100% 100%, 0% 100%);
	}

	.textarea {
		min-width: 360px;
	}
}

@media screen and (max-width: 1000px) {
	.light-grey {
	    border-right: 40px solid #848484;
	}

	.grey {
	    border-left: 40px solid #666;
	}

	.same {
	    border-left: 40px solid #848484;
	}

	.lighter {
	    border-right: 40px solid #a8a3a3;
	}

	#align {
	    position: absolute;
	    left: 50px;
	    top: -4px;
	}

	#align2 {
	    position: absolute;
	    left: 50px;
	    top: 4px;
	}

	.contact .textarea {
		position: relative;
		top: -40px;
	}

	.number, .email {
		position: relative;
		top: -35px;
	}

	.location .map .street-2 {
		top: 30px;
	}

	.location .map .street-1 {
		top: 43px;
	}

	.contact-line {
	    height: 225px;
    	margin-top: 128px
	}

	.location .map .street-3 {
    	top: 0px;
    }

    .map i {
    	top: -30px;
	}

	.address {
		top: 40px;
	}

	.contact-design-wrap-right {
    	bottom: 42px;
	}

	#shift-bottom {
		position: relative;
		top: 20px;
	}

	#shift-top {
		position: relative;
		top: -20px;
	}

	.back-to-top {
	    margin-left: -63.73px;
	    font-size: 1.5rem;
	    top: 0px;
	}

	.hex {
		top: -7px;
	    width: 207px;
	    height: 110px;
	}

	.rhombus {
	    width: 50px;
	    height: 50px;
	    top: 44px;
	}
}

@media screen and (max-width: 900px) {
	.contact h1, .location h1 {
	    font-size: 3.5rem;
	}

	.contact p {
	    font-size: 1.1rem;
	}

	.contact textarea {
	    width: 85%;
	    margin-left: auto;
	    margin-right: auto;
	}

	.links p {
	    margin-right: 8px;
	}

	.links {
	    left: 6px;
	}

	.contact button {
	    bottom: 12px;
	    font-size: 1.25rem;
	    right: 24px;
	}

	.location .map .street-3 {
	    width: 146%;
	    height: 11px;
	    left: -107px;
	}

	.location .map .street-2, .location .map .street-1 {
    	width: 210px;
    	height: 10px;
	}


	.location .map .street-1 {
    	left: 36px;
    }

    .location .map .street-2 {
    	left: -150px;
	}

	.us {
    	left: 73px;
	}

	.map i {
	    font-size: 3rem;
	    margin-left: -32px;
	    top: -17px;
	}

	.address {
		font-size: 1rem;
	}	

	.links i {
    	font-size: 2rem;
	}    
}

@media screen and (max-width: 825px) {
	.contact-design-wrap-left {
	    display: none;
	}

	.contact-line {
	    height: 190px;
	    width: 4.3px;
	}

	.contact-section {
		padding-bottom: 2px;
	}

	.contact, .location {
		margin: 0;
	}

	.contact-design-wrap-right {
	    display: none;
	}

	.address {
	    top: 26px;
	}

	.location .map .street-3 {
	    top: -15px;
	}

	.map {
    	left: 60px;
	}

	.location .map .street-2 {
	    top: 15px;
	}

	.location .map .street-1 {
	    top: 25px;
	}

	.map i {
		top: -26px;
	}

	.contact h1, .location h1 {
		position: relative;
	}
}

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

	.contact textarea {
    	width: 90%;
    	min-height: 101px;
    	font-size: 1.2rem;
	}

	.textarea {
    	min-width: 286px;
	}

	.links p {
    	display: none;
	}  

	.links i {
    position: relative;
    left: 5px;
	} 

	.contact button {
		right: 10px;
		bottom: 8px;
	} 	

	.contact-line {
	    height: 186px;
	    width: 4px;
	    margin-top: 112px;
	}

	.map {
    	left: 70px;
	}

	.copyright {
	    font-size: 1.3rem;
	    margin: 0 0 0 -183.72px;
	}

	.location .map .street-3 {
	    width: 131%;
	    height: 9px;
	    left: -91px;
	}

	.location .map .street-2 {
    	left: -137px;
	}

	.location .map .street-1 {
	    left: 17px;
	}

	.map i, .address {
    	left: 25%;
	}

	.location .map .street-2, .location .map .street-1 {
	    width: 184px;
	    height: 8px;
	}

	.location h1 {
		left: 30px;
	}

	.contact h1 {
		left: -30px;
	}
}

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

}

@media screen and (max-width: 655px) {
	.hex {
    	
    	width: 173px;
    	height: 89px;
	}

	.back-to-top {
	    margin-left: -55.23px;
	    font-size: 1.3rem;
	}

	.rhombus {
	    width: 45px;
	    height: 45px;
	    top: 35px;
	}

	.contact h1, .location h1 {
	    font-size: 3rem;
	}

	.contact h1 {
	    left: -20px;
	}

	.location h1 {
	    left: 20px;
	}

	.map {
	    left: 28px;
	    width: 100px;
	    top: 10px;
	}

	.location .map .street-3 {
    	width: 243%;
    }

    .map i, .address {
    	left: 48%;
	}

}

@media screen and (max-width: 615px) {
	.contact textarea {
		width: 85%;
	}

	.links i {
    	font-size: 1.8rem;
    	left: 10px;
	}

	.contact button {
	    right: 17px;
	    font-size: 1.1rem;
	}
}

@media screen and (max-width: 575px) {
	.hex, .rhombus {
		display: none;
	}

	.btp-arrow {
    	bottom: 40px;
	}

	.contact-section {
		flex-direction: column;
	}	

	.contact-line {
    	height: 4px;
    	width: 79%;
    	margin-top:-10px;
    	margin-left: auto;
    	margin-right: auto;
	}

	.contact h1, .location h1 {
	    font-size: 4rem;
	    left: 0;
	}

	.textarea {
	    min-width: 425px;
	}

	.links p {
    	display: initial;
	}

	.links {
    	left: 12px;
	}

	.contact button {
	    right: 27px;
	    bottom: 14px;
	}

	.map {
	    left: 21px;
	    width: 100px;
	    height: 142px;
	    top: -20px;
		
	}

	.location h1 {
		position: relative;
    	top: -30px;
	}

	.location .map .street-3 {
    	width: 326%;
    	left: -137px;
	}

	.address {
	    top: 22px;
	}

	.location .map .street-2 {
    	left: -166px;
	}

	.location .map .street-1 {
	    left: 40px;
	}

	.map i {
    	top: -32px;
	}

	.contact-design-wrap-left,
	.contact-design-wrap-right {
	    display: initial;
	}

	.same {
		left: 40px;
    	top: -60px;
	}

	.lighter {
		display: none;
	}

	.contact-design-wrap-left {
	    top: 15px;
	}

	.contact-design-wrap-right {
	    bottom: 333px;
	}

	.contact-design-wrap-left-two {
		display: initial;
		position: absolute;
	    top: 354px;
	}

	.contact-design-wrap-right-two {
		display: initial;
		position: absolute;
	    bottom: -7px;
	    right: 0;
	    transform: rotate(180deg);
	}

	#shift-bottom {
	    height: 0;
	    top: -15px;
	}

	#shift-top {
	    top: 15px;
	}

	.bottom {
		height: 0;
	}
}

@media screen and (max-width: 550px) {
	.same {
		display: none;
	}

	.contact-design-wrap-right-two .top,
	.contact-design-wrap-left-two .top,
	.contact-design-wrap-left .top,
	.contact-design-wrap-right .top {
		position: relative;
		top: -40px;
	}

	.contact-design-wrap-right-two {
		bottom: 35px;
	}

	.contact-design-wrap-left-two {
		top: 393px;
	}

	.contact-design-wrap-left {
	    top: 49px;
	}

	.contact-design-wrap-right {
	    bottom: 379px;
	}
}

@media screen and (max-width: 460px) {
	.contact-design-wrap-left, 
	.contact-design-wrap-right,
	.contact-design-wrap-left-two, 
	.contact-design-wrap-right-two {
	    display: none;
	}
}

@media screen and (max-width: 440px) {
	.contact-section-background {
	    clip-path: initial;
	}

	.contact-section {
		margin-top: -268px;
	}
}

@media screen and (max-width: 425px) {
	.contact textarea {
	    width: 97%;
	}

	.textarea {
	    min-width: 343px;
	}

	.links p {
		display: none;
	}

	.links i {
	    left: -11px;
	}

	.contact button {
	    right: 0px;
	    bottom: 5px;
	}
}

@media screen and (max-width: 365px) {
	.textarea {
	    min-width: 300px;
	}

	.copyright {
	    font-size: 1rem;
	    margin: 0 0 0 -141.33px;
	}

	.links {
		width: 280px;
	}

	.location .map .street-2 {
	    left: -150px;
	}

	.location .map .street-1 {
	    left: 22px;
	}

	.location .map .street-3 {
	    width: 300%;
	    left: -123px;
	}

	.map i, .address {
	    left: 42%;
	}
}



