/* noto-serif-700italic - latin */
@font-face {
    font-family: 'Noto Serif';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local(''),
         url('../fonts/noto-serif-v21-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/noto-serif-v21-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }

body {
	background-color: #000;
	background-image: url(../img/bg.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 100vh;
	position: relative;
	color: #fff;
	color: rgba(255, 255, 255, 0.85);
}

body:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.75) 100%);
	width: 100%;
	height: 100%;
	z-index: 0;
}

body > * {
	position: relative;
	z-index: 1;
}

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

a:hover,
a:active,
a:focus {
	color: #fff;
	text-decoration: none;
}

h1 {
    color: #fff; 
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    font-style: italic;
}

h2 {
    color: #fff; 
}

img {
	max-width: 100%;
}
