﻿

/* ------------------------ GENERAL ------------------------ */

* 							{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

html 						{height: 100%;}
body 						{height: 100%;margin: 0;padding: 0;font-family: 'Lato', sans-serif;color:#CAA065; background-color:#373737; background:url('../images/background2.jpg');background-repeat: no-repeat;background-size: cover;background-position: center;background-attachment: fixed;}


.links span 				{margin:0 0 10px 10px}

.img_responsive				{width:100%; max-width:400px; border:6px #CAA065 solid;box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);}
.qrcode				{box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);}

.container 					{position: relative;width:100%; margin:0 auto;position:relative;min-height: 100%;height: auto !important;height: 100%; overflow:hidden;}

.container::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.50);
}

.content 					{position: relative;width:960px;margin:0 auto;font-size:22px;line-height:32px;padding:50px;}

