/* BASIC SETUP */

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

html {
  background-color: #222;
  color: #fff;
  font-family: 'Muli', 'Arial', sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.row {
  max-width: 1140px;
  margin: 0 auto;
}

h1 {
  font-size: 10rem;
  text-transform: uppercase;
  font-weight: 900;
}

h2 {
  font-size: 5rem;
  margin-bottom: 4rem;
  font-weight: 900;
}



p_big {
  font-size: 1.1rem;
  position: absolute;
  top: 30%;
  margin-left: 10px;
}

p_big span {
  font-weight: 900;
}

a:link, 
a:visited {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:active {
  color: #D4AF37;
  outline: 0;
  border: none;
}

a:focus {
  outline: 0;
  border: none;
}

i {
  font-size: 3.5rem;
}

i.ion-ios-arrow-down {
  font-size: 4rem;
}

.icon-small {
  font-size: 1rem;
}

li {
  list-style-type: none;
}

/* HEADER */ 



header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/heroes/tangente_021-g_copy.jpg);
  background-size: cover;
  height: 100vh;
  position: relative;
}

.sticky-nav {
  position: fixed;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
  display: none;
  z-index: 999;
  background-color: rgba(34, 34, 34, 0.97);
  border-bottom: solid 1px #333;
}

.sticky {
  display: block;
}


.social-column {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 40%;
  left: 2%;
  z-index: 99;
}

.social-column a {
  margin-bottom: 2rem;
}

.hero-text-box {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-text-box h1 span .yellow {
  color: #D4AF37;
}

.fixed-bottom-box {
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 2%;
}

.nav-row {
  text-align: center;
}

.nav-row p {
  display: inline-block;
}

.arrow-down-row {
  text-align: center;
}

.delay {
  opacity: 0;
}

.delay.animated {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  opacity: 1;
}


/* VIDEO */

.fullscreen-video {
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

video {
  width: 100vw;
}

#video-anchor {
  position: relative;
  top: 50px;
}

/* COPY */

.section-copy {
  padding-top: 20vh;
  margin-bottom: 250px;
}

.push-right {
  text-align: right;
}

.copy-row {
  display: flex;
  margin-bottom: 30vh;
}

.copy-text {
  padding: 0 10px;
  padding-top: 10px;
  width: 55%;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.3px;
}

.copy-text span {
  color: #D4AF37;
}

.copy-images {
  width: 45%;
  position: relative;
}

.img-1 {
  position: absolute;
  z-index: 2;
  top: 15%;
  border: 1px solid #fff;
}

.img-2 {
  position: absolute;
  
  left: 55%;
  z-index: 1;
  border: 1px solid #fff;
}

.img-3 {
  position: absolute;
  top: 15%;
  left: 35%;
  border: 1px solid #fff;
  z-index: 2;
}

.img-4 {
  position: absolute;
  right: 55%;
  border: 1px solid #fff;
  z-index: 1;
}

a.gon-link {
  text-decoration: underline;
}


/* BANNER */

.section-banner.banner1{
  height: 60vh;
  background-color: #111;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(img/heroes/tangente_026_copy.jpg);
  margin-bottom: 210px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  background-size: cover;
  background-position: center;
}

.section-banner.banner2{
  height: 60vh;
  background-color: #111;
  margin-bottom: 210px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(img/heroes/tangente_001_copy.jpg);
  background-size: cover;
  background-position: center;
}

.section-banner.banner3{
  height: 60vh;
  background-color: #111;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(img/heroes/tangente_052_copy.jpg);
  margin-bottom: 210px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  background-position: center;
  background-size: cover;
}

/* MENU */

.section-menu {
  padding-top: 50px;
  margin-bottom: 250px;
}

h2 {
  color: #fff;
}

.section-menu h2 {
  margin-bottom: 90px;
}

.menu-row {
  display: flex;
}

.img-container {
  width: 35%;
  position: relative;
  z-index: 2;
}


.img-container img {
  width: 95%;
  float: right;
  position: absolute;
  right: -50px;
  top: 50px;
  z-index: 2;
  border: 2px solid #fff;
  -webkit-filter: brightness(45%);
  filter: brightness(45%);
  display: none;
}

.img-container .image-text {
  width: 95%;
  float: right;
  position: absolute;
  right: -20px;
  top: 400px;
  z-index: 3;
  font-size: 4rem;
  font-weight: 400;
  text-transform: capitalize;
}

.menu-container {
  background-color: #222;
  padding: 50px 90px 50px 110px;
  width: 65%;
  z-index: 1;
  border: 2px solid #fff;
}

.menu-selectors {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}

.menu-selectors p {
  cursor: pointer;
  font-size: 1.8rem;
  margin: 0 1px;
  padding: 2px;
}

.menu-selectors p:hover {
  background-color: #fff;
  color: #000;
}

.clicked {
  background-color: #fff;
  color: #000;
}


.menu-tables table {
  font-size: 1.2rem;
  /* border-left: 2px solid #fff; */
  padding: 20px;
}

.menu-tables {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

a.carte {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 3px solid #D4AF37;
  padding: 2rem 0 9rem 0;
  width: 300px;
  margin-bottom: 2rem;
  text-decoration: none;
  transition: all 0.3s;
}
@media only screen and (max-width: 1200px) {
  a.carte {
    width: 250px;
  }
}
@media only screen and (max-width: 1023px) {
  a.carte {
    width: 200px;
  }
}

a.carte:hover,
a.carte:active {
  text-decoration: none;
  color: inherit;
  scale: 1.05;
}

.carte__head {
  font-size: 2.7rem;
  letter-spacing: 7px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.carte__head span {
  font-size: 2rem;
  color: #D4AF37;
}

.carte__sub {
  color: #D4AF37;
  font-size: 1.3rem;
  margin-bottom: 5rem;
}

.carte__name {
  font-size: 1.7rem;

}



.table--small {
  font-size: 0.8rem;
  height: 10px;
}


tr {
  height: 40px;
}

hr {
  color: #fff;
}

td:nth-child(2) {
  text-align: center;
}


td {
  width: 200px;
  padding: 7px;
}





/* OPENING TIMES */


.section-hours {
  padding-top: 50px;
  height: 100vh;
}

.section-hours h2 {
  color: #fff;
  float: right;
  margin-bottom: 130px;
}

.section-hours h2 span {
  background-color: #D4AF37;   /*#19b319*/
  color: #000;
}

.hours-row {
  font-size: 1.5rem;
  padding-left: 100px;
}

.hours-row table {
  border: 2px solid #fff;
  padding: 40px;
}

/* MAPS */


.section-maps {
  padding-top: 50px;
  height: 90vh;
}

.section-maps h2 {
  margin-bottom: 120px;
}

.maps-row {
  display: flex;
  position: relative;
}

.address {
  color: #fff;
  padding: 40px 60px;
  margin: 40px;
  font-size: 1.5rem;
  border: 2px solid #fff;
  position: absolute;
  top: -100px;
  right: -10px;
}

iframe {
  border: 0;
}



/* FOOTER */

footer {
  padding-bottom: 10px;
  font-size: 0.8rem;
}

.footer-row {
  display: flex;
  justify-content: space-between;
}

.footer-row span {
  color: #D4AF37;
}


/* PRESS */

.section-press {
  padding-top: 200px;
  margin-bottom: 120px;
}

.press-row {
  font-size: 1.2rem;
}


.section-terms h2 {
  word-break: break-all;
}




