/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

@font-face {
    font-family: Lovelo; 
    src: url('/wp-content/uploads/Lovelo Black.otf');
	font-weight: 800; 
}
@font-face {
    font-family: OceaninkGenericons; 
    src: url('/wp-content/themes/button/fonts/oceanink-genericons/OceaninkGenericons.ttf');
	font-weight: normal; 
}

@font-face {
    font-family: Jaapokki Simplified; 
    src: url('/wp-content/themes/button/fonts/Jaapokki-Simplified.otf');
	font-weight: 800; 
}

body {
	color: #001637;
}
h1,h2,h3,h4,h5,h6, .site-title {
	font-family: 'Jaapokki Simplified', Lovelo, Lato, sans-serif;
	font-style: normal;
	font-weight: 800;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.3em;
}
p, ul, ol, li {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
li {
	padding-left: 0.3em;
}
#page {
    padding: 0;
	margin: 0 auto;
}

.site-header {
    background: #0cc url(/wp-content/uploads/OceaninkSquids50.png) left no-repeat;
    padding: 3em;
	background-size: auto 120%;
	background-position: 0 -15px;
}

@media only screen and (min-width: 64.063em) {
.site-header {
    	background: #0cc url(/wp-content/uploads/OceaninkSquidsTransparent.png) left no-repeat;
		background-size: auto 120%;
	background-position: 0 -15px;
	}
}

.main-navigation {
    margin: 0;
    background: #003399;
    border: none;
}
.main-navigation > div > ul > li > a, .main-navigation > div > ul > li > a:visited {
	color: white;
}

.site-title a, .site-title a:visited {
    color: white;
}
.site-description {
    color: #049;
    font-style: normal;
}
.site-content {
	margin: 2em 1em;
}
.social-links ul a:before {
	font-size: 21px;
}
.social-links ul a:after {
    width: 36px;
    height: 36px;
}
.content-area {
	padding: 0 1em;
}
.widget-title:before {
	display: none;
}
.hentry {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.hentry:after {
	display: none;
}
.site-info {
	display: none;
}
.menu-toggle {
	background: none;
	border: none;
	outline-color: transparent;
}
.main-navigation li a {
	padding-left: 3em;
}
@media only screen and (min-width: 40.063em) {
	.main-navigation li a {
		padding-left: 0;
	}
}
.social-links ul a[href*='discord.gg']:before {
    content: '';
}

.entry-title {
	font-style: unset;
	font-size: 3.5em;
	color: #003399;
	margin-bottom: 0;
}

.entry-title::after {
	display: none;
}

#post-12 .entry-title,
#post-13 .entry-title {
	display: none;
}

h2 {
	color: #07a8c6;
}

h3 {
	color: #003399;
}

h4, h5, h6 {
	color: #333;
}

.tribe-events-list-widget .tribe-list-widget .tribe-event-featured {
	padding: 30px 20px;
	border-radius: 10px;
	background-color: #003399;
}

.tribe-events-list-widget .tribe-list-widget .tribe-event-featured .tribe-event-title {
	margin-top: 0px;
}

.wp-block-button {
	transition: transform .1s ease;
}

.wp-block-button:hover {
	transform: scale(1.1);
}

.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link.is-spaced-button,
.wp-block-buttons > .wp-block-button.is-spaced-button {
	margin-left: 10px;
	margin-right: 10px;
}