.nav-text {
    font-size: 1.5em;
}

body {
    overflow-x: hidden !important;
}

.container {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

#navbar {
    background-color: white;
}

.footer-link {
    color: #FFFFFF;
    text-decoration: none;
}

.fancy-text {
    font-family: Corinthia, cursive;
}

.basic-text {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
}

#image-container {
    width: 1;
    height: 100px !important;
    text-align: center;
    overflow: hidden;
}

#image-container img {
    width: inherit;
    height: inherit;
}

#image-container2 {
    width: 1;
    height: 50px !important;
    text-align: center;
    overflow: hidden;
}

#image-container2 img {
    width: inherit;
    height: inherit;
}