@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  html { font-family: 'Inter var', sans-serif; }
}

body {
    background-color: #f1f1f1;
    margin: 0px;
}

img {
    height:66px;
    width:100px;
}

h1 {
    text-align: center;
    background-color: white;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 48px;
    padding-top: 10px;
        padding-bottom: 10px;
        width: 50%; margin-left: auto; margin-right: auto;
}  
#navbar {
    overflow: hidden;
}


.sticky {
  position: fixed;
  top: 0;
  width: 50%;
}


.sticky + main {
  padding-top: 60px;
}

.footer {
    overflow: hidden;
}


.sticky-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}


.sticky-footer + main {
  padding-bottom: 60px;
}
ul{
    padding: 0;
    list-style: none;
    background: #1d1d1f;
    transition: 0.3s ease-in-out 0s;
    text-align: center;
    margin-block-end: 0px;
    margin-block-start: 0px;
}
ul li{
    display: inline-block;
    position: relative;
    line-height: 35px;
    text-align: left;
}
ul li a{
    display: block;
    padding: 8px 25px;
    color: white;
    text-decoration: none;
}

.bold {
    font-weight: bold;
}
ul li a:hover{
    color: #fff;
    background: #808080;
}


main {
    height: 100%;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding-top: 1em;
}


/* Float four columns side by side */
.column {
  float: left;
  width: 25%;
  padding: 20px 10px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 50%;
    display: block;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 300px) {
  .column {
    width: 50%;
    display: block;
    margin-bottom: 20px;
  }
}

.column a {
    color:black;
}
.card {
    height:142.63px;
    float: left;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
    text-align: center;
    transition: 0.3s;
  }
  
  .card:hover {
    box-shadow: 0 20px 30px 0 rgba(0,0,0,0.2);
  }
  
  .container {
    padding: 2px 16px;
  }
  hr {
    margin: 0px;
}

 #special h2 {
    margin-top:0px;
/*    margin-bottom: 5px;*/
}

  
  
.footer {
    height: 75px;
    background-color: #1d1d1f;
    text-align: center;
}

.footer-text {
    margin: 0px;
    padding-top: 26px;
    color: white;
}
@media screen and (max-width: 800px) {

    main {
        height: 100%;
        width: 50%;
    }
    
    h1{
        width: 100%;
    }
    
}
