/*h1{
  text-align:center;
  margin-top:20px;
}*/

/*{
  text-decoration:none;
  font-size:20px;
  color:black;
  position:relative;
  left:5%;
}*/

div.cards {
    margin: 0 auto;
    /*max-width: 980px;*/
    width: 90%;
    text-align: center;
    background-color: #058aa3;
    /* width: 90vw;
        height: auto;
        margin: 0 auto;
        text-align: center;
        background-color: #00a2ad;*/
}

div.card {
    background: #ffffff;
    display: inline-block;
    margin: 8px;
    max-width: 300px;
    /*perspective: 1000;*/
    position: relative;
    text-align: center;
    transition: all 0.3s 0s ease-in;
    width: 300px;
    z-index: 1;
}

.recipe-card_img {
    /*position: relative;
    right: -22px;*/
    /*padding-left: 22px;*/ /*added*/
    display: block;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*width: 300px;*/
    /*height: 260px;*/
    width:290px;
    max-width: 290px;
    max-height: 200px;
    /*vertical-align: bottom;*/
    /*height: 290px;*/
    height:200px;
    padding:5px;
   
    /*max-width: 100%;*/
   /* max-height: 80%;*/
}

.recipe-card-container {
    text-align: center;
}

.recipe-card-box {
    display: inline-block;
    width: 300px;
    min-height: 500px;
    /*margin: 1em;*/
    border: 2px solid #444;
    /*margin: 10px 10px;*/
    vertical-align: top;
    overflow: hidden;
}

.recipe-card {
    /*display:inline-block;*/ /*added*/
    background: #fff;
    /*width: 100%;*/
    /*height: 545px;*/
    /*padding: 5px;*/
    /*margin: 30px 10px;*/
    /* max-width: 350px;
    max-height: 630px;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 300px;
    min-height: 500px;
    /*padding: 5px;*/
    /*margin: 10px 10px;*/
    max-width: 300px;
    /*max-height: 550px;*/
    /*width: 100%;*/
    /*padding: 5px;*/
    /*margin: 30px 10px;*/
   
     
}




  /* card */
  /*img {
      position: relative;
      right: 1px;
      max-width: 100%;
      height: 80%;
  }*/

  /*.recipe-card {
      background: #fff;
      margin: 4.2em auto;
      width: 100%;
      height: 600px;
      margin: 30px 15px;
      max-width: 330px;
      max-height: 600px;
  }*/

 /* .logo_container img {
    width: 150px !important;
    padding: 10px !important;
}*/




* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/*html{
    scroll-behavior: smooth;
}*/

/*@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");*/
/*body {
    background-color: #57abf2;
    background-image: -webkit-linear-gradient(-225deg, #19d3d1 5%, #57abf2);
    background-image: linear-gradient(-45deg, #19d3d1 5%, #57abf2);
    font-family:   Arial, Helvetica, sans-serif;
    font-size: 1rem;
    color: #000000;
}*/

/*navbar */
/*.navbar {
    background-color: #171f5a !important;
}*/


/*.logo_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 200px;
    width: 200px;
}


.logo_container img {
    width: 200px;
    height: 200px;
    margin-top: -20px;
    padding: 10px;
}*/

/* Header */

/*.brand {
    text-align: center;
    font-size: 3.5rem;
    color: #171f5a;
    margin-bottom: 25px;
    letter-spacing: 1px;
    font-weight: 600;
}*/


/* search input */

/*.card_container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}


.btn {
    display: inline-block;
    background: transparent;
    color: inherit;
    font: inherit;
    border: 0;
    outline: 0;
    padding: 0;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    cursor: pointer;
    text-transform: uppercase;
}


.btn--primary {
    background: #171f5a;
    color: #fff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 12px 36px;
}

.btn--primary:hover {
    background: #6c7ff2;
}

.btn--inside {
    margin-left: -96px;
}

.form__field {
    width: 600px;
    background: #fff;
    color: #a3a3a3;
    font: inherit;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
    border: 0;
    outline: 0;
    padding: 20px 18px;
    border-radius: 5px;
}

.form__field:hover {
    box-shadow: 3px 3px 3px 3px #19d3d1;
}*/



/*search-result */
/*.search-result {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px;
}*/


/*food card */

/*.recipe-card {
    background: #fff;
    width: 100%;
    height: 545px;
    padding: 5px;
    margin: 30px 10px;
    max-width: 350px;
    max-height: 630px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}*/

.recipe-card > aside {
    position: relative;
}

/*.recipe-card aside > img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}*/

.recipe-card-button {
    /*background: #57abf2;*/
    display: inline-block;
    position: absolute;
    top: 80%;
    right: 2%;
    width: 65px;
    height: 65px;
    /*width: 4.0625em;*/
    /*height: 4.0625em;*/
    /*border-radius: 65px;*/
    /*line-height: 65px;*/
    /*border-radius: 4.0625em;
        line-height: 4.0625em;*/
    /*text-align: center;*/
    background-repeat: no-repeat;
    /*background-image: url(../images/arrowright.png);*/
    background-image: url(../images/arrowrightdblue.png);
}

/*.recipe-card aside .button {
   
}*/

.recipe-card aside .button .icon {
    vertical-align: middle;
}

.recipe-card > article {
    padding: 1.25em 1.5em;
}

.recipe-card > article > ul {
    list-style: none;
    margin: 0.5em 0 0;
    padding: 0;
}

.recipe-card article > ul > li {
    display: inline-block;
    margin-left: 1em;
    line-height: 1em;
}

.recipe-card article > ul > li:first-child {
    margin-left: 0;
}

.recipe-card article > ul > li .icon {
    vertical-align: bottom;
}

.recipe-card article > ul > li span:nth-of-type(2) {
    margin-left: 0.5em;
    font-size: 0.8em;
    /*font-weight: 300;*/
    font-weight:700;
    vertical-align: middle;
    color: #838689;
}

.recipe-card article > h2,
.recipe-card article > h3 {
    margin: 0;
    font-weight: 300;
    font-weight:600;
}

.recipe-card article > h2 {
    font-size: 1.2em;
    color: #222222;
}

.recipe-card article > h3 {
    font-size: 0.9375em;
    color: #838689;
}

.recipe-card article > p {
    margin: 1.25em 0;
    font-size: 0.8125em;
    font-weight: 400;
    color: #222222;
}

.recipe-card article > p > span {
    font-weight: 700;
    color: #000000;
}

.recipe-card article .ingredients {
    margin: 1em 0 0.3em;
    line-height:16px;
    font-weight:500;
    /*text-align:center;*/
    text-align:left;
    font-size:14px;
}

.recipe-card .icon {
    display: inline;
    display: inline-block;
    background-image: url(../svg/recipe-icons.svg);
    background-repeat: no-repeat;
}

.recipe-card .icon-calories,
.recipe-card .icon-calories\:regular {
    background-position: 0 0;
    width: 16px;
    height: 19px;
}

.recipe-card .icon-clock,
.recipe-card .icon-clock\:regular {
    background-position: 0 -19px;
    width: 20px;
    height: 20px;
}

.recipe-card .icon-level,
.recipe-card .icon-level\:regular {
    background-position: 0 -39px;
    width: 16px;
    height: 19px;
}

.recipe-card .icon-play,
.recipe-card .icon-play\:regular {
    background-position: 0 -58px;
    width: 21px;
    height: 26px;
}

.recipe-card .icon-users,
.recipe-card .icon-users\:regular {
    background-position: 0 -84px;
    width: 18px;
    height: 18px;
}

