*{
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
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,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  // font-size: 100%;
  vertical-align: baseline;
}

input,
button {
  outline: none;
}
h1, h2, h3, h4, h5, h6, p, blockquote,
dl, dt, dd, ol, ul, li{
  padding: 0;
  border: 0;
  vertical-align: baseline;

}
// HTML5 display-role reset for older browsers
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*	Styles -------------------------*/

html,
body{
	min-height: 100%;
  	padding: 0;
  	margin: 0;
  	font-size: 18px;
  	line-height: 24px;

}
body{
	font-family: 'Montserrat', sans-serif;
  background: #536976; /* fallback for old browsers */
  background: -webkit-radial-gradient(to right, #4b6777, #1a283c); /* Chrome 10-25, Safari 5.1-6 */
  background: radial-gradient(#4b6777, #1a283c);
	letter-spacing: 0.05em;
}

main{
	padding: 100px 20px;
  border: 1px solid #92510D; 
	padding-bottom: 130px; 
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 800px; 
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(255,255,255,1);
}
main p{
    margin-bottom: 30px; 
}
.logo{
    max-width: 350px;
    width: 100%;
    margin-bottom: 50px;
}
.contact{
	display: inline-block;
  color: #92510D;
	padding: 10px 15px;
	border: 1px solid;
  text-decoration: none;
}
.contact:hover{
  opacity: 0.7;

}

.bottom-copy{
	text-transform: uppercase;
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 0;
	font-size: 14px;
	line-height: 18px;
  color: #666;
}
.bottom-copy li{
	display: inline-block;
	padding: 5px 20px;
}



