@font-face
{
  font-family: 'Arbutus Slab';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/l/font?kit=oY1Z8e7OuLXkJGbXtr5ba7ZVbrdfDna_I0esm3kd6aOaKjI-sx533i-D_pmheyiMV7qVPwtJRCgTVDUQraQyVo3JAYBWYBvB2DMO_irLOWsydO311EGvCySq_w&skey=4b2cc8691b01771f&v=v16) format('woff2');
}

*, html
{
	margin: 0;
	padding: 0;
	font-family: Arbutus Slab;
}

main
{
	margin: 1.3% 1.3% 1.3% 1.3%;
}

h1
{
	font-size: calc(18px + 1.5vw);
}

h2
{
	font-size: calc(15px + 1.3vw);
	font-weight: normal;
}

p
{
	font-size: calc(12px + 1.1vw);
	font-weight: normal;
}

article
{
	margin: 0.2% 3% 0.5% 3%;
	line-height: 1.5;
}

footer
{
	background: rgb(23, 1, 1);
}

button:hover
{
	box-shadow: 1% 1%;
}

.stars
{
	width: 5vw;
	height: 5vw;
}

.header
{
	display: flex;
	position: fixed;
	width: 100%;
	height: 10%;
	align-items: center;
	padding: 0;
	margin: 0;
	justify-content: center;
	transition: 0s;
}

.menu
{
	position: fixed;
	padding: 0;
	margin: 0;
	background: rgb(23, 1, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	top: 0;
	flex-direction: row;
	right: 0%;
	width: 100%;
	height: 13vh;
	transition: 0s;
}

.menu li
{
	list-style-type: none;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.menu li a
{
	color: rgb(245, 245, 245);
	text-decoration: none;
	font-size: calc(18px + (1.8vw));
	transition: 0.3s;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.menu li a:hover
{
	box-shadow: 0px 0px 0px 100px rgba(255, 255, 255, 0.1) inset;
}

.logo
{
	width: 100%;
    height: auto;
	padding-top: calc(13vh - 20px);
}

.contact
{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.8;
}

.col-sm-2
{
	display: inline-block;
	margin-right: 2%;
	align-items: center;
	justify-content: center;
	width: 200px;
}

