/*!
 * Start Bootstrap - Thumbnail Gallery (https://startbootstrap.com/template-overviews/thumbnail-gallery)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-thumbnail-gallery/blob/master/LICENSE)
 */

 @import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,700,900');

body {
  padding-top: 54px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 1rem;
}

body a:hover{
	text-decoration: none;
	color:#f6dd39;
}

.social h3 i{
	margin-right: 20px;
	font-size: 1.2rem;
}

a{
	color:#333333;
}
.nav-item a{
	margin-left: 1.2rem;
}

h1{
	font-size: 1.4rem;
	font-weight: 300;
	margin-bottom: 20px;
}
h3{
	font-size: 1.4rem;
	font-weight: 300;
	margin-bottom: 20px;
}
hr{
	margin:30px 0;
}

.row a h3{
  font-weight: 300;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 630px) {
  body {
    padding-top: 56px;
  }
}


