@import url(../plugins/vegas/vegas.css);


body {
	height: 100vh;
	width: 100%;
}

.banner {
	position: relative;
	color: #eee;
	text-align: center;
	text-transform: uppercase;
	border: medium solid rgba(255,255,255,1.00);
	z-index: 100;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 265%;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.99);
	border-top-right-radius: 0px;
	-webkit-box-shadow: 0 0 0px 1px rgba(0,0,0,1.00);
	box-shadow: 0 0 0px 1px rgba(0,0,0,1.00);
	height: 9%;
	padding-right: 0px;
	top: 33%;
	margin: auto;
	width: 90%;
	padding-top: 0px;
	min-height: 70px;
	min-width: 300px;
}

.banner a {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,1.00);
    }

.name-banner {
	position: absolute;
	left: 0;
	right: 0;
	color: #eee;
	text-align: center;
	text-transform: uppercase;
	padding-top: 0.3%;
	padding-right: 0.3%;
	padding-left: 0.3%;
	padding-bottom: 0.3%;
	z-index: 100;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	text-shadow: -1px 0px 4px rgba(0,0,0,0.79);
	border-top-right-radius: 0px;
}

.sub-banner {
	position: absolute;
	top: 57%;
	left: 0;
	right: 0;
	color: #eee;
	text-align: center;
	text-transform: uppercase;
	padding: 10px;
	z-index: 100;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 24.5%;
	text-shadow: -1px 0px 4px rgba(0,0,0,0.79);
	border-top-right-radius: 0px;
}

.container {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 1280px;
}

.GetInTouch {
	box-sizing: border-box;
	padding-top: 2px;
	font-size: 100%;
	vertical-align: baseline;
	position: absolute;
	top: auto;
	left: auto;
	width: 100%;
	min-width: 70px;
	width: 70px;
	background-color: rgba(0,0,0,0.15);
	color: rgba(255,255,255,1.00);
	border: thin solid rgba(255,255,255,1.00);
	-webkit-box-shadow: 0px 0px 0px 1px rgba(255,255,255,1.00);
	box-shadow: 0px 0px 0px 1px rgba(255,255,255,1.00);
	bottom: 2%;
	right: 2%;
}
.GetInTouchBar{
	top: 0;
	left: 0;
	width: 100%;
	text-align: left;
	background: black;
	color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	border-width: thin;
}
.GetInTouchAvatar{
	width:32px;
	height:32px;
	border-radius:32px;
	border:2px solid white;
	vertical-align:middle;
	margin-right:5px
}
.GetInTouchName{
	text-decoration:none;
	color:inherit;
	text-transform:uppercase;
	font:bold 11px sans-serif;
	margin-right:5px
}
