@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@900&display=swap");

/*Desktop / Global View*/

body  {
    background-color: #F8F8F6;
    font-family: karla;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
}
h1 {
    font-family: "Work Sans", sans-serif;
    font-weight: 900;
    font-size: 16px;
    color: #000000;
}

header {
    width: 0px;
}

.navbar-toggler {
    background-color: #F8F8F6;
	position: inherit;
}

.navlist {
    list-style-type: none;
}
.navlistitem {
    float: left;
    padding-top: 0px;
    padding-right: 8px;
    padding-bottom: 0px;
    padding-left: 8px;
    color: #000000;
    font-family: 'Work Sans', sans-serif;
    margin: none;
    text-decoration: none;
}
.port {
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-bottom: 10px;
	white-space: nowrap;
}
footer {
    font-family: karla;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    bottom: 0px;
    top: auto;
    margin-bottom: auto;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    right: 20px;
    position: fixed;
    padding-bottom: 5px;
    padding-right: 0px;
    color: #000000;
}
button {
    border: none;
}
