@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
body
{
	font-family: Questrial;
	margin: auto;
	color: #FFF;
	background-color: #000;
	text-shadow: 1px 1px 2px #000000;
}

/* Text */
h1 { font-family: Questrial; font-size: 48px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 48px; } h3 { font-family: Questrial; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; } p { font-family: Questrial; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; } blockquote { font-family: Questrial; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } pre { font-family: Questrial; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }


/**/
.policy
{
	background-color: #FFF;
	width: 80%;
	margin: auto;
	margin-top:5%;
	margin-bottom:5%;
	position: relative;
	border: 0px solid;
	padding: 10px;
	box-shadow: 5px 10px 18px #000;
	text-shadow: none;
}

.policy-div
{
	padding: 1px;
	background-color: #DDDDDD;
	background:url("../img/background/background_wood1.jpg");
	background-attachment: fixed;
	background-position: center;
}

/* Header */
#royal-header
{
	color: #fff;
	max-height: 128px;
	background-color: rgba(0,0,0,0.75);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	
}

a
{
	text-decoration: none;
}

.link
{
	color:white;
}

.link:hover
{
	color:red;
}

.navbar
{
	width: 100%;
	overflow: auto;
	padding-top:16px;
	padding-bottom:16px;

}

/* Navbar links */
#royal-logo-div
{
	width:25%;
	padding-left:32px;
	display:inline-block;
}

#royal-logo
{
	width:50%;
}

#royal-links
{
	width:50%;
	display:inline-block;
	text-shadow: none;	
	
}

.navbar #royal-links a
{
	float: left;
	border-radius: 8px;
	text-align: center;
	color: white;
	text-decoration: none;
	font-size: 16px;
	padding:8px;
	margin-bottom:16px;

}

/* Navbar links on mouse-over */
.navbar #royal-links a:hover, .dropbtn:hover
{
	background-color: #FFF;
	padding:8px;
	color: black;
	transition-duration: 0.5s;
}

/* Current/active navbar link */
.active
{
	background-color: #04AA6D;
}

/*Dropdown for services*/
.dropdown
{
  float: left;
  overflow: hidden;
}

.dropbtn
{
	cursor: pointer;
	font-size: 16px;
	border: none;
	outline: none;
	border-radius: 8px;
	text-align: center;
	color: white;
	background-color: inherit;
	font-family: inherit;
	padding:8px;
	transition-duration: 0.5s;
}

.dropbtn:focus
{
	border-radius: 0px !important;
	background-color:#646464;
	padding:8px;
	color: white;
	transition-duration: 0.5s;
}

.dropdown-content
{
  display: none;
  position: absolute;
  background-color:rgba(0,0,0,0.70);
  min-width: 160px;
  box-shadow: 5px 10px 18px #000;
  z-index: 1;
}

.dropdown-link 
{
	float: none !important;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left !important;
	border-radius: 0px !important;
	margin-bottom: 0 !important;
}

.dropdown-link:hover
{
  border-radius: 0px !important;
}

.show-services
{
  display: block;
}


/* Buttons */
.button
{
	background-color: #000;
	border-radius: 32px;
	border-style: solid;
	border-width: 2px;
	border-color: #FFF;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	transition-duration: 0.5s;
}

.button:hover
{
	background-color: #FFF;
	color: black;
	border-color: #000;
}

#backtoTop
{
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 24px;
    border: solid;
    background-color: black;
    cursor: pointer;
    padding: 2px;
    border-radius: 32px;
}

#backtoTop:hover
{
  background-color: #555;
}

/* Sections */
.section
{
	position: relative;
	background-color: #000;
	/*border-style: solid;
	border-width: 1px;*/
	min-height: 512px;
}

/* Section 2 */
#section2
{
	background-image: url("../img/background/background_office.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*background-size: 100%;*/
}

#main-info
{
	background-color: rgba(0,0,0,0.5);
	border-radius: 32px;
	width:50%;
	text-align: center;
	padding:16px;
}

.back-content
{
	/*background-image: url("../img/background/background_wood2.jpg");*/
	background-color: rgba(0,0,0,0.5);
	border-radius: 32px;
	padding:16px;
}

/* Section 3 */
#section3
{
	background-image: url("../img/background/background_virtual.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*background-size: 100%;*/
}

/* Section 6 */
#section6
{
	background-image: url("../img/background/background_video.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 96px;
	/*background-size: 100%;*/
}

/* Center Class */
.center
{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Footer */
.fa
{
	color: #fff;
	font-size: 32px;
	width: 32px;
}

.fa:hover
{
    opacity: 0.5;
}

.footer
{
	background-color: #000;
	/*background:url("../img/background/background_footer.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;*/
	min-height: 96px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: white;
	text-align: center;
}

/* Loaded */
#royal-loader
{
	background-color: #000;
	position: fixed;
	width: 100%;
	height:100%;
	z-index: 9999;
	margin: auto;
	box-shadow: 5px 10px 18px #000;
}

#royal-sticker1, #royal-sticker2
{
	position: fixed;
	top: 25%;
	left: 37.5%;
	width: 25%;
}

#royal-sticker1
{
	animation-name: rotate;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes rotate
{
  0%   {transform: rotate(0deg);}

  100% {transform: rotate(360deg);}
}

.section-left, .section-right
{
	position: fixed;
	top: 0;
	width: 50%;
	height: 100%;
	background: #000;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.section-left
{
	left: 0;
	

}

.section-right
{
	right: 0;
	

}

.loaded #royal-loader .section-left
{

	box-shadow: 8px 0px 32px #fff;
	-webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: translateX(-100%);  /* IE 9 */
			transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
			transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #royal-loader .section-right
{

	box-shadow: -8px -0px 32px #fff;
	-webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(100%);  /* IE 9 */
	transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #royal-loader
{
	visibility: hidden;
}

.loaded #royal-sticker1, .loaded #royal-sticker2
{
	opacity:0;

	-webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateY(-100%);  /* IE 9 */
	transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);

}