/* iOS Cordova Tweak */
.device-cordova.device-ios {
  height: 100vh;
}

/* Your app custom styles here */
/* Load open sans pro */
@import url(//fonts.google.com/specimen/Source+Sans+Pro);
body {
  font-family: 'Open Sans Pro', sans-serif;
  background: url(./nr_watermark.png) no-repeat;
  background-position: 100% -50%;
  overflow-y: auto;
  font-weight: lighter;
}
.btn {
    background: url(./button.png) no-repeat;
    background-size: contain;
    width: 15rem;
    height: 4rem;
    margin-top: 1rem;
    padding-top: 0.5rem;
}

.btn a {
	color: white;
	font-weight: 100;
    font-size: 14pt;
}

.divider_lg, .divider_sm {
	background: url(./divider_large.png) no-repeat;
    width: 0.5vw;
    background-size: contain;
}
.divider_lg {
	height: 38rem;
}
.divider_sm {
	height: 10rem;
}

.header {
	display: block;
}

.outerSpace {
	width: 15%;
}

.innerSpace {
	width: 0.1%;
}

.header {
	opacity: 0.75;
}

h3 {
    font-size: 25pt;
}

h3, h5 {
	text-decoration: underline;
	color: #850000;
	font-weight: 800;
}

.txt {
	height: 30vh;
}

@media
  only screen and (-webkit-min-device-pixel-ratio : 2),
  only screen and (min-device-pixel-ratio : 2) {
	  body {
		  background: url(./hr_watermark.png) no-repeat;
	  }
  }
  
 @media only screen and (max-width: 600px) {
  .header {
	display: none;
	}
	.innerSpace {
		width: 15%;
	}
	.divider_lg {
		height: auto;
	}
	
	.txt {
		height: auto;
	}
}