.site-content {
    border-top: none;
    margin-top: 0px;
    background-image: linear-gradient(#050427, #0e0763);
}

.site-footer .site-info, .site-footer .btt a {
    background-color: #000000;
;		display: none;
}

a {
    color: #fff;
    text-decoration: underline;
}

a:hover {
    color: #5B74A5;
    text-decoration: underline;
}

.wp-block-separator:not(.is-style-wide) {
    max-width: 100px;
    color: #fff;
}

//menu on devices
#nav-toggle {
    float: right;
    position: relative;
    width: 35px;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    text-transform: uppercase;
}

#nav-toggle span {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px;
    transition: rotate 0.2s, translate 0.2s;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: transparent;
}

.onepress-menu.onepress-menu-mobile {
    background-color: #000;
}

.onepress-menu.onepress-menu-mobile li {
    line-height: 20px;
    background: #000;
    width: 100% !important;
}

.onepress-menu a {
    font-family: "American Typewriter", Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-weight: 400;
    text-transform: capitalize;
}

.site-header, .is-transparent .site-header.header-fixed {
    background: #03041d;
    border-bottom: 1px solid #fff;
}

.site-title, .site-branding .site-text-logo {
		margin-bottom: 10px;
    font-family: "American Typewriter", Helvetica, Arial, sans-serif;
    font-size: 30px;
    text-transform: capitalize;
    vertical-align: middle;
    font-weight: 400;
    text-decoration: none;
}

#masthead {
    height: 110px;
}

.site-description {
	font-family: "American Typewriter", Helvetica, Arial, sans-serif;
	font-size: 21px !important;
}

.home.page-template-default.page.page-id-4.logged-in.admin-bar.hiding-page-title.customize-support.body-desktop {
    background: #0D0662;
}

.site-branding {
    float: right;
}

.onepress-menu {
    float: left;
}

#nav-toggle {
	float: left;
	color: white;
}

#nav-toggle.nav-is-visible span {
    margin-top: 1.5rem;
}

#nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after {
	background: white;
}