* {
	box-sizing: border-box;
}

html { 
	font-size: calc(1em + 1vw);
}

h1 {
	color: #d2232a;
	font-size: 2.5em;
	font-family: Roboto, sans-serif;
}

h2 {
	color: #d2232a;
	font-size: 1.5em;
	padding: 8px 0 0 0px;
	font-weight: 700;
	font-family: Roboto, sans-serif;
}

h2.body {
	font-size: 1.5em; 
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 80px;
}

h3 {
	color: #d2232a;
	font-size: 1em;
	font-family: Roboto, sans-serif;
}

h4 {
	color: #7a7979;
	font-size: 24px;
	font-weight: 700;
	font-family: Roboto, sans-serif;
}

h4.body {
	margin-left: 24px;
	margin-right: 24px;
}

p {
	color: #7a7979;
	font-size: 16px;
	font-family: Roboto, sans-serif;
}

p.body {
	margin-left: 24px;
	margin-right: 24px;
}

p.icon {
	font-size: 24px;
	padding: 0px 0 0 0px;
	font-weight: 700;
	font-family: Roboto, sans-serif;
}

p.red {
	font-size: 20px;
	color: #d2232a;
	text-align: center;
	margin-top: 52px;
	font-family: Roboto, sans-serif;
	font-weight: 700;
}

a {
	font-size: 20px;
	font-family: Roboto, sans-serif;
	text-decoration: none;
	color: white;
}

a:hover { 
	color: white;
	text-decoration: none;
}

a:anchor {
	top: -250px;
}


/*Navigation*/

.bg-dark {
	/*Nav color*/
	background-color: rgba(103,103,103,1) !important;
	z-index: 1 !important;
}

.nav-link {
	/*Nav links*/
	color: white !important;
	font-size: 16px;
}

.banner img {
	margin-top: -60px; 
	position: relative; 
	width: 100%; 
	left: 0%;
}

@media only screen and (max-width: 1000px) {
	.banner {
		display: none;
	}
}

.logo-nav {
	display: flex;
	position: fixed;
	z-index: 10;
	margin-top: 16px;
	margin-left: 16px;
}

.logo {
	width: 40%;
	height: auto;
}

.language {
	margin-left: -140px;
	margin-top: 8px;
	display: flex;
}

.language p {
	font-size: 12px;
	color: white;
	padding: 8px;
}

@media only screen and (max-width: 1000px) {
	.language {
		margin-top: 4px;
	}
}

.nav-link:hover {
	color: #FA8072 !important;
}

/*Landing title*/

.landing {
	min-height: -webkit-fill-available;
}

.toidupank_logo {
	position: relative;
	width: 160px;
	height: auto;
	margin-top: 0px;
	margin-left: 50%;
	left: -80px;
}

.title {
	text-align: center;
	margin-top: 24px;
}

.arrow_icon {
	position: relative;
	width: 50px;
	height: auto;
	margin-left: 50%;
	top: 80%;
	left: -25px;
}

@media only screen and (max-width: 1000px) {
	.toidupank_logo {
		margin-top: 200px;
	}
	.arrow {
		display: none;
	}
}


/*RESTAURANTS & MUSIC*/

.pseudo {
	height: 1px;
}

.restaurants {
	margin-top: 0px !important;
	background-color: #f6f5f5;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col {
  flex: 1 0 18%;
  margin: 5px;
  margin-top: 40px;
  height: 50px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}



/*BODY*/

.about2 p {
	margin-left: 24px;
}

/*CTA*/

.button {
	padding: 24px 0 0 24px;
}

a.myButton {
	background-color: #d2232a;
	display: inline-block;
	width: 30%;
	cursor: pointer;
	padding: 6px 20px;
	text-align: center;
}
a.myButton:hover {
	background-color: #ab232a;
}

@media (max-width: 980px) {
	a.myButton {
		width: 80%;
	}
}

/*FOOTER*/

.footer {
	margin-top: 40px; 
	width: 100%;
}