*{
	margin: 0;
	padding: 0;
}

html,
body{
	height: 100%;
}

body{
}

.ph-space{
	position: absolute;
	top: 120px;
	display: table;
	width: 100%;
	height: inherit;
	min-height: 1080px;
	color: #fff;
	/*background: url(../uploads/7215847534646788096_n.jpg) no-repeat center center;
	/*-webkit-background-size: cover;
	/*background-size: cover;	*/
}

.ph-item{		
	display: table-cell;
	width: 100%;
	height: inherit;
	text-align: center;
	vertical-align: middle;
}

.pg-content{
	min-height: 768px;
	margin: 10%;
	margin-top: 50px;
	margin-bottom: 0;
	min-width: 600px;
	max-width: 1600px;
	display:flex;
	flex-direction: column;
	justify-self: center;
	text-align: center;
}

.pg-title{
	width:100%;
	justify-content: left;
	padding-bottom: 10px;
}

.pg-content p{
	color: #031d30;
	font-family: 'SegoeUI';
	font-size: 16px;
	margin-bottom: 20px;
	text-align: justify;
}

.subhead{
	color: var(--acym-blue);
	font-weight:600;
	margin-top: 50px;
}

.top-40{
	top:40px;
}

.blue{
	color: #245268;
	font-weight: bold;
}

.bold{
	font-weight: bolder;
	font-family: 'AvenirNextLTW01-Regular' !important;
}

.italics{
	font-style: italic;
}

.topic-line hr {
	height: .5px;
	background-color: #092c47;
	margin-bottom: 20px;
}

.pg-content ul{
	font-family: 'AvenirNextLTW01-Regular';
	color:#092c47;
}

.show-banner{
	width: 100%;
	height: 400px !important;
	background-image: url(../assets/banners/9.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
  }
  .parallax {
	   /*display: flex;
	flex: 1 0 auto;
	position: relative;
	height: 100vh;
	transform: translateZ(-1px) scale(2);
	z-index: -1;*/
	background-position: center -70px;
  }

  .image img{
	  height:300px;
	  width:500px;
	  float:right;
	  margin:20px;
  }


  .chef-comp-wrapper{
	display:flex;
	flex-direction: column;
	width: 100%;
	max-width: 1400px;
	margin: auto;
	margin-top:60px;
	justify-self: center;
  }

  .chef-topic-wrapper{
	display:flex;
	height: 400px;
	width: 100%;
	justify-content: space-evenly;
  }

  .chef-topic-text {
	flex-basis: 50%;
	padding: 30px;
  }

  .topic-head {
	font-size: 20px !important;
	font-weight: bold;
	color:var(--acym-blue) !important;
	text-align:left !important;
  }

  .topic-body span, li span{
	font-weight: bold;
  }

  .chef-topic-image {
	flex-basis: 50%;
  }

  .chef-topic-image img {
	width: 100%;
	height: 100%;
	object-fit:cover;

  }

  ul {
	text-align: left;
  }

  .winners-wrapper {
	  display: flex;
	  width: 100%;
  }

  .winners-img figure img{
	  margin: 70px 20px;
  }

 .register-link{
	 margin: 50px 0;
	 text-align: center;

  }

  @media only screen and (max-width: 684px) {
	.pg-content {
		min-width: 100px;
		max-width: 100%;
	}

	.image img{
		width:80vw;
		height:auto;
		float:none;
		margin:10px;
	}
  
}

@media only screen and (max-width: 1050px) {
	.winners-wrapper {
		flex-direction: column-reverse;
	}
}