@import "https://files.eviee.gay/sillypost/ontario-design-system-dist-1.9.1/styles/ds-theme.css";

#header {
    position: relative;
    background: #1a1a1a;
    color: #fff;
    display: flex;
    align-items: center;
	height: 50px;
}

#logo {
	width: 0;
	height: 0;
	padding-left: 100px;
	padding-top: 25px;
	background: url("https://files.eviee.gay/sillypost/logo.png") no-repeat;
}

#header-showcase {
    display: none;
}

#header-welcome {
    display: none;
}

#header-avatar {
    display: none;
}

#search-bar {
    display: none;
}

#wrapper {
    width: 100%;
	background-color: #fff;
}

body {
    font-size: 1rem;
    line-height: 1.6;
    background-color: #fff;
    color: #1a1a1a;
    margin: 0
}

#header-actions > form > input {
    background-color: #1a1a1a;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.375rem;
    height: auto;
    padding: .5rem .75rem;
}


#header-actions > form > input:hover {
    background-color: #4d4d4d
}

#header-actions > form > input:active {
    background-color: #666
}

#header-actions > form > input:focus {
    background-color: #4d4d4d
}

#navbar {
    background-color: #404040;
    overflow: hidden;
    position: relative;
    z-index: 5;
    border-bottom: none;
    justify-content: end;
    align-content: center;
    width: 100%;
    padding: 1.25rem 0;
}

#navbar > a[href="/"] {
    font-style: normal;
    font-weight: 800;
    text-rendering: optimizeLegibility;
    font-feature-settings: normal;
    font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    letter-spacing: .03rem;
    margin: 0 auto 0 1rem;
    max-width: 48rem;
    color: #fff;
    justify-content: start;
    height: 30px;

	font-size: 0;
}

#navbar > a[href="/"]::before {
    font-style: normal;
    font-weight: 800;
    text-rendering: optimizeLegibility;
    font-feature-settings: normal;
    font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    letter-spacing: .03rem;
    margin: 0 auto 0 1rem;
    max-width: 48rem;
    color: #fff;
    justify-content: start;
    height: 30px;

    content: "Sillypost";
}

#navbar > a {
    border-radius: 4px;
    color: #fff;
    display: block;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    height: 100%;
    line-height: 1.4375rem;
    padding: .75rem;
    text-decoration: none;
    white-space: nowrap
}

#navbar > a:visited {
    color: #fff;
}

.frq-nonzero {
    animation: none;
}
