html,body{font-family:Verdana, Calibri, sans-serif;font-size:15px;}
html{overflow-x:hidden}
body{margin: 0}


h1{font-size:36px;}
h2{font-size:30px}
h3{font-size:24px}
h4{font-size:20px}
h5{font-size:18px}
h6{font-size:16px}

h1{font-family: Calibri, sans-serif}
h2{font-family: Calibri, sans-serif}

p{font-size: 16px; line-height: 1.5; }

button{
  padding:10px;
  margin:10px;
}

.topnav {
  width:100%;
  overflow: hidden;
  display:block;
  text-align:left;
  border:none;
  white-space:normal;
  float:none;
  outline: 0;
  justify-content: center;
}

.dark-1{
  color:#fff!important;
  background-color:#333!important;
}

.topnav a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color:inherit;
  text-decoration: none;
  padding: 14px 16px;
}
.topnav a:hover{
  background-color: #ddd;
  color: black;
}
.topnav a.active {
  background-color: #555;
  color: white;
}

.topnav .icon {
  display: none;
}


.scroll-container {
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
}

.card {
  max-width: 400px;
  height:400px;
  border-style: solid!important;
  border-width: 2px!important;
  border: lightgray;
  margin: 10px;
  display: inline-block;
  position: relative;
}
.card .text{
  padding: 10px;
  white-space: normal;
  overflow: hidden;
  align-content: baseline;
  max-height:172px;
}
.card img{
  object-fit: cover;
  height:200px;
  width: 400px;
}

.cardlink{
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
  background-image: "/transparent.png";
}


.footer{
  width:100%;
  overflow: hidden;
  display:block;
  text-align:center;
  border:none;
  white-space:normal;
  float:none;
  outline: 0;
  justify-content: center;
  position: fixed;
  left: 0;
  bottom: 0;
}

 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
.scroll-container {
  overflow:hidden;
  white-space:normal;
  padding: 10px;
}

.card {
  max-width: inherit;
  max-height:100px;
  border-style: solid!important;
  border-width: 2px!important;
  border: lightgray;
  margin: 0px;
  overflow: hidden;
  padding:0;
  display: block;
}
.card .text{
  white-space: normal;
  display: inline-block;
  padding: 0;
  vertical-align: top;
  height:100px;
  overflow: hidden;
}
.card img{
  object-fit: cover;
  height:120px;
  width: 100px;
  display: inline-block;
  white-space: normal;
}
}