﻿* {
    font-family: "Verdana", "Verdana", sans-serif;
}

body {
    margin: 0;
    padding: 1px;
    background-image: url('/img/homebg.jpg');
    background-color: #413831;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: white;
    font-size: 4rem;
}

    body a {
        text-decoration: none;
        color: #ffbcbc;
    }

        body a:hover {
            color: white;
        }

        body a:visited {
            color: #ff8080;
        }

#titleNav {
    position: fixed;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0.5rem;
    background-color: #E53E34;
    box-shadow: 0 0 5px black;
}

#title {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    white-space: nowrap;
}

#nav {
    font-size: 1.15rem;
    font-weight: bold;
    padding-top: 1rem;
    padding-right: 1rem;
    white-space: nowrap;
}

    #nav a {
        text-decoration: none;
        color: #DEDEDE;
    }

        #nav a:hover {
            color: white;
        }

        #nav a:visited {
            color: #BCBCBC;
        }

#content {
    padding: 2rem;
    padding-top: 4rem;
    font-size: 1.65rem;
    line-height: 2rem;
    overflow: hidden;
}

#img {
    padding-top: 3rem;
    float: left;
    width: 30%;
}

#homepageImg {
    max-width: 90%;
}

#homepage {
    float: left;
    width: 70%;
}

#footer {
    background-color: #DCC287;
    box-shadow: 0 0 5px #888888;
    padding: 0.5rem;
    font-size: 1.15rem;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.images {
    max-width: 90%;
}

#about {
    float: left;
    width: 80%;
}

#aboutImg {
    float: left;
    width: 20%;
}

.indent {
    margin-left: 1.5rem;
}

ul {
    display: block;
    list-style-type: square;
    margin: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 40px;
}

#contact ul {
    list-style-type: none;
}

pre {
    margin-bottom: 1.5rem;
    margin-right: 2rem;
    margin-left: 1rem;
    line-height: 1.25rem;
    font-size: 0.95rem;
    padding: 0.5rem;
    padding-left: 0rem;
    background-color: #CCCCDD;
    border-radius: 0.25rem;
    box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0,0,0,0.4);
}
