@charset "utf-8";
/* CSS Document */
* {
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
body, html {
  	height: 100%;
 	margin: 0;
}
@font-face {
     src: url("../font/motra.ttf");
     font-family: motra;
}
h3 {font-family: motra;}
.bgimg {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
#back {display: none;}
.bgimg {
	background-image: url("../images/bg3.jpg");
	height: 100%;
}
.caption {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #000;
    transform: translate(-50%, -50%);
	background-color: #ffffffb3 !important;
}
#line {border: 1px solid black; width: 8%;}
label {padding: 0rem 0.75rem; font-weight: 600;}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.caption {width: 300px;}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.caption {width: 550px;}
	#back {display: block;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  
}