@import url("https://fonts.googleapis.com/css?family=PT+Sans");
@import url('https://fonts.googleapis.com/css?family=Pathway+Gothic+One');

/* CSS Variables */

:root {
  --primary-color: #ffae00;
  --primary-color-hover: #d3071b;
  --secondary-color: #103063;
  --secondary-color-hover: #143f85;
  --light-color: #f4f4f4;
}

body {
  font-family: "PT Sans", sans-serif;
  background-color: #f4f4ff;
  margin: 0;
  color: #0a0a0a;
  line-height: 1.6;
  font-family: 'Pathway Gothic One', sans-serif;
}

img {
  width: 100%;
}

a {
  text-decoration: underline;
  color: #ffae00;
  padding: 0 !important;
}

i {
  color: #ffae00;
}

/* Section */
.section {
  padding: 3rem 0;
}

.section-head {
  font-size: 3rem;
  margin: 0;
}

.section h3 {
  font-size: 2.5rem;
  margin-top: 12px;
  margin-bottom: 12px;
}

section#entertainment {
  background: url(../img/berlin-panorama_c_scholvien-1.jpg) no-repeat
    center/cover;
}

section#entertainment.info {
  background: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.62)),
    url(../img/berlin-panorama_c_scholvien-1.jpg) no-repeat center;
  background-size: 300vw;
}

.gift-cards {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  text-align: left;
}

.shadow {
  box-shadow:rgb(10, 10, 10) 0px 0px 8px 0px inset;
}


/* Showcase */
#showcase {
  margin: 0;
  padding: 0;
  background: url("../img/info.jpeg") no-repeat center/cover;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow-y: hidden;
  margin-top: 3px;
}

#showcase .container {
  margin-top: 25vh;
}

#showcase h1 {
  font-size: 4rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.46);
}

#showcase h2 {
  font-size: 2rem;
}

/* Utility Classes */
.container :not(.navbar) {
  max-width: 1180px;
  text-align: center;
  margin: 0 auto;
  padding: 0 3rem;
}

.lead {
  font-size: 1.7rem;
  color: #000;
}
.lead-white{
  font-size: 1.7rem;
  color: #fff;
}

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

/* Buttons */
.btn {
  padding: 1rem;
  color: #fff;
  display: inline-block;
}

.btn-primary {
  background: var(--primary-color);
}

.btn-primary:hover {
  background: var(--primary-color-hover);
}

.btn-secondary {
  background: var(--secondary-color);
}

