

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.bg {
position: fixed; width: 100%; height: 100%; background-image: url(/img/lovebeam.jpg); background-size: contain; background-repeat: no-repeat; background-position: 50% 50%;
}

.overlay {
	margin: 50px;
	position: fixed; 
  width: calc(100% - 100px);
  top: 0%;
  height: calc(100% - 100px);
}

.big {
position:absolute;
font-size: 300%;
color: mediumpurple;
background: rgba(255,255,255,0.4);
padding: 10px;
}

a.big:hover,
a.big:active,
a.big:focus {
	color: mediumpurple;
	background: rgba(255,255,255,0.6);
}





