.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
	max-width: 1100px;
}

h1 {
	font-family: "Gotham Rounded A", "Gotham Rounded B";
	font-size: 60px;
	color:#3ec7e4;
	margin-bottom: 0px;
	margin-top: 10px;
}


h2 {
	font-family: "Gotham Rounded A", "Gotham Rounded B";
	font-size: 35px;
	color:#3ec7e4;
	font-weight: 600;
}


h3 {
	font-family: "Gotham Rounded A", "Gotham Rounded B";
	font-size: 25px;
	color:#EA80A8;	
	margin-top: 0px;
	margin-bottom: 2px;
	font-weight: 600;
}

h3.subtitle {
	font-family: "Gotham Rounded A", "Gotham Rounded B";
	font-size: 25px;
	color:#EA80A8;
	margin: 0px 10px 10px 10px;
}


p {
	font-family: "Gotham Rounded A", "Gotham Rounded B";
	max-width: 75%;
	font-size: 16px;
	line-height: 1.4;
	color: #EA80A8;
	
}

a {
	font-family: "Gotham Rounded A", "Gotham Rounded B";
	font-size: 25px;
	color: #3ec7e4;	
}

a:focus,a:hover {
	color: #108BD2;	
	text-decoration: none;
}


a.footer {
	font-family: "Gotham Rounded A", "Gotham Rounded B";
	font-size: 16px;
	line-height: 1.4;
	color: #3ec7e4;
}



form {
	padding-top: 20px;	
}

p.chefs {
	font-family: "Gotham Rounded A", "Gotham Rounded B";
	max-width: 75%;
	font-size: 16px;
	line-height: 1.4;
	color: #3ec7e4;
	margin-bottom: 25px;
}

p.input-box {
	font-family: "Gotham Rounded A", "Gotham Rounded B";
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	display: block;
	margin: 0px;
	background-color: #EA80A8;
	max-width: 55%;
	padding: 10px 0px 10px 0px;
	    font-weight: 600;
}

p.input-box.lower {
	font-family: "Gotham Rounded A", "Gotham Rounded B";
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	background-color: #EA80A8;
	max-width: 55%;
	padding: 10px 0px 10px 0px;
	    font-weight: 600;
}


.center-block {
	font-family: "Gotham Rounded A", "Gotham Rounded B";
	max-width: 55%;
	max-height: inherit;
	background-color: #EA80A8;
}


