.navbar-inverse{
  background:#eee !important;
  border-bottom:4px solid #EE445F !important;
}

.navbar-brand{
  font:20px Lato !important;
  text-transform:uppercase;
  color:#000 !important;
  letter-spacing:2px;
  margin-top:2px;
}

.nav{
  margin-bottom:0px;
    float: right;
}
    .nav a{
    font:500 11px Lato;
    letter-spacing:2px;
    padding:16px !important;
    color:#000 !important;
    text-transform:uppercase;
    position:relative;
    z-index:1000;
  }
  .nav a:hover{
    color:#FFF !important;
  }
  li{
    position:relative;
  }


.navbar-inverse .navbar-toggle{
  border:none;
}

.navbar-collapse{
  box-shadow:none !important;
  border:none !important;
}

.navbar-inverse .navbar-toggle:hover{
  background:transparent !important;
}

.navbar-inverse .navbar-toggle:focus{
  background:transparent !important;
}

.navbar-inverse .navbar-toggle:active{
  background:transparent !important;
}

.icon-bar{
  background:#a3bfc6 !important;
}

.hover{
  display:block;
  position:absolute;
  width:0%;
  height:100%;
  top:0px;
  left:0px;
  background:#EE445F !important;
  z-index:0;
  opacity:0;
}

.sidebar-img{
    border-radius: 300px;
    width: 100%;
    padding: 15px;
    
}
.pad{
  padding: 30px
  ;
}

html {
  background: #FAF7F2;

  box-sizing: border-box;
font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-weight: 400;
}

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

h1{
    font-family: 'Playfair Display', serif;
}
h1 span{
    float: right;
    font-size: 13px;
    text-decoration: underline;
}
p{
    font-family: Lato !important;
    letter-spacing:1px;
    text-align: left;
}
.u-clearfix:before,
.u-clearfix:after {
  content: " ";
  display: table;
}

.u-clearfix:after {
  clear: both;
}

.u-clearfix {
  *zoom: 1;
}
a.navbar-brand {
    position: relative;
    z-index: 1;
}
.subtle {
  color: #aaa;
}
.content{
    margin-top: 56px;
    padding-bottom: 100px;
}
.card-container {
 
  position: relative;
  width: 100%;
}

.cardtop {
  background-color: #fff;
  padding: 20px;
  position: relative;
  padding-right: 0px;
  z-index: 1;
}


.card-body {
  display: inline-block;
  float: left;
  width: 310px;
}
.sidebar{
   border-right: dashed #EE445F;
}
.card-number {
  margin-top: 15px;
}

.card-circle {
  border: 1px solid #aaa;
  border-radius: 50%;
  display: inline-block;
  line-height: 22px;
  font-size: 12px;
  height: 25px;
  text-align: center;
  width: 25px;
}

.card-author {
  display: block;
  font-size: 12px;
  letter-spacing: .5px;
  margin: 15px 0 0;
  text-transform: uppercase;
}
.title{
    font-size: 20px;
   font-family: Lato !important;
    letter-spacing:2px;
    text-transform: uppercase;
}
.sidebar p{
    padding: 15px;
}

.card-title {
font-family: 'Playfair Display', serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
  margin: 10px 0;
}

.card-description {
  display: inline-block;
  font-weight: 300;
  line-height: 22px;
  margin: 10px 0;
}

.card-tag {
  float: right;
  margin: 5px 0 0;
}

.card-media {
  float: right;
}

.card-shadow {
  background-color: #fff;
  box-shadow: 0 2px 25px 2px rgba(0, 0, 0, 1), 0 2px 50px 2px rgba(0, 0, 0, 1), 0 0 100px 3px rgba(0, 0, 0, .25);
  height: 1px;
  margin: -1px auto 0;
  width: 80%;
  z-index: -1;
}
header {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}

.band {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
}
.band2 {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
}
.band3 {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
}
.band4 {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
}
.band5 {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
}

