body {
    font-family: "Consolas", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "Monaco", "Courier New", monospace;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.hello {
    background-color: rgba(0, 0, 0, 0.60);
    background-image: url(/img/20200320_081627.jpg);
    background-blend-mode: color;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

.hello-a a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.hello-a a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.hello-a a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.hello-a a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.welcome {
    padding-top: 20vh;
}

.brand {
    width: 670px;
    margin: auto;
    text-align: left;
    color: #FFFFFF;
}

.brand h1 {
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.brand-contact {
    width: 670px;
    margin: auto;
    padding-top: 10px;
    font-size: 13px;
    text-align: left;
    color: #FFFFFF;
}

.section1 {
    background-color: #d9d9d9;
    text-align: center;
    height: 400px;
    position: absolute;
    width: 100%;
}