@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600');

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    padding-top: 50px; 
    font-family: 'Josefin Sans';
    font-size: 18px;
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #af1057;
    color: #FFF;
    text-align: center;
}

.subnav {
    background-color: #af1057;
    color: #FFF;
    height: 30px;
    padding-top: 4px;
    text-align: center;
    font-weight: bold;
    font-family: 'Josefin Sans';font-size: 15px; 
}

.img-profile {
    border-radius: 50%;
    height: 50px;
    padding: 5px;
}

.subnav-a { color:#FFF; text-decoration:none; font-weight:bold; }
.subnav-a a:link { color:#FFF; text-decoration:none; font-weight:bold; }
.subnav-a a:visited { color: #FFF; text-decoration:none; font-weight:bold; }
.subnav-a a:hover { color: #FFF; text-decoration:underline; font-weight:bold; }
.subnav-a a:active { color: #FFF; text-decoration:none; font-weight:bold; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #000;  
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active >  a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: white; 
    background-color: #cf3077;
}
  .navbar-default {
    background-color: #ef5097;
    border-color: #030033;
}

.dropdown-menu {
   background-color: #ef5097;  
}

.dropdown-menu > li > a {
   color: #FFF;
   text-decoration: none;
}

.dropdown-menu > li > a:link,
.dropdown-menu > li > a:visited {
   color: #FFF;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
   color: #000;
   text-decoration: none;
   background-color: #ef5097;  
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #cf3077; 
}

.navbar-default .navbar-nav > li > a {
   color: white; 
   font-family: 'Josefin Sans';font-size: 17px;
}

.navbar-brand {
  padding: 0px; 
}

.navbar-brand > img {
  padding-top: 3px; 
  padding-left: 3px; 
  padding-right: 3px; 
  max-width: 100px;
}

.dropdown-toggle:active, .open .dropdown-toggle {
   background-color:#cf3077 !important;
   color:#FFF !important;
}

.navbar-toggle:active {
   //background-color:#cf3077 !important;
   color:#FFF !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-toggle:hover {
   background-color:#cf3077 !important;
   color:#FFF !important;
}

.navbar-preheader .navbar-toggle .icon-bar {
   color:#FFF !important;
   background-color:#fff;
}

.panel-heading {
   background-color:#ef5097  !important;
   color:#FFF !important;
}

.shadow
{
  position: relative;
}

.shadow:before, .shadow:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.shadow:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

img.rightwrap 
{
  float: right;
  margin: 0px 0px 15px 15px;
}

img.rightwrapfull
{
  float: right;
  margin: 0px 0px 15px 15px;
  width: 100%;
}

@media only screen and (min-width: 700px) {
  img.rightwrapfull
  {
    float: right;
    margin: 0px 0px 15px 15px;
    width: 50%;
  }
}


img.leftwrapfull
{
  float: left;
  margin: 0px 0px 15px 15px;
  width: 100%;
}

@media only screen and (min-width: 400px) {
  img.leftwrapfull
  {
    float: left;
    margin: 15px 15px 0px 15px;
    width: 50%;
  }
}

.imgcirclefull {
  border-radius: 50%;
  width: 100%;
}

@media only screen and (min-width: 480px) {
  .imgcirclefull {
    width: 35%; 
    max-width:300px;
    min-width:200px;
    height: auto;
    float: left;
    margin-right:5rem; 
    border-radius: 50%;
    -webkit-shape-outside:circle();
    shape-outside:circle();
  }
}

.bottomright {
  display: block;
  padding: 20px 0px 20px 0px;
}

@media only screen and (min-width: 480px) {
  .bottomright {
    position:relative;
    float: right;
    padding: 10px;
    bottom: 105px; 
  }
}

#right_buttons {   float: right; }

.btn-primary, 
.btn-primary:visited {
  padding:3px;
  color: #FFF;
  background-color: #cf3077;
  border-radius: 0;
  border:0px;
}
.btn-primary:hover,
.btn-primary:active
 {
  color: #FFF;
  background-color: #ef5097;
  border-radius: 0;
}

.media {
    border-style: solid;
    border-color: #DDD;
    border-width: 1px;
    border-radius: 5px;
}

.recipe_cell {
    padding: 15px; 
    vertical-align: bottom;  
    text-align: center;
}

.recipe_cell_jar {
    padding: 0px 2px 15px 2px;   
    vertical-align: bottom;
    text-align: center;
}

.recipe_img {
    border-radius: 50%;
}

.thumbnail {
    width: 100%;
}

.thumbnail.right-caption > a > img {
    float: left;
    margin-right: 5px;
    max-height:150px;
}

.thumbnail.right-caption {
    float: left;
}

.thumbnail.right-caption > .lnk > .caption {
   padding: 0px;
}

.recipe_img {
    width=50%;
    border-radius: 50%;
}

.floating-box {
    display: inline-block;
    width: 150px;
}

.minwide {
    min-width: 300px;
}

.carousel .item img {
  -webkit-transition: all 10s;
  -moz-transition: all 10s;
  -o-transition: all 10s;
  transition: all 10s;
}

.carousel .item.active.inactiveUntilOnLoad img,
.carousel .item img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.carousel .item.active img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.carousel .item.active.no_move img,
.carousel .item img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.carousel-caption {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(70%,rgba(0,0,0,.8)));
    padding: 0px 10px 25px 10px !important;
    bottom:0px !important;
    max-width: 100%;
    width:100%;
    left: 0;
    margin-top: 1px !important;
    text-shadow:  1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
}

.carousel-indicators {
  bottom:0px;
}

.overimage {
   position: absolute;
   top: 10px;
   left: 10px;
   z-order:1;
   width:20%;
   max-width:200px;
  -webkit-filter: drop-shadow(5px 5px 3px #222);
  filter: drop-shadow(5px 5px 3px #222);
}

.thumbnail {
    padding: 5px 5px 0px 5px;
}

.sqr {
  object-fit: cover;
  width:230px;
  height:230px;
}

h1 {
  color: #ef5295;
  font-size: 30px;
}

h2 {
  color: #000;
  font-size: 24px;
}

h3 {
    font-size: 50px;
}

@media all and (max-width: 1200px) { 
    h3 {
        font-size: 40px;
    }
}
@media all and (max-width: 992px) { 
    h3 {
        font-size: 30px;
    }
}
@media all and (max-width: 768px) { 
    h3 {
        font-size: 5vw; 
    }
}

.footersub {
    right: 0;
    left: 0;
    padding: 5px;
    background-color: #cf3077;
    font-style: italic;
    color: #FFF;
    text-align: center;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: black;
    padding: 1rem;
}

.footermain {
    padding: 10px;
}

.footer {
    padding: 0px;
}

.table-div{
    display:table;
    margin: auto;
}
.tr-div{
    display:table-row;
}
.td-div{
    display:table-cell;
    vertical-align: middle;
}