@media (min-width: 30em) {
  .band {
    grid-template-columns: 1fr 1fr;
  }
      .band2 {
    grid-template-columns: 1fr 1fr;
  }
         .band3 {
    grid-template-columns: 3fr, 1fr;
  }
             .band4 {
    grid-template-columns: 5fr, 1fr;
  }
                  .band5 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 60em) {
  .band {
    grid-template-columns: repeat(4, 1fr);
  }
     .band2 {
    grid-template-columns: repeat(3, 1fr);
  }
       .band3 {
    grid-template-columns: repeat(3, 1fr);
  }
           .band4 {
    grid-template-columns: repeat(4, 1fr);
  }
               .band5 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.video-section{
    padding-top: 70px;
    padding-bottom: 50px;
}

.video{
    width: 100%;
    border-radius: 10px;
}
.iconvideo{
    width: 50px;
}
.card, .cardvideo, .cardmusic {
  background: white;
  text-decoration: none;
  color: #444;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}
.card:hover, .cardmusic:hover, .cardvideo:hover {
  top: -2px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}
.card article, .cardvideo article {
    padding-top: 15px;
  padding-left: 20px;
    padding-right: 20px;
    height:110px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
    border-bottom:4px solid #EE445F !important;
}
.cardmusic article{    
padding-top: 80px;;
  padding-left: 20px;
    padding-right: 20px;
    height:110px;
z-index: 5;

   position:absolute;
;
}

.cardmusic:hover article h1{
    background-color: #000;
    transition: 0.5s;
    color: #fff;
}
.cardmusic article h1{
    background-color: #fff;
    text-align: center;
    padding: 5px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    
}

.logoload{
    width: 200px;
}
.small{
    width: 100px;
    
}
.card h1, .cardvideo h1, .cardmusic h1 {
  font-size: 20px;
  margin: 0;
  margin-bottom: 40px;
  color: #333;
       font-family: Lato !important;
}

article p{
    padding-top: 20px;
}
.card span{
  font-size: 12px;
  font-weight: bold;
  color: #EE445F;
    float: right;
    padding-left: 60px;
    font-family: Lato !important;
  text-transform: uppercase;
  letter-spacing: .05em;

}
.cardvideo span, .cardmusic span {
  font-size: 12px;
  font-weight: bold;
  color: #EE445F;
    float: right;
    padding-left: 140px;
    font-family: Lato !important;
  text-transform: uppercase;
  letter-spacing: .05em;

}
.card p, .cardvideo p, .cardmusic  p {
  font-size: 12px;
  font-weight: bold;
  color: #EE445F;
    font-family: Lato !important;
  text-transform: uppercase;
  letter-spacing: .05em;
position: absolute;
    bottom: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
}

.card .thumb ,.cardmusic .thumb {
  padding-bottom: 70%;
  background-size: cover;
    -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
    background-repeat: no-repeat;
  background-position: center center;
     transition: .5s;
}
.apps .thumb{
    padding-bottom: 85%;
}
#testimg{
    min-height: 100%;
}
.card:hover .thumb{
    transform: scale(1.05);

}
.card:hover .thumbmusic{
    transform: scale(1.05);

}
.cardmusic .thumbmusic {
  padding-bottom: 80%;
  background-size: cover;
  background-position: center center;
     transition: .5s;
}
.cardvideo .thumb2 {
  padding-bottom: 120%;
    
  background-size: cover;
  background-position: center center;
     transition: .5s;
}
.video-container i {
  font-size: 4rem;
  color: #FFF;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%,-50%);
}
.video-container{
        
 position: relative;
}
.cardvideo:hover i{
    color: #EE445F;
    transition: 0.5s;
}

/*music*/



 /*IpadPro Or Smaller*/
@media (max-width: 770px) {
    .sidebar-img{
        width: 50%;
    }
    .recipetab li{
    display: block;
}
    .card-body{
        width: 100%;
    }
    .card {
        flex-direction:inherit;
        height: 105px;
        
    }
    .card-title{
        font-size: 30px;
        line-height:normal;
    }
    .side{
        padding: 0;
    }
    .thumb{
       
        display: inline-block;
        width: 50%;
        height: 100%;
        padding-bottom:40%;
    }
    .card .thumb{
        padding-bottom: 0;
    }
    .card article{
    
        width: 50%;
        display: inline-block;
         border-bottom:4px solid #EE445F !important;
    }
    .card p{
        margin: 0;
        padding: 0;
        font-size: 11px;
     

    }
    .card h1{
        font-size: 14px;
        margin-bottom: 25px;
        
    }
    .card span{
        font-size: 11px;
        padding-left: 15px;
   
        
    }
    .cardtop{
        padding: 0;
        height: 100%;
    }
    .card-media{
        float: none;
        margin-bottom: 25px;
        width: 100%;
    }
    .card-container{
        height: 100%;
    }
    .sidebar{
   border-right: none;
}
.nav{
  padding-bottom:20px;
float: none;
}
}

.wrapper {
  
  min-height: 100vh;
  transform-origin: center bottom 0px;
  transition: all 0.5s ease 0s;
  box-shadow: 0px 22px 54px rgba(0, 0, 0, 0.5);
}

body.tight .wrapper {
  transform: translateY(-60px) scale(0.9);
  cursor: pointer;
}

.footer {
  width: 90%;
  max-width: 1440px;
  margin: 0px auto;
  text-align: center;
  min-height: 100px;
  color: #000;
  font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
font-family: Lato !important;
  padding-top: 20px;
}
.footer a{
    color: #000;
}
.footer a:hover{
    color: #777;
}




/*IE EDGE ONLY*/
    @supports (-ms-ime-align:auto) {
        .card{
            height: 260px;
        }
    .card .thumb{
        height:150px;
        padding-bottom: 0px;
    }
        .cardvideo .thumb2 {
            height: 350px;
            padding-bottom: 0px;
        }
        .cardvideo{
            height: 460px;
        }
        .cardvideo article, .card article{
            height: 110vh;
        }
            .cardmusic .thumbmusic {
            height: 230px;
            padding-bottom: 0px;
        }
        .cardmusic{
            height: 230px;
        }
        @media (max-width: 770px) {
    .card{
        height: 105px;
    }
            .card .thumb{
                height: 105px;
            }
}
}
/*IE EDGE ONLY*/
@media (max-width: 480px) {
  .nav{
    padding-bottom:20px;
  }
}
@media (min-width: 1200px){
.container {
    width: 994px;
    
    }}