@import url('https://fonts.googleapis.com/css?family=Great+Vibes&display=swap');

@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');

@import url('https://fonts.googleapis.com/css?family=Montserrat:400&display=swap');

* {
	margin: 0;
	padding: 0;
	scrollbar-width: none;
}

a {
	text-decoration: none;
	outline: 0;
	color: white;
}

body,html {
	width: 100%;
	height: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-family: 'Montserrat', sans-serif;
	user-select: none;
	position: relative;
	overflow-x: hidden;
}

section h1 {
	font-family: 'Samarkan';
	font-size: 35pt;
	margin-bottom: 30px;
}

@font-face {
	font-family: 'Samarkan';
  src: url('../fonts/SamarkanNormal.eot?#iefix') format('embedded-opentype'),  url('../fonts/SamarkanNormal.woff') format('woff'), url('../fonts/SamarkanNormal.ttf')  format('truetype'), url('../fonts/SamarkanNormal.svg#SamarkanNormal') format('svg');
  font-weight: normal;
  font-style: normal;
}

div.panel-left {
	font-family: 'Raleway', sans-serif;
	position: relative;
}

div.panel-left table {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	margin: 0px auto;
	padding: 0 50px;
}

div.panel-left table tr td {
	vertical-align: top;
}

div.panel-right {
	grid-column: 2;
	height: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}

div.panel-right article {
	color: orange;
	position: absolute;
	bottom: 50px;
	padding: 35px;
	display: block;
	left: 50px !important;
	border-radius: 15px;
}

div.panel-right nav {
	height: 65px;
	margin-top: 45px;
	line-height: 65px;
	text-align: right;
	position: relative;
}

div.panel-right nav a {
	color: orange;
	text-decoration: none;
	font-size: 20pt;
	margin-right: 25px;
	height: 75px;
	display: inline;
	text-shadow: black 0.1em 0.1em 0.2em;
	position: relative;
}

div.panel-right nav a.active:before {
	position: absolute;
	bottom: -25px;
	border-radius: 16px;
	left: calc((100% - 16px) / 2);
	width: 16px;
	height: 16px;
	content: "";
	display: block;
	z-index: 5000000;
	background-color: orange;
}

p {
	text-align: justify;
	-webkit-text-size-adjust: auto;
	-ms-text-size-adjust: auto;
	text-size-adjust: auto;
	font-size: 12pt;
	word-break: break-word;
}

ul.follow {
	position: absolute;
	bottom: 10px;
	width: 100vw;
	right: 10px;
	z-index: 50000;
	text-align: right;
	padding-right: 10px;
	color: orange !important;
	height: 50px;
	font-size: 0;
	line-height: 50px;
	cursor: pointer;
}

ul.follow li {
	margin: 0px 10px;
	font-size: 13pt !important;
	display: inline-block;
	position: relative;
}

ul.follow li i {
	font-size: 20pt;
}

button.choice {
	margin-right:30px;
	padding: 0 30px;
	background-color:white;
	cursor:pointer;
	display:inline-block;
	line-height: 63px;
	font-size: 15pt;
	color: #000;
	border: 1px solid #000;
}

button.choice:last-child {
margin-right:0px;
}
#home_page {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer !important;
	color: #ffa500 !important;
	display: block;
	z-index: 50000;
	font-size: 20pt;
	outline: 0;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
 

	div.panel-left table tr td p {
		font-size: 12pt  !important;
	}

	section h1 {
		font-family: 'Samarkan';
		font-size: 35pt;
		margin-bottom: 20px !important;
	};
}
