/*
 * Globals
 */

/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #FFF;
  color:#231f20;
    background: #FFF url('../img/sharon-mccutcheon-NkQD-RHhbvY-unsplash.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: "Open Sans";
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #444444;
}

.cover-container {
  max-width: 50em;
}

a,
a:focus,
a:hover{
	color:#f68026;
}

a:hover{
	color:#f68026;
	text-decoration: underline;
}

.btn{
	background:#f68026;
	color:white;
	border:none;
	margin:30px 0;
}

.btn:hover{
	background:#f68026;
	border:none;
	color:white;
}


/*
 * Header
 */
.masthead {
	
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #231f20;
  border-bottom-color: #231f20;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}

h1, h2, h3{
	font-family: 'Libre Franklin', sans-serif;
	font-weight:bold;
	color:#000;
}

.lead{
	font-family: 'Libre Franklin', sans-serif;
	font-weight:bold;
	color:#000;
}

h1{
	margin:15px 0 0 0;
}

h2{
	margin:0 0 25px 0;
}

.jumbotron{
	background:white;
}
.img-hero{
	margin-top:20px;
	margin-bottom:50px;
}

/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


.jumbotron{
	/*border:3px solid #EF3340;*/
	 background-repeat: no-repeat;
    background-size: 25%;
    background-position: right bottom;
    background-width:25%;
}

@media (min-width: 576px){
.jumbotron {
    padding: 2.8rem;
}
}


/*
 * Footer
 */
.mastfoot {
  color: #231f20;
}

