.bg {
  background: url(/img/tim_xl.jpg) no-repeat center center;
  position: fixed;
  width: 100%;
  height: 350px; /*same height as jumbotron */
  top:0;
  left:0;
	background-size:cover;
  z-index: -1;
}

.slogan {
	font-size:20px;
	color:#747162;
}

.jumbotron {
  height: 350px;
  color: white;
  text-shadow: #444 0 1px 1px;
  background:transparent;
}


.logo {
	position:absolute;
	left:0;
	top:40px;
	background: url(/img/logo.png) center center no-repeat white;
	width: 130px;
	height: 60px;
}

.jumbotron h1 {
  text-indent: -9999px;
}
.timtimbrand-logo {
  margin: 20px 0;
  height: 60px;
}
.timtimbrand-text {

}

.keywords {
	margin:0;
	height:30px;
	padding:0;
	margin-top:20px;
}

.keywords li {
    float: left;
    list-style: none;
    background: #eaeaea;
    color: #767676;
    font-size: 11px;
    padding: 2px 10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-right: 10px;
}

.links {
	text-align:center;
	margin: 40px 0 20px 0;
}

.links li {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.links li a {
    display: inline-block;
    border: 1px solid #e4e4e4;
    padding: 4px 18px 4px 18px;
    border-radius: 30px;
    line-height: 20px;
    color: #8c8c8c;
    font-weight: 400;
    font-size: 14px;
    transition-property: all;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.63, 0.14, 0.82);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.63, 0.14, 0.82);
    -ms-transition-timing-function: cubic-bezier(0.165, 0.63, 0.14, 0.82);
    -o-transition-timing-function: cubic-bezier(0.165, 0.63, 0.14, 0.82);
    transition-timing-function: cubic-bezier(0.165, 0.63, 0.14, 0.82);
    -webkit-font-smoothing: antialiased;
}

.links li a:hover {
	background-color:#e4e4e4;
	text-decoration:none;
}

.footer {
  font-size: 12px;
  color: #767676;
}
.footer-left {
  float: left;
}
.footer-right {
  float: right;
}


@media (min-width: 1200px) {

	.logo {
    background: url(/img/logo_l.png) center center no-repeat white;
    width: 226px;
    height: 81px;
	}

}
