@import url('https://fonts.googleapis.com/css?family=Asul:400,700|Open+Sans:400,500,600,700');

body{
  font-family: 'Open Sans', sans-serif;
}

.jumbotron{
  font-family: 'Asul', sans-serif;
  /*margin-bottom: 0;*/
  padding-bottom: 0;
  padding-top: 15px;
}

/* Remove page title hyperlink decoration*/
.jumbotron h1 a{
  color: black;
}
.jumbotron h1{
  /*font-size: 45px;*/
}
.jumbotron p{
  /*font-size: 20px;*/
}
.jumbotron h1 a:hover {
  text-decoration: none;
}

.navbar-default{
  border: none;
  background-color: transparent;
  margin-bottom: 0;
  /*margin-top: 1rem;*/
}

@media screen and (min-width: 768px) {
  .jumbotron{
    background: #e9ecef url('/imgs/jumbo/thumb1.png') no-repeat right 10% top;
    background-size: auto 100%;
  }
}

.hljs{
  background-color: transparent;
}

h2{
  margin-bottom: 0.6em;
}

h3{
  font-size: 1.3em;
  font-weight: 600;
}

.dashuline{
  text-decoration-style: dotted;
  text-decoration-line: underline;
  text-decoration-color: darkblue;
}

.gallerythumb{
  padding: 0.3em;
  text-align: center;
}

img{
  margin-bottom: 2em;
}

.img-recipe{
  padding-left: 10%;
  padding-right: 10%;
  width:100%;
}

footer{
  margin-top: 4em;
}

