@import url(http://fonts.googleapis.com/css?family=EB+Garamond|Cardo:400italic);

body {
  background-color: #fff;
  position: relative;
  font-family: "Lato";
  font-weight: 300;
  font-size: 16px;
  color: #555;
  padding-top: 50px;

  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}

h5{
  text-transform: capitalize;
  font-weight: bold;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

img.centered{
    margin-left: auto;
    margin-right: auto;
}

/* Links */
a {
    color: #5cb85c;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #c0392b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 0px 0px;
    padding: 0;
}

.carousel-indicators li {
    border-color: grey;
}

.carousel-indicators .active {
    background-color: grey;
}

section{
  padding-top: 50px;
}
section h1{
  font-family: 'EB Garamond', serif;
  font-size: 3.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  font-style:normal;
  padding-top: 0.1em;
  text-shadow: 0.07em 0.07em 0 rgba(0, 0, 0, 0.1);
}
section h1 ::before, section h1 ::after {
  content: "§";
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
    opacity: 0.2;
  margin: 0 0.6em;
  font-size: 0.5em;
}

#home, #mobile{
  padding-bottom: 50px;
}

#home img.logo{
  height: 100px;
}

#features, #stats, #contact{
  background-color: #676767;
  color: white;
}

#features h1, #stats h1, #contact h1{
  color: white;
}

#features h2, #stats h2, #contact h2{
  color: white;
}

#features h3, #stats h3, #contact h3{
  color: white;
}

#features h6, #stats h6, #contact h6{
  color: white;
}

#contact{
  padding-bottom: 50px;
}

#contact img.logo{
  height: 100px;
}

#copyright {
  padding-bottom: 15px;
	background: black;
	padding-top: 15px;
	text-align: right;
}

#copyright p {
	color: white;
}
