/*
Claire Muller
Project 1
*/

body {
    background-color: #e4f4ff;
    font-family: "Inter", Arial, sans-serif;
    /*margin-left: 70px;
    margin-right: 70px;*/
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "Gayathri";
    src: url(fonts/Gayathri.woff2);
}

@font-face {
    font-family: "Gayathri400";
    src: url(fonts/Gayathri400.woff2);
}

@font-face {
    font-family: "Inter";
    src: url(fonts/Inter.woff2);
}

h1 {
    font-family: "Gayathri", Arial, sans-serif;
    padding-top: 10px;
}

nav {
    text-align: center;
    font-size: 20px;
    padding-top: 38px;
    font-family: "Gayathri400", Arial, sans-serif;
}

nav a {
    text-decoration: none;
}

nav a:link {
    color: black;
}

nav a:visited {
    color: black;
}

footer a {
    text-decoration: none;
}

footer a:link {
    color: black;
}

footer a:visited {
    color: black;
}

footer {
    text-align: center;
    font-size: 12px;
    font-family: "Inter", Arial, sans-serif;
}

header {
    display: flex;
    justify-content: space-around;
    background-color: #f1b664;
    width: 100%;
}

main {
    margin-left: 80px;
    margin-right: 80px;
    /*margin-top: 20px;
    margin-bottom: 20px;*/
    padding-top: 20px;
    padding-bottom: 20px;
}

hr {
    border: .5px solid #4a4a4a;
}

.image-txt-container {
    display: flex;
    align-items:center;
    flex-direction: row;
    padding-bottom: 2%;
}

.text {
    padding-left: 20px;
}

h2 {
    font-family: "Gayathri400", Arial, sans-serif;
}

label {
    padding: 2px;
    line-height: 2.5em;
}

form {
    text-align: center;
}

input[type=number] {
    width: 70px;
  }

#banner {
    width: 100%;
    background-image: url(images/rainbow.jpg);
    height: 300px;
    background-color: beige;
    background-position: center center;
    background-size: cover;
}

textarea {
    vertical-align: top;
}

#submit {
    display: block;
    margin: 0 auto;
}