html {
  font-family: "Open Sans";	
  font-size: 1rem;
}


@media (max-width: 1200px){
  html {
	font-size: 0.90rem
  }

}


@media (max-width: 992px){
  html {
	font-size: 0.85rem
  }

}


@media (max-width: 768px){
  html {
	font-size: 0.90rem
  }
}


@media (max-width: 576px){
  html {
	font-size: 0.80rem
  }
}


body {
    background-color: #000000;
}

/* HEADER */
.header-logo {
	margin: 40px auto 0 auto;
}


/* NAVBAR */

.navbar-toggler {
	margin-top: 30px;
	cursor: pointer;
}


.nav-item a:hover {
	height: 40px;
    background-image: url(../img/text-underline.png);
    background-position: center bottom;
	background-repeat: no-repeat;
    background-color: transparent;
}


.nav-item.active a {
	height: 40px;
    background-image: url(../img/text-underline.png);
    background-position: center bottom;
	background-repeat: no-repeat;
    background-color: transparent;
}

.nav-item a {
	color: #E2E2E2;

}

/* HEADER */

.line {
	display: block;
	width: 100%;
    height: 1px;
    align-self: center;
    opacity: 4;
    background-color: #FFDD6C,#9D8E54;
}    

.header-logo {
	margin: 40px auto 0 auto;
}

.header-title {
	margin-top: -10px;
	color: #9D8E54;
}

/* FOOTER */

.social-media {
	margin-top: 50px;
}

.social-facebook {
	margin-right: 10px;
}

.social-twitter {
	margin-left: 10px;
	margin-right: 10px;
}

.social-mail {
	margin-left: 10px;
}

.copyright {
	color: #E2E2E2;
	font-size: 0.875rem;
	margin-top: 10px;
	margin-bottom: 2%;
	text-decoration: none;
}

.copyright:hover {
	text-decoration: none;
	color: #E2E2E2;
}


/* HOME */
.homepage-img {
	background-image: url(../img/paul-denamiel-portait@2x.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 900px;
}

 
/* BIOGRAPHY */

.bio-photo {
	background-image: url(../img/chef-paul-denamiel.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.bio-text {
	color: #E2E2E2;
	letter-spacing: 0.98px;
    line-height: 18px;
    font-weight: lighter;
    margin-bottom: 20px;
}


/* AWARDS */

.block-background {
	background-color: #0F0F0F;
	margin: 10px 10px 10px 10px;
	padding: 40px 40px 40px 40px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

/* GALLERY */

.photo-gallery {
	height: 100%;	
	width: 100%;
	padding-bottom: 30px;
}

/* PARTNERS */

.partners-gallery {
	display: block;
	width: 100%;
	margin: auto 0 auto 0;
}


/* CONTACT */

.social-text {
	margin-top: 30px;
}

.go-social {
	margin-top: 30px;
}

.form-control-plaintext {
	background-color: #060606;
	border-color:#282828;
	color: #373636;
	border-width: 2px;
	height: 40px;	
	width: 248px;
}

.btn-primary {
	background-color: #282828;
	height: 40px;	
	width: 119px;
	color: #9D8E54;
	border: none;
}

.btn-primary:hover {
	color: #9D8E54;
	background-color: #121212;
}

.nyc_landscape {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 10px;
}

.grey-background {
	background-color: #060606;
	height: 310px;	
	width: 610px;
	margin: 10px auto 10px auto;
	padding: 40px 40px 40px 40px;
}

/* ALL PAGES HEADINGSs */

h1 {
	color: #9D8E54;
	text-align: center;
	font-size: 1.5rem;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 70px;
}

h2 {
	color: #E2E2E2;
	text-align: center;
	font-size: 0.875rem;
	font-weight: bold;
}

h3 {
	color: #E2E2E2;
	text-align: center;
	font-size: 0.875rem;
	font-weight: normal;
}

