
/*!
 * Flying Neurons
 * Copyright 2018-2019 Flying Neurons
 */
:root {
  --font-family-sans-serif: "Source Sans Pro";

}

#header {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 72px);
    background: linear-gradient(to bottom, rgba(255,255, 255, 0.0) 0%, rgba(255,255, 255, 0.0) 100%), url("../img/bg-header-flyingneurons.jpeg");
    /*background: linear-gradient(to bottom, rgba(255,255, 255, 0.0) 0%, rgba(92, 77, 66, 0.1) 100%), url("../img/bg-header-flyingneurons.jpeg");*/
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.fno-orange-background {
  background-color: #f4623a;
}

.fno-dark-background {
  background-color: #343a40;
}

.fno-light-background {
  background-color: #f8f9fa;
}

.fno-red-background {
  background-color: #b71c1c; // #dc3545;
}

.fno-orange-color {
  color: #f4623a;
}

.fno-dark-color {
  color: #343a40;
}

.fno-black-color {
  color: #000000;
}

.fno-light-color {
  color: #f8f9fa;
}

.fno-red-color {
  color: #ef3030; // #dc3545;
}

.fno-font-shadow-black{
	text-shadow: 0px 0px 10px black;
}

.fno-font-shadow-white{
	text-shadow: 0px 0px 5px white;
}

.fno-background-only-hover:hover {
	background-color: #0001;
    text-decoration: none;
}

.fno-lighter-background {
    background-color: rgba(255,255,255,0.7);
}

#howitworks {
    background-image: url("../img/portfolio/thumbnails/howitworks.png");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    
}
.fno-large-font {
	font-size: 1.2rem;
}
