body {
  margin:0;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing:border-box;
}

/*********************************/

a.blue         { text-decoration: none; }
a.blue:link    { color: #077FC6; }
a.blue:visited { color: #077FC6; }
a.blue:hover   { text-decoration: underline; }

/*********************************/
.topnav {
  overflow: hidden;
  background-color: #333;
/*  position: fixed;*/
/*  top: 0;*/

  width: 100%;

}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}



.active {
/*  background-color: #04AA6D;*/
  background-color: #077FC6;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* **************************** */

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
  padding: 25px;
  text-align: center;
  background-color: #fefefe;
  color:#333;
  margin:10px;
  font-family: "Mulish",sans-serif;
  line-height: 1.9rem;
}
.card a {
  color:#666;
}
.cards {
  background:#f3f3f3;
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.cards:after{
  content:"";
  display:table;
  clear:both;
}

@media (min-width: 600px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .cards { grid-template-columns: repeat(3, 1fr); }
}

/*********************************/
.image-container-fair {
  background-image: url(/images/faircan-bar.png); /* The image used - important! */
  background-size: cover;
  position: relative; /* Needed to position the cutout text in the middle of the image */
  height: 80px; /* Some height */
}

/*********************************/
        footer {
            font-family: Arial, sans-serif; /* Changed to a default web-safe font */
            background-color: #333;
            color: white;
            /*color: #6b7280;*/
            padding-top: 24px;
            padding-bottom: 24px;
        }
        footer .foot-container {
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
            padding-left: 16px;
            padding-right: 16px;
        }
        footer .grid {
            display: flex;
            flex-wrap: wrap;
            margin-left: -24px;
            margin-right: -24px;
        }
        footer .grid-cols-1 {
            flex-basis: 100%;
            max-width: 100%;
        }
        @media (min-width: 768px) {
            footer .grid-cols-1 {
                flex-basis: 50%;
                max-width: 50%;
            }
        }
        @media (min-width: 1024px) {
            footer .grid-cols-1 {
                flex-basis: 25%;
                max-width: 25%;
            }
        }
        footer .gap-8 {
            padding-left: 24px;
            padding-right: 24px;
            padding-bottom: 24px;
        }
        footer .text-lg {
            font-size: 1.125rem;
            line-height: 1.75rem;
        }
        footer .font-semibold {
            font-weight: 600;
        }
        footer .mb-4 {
            margin-bottom: 1rem;
        }
        footer .text-gray-300 {
            color: #d1d5db;
        }
        footer .list-none {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }
        footer .py-2 {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
        }
        footer .text-gray-400 {
            color: #9ca3af;
        }
        footer .mr-2 {
            margin-right: 0.5rem;
        }
        /*footer .text-white {
            color: #fff;
        }*/
        /*footer .transition-colors {
            transition-property: color;
            transition-duration: 0.2s;
        }*/
        footer .text-sm {
            font-size: 0.875rem;
            line-height: 1.25rem;
        }
        footer .mt-6 {
            margin-top: 1.5rem;
        }
        footer .text-center {
            text-align: center;
        }
        footer .footer-link {
            color: #d1d5db;
            text-decoration: none;
        }
        footer .footer-link:hover {
            color: #ffffff;
        }
        footer .text-gray-400 {
            color: #9ca3af;
        }


/*********************************/
.reverse-text {
  background-color: white;
  color: black;
  font-size: 7vw; /* Responsive font size */
  font-weight: bold;
  margin: 0 auto; /* Center the text container */
  padding: 10px;
  width: 50%;
  text-align: center; /* Center text */
  position: absolute; /* Position text */
  top: 50%; /* Position text in the middle */
  left: 50%; /* Position text in the middle */
  transform: translate(-50%, -50%); /* Position text in the middle */
  mix-blend-mode: screen; /* This makes the cutout text possible */
}

/*********************************/

.xcontainer {
  padding: 64px;
}
.xrow:after {
  content: "";
  display: table;
  clear: both
}
.xcolumn-66 {
  float: left;
  width: 66.66666%;
  padding: 20px;
}
.xcolumn-33 {
  float: left;
  width: 33.33333%;
  padding: 20px;
}
.xbutton {
  border: none;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  background-color: #04AA6D;
}
.xcontainer img {
  display: block;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .xcolumn-66,
  .xcolumn-33 {
    width: 100%;
    text-align: center;
  }
  .xcontainer img {
    margin: auto;
  }
}

/*********************************/
