﻿/* =Reset default browser CSS
-------------------------------------------------------------- */
@font-face {
	font-family: "Figtree";
	src: url("Fonts/Figtree-VariableFont_wght.ttf") format("truetype");
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: 'Figtree', sans-serif;
	font-size: 17px;
	line-height: 17px;
}
body {
	color: #2a1360;
}
body, html{min-width:100%; min-height:100%}
p {margin-bottom:10px;}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

h1 {
	color: #2a1360;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	color: #ec5f4f;
	font-size: 20px;
	font-weight: normal;
}

ol, ul {
	/*list-style: none;*/
	list-style:disc;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

a:hover, a:link, a:visited{
	color:black;
	text-decoration:none;
}
.clear{clear:both;}
.cl20{height:20px;}
.ninesixty{ width:960px; margin:0 auto; position:relative;}
.mainbg{position: fixed;width: 100%;height: 100%;}
.top_bar{ background:rgba(0,0,0,0.3); color:#FFF; position:fixed; width:100%; padding:0;}
.top_bar div{ color:#FFF;}
.logo{ background:url("images/lentune_logo.png"); width:270px; height:124px; float:left;}
.home_rhs{ float:right; position:relative; height:124px; }
.loginbutton {
	background: #ec5f4f;
	padding: 0px 20px;
	text-transform: uppercase;
	border-radius: 3px;
	font-weight: 600;
	font-size: 13px;
	position: relative;
	top: 50%;
	margin-top: -10px;
	float: left;
	color: white;
}
.home{ background: url("images/home_icon.png"); width:38px; height:38px; position:relative; float:left; top:50%; margin-top:-19px; margin-right:20px;}

.main_block{ position:relative; top:200px; max-width:450px; margin:0 auto; text-align:center;}
.main_block h1{ font-size:50px; line-height:50px; font-weight:200; margin-bottom:50px;}
.main_block h3{ font-size:23px; margin-bottom:50px; line-height:25px; letter-spacing: 1px; font-weight: 300; }

.main_block div{line-height:20px;}
.main_block span{ font-weight:200; font-size:18px; display:block; line-height:20px; }

.login_section{ margin-top:70px; font-size:24px; font-weight:300; line-height:34px !important;}
.login_section .loginbutton{ position:relative; float:none; width:50px; margin:10px auto;  background:#222; padding:5px 15px; }


@media only screen and (max-width:1366px){
	.mainbg{background-size:129%;}
}

@media only screen and (max-width:960px){
	.mainbg{background-size:139%;}
}

@media only screen and (max-width:768px){
	.mainbg{background-size:149%;}
}


.masterHeader {
	background: #2a1360;
	color: white;
}

.menu {
	background: #2a1360;
}

.menu a{
	color: #FFF;
}

.editor.small.signin{
	width: 600px;
	margin: 0 auto;
}

.editor.small.signin legend{
	padding-top: 50px;
	font-size: 70px;
	font-weight: bolder;
	height: 100px;
	text-align: center;
}

.editor.small.signin div{
	height: 30px;
}


.editor.small.signin label{
	width: 200px;
}

.editor.small.signin div.buttons {
max-width: 100%;
text-align: center;
}