
/* 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, #ffffff, #A640A1);
    /* 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, #A640A1, #a640a16b);
    /* 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, #a640a16b, #A640A1);
    /* 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: 500px;
    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);
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
/* 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;
    filter: brightness(0.9);
}

.imgtextcentered {
    position: absolute;
    color: white;
    font-size: 0.75em;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0px;
}

.quotebackground {
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
}

/* IMG INSIDE TEXT */

@media screen and (max-width: 768px) {
    .pageampiezza {
      width: 95%;
    }

    .pageampiezzabreadcum {
        width: 90%;
    }
  }

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .pageampiezza {
    width: 80%;
    }

    .pageampiezzabreadcum {
        width: 90%;
    }

    
}

/* IMG ALL'INIZIO */
.imgheight {
    max-height: 50vh;
    overflow: hidden;
}

.imgpos {
  object-fit: cover;
  object-position: 50% 50%;
}

.imgfilter {
    filter: brightness(0.7);
}

.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: 20%;
    }

    .imgcontainerhorizontal {
        width:250px;
        height:150px;
    }
  }
/* IMG ALL'INIZIO */