body {
    background-color: hsl(189, 21%, 91%);
    font-family: 'Raleway', sans-serif;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    font-size: 20px;
    padding-top: 58px;
    min-width: 620px !important;
}

h1 {
    color: #764c28;
}

h2 {
    color: #2e3192;
}

b {
    color: #764c28;
}

#info {
    padding-top: 10px;
    float: right;
}

.number {
    font-weight: bold;
    color: lightgreen;
    padding-left: 2%;
    padding-right: 14px;
}

.location {
    font-weight: lighter;
    font-size: 10px;
}

/* logo colors */
/* blue: hsl(222, 50%, 58%) */
/* yellow: hsl(53, 50%, 58%) */
/* red: hsl(0, 50%, 58%) */
/* green: hsl(120, 50%, 58%) */

#header {
    color: white;
    background-color: hsl(0, 0%, 18%);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 950;
    min-width: 620px !important;
}

#header ul li {
    float: left;
    display: block;
    text-align: center;
    padding: 14px 16px;
    display: inline;
}

#header ul li:hover {
    background-color: black;
}

#header ul li a {
    text-decoration: none;
    color: white;
}

#h a:hover {
    color: hsl(222, 50%, 58%) !important;
}

#p a:hover {
    color: hsl(53, 50%, 58%) !important;
}

#c a:hover {
    color: hsl(0, 50%, 58%) !important;
}

#d a:hover {
    color: hsl(120, 50%, 58%) !important;
}

#b a:hover {
    color: hsl(17, 0%, 63%) !important;
}

#images {
    background-color: white;
    width: 91%;
    margin-left: auto;
    margin-right: auto;
    overflow-y: hidden;
    z-index: 850;
}

.slide {
    width: 100%;
    z-index: 900;
}

#content-info {
    color: black;
    width: 91%;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}

#text {
    padding-top: 1%;
    padding-bottom: 3%;
    padding-left: 1%;
    padding-right: 1%;
}

#text2 {
    height: auto !important;
    /*border-top: 3px solid black;*/
    overflow-y: hidden;
}

#footer {
    background-color: hsl(0, 0%, 18%);
    color: white;
}

#helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    padding-top: 2px;
    padding-bottom: 2px;
}

#helper img {
    background-color: rgba(1, 1, 1, 0);
    vertical-align: middle;
    max-width: 32px;
    max-height: 32px;
}

#credit {
    color: white;
}

#credit:visited {
    color: white;
}
