@font-face {
	font-family: 'Cabin';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	src: url(/fonts.gstatic.com/s/cabin/v18/u-4i0qWljRw-PfU81xCKCpdpbgZJl6XvptnsBXw.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  
body {
	margin: 0;
	padding: 0;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	justify-content: center;
	align-items: center;
	height: 100vh;
	text-align: center;
	background: url(background.jpg) no-repeat center bottom fixed; 
	background-size: cover;
	color: white;
}

img {
	max-width: 100%;
	height: auto;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.container {
	position: relative;
	z-index: 1;
	padding: 20px;
	max-width: 100%;
}

h1 {
	font-size: 2rem;
	margin-bottom: 1rem;
}

p {
	font-size: 1.2rem;
	opacity: 0.9;
}

#jhbox{
	position:relative;
	height:100vh
}
#jhbox .jhbox {
	position:absolute;
	left:50%;
	top:40%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%)
}
.jhbox{
	max-width:800px;
	width:100%;
	text-align:center;
	line-height:1.4
}
.jhbox .jhbox-box{
	position:relative;
	width:180px;
	height:180px;
	margin:0 auto 50px;
}
.jhbox .jhbox-box>div:first-child{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:#ffa200;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	border:5px dashed #000;
	border-radius:5px
}
.jhbox .jhbox-box>div:first-child:before{
	content:'';
	position:absolute;
	left:-5px;
	right:-5px;
	bottom:-5px;
	top:-5px;
	-webkit-box-shadow:0 0 0 5px rgba(0,0,0,.1) inset;
	box-shadow:0 0 0 5px rgba(0,0,0,.1) inset;
	border-radius:5px
}
.jhbox .jhbox-box h1{
	font-family:cabin,sans-serif;
	color:#000;
	font-weight:700;
	margin:0;
	font-size:90px;
	position:absolute;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	left:50%;
	text-align:center;
	height:40px;
	line-height:40px
}
.jhbox .jhbox-box-text{
	padding: 15px;
	background-color: rgba(63,140,255,0.5);
	border-radius:5px;
}
.jhbox h2{
	font-family:cabin,sans-serif;
	font-size:25px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:2px
}
.jhbox p{
	font-family:cabin,sans-serif;
	font-size:16px;
	color:#000;
	font-weight:400
}
.jhbox a{
	margin-top: 50px;
	font-family:cabin,sans-serif;
	display:inline-block;
	padding:10px 25px;
	background-color:#d31e1e;
	border:none;
	border-radius:40px;
	color:rgb(255, 255, 255);
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	-webkit-transition:.2s all;
	transition:.2s all
}
.jhbox a:hover{
	background-color:#2c2c2c;
	color:#fff
}
.jhbox p {
	color:white;
}

@media (min-width: 600px) {
	h1 {
		font-size: 2.5rem;
	}
	p {
		font-size: 1.5rem;
	}
}

@media (min-width: 992px) {
	h1 {
		font-size: 3rem;
	}
	p {
		font-size: 1.7rem;
	}
}