/* montserrat-regular - latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../static/fonts/montserrat-v15-latin-ext/montserrat-v15-latin-ext-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../static/fonts/montserrat-v15-latin-ext/montserrat-v15-latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../static/fonts/montserrat-v15-latin-ext/montserrat-v15-latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../static/fonts/montserrat-v15-latin-ext/montserrat-v15-latin-ext-regular.woff') format('woff'), /* Modern Browsers */
         url('../static/fonts/montserrat-v15-latin-ext/montserrat-v15-latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../static/fonts/montserrat-v15-latin-ext/montserrat-v15-latin-ext-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
    font-display: swap;
}

@media (min-width: 899px) and (max-width: 900px) {
    .collapse {
        display: none !important;
    }
 }

body {
    background-color: #fffcf2;
    font-family: 'Montserrat';
}

.container {
    margin-top: 60px;
    margin-bottom: 20px;
}

.row {
    /*border: 1px solid black;*/
    margin-bottom: 10px;
}

.center {
    margin: auto;
    width: 80%;
    text-align: center;
}

.navbar-expand-lg {
    background-color: #ffc100;
    border-radius: 25px;
    padding-left: 25px;
    border: 0px solid black;
}

.nav-item {
    padding-left: 25px;
}

.active {
    color: #fffcf2;
}

.navbar-nav .nav-link.active {
    color: #fffcf2 !important;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000000;
    color: white;
    padding: 8px;
    z-index: 100;
}
  
.skip-link:focus {
    top: 0;
}

img.logo {
    display: block;
    max-width: 150px;
    max-height: 150px;
    width: auto;
    height: auto;
    margin-bottom: 0;
}

div.p-2 {
    position: absolute;
    bottom: 0;
    width: 100%;
}

div.navbar-toggler-icon {
    display:flex;
    align-items:center;
}

div.navbar-toggler-icon p {
    margin-left: 50px;
    margin-top: 0;
    margin-bottom: 0;
}

/*****************************/
.photo_atribution {
    position: relative;
    text-align: center;
    color: white;
}

.attribution {
    position: absolute;
    font-weight: bold;
    font-size: small;
    bottom: 3%;
    left: 5%;
}

img {
    vertical-align: middle;
  }
  
  /* Position the image container (needed to position the left and right arrows) */
  .gcontainer {
    position: relative;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-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);
    text-decoration: none;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Six columns side by side */
  .column {
    float: left;
    width: 16.66%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }

.gcontainer img {  
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    margin: 10px;
    width: 150px;
}

.gcontainer img:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

div.row.blog-header {
  background-color: #ffc100;
  border-top-left-radius: 23px;
  border-top-right-radius: 23px;
  margin-bottom: 0px;
}

div.row.blog-body {
  background-color: #fff5d8;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 8px;
  margin-bottom: 20px;
}

div.row li {
  list-style: none;
}