﻿.bgimg {
	background-image:url('images/background.jpg');
	/* background-color:white; */
	background-position:center;
	background-size:cover;
	min-height:100%;
	background-attachment:fixed
}

.contacttext  {
	font-size:small;
}
.logo {
    margin-right:48px!important;
    text-decoration:none;
    font-size:xx-large;
}
.logo:hover{
	color:black;
	text-decoration:none;
}
.button {
	border:none;
	display:inline-block;
	padding:8px 16px;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:inherit;
	color:inherit;
	background-color:inherit;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
	font-weight:bold;
}
.button:hover {
	color:black;
	text-decoration:none;
}
.toppadding {
	margin-top:70px
}
.footer {
    position:static;
    width:100%;
    z-index:1;
    bottom:0
    }
.xjumbo {
	font-size:96px;
}

.column {
  float: left;
  width: 20%;
}

.header {
	padding: 60px;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 30px;
}