/* 
html {
	font: 62.5%/1.5 Arial, Helvetica, sans-serif;
  background: url(/images/legoLR.jpg) no-repeat center bottom fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@font-face {
	font-family: 'telegraficoregular';
	src: url('http://rubensteinwebdesign.com/css/fonts/telegrafico-webfont.eot');
	src: url('http://rubensteinwebdesign.com/css/fonts/telegrafico-webfont.eot?#iefix') format('embedded-opentype'),
		 url('http://rubensteinwebdesign.com/css/fonts/telegrafico-webfont.woff') format('woff'),
		 url('http://rubensteinwebdesign.com/css/fonts/telegrafico-webfont.ttf') format('truetype'),
		 url('http://rubensteinwebdesign.com/css/fonts/telegrafico-webfont.svg#telegraficoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'trinigan_fgregular';
    src: url('/fonts/trinigan-webfont.eot');
    src: url('/fonts/trinigan-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/trinigan-webfont.woff') format('woff'),
         url('/fonts/trinigan-webfont.ttf') format('truetype'),
         url('/fonts/trinigan-webfont.svg#trinigan_fgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.bg-options { background-color: rgba(0,0,0,.6); display: inline-block; box-sizing: border-box; padding: 1.8vw 2.4vw; position: absolute; right: 1rem; }
.bg-options h1 { color: #fff; margin: 0 0 1rem; }
.bg-options ul { padding: 0; margin: 0; }
li { list-style-type: none; margin-bottom: 1rem; }

/*
h1 {
	display: block;
	font: 20vw 'trinigan_fgregular', Arial, sans-serif;
	width: 82vw;
	margin: 0 auto; 
	padding: .5vw 2vw;
	left: 50%;
	color: #fff;
	background-color: rgba(0,0,0,.75);
}

h2 {
	font-size: 3.6rem;
	top: 45rem;
	color: #060;				
}

p {
	font-size: 2.4rem;
	top: 62%;
	color: #060;				
}   
*/

/* Portrait and Landscape */ /*
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 768px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
 
    html {
      background: url(/images/bg.jpg) no-repeat center center fixed; 
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
    }
}