/* Fonts */
@font-face {
    font-family: 'Hip Horay';
    src: url('fonts/hip-horay.otf');
}

h1, h2, h3 {
    font-family: 'Hip Horay';
}

h2, h3 {
    font-size: 80%;
}

/* Colors */
body h1 {
    color: white;
}

.footer {
    color: white
}

.text-brown {
    color: #8B4513;
}    
.text-brown:hover {
    color: #5D2E0A;
}

.menu-entry {
    margin: 0 10px;
}

.menu-entry a {
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
}

#giraffe-gif {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.footer {
    font-size: 0.9em;
}

/* Article sections */
article h2 {
    border-bottom: 2px solid #8B4513;
    padding-bottom: 10px;
    margin-top: 30px;
}

/* Giraffe icon at the top of the page */
.giraffe-icon {
    max-width: 150px;
    height: auto;
}

/* Making the giraffe thumbnail rounded and add some shadow */
img.img-fluid.float-end {
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-top: 2%;
    margin-bottom: 2%;
    max-width: 150px;
}
