/*!
 * Start Bootstrap - Grayscale v3.3.7+1 (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 ° copyright by magic-contents 2016
 */
 
 @font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Montserrat.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Montserrat.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Montserrat.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Montserrat.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Montserrat.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Montserrat.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Lora.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Lora.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Lora.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Lora.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Lora.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Lora.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

 
body {
  background-color: #666;
}

p {
    font-size: 1.2em;
	margin: 0 0 2em;
    line-height: 1.4em;
	letter-spacing: 0.04em;
}

h2 {
    font-size: 2em;
}

h3 {
	font-size: 1.4em;
    margin:  4em 0 0;
    line-height: 1.4em;
}

.copyright {
	font-size: 0.85em;
}

.content-section {
    padding-top: 100px;
}


.navbar-custom.top-nav-collapse {
    background: #550000;
    border-bottom: 1px solid rgba(10,0,0,.3);
}