
body {
	margin: 0px;
	font-family: "Sui-Light";
	font-weight: light;
	letter-spacing: 0.1rem;
  overflow-x: hidden;
}

@font-face {
  font-family: "Sui-Light";
  src: url("../css/font/Sui-Light.woff");
}

p, h1 {margin: 0px;}

h1 {
  font-family: "Sui-Light";
  font-size: 2.5em;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.4em;

}

#nav a {
  font-size: 3em;
  text-decoration: none;
  color: rgb(242, 161, 184);
}

.footer p {color: rgb(242, 161, 184)}

.footer h1 {color: rgb(242, 161, 184)}

.hero {
	height: 100vh;
	width: 100vw;
	background-color: none;
  background-image: url("../img/dwyl-site/dwyl-hero.png");
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  
}



/* –– Weather –– */

.container-weather {
	height: auto;
	width: 15vw;
	margin: 0px;
	float: left;
	display: block;
	border-radius: 15px;
	background-color: none);
}
/*
.app-title{
    width: 300px;
    height: 50px;
    border-radius: 10px 10px 0 0;
}

.app-title p{
    text-align: center;
    padding: 15px;
    margin: 0 auto;
    font-size: 1.2em;
    color: #ffff;
}
*/
.notification{
    background-color: none;
    display: none;
}

.notification p{
    color: #000;
    font-size: 1.2em;
    margin: 0;
    text-align: center;
    padding: 10px 0;
}

.weather-container{
    width: 15vw;
    height: auto;
    background-color: none;
}

.weather-icon{
    width: 15vw;
    height: 128px;
}

.weather-icon img{
    display: block;
    margin: 0 auto;
}

.temperature-value{
    width: 15vw;
    height:auto;
}

.temperature-value p{
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 4em;
    text-align: center;
    cursor: pointer;
}

.temperature-value p:hover{
    
}

.temperature-value span{
    color: #000;
    font-size: 0.5em;
}

.temperature-description{
    
}

.temperature-description p{
    padding: 8px;
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 1.2em;
}

.location{
    
}

.location p{
  margin: 0;
  padding: 0;
  color: #293251;
  text-align: center;
  font-size: 0.8em;
}

#nav {
  height: auto;
    width: auto;
    margin: 0px;
    float: right;
    right: 0;
    padding-right: 10px;
    padding-top: 10px;
    position: absolute;
    border-radius: 15px;
    text-align: right;
    background-color: none;
}

.rembrandt  {
	height: 10%;
	width: 40%;
	margin: 0;
  text-align: center;
  position: absolute;
  top: 70%;
  left: 50%;
  font-size: 1.5em;
  font-family: "Sui-Light";
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 25rem;
  border: 2px solid rgb(242, 161, 184);
  background-color: #ffff;
}


#logo {
	height: auto;
	width: 40%;
	margin: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.rembrandt:hover {
  background-color: #e8e8e8;
}

#info {
	height: 10%;
	width: 50%;
	margin: 0 auto;
	position: absolute;
	bottom: 10px;
	right: 50%;
	left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	text-align: center;
}

.container .right-out a{
  
   width: 10%;
  margin: 10px;
  z-index: 99;
}

.video > iframe {
  z-index: 1!important;
}

.container {
  width: 100vw;
  height: 100vh;
  margin: 0px;
  display: block;
}

.container img {}

.video {
  top: 0;
  margin: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}


.map {
	height: auto;
	width: 100%;
  display: block;
	background-color: none;
  overflow: hidden;
}

.map-left {
	height: 100vh;
	width: 80%;
	background-color: red;
}

#map-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}


.map-links {
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  margin-top: 1em;
  margin-right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  
}

.map-links a {
  width: 40%;
  height: auto;
  z-index: 99;
}

.map-links img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.map-box {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
}

.map-box img {
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: block; 
  position: 
}

.footer {
	height: 200px;
	width: 100%;
  text-align: center;
	background-color: none;
}


    /*.stage {
        border-bottom: 3px solid #444;
        display: flex;
        height: 330px;
        width: 100%;
    }*/

.box {
	align-self: flex-end;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    background-color: none;
    width: 100%;
    margin: 0 auto 0 auto;
    transform-origin: bottom; 
}

.bounce-2 {
    animation-name: bounce-2;
    animation-timing-function: ease;
}

@keyframes bounce-2 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-20px); }
    100% { transform: translateY(0); }
}




/* animation in .hero */

#hero-content,#hero-left {
  position:relative;
}

#hero-content {
  right:0;
  width:100%;
  height:100vh;
  display: flex;
  background-color: none;
}

#hero-left {
  display: block;
  overflow:auto;
  width:100%;
  background-color:#fff;
  padding-top:0;
  height:100%;
  z-index:1;
}

.outer-hero {
  top:0;
  overflow:auto;
  width: 100%;
  background-color:red;
}

.right-in {
  text-align:left;
  font-family:suisseintl;
  font-weight:400;
  font-size:1vw;
  line-height:110%;
  display: block;
  color:#000;
  text-shadow:0 0 8px #000;
  padding-right:1em;
  padding-bottom:1em;
  text-align: right;
}

.right-out img {
  width: 10%;
  margin: 10px;
  z-index: 99;
}

.right-out a {
  width: 10%;
  margin: 10px;
  z-index: 99;
}

.outer-hero {
  right:-100%;
  height:100%;
  position:absolute;
  border:none;
  outline:0;
}


 

/* animation in .map */

#content,#left {
  position:relative;
}

#content {
  right:0;
  width:100%;
  height:100vh;
  display: flex;
  background-color: none;
}

#left {
  display: flex;
  overflow: overlay;
  width:100%;
  background-color:#fff;
  padding-top:0;
  height:100vh;
  z-index:1;
  position: relative;
  margin: 0;
}

.outer-left {
  overflow: visible;
  width: 100%; 
  height:100vh;
  position:absolute;
  top:0;
  right:-100%;
  border:none;
  outline:0;
  background-color:none;
}

.left-in {
  font-family:suisseintl;
  font-weight:400;
  font-size:1vw;
  display: block;
  color:#000;
}

.left-out img {
  width: 10%;
  margin: 10px;
}

.object {
  width: 100%;
  height: 100%;
}

.object img {
  width: auto;
  height: 80%;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
}

.info {
    bottom: 4%;
    margin: 10px;
    /* float: right; */
    display: block;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}



@media only screen and (max-device-width: 375px) {

.hero {
  height: 100vh;
  width: auto;
  background-color: none;
  background-image: url("../img/dwyl-site/dwyl-hero-mob.png");
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */ 
  background-size: cover;
}

.rembrandt {
    height: 10%;
    width: 70%;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 70%;
    left: 50%;
    font-size: 3em;
    font-weight: lighter;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 25rem;
    background-color: #ffff;
}

.map-links a {
  width: 80%;
  height: auto;
  z-index: 99;
}

.map-box img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;

}

.object img {
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
}

#logo {
  height: auto;
  width: 80%;
  margin: 0;
  position: absolute;
  top: 35%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#info p {
  font-family: "Sui-Light";
  font-size: 2em
}

#info {
  height: 10%;
  width: 70%;
  margin: 0 auto;
  position: absolute;
  bottom: 10px;
  right: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

}