* { 
    margin: 0; 
    padding: 0; 
}
        
html { 
    background: url(images/cover.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
        
#page-wrap { 
    width: 50%; 
    max-width: 800px; 
    margin: 50px auto; 
    padding: 20px; 
    background: white;
    opacity: .9; 
}

p { 
    font: 15px/2 Georgia, serif; 
    margin: 0 0 30px 0; 
    text-indent: 40px; 
}

a, a:hover, a:focus {
    text-decoration: none;
    color: #555;
    outline: 0;
}

h1 a {
    font-family: Lato, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    font-size: 24px;
    color: #111;
    text-decoration: none;
}

.title {
    text-align: center; 
    padding-bottom: 20px;
}

.hints h2 {
    font-family: Lato, sans-serif;
    font-weight: 400;
    padding-bottom: 20px;
    text-align: center;
    font-size: 19px;
}

.hints figure img {
    width: 30%;
    margin-left: 12%;
}

.hints svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}

.stateList {
    padding-bottom: 10px;
}

.citiesList li {
    list-style: none;
    padding-bottom: 2px;
}

.citiesList li a:hover {
    color: #222;
    text-decoration: underline;
} 

.entrance h2 a {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #bd375e;
}

.entrance h2 a:hover {
    color: #222;
}

.entrance .citiesList {
    text-align: left;
    column-count: 4;
}

@media only screen and (max-width: 1366px) {
    .entrance .citiesList {
        column-count: 3;
    }

    .citiesList {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 22px;
    }
   
}

@media only screen and (max-width: 1350px) {
    .entrance .citiesList {
        column-count: 3;
    }
}

@media only screen and (max-width: 1024px) {
    .entrance .citiesList {
        column-count: 3;
    }

    #page-wrap { 
    width: 80%; 
    max-width: 800px; 
    margin: 20px auto; 
    padding: 20px; 
    background: white;
    opacity: .9; 
    }

    h1 a {
    font-family: Lato, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    font-size: 34px;
    color: #111;
    text-decoration: none;
    }

    p { 
    font: 20px/2 Georgia, serif; 
    margin: 0 0 30px 0; 
    text-indent: 40px; 
    }

    .citiesList {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 28px;
    }
    
}

@media only screen and (max-width: 1000px) {
    .entrance .citiesList {
        column-count: 2;
    }

    #page-wrap { 
    width: 80%; 
    max-width: 800px; 
    margin: 20px auto; 
    padding: 20px; 
    background: white;
    opacity: .9; 
    }

    .citiesList {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 30px;
    }

}

@media only screen and (max-width: 650px) {
    .entrance .citiesList {
        column-count: 1;
    }

    #page-wrap { 
    width: 80%; 
    max-width: 800px; 
    margin: 20px auto; 
    padding: 10px; 
    background: white;
    opacity: .9; 
    }

    .citiesList {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 32px;
    }

}

.entrance .citiesList .stateList {
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

#logos {
    text-align: center;
}

#logos img {
    max-width: 35%;
}

