a,
a:focus,
a:hover {
  color: #333;
}
a:link { color: #a97c50;}

html,
body {
	height: 100%;
font-family: anago,sans-serif;
font-weight: 400;
font-style: normal;
}
body {
  background-color: #ffffff;
  color: #333;
  font-size: 18px;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
	font-family: anago,sans-serif;
font-weight: 400;
font-style: normal;
}

.brand-image{
	margin-bottom: 80px;
}

.brand-image img{
	width: 500px;
	max-width: 100%;
}

.main-text{	
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.btn-primary {
    color: #ffffff;
    background-color: #333333;
    border-color: #cccccc;
}

@media (min-width: 768px){
	.main-text{
		width: 700px;
	}
}


p.more-info{
	margin-top: 40px;
}

.links{
	margin-top: 40px;
}

