html,body { height: 100%; margin: 0px; padding: 0px; }

@font-face {
  font-family: 'Galada';
  font-style: normal;
  font-weight: 400;
  src: local('Galada-Regular'),
       local('Galada-Regular'),
       url(../fonts/Galada-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/Lato-Regular.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(../fonts/Lato-Bold.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

a, a:hover, a:visited {
	color: #000;
}

.row, #main-pic {
	height: 100vh;
	margin: 0;
	padding: 0;
}

#main-pic {
	background-image: url("../img/ONLINE.jpg");
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
	height: 100vh;
}

#logo {
	width: 40px;
	height: 30px;
	margin: 25px 35px;
}

#logo-black {
	width: 40px;
	height: 30px;
	margin: 25px 35px;
	display: none;
	filter: invert(100%);
}

#content {
	position: relative;
	background-color: #fff;
}

#content-block {
	width: 80%;
	max-width: 400px;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#quote {
	font-size: 29px;
	font-family: 'Galada', cursive;
}

#quote span {
	font-size: 19px;
}

#main-text {
	margin-top:  70px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}

@media (max-width: 992px)  {
	#main-pic {
		display:  none;
	}
	#logo-black {
		display: block;
	}
}