body{
    margin: 0px;
    font-family: Helvetica, serif;
    background-image: url("Photos/backgroundimg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
nav{
    overflow: hidden;
    background-color: #333;
    width: 100%;
    z-index: 9999;
}

.sticky{
    position: fixed;
    top: 0;
    width: 100%;
}
.active_nav{
    /* background-color: #124079; */
    background-color: black;
    color: white;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
li{
    float:left;
}
li a{
    display:block;
    color:white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    @media (min-width: 320px) { 
        padding: 10px 10px;
    }       
    @media (min-width: 480px) { 
        padding: 10px 10px;
    }
    @media (min-width: 720px) { 
        padding: 14px 16px;
    }
    @media (min-width: 1024px) { 
        padding: 14px 16px;
    }
    @media (min-width: 2500px) { 
        padding: 30px 30px;
    }
}
li a:hover{
    /* background-color: #074ea7; */
    background-color: rgb(27, 25, 25);
}
.split{
    float: right;
    padding-right: 30px;
    @media (max-width: 500px) { 
        float: left;
        padding: 1px 1px;
    }
}

h1{
    font-family: 'Bree Serif';
    font-size: 70px;
    text-align: center;
    /* text-shadow: 1px 1px white; */
    /* color: black; */
    color: white;
    text-shadow: 3px 5px black;
}
h2{
    font-family: 'Bree Serif';
    text-align: center;
}
.content {
    margin: 30px;
    /* background-color: rgba(255, 255, 255, 0.75); */
    /* border: 1px solid black; */
    background-color: rgb(255 255 255 / 87%);
    padding: 16px;
    box-shadow: rgb(0 0 0) -7px 3px 35px -11px;
    border: 6px ridge white;
}
.sticky + .left{
    padding-top: 60px;
}

p{
    margin: 2%;
    font-weight: normal;
    color: black;
    font-size: 20px;
    display: block;
    text-align: justify;
}
@media only screen and (max-width: 784px) {
    #extratext2{
        display: none;
    }
  }
@media only screen and (max-width: 600px) {
    #extratext{
        display: none;
    }
}

.container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    @media (min-width: 1024px) { 
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }
}
.img{
    text-align: center;
}
.img img{
    max-width: 100%;
    min-width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
}
@media only screen and (max-width: 600px) {
    .img img {
        min-width: 0;
    }
}
figcaption{
    text-align: center;
}

.containerMapWeather{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items:center;
}
#map{
    border: 6px ridge white;
    width: 80%;
    height: 100%;
}
#CustomMap{ 
    width: 100%;
    height: 450px;
    position: relative;
 }
 #mapWikiLink{
    border: none;
    background-color: orange;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 3px 4px;
    margin: 2px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
 }
 #mapWikiLink:hover{
    background-color: rgb(36, 34, 34);
    color: white;
 }
 #mapTextContent{
    font-size: smaller;
 }

footer{
    
    padding: 4px;
    float:inline-end;
    background-color: rgb(255 255 255 / 80%);
    border: 1px solid black;
}


.card:hover{
    background-color: rgb(255 255 255 / 100%);
}
.card_container{
    max-width: 95%;
    margin: 100px auto;
  
}
.card_text{
    margin: 1%;
    font-weight: normal;
    color: black;
    font-size: 15px;
    display: block;
    text-align: center;
} 
.card_title{
    font-family: 'Bree Serif';
    text-align: center;
} 
.card{
    border: 1px solid black;
    background-color: rgb(255 255 255 / 80%);
    box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 5px;
    
}
.card {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.card__wrap--outer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;    
    justify-content: space-evenly;
    width: 100%;
}
.card__wrap--inner{
    display: flex;
    padding: 12px;
    flex-direction: row;
    width: 50%;
    @media (min-width: 320px) { 
        width: 80%;
    }       
    @media (min-width: 480px) { 
        width: 70%;
    }
    @media (min-width: 720px) { 
        width: 45%;
    }
    @media (min-width: 1024px) { 
        width: 20%;
    }
    @media (min-width: 2500px) { 
        width: 20%;
    }
}
.flexible {
    flex-grow: 1;
}


/* Slideshow container */
.slideshow-container {
    border:10px ridge white;
    border-radius: 10px;
    

    position: relative;
    margin: auto;
    overflow: hidden;
    width: 90%;
    @media (min-width: 320px) { 
        max-height: 300px;
    }       
    @media (min-width: 480px) { 
        max-height: 300px;
    }
    @media (min-width: 720px) { 
        max-height: 500px;
    }
    @media (min-width: 1024px) { 
        max-height: 1000px;   
    }
    @media (min-width: 2500px) { 
        max-height: 1500px;
    }

  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
    
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 18px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
  }
  
.weather-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
}

.weather {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.87);
    box-shadow: 0 3px 35px -11px rgba(0, 0, 0, 0.5);
    border: 6px ridge white;
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
}

.weather-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.weather-info {
    /* margin-left: 10%; */
    text-align: left;
    flex: 1;
}

.weather-info p {
    margin-bottom: 10px;
    font-size: 20px;
}

.weather-info p span {
    font-weight: bold;
    color: #333;
}

.weather figure {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
#temp-info{
    font-size: 80px;
    font-weight: bold;
    color: #333;
    text-align: center;
    font-family: 'Bree Serif';
}  
@media only screen and (max-width: 800px) {
    #temp-info {font-size: 70px}
  }
@media only screen and (max-width: 400px) {
    #temp-info {font-size: 50px}
  }
  
#weatherImage {
    /* max-width: 100%; */
    /* height: auto; */
    width: 60%;
    border-radius: 5px;
}
.col_w{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#windSpeedImage{
    width: 40%;
}
.wind{
    font-size: 50px;
    font-family: 'Bree Serif';
}
@media only screen and (min-width: 1024px) {
    .weather {
        width: 60%;
    }

    .weather-info {
        max-width: 70%;
    }

    .weather-info p {
        font-size: 25px;
    }
}

/* Open Image by clicking on it CSS */
.openImg {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 10%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.image-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80vh;
    width: auto;
    height: auto;
    
}

.close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #f1f1f1;
    font-size: 30px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}