.btn-secondary:hover {
  background: var(--secondary-color-hover);
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotateX(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotateX(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
}

@-moz-keyframes counter-spin {
  100% {
    -moz-transform: rotateX(180deg);
  }
}
@-webkit-keyframes counter-spin {
  100% {
    -webkit-transform: rotateX(180deg);
  }
}
@keyframes counter-spin {
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}

/* Text colors */
.text-primary {
  color: var(--primary-color);
}

.text-secondary {
  color: var(--secondary-color);
}

.text-light {
  color: var(--light-color);
}

.bg-light {
  background: var(--light-color);
  color: #333;
}

.mb {
  margin-bottom: 1rem;
}

.mt {
  margin-top: 1rem;
}

/* Navigation */
nav {
  height: 40px;
  width: 100%;
  background-color: #333;
  color: #eee;
  position: fixed;
}
nav ul {
  padding: 0;
  margin: 0;
}
nav li {
  display: inline;
  float: left;
}
nav a {
  display: inline-block;
  width: 100px;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  color: #eee;
  text-decoration: none;
}
nav li:hover {
  background-color: #444;
}
nav a#openup {
  display: none;
}

.navbar {
  width: 100%;
  overflow: auto;
  position: fixed;
  Bottom: 0;
  height: 7vh;
  text-align: center;
  z-index: 10;
  margin-bottom: 5px;
}
.navbar a {
  float: left;
  padding: 12px;
  color: white;
  text-decoration: none;
  font-size: 17px;
}
.navbar a:hover {
  background-color: #000;
}
@media screen and (min-width: 560px) {
  nav {
    height: 5vh;
    border-bottom: 0;
    border-bottom: 1px solid #ffae00;
    padding-top: 0px;
  }
  nav ul {
    display: none;
    height: auto;
  }
  nav li {
    width: 100%;
    float: left;
    position: relative;
  }
  nav a {
    text-align: left;
    width: 100%;
    text-indent: 25px;
    background: #333;
    border-bottom: 1px solid #ffae00;
    display: none;
  }
  nav a:hover {
    background: #444;
  }
  nav a#openup {
    display: block;
    background-color: #333;
    width: 100%;
    position: relative;
  }
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
@media screen and (max-width: 559px) {
  .hide-on-small {
    display: none;
  }
  #showcase {
    height: 50vh;
  }
  #showcase .container {
    margin-top: 15vh;
  }
  #showcase h1 {
    font-size: 4rem;
    color: #fff;
  }
  #showcase h2 {
    font-size: 1.5rem;
  }
  nav {
    height: auto;
    border-bottom: 0;
    border-bottom: 1px solid #ffae00;
    padding-top: 0px;
  }
  nav ul {
    display: none;
    height: auto;
  }
  nav li {
    width: 100%;
    float: left;
    position: relative;
  }
  nav a {
    text-align: left;
    width: 100%;
    text-indent: 25px;
    background: #333;
    border-bottom: 1px solid #ffae00;
    display: none;
  }
  nav a:hover {
    background: #444;
  }
  nav a#openup:after {
    content: "|||";
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Safari and Chrome */
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 20px;
  }
  nav a#openup {
    display: block;
    background-color: #333;
    width: 100%;
    position: relative;
  }
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
@media screen and (max-width: 780px) {
  .gift-cards {
    grid-template-columns: 1fr;
  }
  footer .footer-cols {
    display: none;
  }
}
@media screen and (max-height: 580px) {
  #showcase p.lead {
    display: none;
  }
}
.buttoesL {
  background-color: #eee;
  display: inline-block;
  cursor: pointer;
  color: #ffae00;
  font-family: Arial;
  font-size: 2.5rem;
  height: 7vh;
  width: 49vw;
  padding: 0 !important;
  border-radius: 30px;
  border: 3px solid #ffae00;
}
.buttoesR {
  background-color: #eee;
  display: inline-block;
  cursor: pointer;
  color: #ffae00;
  font-family: Arial;
  font-size: 2.5rem;
  height: 7vh;
  width: 49vw;
  padding: 0 !important;
  border-radius: 30px;
  border: 3px solid #ffae00;
}

.theme {
  background-color: #eee;
  display: inline-block;
  cursor: pointer;
  color: #ffae00;
  font-family: Arial;
  font-size: 2.5rem;
  height: 7vh;
  width: 49vw;
  padding: 0 !important;
  border-radius: 30px;
  border: 3px solid #ffae00;
}
img#imagem1.dia1 {
  width: 100vw;
}

.rotate {
  background-image: linear-gradient(to bottom right, #f4f4f4, #f4f4ff);
  font-size: 1.2rem;
  font-weight: 700;
  color: #0a0a0a;
  margin-top: 3vh !important;
  padding: 2vw 3vh !important;
  border-radius: 12px;
  border: #ffae00 1px solid;
}

/* _________________________________________________*/

.w3-content,
.w3-auto {
  margin-left: auto;
  margin-right: auto;
}
.w3-content {
  max-width: 980px;
}

.w3-tooltip,
.w3-display-container {
  position: relative;
}

.w3-display-container:hover .w3-display-hover {
  display: block;
}
.w3-display-container:hover span.w3-display-hover {
  display: inline-block;
}

.mySlides {
  display: none;
  width: 100%;
}

.w3-btn,
.w3-button {
  border: none !important;
  display: inline-block;
  padding: 25% 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.w3-black,
.w3-hover-black:hover {
  color: #fff !important;
  background-color: none !important;
}

.w3-display-left {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(-0%, -50%);
}
.w3-display-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
