ul {
    list-style-type: none;
    margin: 8;
    padding: 20;
    width: 100%;
    overflow: hidden;
    background-color: #cf1c44;
    
}

li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;font-weight:bold;font-family:Klinic Slab;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #6d6d6d;
}

li.dropdown {
    display: inline-block;
}

.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 {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #cf1c44}

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

  img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding:8px; 
} 
* {
    box-sizing: border-box;
}

.column {
    float: left;
    width: 33.33%;
    padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
    content: "";
    clear: both;
    display: table;
}    
    @viewport {
  width: device-width ;
  zoom: 1.0 ;
}

  .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #cf1c44;
        
    }
        
    .footer p {
    line-height: 50px;
    vertical-align: middle;    
    color: white;
    text-align: center;
    text-decoration:none; 
        font-weight:bold; 
        font-family:klinic slab; 
        font-size:10px; 
        color:white; 
}