/*
 * Start Bootstrap - Full Width Pics (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	 /* Margin bottom by footer height */
  margin-bottom: 60px;
}


.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image-bg-fluid-height {
	background: url('') no-repeat center center scroll;
    padding: 20px 0;
}

.image-bg-fixed-height {
	background: url('') no-repeat center center scroll;
    height: 300px;
}

.img-center {
	margin: 0 auto;
}

section {
    padding: 50px 0;
}

.section-heading {
	font-family: 'Courgette', cursive;
    margin: 10px 0 50px;
	text-align: center;
    font-size: 3em;
}

.section-lead {
	font-family: 'Roboto', sans-serif;
    margin: 16px 0;
}

.section-paragraph {
    margin: 16px 0;
}

.footer {
  position: absolute;
  
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
      border-style: solid;
    border-color: #e1e1e1;
    border-width: 1px;
}
.container .text-muted {
  margin: 20px 0;
}
.text-muted {
  font-size: 12px;
  text-align: center;
}
@media(max-width:768px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }
}