.btn {
  background: #39c5e4;
  background-image: -webkit-linear-gradient(top, #39c5e4, #00b8dd);
  background-image: -moz-linear-gradient(top, #39c5e4, #00b8dd);
  background-image: -ms-linear-gradient(top, #39c5e4, #00b8dd);
  background-image: -o-linear-gradient(top, #39c5e4, #00b8dd);
  background-image: linear-gradient(to bottom, #39c5e4, #00b8dd);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: "Gotham Rounded A", "Gotham Rounded B";
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;		
}

.btn:hover {
	font-family: "Gotham Rounded A", "Gotham Rounded B";
  background: #00b8dd;
  background-image: -webkit-linear-gradient(top, #00b8dd, #39c5e4);
  background-image: -moz-linear-gradient(top, #00b8dd, #39c5e4);
  background-image: -ms-linear-gradient(top, #00b8dd, #39c5e4);
  background-image: -o-linear-gradient(top, #00b8dd, #39c5e4);
  background-image: linear-gradient(to bottom, #00b8dd, #39c5e4);
  text-decoration: none;
}

input {
	font-family: "Gotham Rounded A", "Gotham Rounded B";
	text-align: center;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 2px;
	color: #00b7dd;
	font-size: 20px;
	text-decoration: none;
	max-width: 75%;
	max-height: inherit;
	border: none;
	padding-top: 3px;
    padding-bottom: 10px;
}


img.img-responsive {
	border-radius: 2px;	
}


.png {
	margin-top: 20px
}


p.footer {
	margin-top: 20px;	
}


img.logo {
	margin-top: 10px;
}


@media all and (max-width: 1920px) {
	p {
		font-family: "Gotham Rounded A", "Gotham Rounded B";
		max-width: 45%;
		font-size: 20px;
		line-height: 1.2;
		color: #EA80A8;
	}
	
	p.chefs {
		font-family: "Gotham Rounded A", "Gotham Rounded B";
		max-width: 45%;
		font-size: 20px;
		line-height: 1.2;
		color: #3ec7e4;
	}
	
	h3.subtitle {
		font-family: "Gotham Rounded A", "Gotham Rounded B";
		font-size: 23px;
		color:#EA80A8;
		margin: 0px 10px 10px 10px;
	}
}

@media all and (max-width: 1690px) {
	p {
		font-family: "Gotham Rounded A", "Gotham Rounded B";
		max-width: 45%;
		font-size: 20px;
		line-height: 1.2;
		color: #EA80A8;
	}
	
	p.chefs {
		font-family: "Gotham Rounded A", "Gotham Rounded B";
		max-width: 45%;
		font-size: 20px;
		line-height: 1.2;
		color: #3ec7e4;
	}
	
	h3.subtitle {
		font-family: "Gotham Rounded A", "Gotham Rounded B";
		font-size: 23px;
		color:#EA80A8;
		margin: 0px 10px 10px 10px;
	}
}

@media all and (max-width: 1280px) { 
	 p {
		font-family: "Gotham Rounded A", "Gotham Rounded B";
		max-width: 75%;
		font-size: 120%;
		line-height: 1.3;
		color: #EA80A8;
		}
	
		p.chefs {
		font-family: "Gotham Rounded A", "Gotham Rounded B";
		max-width: 85%;
		font-size: 120%;
		line-height: 1.3;
		color: #3ec7e4;
		margin-bottom: 25px;
	}
		
	.center-block {
		font-family: "Gotham Rounded A", "Gotham Rounded B";
		max-width: 100%;
		max-height: inherit;
		background-color: #EA80A8;
	}

	p.input-box {
		font-family: "Gotham Rounded A", "Gotham Rounded B";
		font-size: 16px;
		color: #ffffff;
		text-align: center;
		display: block;
		margin: 0px;
		background-color: #EA80A8;
		max-width: 100%;
	}
	
	p.input-box.lower {
		font-family: "Gotham Rounded A", "Gotham Rounded B";
		font-size: 16px;
		color: #ffffff;
		text-align: center;
		display: block;
		margin-bottom: 10px;
		background-color: #EA80A8;
		max-width: 100%;
		padding: 10px 0px 10px 0px;
	}
	
	.img-responsive {
		border-radius: 2px;
		min-width: 100%;	
	}
	
	h3.subtitle {
		font-family: "Gotham Rounded A", "Gotham Rounded B";
		font-size: 18px;
		color:#EA80A8;
		margin: 0px 10px 10px 10px;
	
	}
	
	h1 {
		font-family: "Gotham Rounded A", "Gotham Rounded B";
		font-size: 40px;
		color:#3ec7e4;
		margin-bottom: 0px;
	}	
}

@media all and (max-width: 991px) {
	p {
		font-family: "Gotham Rounded A", "Gotham Rounded B";
		max-width: 75%;
		font-size: 120%;
		line-height: 1.3;
		color: #EA80A8;
		}
	
	p.chefs {
		font-family: "Gotham Rounded A", "Gotham Rounded B";
		max-width: 85%;
		font-size: 120%;
		line-height: 1.3;
		color: #3ec7e4;
		margin-bottom: 25px;
	}
		
	.center-block {
		font-family: "Gotham Rounded A", "Gotham Rounded B";
		max-width: 100%;
		max-height: inherit;
		background-color: #EA80A8;
	}

	p.input-box {
		font-family: "Gotham Rounded A", "Gotham Rounded B";
		font-size: 16px;
		color: #ffffff;
		text-align: center;
		display: block;
		margin: 0px;
		background-color: #EA80A8;
		max-width: 100%;
	}
	
	p.input-box.lower {
		font-family: "Gotham Rounded A", "Gotham Rounded B";
		font-size: 16px;
		color: #ffffff;
		text-align: center;
		display: block;
		margin-bottom: 10px;
		background-color: #EA80A8;
		max-width: 100%;
		padding: 10px 0px 10px 0px;
	}
	
	.img-responsive {
		border-radius: 2px;
		min-width: 100%;	
	}
	
	h3.subtitle {
		font-family: "Gotham Rounded A", "Gotham Rounded B";
		font-size: 18px;
		color:#EA80A8;
		margin: 0px 10px 10px 10px;
	
	}
	
	h1 {
		font-family: "Gotham Rounded A", "Gotham Rounded B";
		font-size: 40px;
		color:#3ec7e4;
		margin-bottom: 0px;
	}	
}


@media all and (max-width: 768px) {
	.center-block {
		font-family: "Gotham Rounded A", "Gotham Rounded B";
		max-width: 100%;
		max-height: inherit;
		background-color: #EA80A8;
	}

	p.input-box {
		font-family: "Gotham Rounded A", "Gotham Rounded B";
		font-size: 16px;
		color: #ffffff;
		text-align: center;
		display: block;
		margin: 0px;
		background-color: #EA80A8;
		max-width: 100%;
	}
	
	p.input-box.lower {
		font-family: "Gotham Rounded A", "Gotham Rounded B";
		font-size: 16px;
		color: #ffffff;
		text-align: center;
		display: block;
		margin-bottom: 10px;
		background-color: #EA80A8;
		max-width: 100%;
		padding: 10px 0px 10px 0px;
	}
	
	.img-responsive {
		border-radius: 2px;
		min-width: 100%;	
	}
	
	h3.subtitle {
		font-family: "Gotham Rounded A", "Gotham Rounded B";
		font-size: 18px;
		color:#EA80A8;
		margin: 0px 10px 10px 10px;
	
	}
	
	h1 {
		font-family: "Gotham Rounded A", "Gotham Rounded B";
		font-size: 40px;
		color:#3ec7e4;
		margin-bottom: 0px;
	}	
}




@media all and (max-width: 480px) {
	p {
		font-family: "Gotham Rounded A", "Gotham Rounded B";
		max-width: 85%;
		font-size: 110%;
		line-height: 1.4;
		color: #EA80A8;
	}
	
	p.chefs {
	font-family: "Gotham Rounded A", "Gotham Rounded B";
	max-width: 85%;
	font-size: 110%;
	line-height: 1.4;
	color: #3ec7e4;
	margin-bottom: 25px;
}
}
