/* Main CSS for Bite Online 19/2/2020 by Mel Colton */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:800|Heebo');


* {
  	box-sizing: border-box;
  	margin: 0;
  	padding: 0;
  	}

body {
	padding: 0;
	margin: 0;
 	}
 
.bite-blue {
  	color: #00AEEF;
  	font-family: ''DM Serif Display', serif';
  	}

p {
	font-size: 0.8rem;
	}



/* ------------------------------------------- NAVIGATION ---------------------------------------- */

.nav-position {
	position: absolute;
	top: 20px;
	right: 10px;
	z-index: 10;
	}

.menu-btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	margin-right: 0.5vw;
	transition: all .5s ease-in-out;
	cursor: pointer;
	
	}
.menu-btn_burger {
	width: 30px;
	height: 4px;
	background: #00AEEF;
	border-radius: 5px;
	transition: all .5s ease-in-out;

	}
	
.menu-btn_burger::before, .menu-btn_burger::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 4px;
	background: #00AEEF;
	border-radius: 5px;
	transition: all .5s ease-in-out;
	}
.menu-btn_burger::before {
	transform: translateY(-16px);
	}
.menu-btn_burger::after {
	transform: translateY(16px);
	}
	
.menu-btn.open .menu-btn_burger {
	transform: translateX(-50px);
	background: transparent;
	}
.menu-btn.open .menu-btn_burger::before {
	transform: rotate(45deg) translate(35px, -35px);
	}
	
.menu-btn.open .menu-btn_burger::after {
	transform: rotate(-45deg) translate(35px, 35px);
	}
	
.topnav {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	}
	
.topnav.open {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(82, 135,180, 0.5);
	width: 100%;
	z-index: 1;
	}
.topnav ul {
	list-style-type: none;
	margin: 36px 30px;
	padding 6px
	text-decoration: none;
	}

li {
	text-decoration: none;
	}

li a {
	text-decoration: none;
	font-family: 'Roboto', Tahoma, Geneva, Verdana, sans-serif;
	line-height: 1.6rem;
	letter-spacing: 4px;
	font-size: 1em;
	font-weight: 200;
	color: #fff;
	
	}
	
.topnav .logo {
	width: 50px;	
	}

	

/* Main CSS */

body {
	font-family: "Heebo", sans-serif;
	font-weight: 400;
	background: #fff;
	height: auto;
}

hr.solid {
  border-top: 1px solid #00AEEF;
}

#landing h1 {
  font-weight: 700;
  font-size: 2.5rem;
  color: #fff;
  letter-spacing: 1px;
  text-align: left;
}

#landing-text h2 {
  color: #fff;
  text-align: left;
}

h1 {
  font-weight: 700;
  font-size: 4rem;
  color: #00AEEF;
  letter-spacing: 1px;
}

h2 {
  font-weight: 400;
  font-size: 1.2rem;
}

h2-download {
  font-weight: 600;
  font-size: 1rem;
  color: #444;
  display: center;
}

h3 {
  font-weight: 400;
  font-size: 1.9rem;
  letter-spacing: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: ''DM Serif Display', serif';
}

.logo {
  padding-top: 4rem;
  padding-bottom: 1.2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 18%;

  height: auto;
}

img {
  display: block;
  width: 100%;
}

.single-rule {
  border-top-style: solid;
  padding-bottom: 1rem;
  border-width: 8px;
}

#landing {
  margin: 6rem 0 0 0;
  padding-left: 12%;
  padding-right: 12%;
  padding-top: 2rem;
  background-size: cover;
  background-repeat: no-repeat;
}

#landing-text {
  justify-content: center;
  align-items: center;
  text-align: justify;
  
}

#landing-text-inner {
  color: #777;
}



.header {
  padding: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  background-color: none;
  font-family: 'DM Serif Display', serif;
  color: #00AEEF;
}

#header h2 {
  font-weight: 400;
  font-size: 1.2rem;
  text-align: center;
  padding-left: 1.5rem;
  letter-spacing: 1px;
  color: #666;
}

.caption {
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  color: #00AEEF;
}


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

footer p {
	font-size: 16px;
	color: #fff;
	line-height: 1.4em;
	letter-spacing: 1.1px;
	padding: 12px 0 0 0;
	}
footer a {
	padding: 0 1rem;
	text-decoration: none;
	}
	
footer h3 {
	display: block;
  	font-weight: 100;
  	font-size: 1.6rem;
  	margin: 1rem 0rem 1rem 0.4rem;
  	color: #fff;
	}
	
.btn-footer {
	font-family: 'Helvetica', san-serif;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
  	padding: 0.7rem 2rem 0.5rem 2rem;
  	border: 1px #00AEEF solid;
  	display: inline-block;
  	margin: 1.5rem 0 3rem;
  	border-radius: 50px;
  	text-decoration: none;
 	background-color: #fff;
  	color: #00AEEF;
  	transition: background 500ms ease;
	}

.btn-footer:hover {
  	border: 1px #424141 solid;
  	color: #424141;
	}
	
footer {
  text-align: center;
  padding: 2rem 1rem;
  margin: none;
  letter-spacing: 1px;
  background-color: #00AEEF;
}

.footer-white {
	color: #fff;
	}
	
.footer-white:hover {
	color: #424141;
	}



/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 100%;
  padding: 10px;
  text-align: left;

}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}



@media screen and (max-width: 480px) {
	
	.logo {
		max-width: 25%;
		height: auto;
		}
}

@media screen and (min-width: 490px) and (max-width: 768px) {
	
	.logo {
		max-width: 35%;
		height: auto;
		}
}

@media screen and (min-width: 770px) and (max-width: 900px) {
	
	.logo {
		max-width: 25%;
		height: auto;
		}
}



/* Pulse animation */
.element {
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 4s;
  animation-name: pulse ;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  z-index: 10;
    margin-top: -3.5rem;
}
@-webkit-keyframes pulse {
  from {transform: scale(1.0);}
  to {transform: scale(1.04);}
}

@keyframes pulse {
  from {transform: scale(1.0);}
  to {transform: scale(1.04);}
}
