/*
Theme Name: galaxy
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&family=Nunito:wght@400;600;800&family=Playfair+Display:ital,wght@1,400;1,500&display=swap');

@font-face {
  font-family: AngelicaCaroline;
  src: url('assets/fonts/AngelicaCaroline.otf');
}

@font-face {
  font-family: Georgia;
  src: url('assets/fonts/GEORGIAI.TTF');
}
 
body {
	background: url("assets/img/bg.png") center center;
	color: #9e9b99;
	font-family: 'Nunito', sans-serif;
	font-size: 1em;
	font-weight: 300;
	letter-spacing: 0.8px;
	line-height: 1.85em;
}

.container {
	background: #FAFAFA;
	max-width: 876px;
	padding: 13px;
	opacity: 0.95;
}

.navbar {
	border-bottom: 2px solid #feefe8;
}

	.navbar-brand {
		color: #918596 !important;
		font-family: 'AngelicaCaroline', cursive;
		font-size: 2.2em;
		font-weight: 400;
		letter-spacing: 1.5px;
		text-transform: lowercase;
	}

	.navbar-nav {
		margin: auto;
	}

li.menu-item {
	display: inline-block;
	font-family: 'Inter', sans-serif;
	font-size: 1.05em;
	font-weight: 500;
	letter-spacing: 1.3px;
	margin: 0 18px;
	padding: 10px 0;
}

	li.menu-item:first-child {
		margin: 0 18px 0 0;
	}

	li.menu-item:last-child {
		margin: 0 0 0 18px;
	}

		li.menu-item a {
			color: #eaafae;
		}

			li.menu-item a:hover {
				color: #cab4d2;
				text-decoration: none;
			}

.content {
	font-size: 1em;
	margin-top: 35px;
	padding: 0 15px;
	text-align: justify;
}

h1 {
	color: #d1b8a7;
	font-family: 'AngelicaCaroline', cursive;
	font-size: 2em;
	font-weight: 400;
	letter-spacing: 1.5px;
	text-transform: lowercase;
}

	h1 .date {
		color: #fcd0d4;
	    font-family: 'Nunito', sans-serif !important;
		font-size: 0.9em;
		font-weight: 800;
		letter-spacing: -0.7px;
		margin-right: 15px;
	}

.content a, .footer a {
	color: #ecb4b3;
	font-weight: 400;
	letter-spacing: 1.3px;
	padding: 0 2.5px;
	text-decoration: none;
}

	.content a:hover, .footer a:hover {
		background: #d4cad8;
		color: #FFF;
		padding: 0 2.5px;
		text-decoration: none;
		text-shadow: 1px 1px #c5a5d3;
	}

.content ul {
	list-style-type: hiragana-iroha;
	padding-left: 75px;
}

.cats {
	margin: 0;
	padding: 0;
}

strong, b {
	color: #ebc1aa;
	font-weight: 600;
}

em, i {
	color: #c4b0cc;
	font-family: 'Georgia', serif;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0.7px;
}

s {
	color: #a67571;
}

.footer {
	border-top: 2px solid #feefe8;
	margin-top: 35px;
	padding: 10px 10px 0 10px;
}

	.footer p {
		font-size: 0.7em;
		margin-bottom: 0;
	}



 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	body {
		background: #EEE url("assets/img/bg.png");
		color: #88827e;
		font-family: 'Nunito', sans-serif;
		font-size: 0.9em;
		font-weight: 300;
		letter-spacing: 0.7px;
		line-height: 1.85em;
	}

	.container {
		padding: 0 0 10px 0;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) { ... }

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.navbar-brand {
		display: none;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.navbar-brand {
		display: none;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.navbar-brand {
		display: none;
	}
}