<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: 	#FFFFFF;
    font: 18px "Roboto Light", sans-serif;
    color: #404040;
    margin: 0;
    padding: 0;
}

h1 {
    font: 75px "Roboto Light", sans-serif;
    margin-bottom: 0;
    padding: 0 0 0 0;
    display: inline-block;


}

h2 {
    font: 50px "Roboto Light", sans-serif;
    margin-bottom: 0;
    padding: 0 0 0 0;
    display: inline-block;

}
h3 {
    font: 30px "Roboto Light", sans-serif;
    margin-bottom: 0;
    padding: 0 0 0 0;
    display: inline-block;

}
p {
    font: 20px "Roboto Light", sans-serif;
    display: inline-block;
}
main {
    padding: 5% 200px 00px 200px
}
nav {
    position: fixed;
    width: 100%;
    display: inline;

}
.navbar {
    background-color: #486D5A;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.navbar ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.navbar a {
    float: left;
    color: white;
    text-align: center;
    padding: 20px 20px 20px 20px;
    text-decoration: none;
    font-size: 17px;}

.navbar a:hover {
    background-color: white;
    color: #344E41;}

.navbar a:active {
    background-color: black;
    color:white;
}

.navbar a.current {
    background-color: #344E41;
    color:white;
}

.brand-logo{
    display: inline;
    float: right;
    width: 4%;
    bottom: 0;
    padding: 0 0 0 0}



.backimage{
    background-image: url("../images/homepage-1.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: 100%;
}

</pre></body></html>