/* ELEMENT STYLE */

.pageampiezza{
    width: 60%;
    margin: auto;
}

.pageampiezzabreadcum {
    width: 70%;
}

.h1article{
    text-align: center;
    font-size: 3em;
}

.h3article{
    font-size: 2em;
}

.h6article{
    font-size: 1.5em;
}

.h1exploretravel {
    background-image: linear-gradient(45deg, #6B4840, #FFD062);
    /* background-size: 50%; */
    /* background-repeat: repeat; */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    background-clip: text;
    -moz-text-fill-color: transparent;
    font-weight: bold;
    /* font-size: 4em; */
    /* font-family: 'Permanent Marker', cursive; */
}

.h3exploretravel {
    background-image: linear-gradient(45deg, #6B4840, #FFD062);
    /* background-size: 20%; */
    /* background-repeat: repeat; */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    background-clip: text;
    -moz-text-fill-color: transparent;
    font-weight: bold;
    /* font-size: 2em; */
    /* font-family: 'Permanent Marker', cursive; */
}

.h6exploretravel {
    background-image: linear-gradient(45deg, #6B4840, #FFD062);
    /* background-size: 20%; */
    /* background-repeat: repeat; */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    background-clip: text;
    -moz-text-fill-color: transparent;
    font-weight: bold;
    /* font-size: 1.3em; */
    /* font-family: 'Permanent Marker', cursive; */
}
/* ELEMENT STYLE */

/* OPENSTREETMAP */
.map {
    margin: auto;    
    height: 50vh;
    width: 100%;
}

.ol-attribution ul {
    padding: 1px 0.5em;
    color: #000;
    text-shadow: 0 0 2px #fff;
    font-size: 12px;
    text-align: right;
    list-style-type: none;
    margin: 0;
    padding: 3px;
}

.ol-control{
    position: absolute;
    bottom: 0;
    right: 0;
}

.ol-attribution.ol-uncollapsible button {
    display: none;
}

.ol-attribution.ol-unselectable {
    border-radius: 4px 0 0;
    background: rgba(255,255,255,0.8);
}
/* OPENSTREETMAP */

/* CAROUSEL STYLE */

.carousel-control-next-icon,
.carousel-control-prev-icon /*, .carousel-indicators */ {
    filter: invert(100%);
}

/* CAROUSEL STYLE */

/* IMG INSIDE TEXT */

.imgcontainer {
    position: relative;
    width:200px;
    height:300px;
    float: right;
}

.imgcontainerhorizontal {
    position: relative;
    width:300px;
    height:200px;
    float: right;
}

.imgsize {
    width: 100%;
    height: 100%;
    border-radius: 4.25em;
}

.imgtextcentered {
    position: absolute;
    color: white;
    font-size: 0.75em;
    width: 100%;
    left: 0px;
    text-align: center;
    top: 50%;
}

.quotebackground {
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
}

/* IMG INSIDE TEXT */

@media screen and (max-width: 600px) {
    .pageampiezza {
      width: 100%;
    }

    .imgcontainer {
        float: none !important;
    }

    .imgcontainerhorizontal {
        float: none !important;
    }

    .pageampiezzabreadcum {
        width: 90%;
    }
}

/* IMG ALL'INIZIO */
.imgheight {
    max-height: 50vh;
    overflow: hidden;
}

.imgpos {
  object-fit: cover;
  object-position: 50% 50%;
}

.imgfilter {
    filter: brightness(0.5);
}

.imgtextcenteredphototop {
    position: absolute;
    color: white;
    font-size: 0.75em;
    width: 100%;
    left: 0px;
    text-align: center;
    top: 50%;
}

@media screen and (max-width: 375px) {
    .imgtextcenteredphototop {
        top: 15%;
    }

    .imgcontainerhorizontal {
        width:250px;
        height:150px;
    }
  }
/* IMG ALL'INIZIO */

/* WEATHER WIDGET */
.weather-widget {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.weather-header {
    text-align: center;
    color: #6B4840;
}

.weather-header h3 {
    margin: 0;
}

.current-weather {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.current-weather img {
    width: 80px;
}

.forecast-item {
    text-align: center;
}

.forecast-item img {
    width: 50px;
}
/* WEATHER WIDGET */