.main {
  min-height: 100vh !important;
}

.main-header { 
  height: 130px; 
  background: url("../images/bg.png") repeat-x center; 
  background-size: cover; 
  box-shadow: 0px 5px 5px -5px rgba(0,0,0,.8); 
}

/*
.main-header::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to right, transparent 0%, white 100%);
  margin-top: -100px;
  margin-right: -150px;
  height: 250px;
  width: 100%;
  content: '';
}
*/

ul {
  padding-left: 20px;
}

.footer {
  background-color: #f5f5f5;
}

.no-margin {
  margin: 0px !important;
}
.no-padding {
  padding: 0px !important;
  padding-right: 0px !important;
}

.recipeImage {
  height: 25vh;
  min-height: 150px;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

a:hover.recipeLink {
  text-decoration: none;
}

.recipe_title {
  text-align: center;
  line-height: 1.0em;
  color: white;
  align-self: flex-end;
/*  font-size: 1.0em;*/
  font-weight: bold;
  text-shadow: -1px 0px 1px #cccccc, -1px 1px 1px #000000;
}

.cookingTime {
  z-index: 5;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 50px;
  width: 50px;
  color: white;
  line-height: 80%;
  display: table;
  text-align: center;
  vertical-align: middle;
}

.cookingTime div {
  display: table-cell;
}

.circle {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 50px;
  width: 50px;
  background-color: #000000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  opacity: 0.6;
}

.fullview .recipeImage {
  min-height: 50vh;
  
}
.fullview .image img {
  width: 100%;

}
.fullview .image .cookingTime {
  right: 50px;
  top: 30px;
}

.fullview .image .circle {
  right: 50px;
  top: 30px;
}

.fullview h3 {
  text-align: center;
  color: black;
  font-weight: bold;
  text-shadow: none;
}
.fullview .cats h6 {
  display: inline-block;
}

.steps .num {
  color: #FF8C00;
}