
/* setup */
body {
    background-image: url(../img/background.jpg)
}

h1 {
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    background-color: rgba(34, 41, 23, 0.9);
    z-index: 9999;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-style: solid;
    border-bottom-width: 4px;
}
p.header {
    position: relative;
    top: 0px;
    left: 70px;
}

/* text colors */
.whitetext {
    color: white;
}

/* font sizes */
.smalltext {
    font-size: 15px;
}
.mediumtext {
    font-size: 18px;
}
.largetext {
    font-size: 24px;
}

#title {
    font-size: 36px;
    text-align: center;

}

.smallimage {
    width: 300px;
    height: auto;
}

.logo { 
    float: left;
    width: 500px;
    height: auto; }

.header-logo { 
    float: left;
    margin-right: 0px;
    width: 100px;
    height: auto;
    padding-left: 20px;
    padding: 20px; }

.mainparagraph {
    float: right;
    width: 360px;
    height: auto;
    font-size: 30px;
}

.content {
  max-width: 960px; /* or your preferred width */
  margin: auto;     /* centers the container */
  padding: 20px;
  align-items: center;
}

box {
    height: 1px;
    width: 960px;
}
