/*!
 * 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 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 1rem;
}

.line{
	height: 6px;
	width: 100%;
	background: url(../images/line.png) no-repeat center;
	margin: 0;
}

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

.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: 1rem;
	font-weight: 300;
	margin-bottom: 20px;
}
hr{
	margin:30px 0;
}

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

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

.navbar{
	margin-top:30px;
}
.bg-green{
	background-color: #b4d3b4;
}

