/*!
 * Start Bootstrap - The Big Picture (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
	margin: 0;
	margin-bottom: 50px;
	background: #fff;
}
img{
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 0 auto 95px;
}
nav{
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 0;
	position: fixed;
	bottom: 0;
	left: 0;
}
.container{
	width: 320px;
	max-width: 100%;
	display: block;
	margin: 20px auto;
	position: relative;
}
a{
	color: #fff;
	background: #000;
	text-decoration: none;
	display: inline-block;
	width: 48%;
	margin: 1%;
	font-size: 24px;
	padding: 5px 10px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;

}
a:hover{
	color: #fff;
	background: #ffc107;
}