/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
}
::selection {
	background: #000000;
	color: #FFFFFF;
	/* WebKit/Blink Browsers */
}
::-moz-selection {
	background: #000000;
	color: #FFFFFF;
	/* Gecko Browsers */
}
a,
a:link,
a:visited,
a:hover,
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	border-bottom: 2px solid #000000;
}
p {
	font-size: 16px;
	line-height: 16px;
	text-align: center;
}
small {
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
}
.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.logo {
    width: 80%;
    height: 390px;
    margin: 48px auto 0;
	background-image: url('../img/LB-logo-black.svg');
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.no-svg .logo {
	background-image: url('../img/LB-logo-black.png');
}
.text {
	position: fixed;
	bottom: 0;
	padding-bottom: 16px;
	width: 100%;
}

@media only screen and (min-width: 480px) {
	.logo {
	    width: 70%;
	}
	p {
		font-size: 24px;
		line-height: 24px;
	}
	.text {
		bottom: 20px;
	}
}
@media only screen and (min-width: 960px) {
	.logo {
	    width: 60%;
	}
	p {
		font-size: 24px;
		line-height: 24px;
	}
	.text {
		bottom: 32px;
	}
}
@media only screen and (min-width: 1280px) {
	.logo {
	    width: 720px;
	}
}