@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Coda&family=Teko:wght@300&display=swap');
/*
font-family: 'Black Ops One', cursive;
font-family: 'Coda', cursive;
#b80
*/

.socials{
	font-size:30px;
}

.socials a{
	color:#b80;
}

.navbar-light .navbar-brand{
	font-family: 'Black Ops One', cursive;
	color:#b80;
	font-size: 28px;
}

.btn-primary, .bg-accent{
	background: #b80;
	border-color:#fff;
}

.accent{
	color:#b80;
}

.display1, .display2, .display3, .display4, h1, h2, h3, h4, h5, h6{
	font-family: 'Teko', sans-serif
}

#logoicon{
	display:inline-block; width: 50px; vertical-align: middle;
}

@media screen and (max-width:540px){
	#logoicon{
		width:30px;
	}
	.navbar-light .navbar-brand{
		font-size: 17px;
	}
}