@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto:wght@400;700&display=swap');

body {
    background-color: #35638d;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    line-height: 1.3;
    font-size: clamp(1rem, 0.7666666666666667rem + 1.1666666666666665vw, 1.7rem);
}
section {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
section:first-child {
    margin-top: 50px;
}
.flex-container {
    width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
    background-color: #fff;
    position: relative;
}

.info {
  width: 100%;
  text-align: left;
    height: auto;
    align-items: center;
}
.info:last-child {
  margin-bottom: 2rem;
}
h1 {
    font-family: 'Roboto', sans-serif;
    padding: 0.5rem 0;
    font-size: 2.4rem;
    font-size: clamp(1.6rem, 1.3333333333333335rem + 1.333333333333333vw, 2.4rem);
    font-weight: 600;
    margin-bottom: 0px;
}
h2 {
    padding: 0.2rem 0;
    font-size: 2.1rem;
    font-size: clamp(1.3rem, 1.0333333333333334rem + 1.3333333333333335vw, 2.1rem);
    font-weight: 500;
    margin-bottom: 0px;
}
p {
    padding: 0.3rem 0;
    line-height: 1.3;
    font-size: 1.7rem;
    font-size: clamp(1rem, 0.7666666666666667rem + 1.1666666666666665vw, 1.7rem);
    margin: 0;
}
.description {
    padding: 2rem 3rem;
    background-color: white;
    max-width: 800px;
}
.image {
  width: 100%;
    height: auto;
}
.image img {
    width: 100%;
    height: auto;
    display: block;
}
.close {
    position: absolute;
    top: 0;
    padding-top:5px;
    padding-left:5px;
}
.edit {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 99;
}
.header {
    background-color: white;
    height: 60px;
}
.alert-danger {
    padding: 1rem 1rem;
    color: #721c24;
    background: #f8d7da;
    margin: 0.5rem 3rem;
    border: #f5c6cb solid 1px;
    border-radius: 5px;
}
.form-group {
    padding: 1rem 3rem;
}

/* Tooltip */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #35638d;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  color: dimgrey;
  text-align: center;
  border-radius: 6px;
  padding: 15px;
  position: absolute;
  z-index: 1;
  border:3px solid #35638d;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  background-color:white;
  opacity: 0;
  transition: opacity 1s;
  font-size: 1rem;
}

.tooltiptextlarge {
  visibility: hidden;
  width: 100%;
    max-width: 500px;
}

.tooltip:hover .tooltiptext{
  visibility: visible;
  opacity: 1;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
}

/* Slides */
.mySlides {
  display: none;
  padding: 20px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  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(53,99,141,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 10px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #528abd;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.activedot, .dot:hover {
  background-color: #35638d;
}

.button {
    font-size: 1.2rem;
    padding: 5px 15px;
    background-color: #35638d;
    color: white;
    border-radius: 5px;
    border: 1px solid #35638d;
}
.button:hover {
    background-color: white;
    color: #35638d;
    border: 1px solid #35638d;
}

input {
    font-size: 1.5rem;
}
.full {
    width: 100%;
    text-align: center;
    margin: 20px;
    padding-top: 20px;
}
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
    background-color: #fff;
}

.grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}
.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}

.alert.success {background-color: #04AA6D;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #f44336;}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
.form-control {
    width: 85%;
    margin: 0.2rem 3rem;
}
.text {
    padding: 0 3rem;
}
.item {
    position: relative
}
.item_title {
    position: absolute;
    bottom: 28px;
    left: 47px;
    font-size: 15px;
    color: white;
    background-color: #35638d;
    padding: 4px 12px;
}
@media only screen and (max-width: 1100px) {
    .flex-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: auto;
        align-items: center;
        justify-content: center;
    }
} 
@media only screen and (max-width: 950px) {
    .grid-container {
        grid-template-columns: auto auto;
    }
} 
@media only screen and (max-width: 630px) {
    .grid-container {
        grid-template-columns: auto;
    }
    .form-control {
        width: 75%;
    }
} 