* {
	text-decoration:none;
	font-family: arial, verdana, sans-serif;
	font-weight:normal;
	font-size:1em;
	background-color:transparent;
	cursor:default;
    box-sizing: border-box; 
}

html {
	height: 100%;
}

strong {
    font-weight:bold;
}

body {
	font-family: "Lucida Console", Monaco, monospace;
    background: transparent;
    background-attachment:fixed;
    background-repeat: repeat;
    background-image: url("\
data:image/svg+xml;utf8, \
  <svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='120px' height='80px'> \
    <rect x='0' y='0' width='120' height='80'\
      style='stroke:white; stroke-width: 3px; stroke-opacity: 0; \
             stroke-dasharray: 10 5; stroke-linecap=round; \
             fill:rgb(0,27,51);  fill-opacity: 1; '/> \
    <text x='80' y='7' \
      style='fill:rgb(0,107,149); text-anchor:middle' font-size='28' font-weight='bold' font-family='sans-serif'\
      transform='rotate(-30,144,64)'> \
      SECURE \
    </text> \
  </svg>\
");
}

.captionBackground {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.95); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 4px solid #ff9d00;
  position: relative;
  z-index: 2;
  width: 75%;
  margin:0 auto;
  padding: 20px;
  text-align: center;
  font-size:1.05em;
  border-radius:5px;
}

h1, h2 {
    font-weight:bold;
    color:#ff0044;
}

@media only screen and (min-width: 768px) {
	/* For desktop: */
    .captionBackground {
        font-size:1.5em;
        margin:80px auto 0 auto;
    }
}

.captionBackground span.border {
  background-color: #111;
  color: #fff;
  padding: 5px;
  font-size: 20px;
  letter-spacing: 8px;
}
