* {
    font-family: Consolas;
    color:#222222;
}

body{
    /*background-color: #f5f5f5;*/
    background-image: url(back4a.png);
}


/* Remove margins and padding from the list, and add a black background color */
ul.menubar {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background-color: #dddddd;
    width: 40em;
}

/* Float the list items side by side */
ul.menubar li {
    float: left;
}

/* Style the links inside the list items */
ul.menubar li a {
    display: inline-block;
    color: #222;
    text-align: center;
    padding: 0.2em 0.5em 0.2em 0.5em;
    text-decoration: none;
    transition: 0.3s;
    font-size: 2.3em;
}

/* Change background color of links on hover */
ul.menubar li a:hover {
    color: #666;
}

/* Hide the list item that contains the link that should open and close the menubar on small screens */
ul.menubar li.icon {
    display: none;
}

#header{
    margin: 0 auto;
    width: 100em;
    text-align: center;
    margin-bottom: 5em;
    margin-top: 5em;
    
}

#header h1{
    font-size: 6em;
    font-family: courier;
    margin: 0;
    margin-top: -0.3em;
}

#header h3{
    font-size: 2.5em; 
    font-family: courier;
}

#thebody{
    height: 100%;
    width: 100em;
    
    margin: 0 auto;
    margin-top: 5em;
}

#left {
    width: 22%;
    height: 100%;
    display: inline-block;
    float: left;
    
    margin-top: 1em;
}

#picture {
    width: 100%;
    border: 0.2em solid black;
}

#center{
    width: 50%;
    height: 100%;
    display: inline-block;
    margin-left: 1em;
}

#right {
    width: 26%;
    height: 100%;
    display: inline-block;
    float: right;
    
    margin-top: 1em;
}

#right h3{
    text-align: center;
    margin-top: -1e
    width: 80%;
}

input{
    width: 80%;
    height: 2em;
    margin-left: 7.5%;
    margin-bottom: 7.5%;
    
}

h3 {
    font-size: 2em;
    margin-top: 0.5em;
    margin-bottom: -0.2em;
}

p {
  font-size: 1.5em;
}

label{
    margin-bottom: 5%;
    margin-left: 7.5%;
    
    font-size: 1.5em;
}

textarea{
    width: 80%;
    height: 10em;
    resize: none;
    
    margin-left: 7.5%;
}

@media screen and (max-width: 480px) {
    ul.menubar li:not(:first-child) {
        display: none;
    }
    
    ul.menubar li.icon {
        display: inline-block;
        float: right;
    }
}

/*
@media screen and (max-width: 480px) {
    ul.menubar.responsive {
        position: relative;
    }
    
    ul.menubar.responsive li.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    
    ul.menubar.responsive li {
        float: none;
        display: inline;
    }
    
    ul.menubar.responsive a {
        display: block;
        text-align: left;
    }
}
*/
