body{
    padding:50px 0px 0px 0px;
    z-index:0;
    background-color: #f7f7ee;
}
.template{
    background-color: #0f0f0f;
    display: block;
    width: 100%;
    height:50%;

}


.navbar-dark {
     background-color: #222;
     /* background-color: #293d2f; */
}

.navbar-logo {
    border-radius: 100%; 
    margin-right: 15px;
    margin-top: 2px;

}

.btn {
    background-color: #222;
    border: none;
    color:white;
}

.btn:hover {
    background-color: #0f0f0f;
    border: none;
    color: white;
}

.btn:active {
    background-color: #0f0f0f;
    border: #0f0f0f;
}

.dropdown-menu {
    background: none;
    border: none;
}

.cosmo {
    border-radius: 50%;
    margin-left: auto;
    margin-top: 10px;
}

.ayush {
    border-radius: 50%;
    margin-left: auto;
    margin-top: 10px;
}

.row-first {
    padding: 100px;
    margin-left: 0px;
    margin-right: 30px;
    padding-left: 30px;
}

.card {
    background-color: #f7f7ee;
    color: #596e79;
    box-shadow: 2px 4px 3px 5px #888888;
    margin-top: 5px;
    text-decoration: none;
}

a.link-card,
a.link-card:hover {
  color: inherit;
  text-decoration: none;
}

@media only screen and (max-width:769px){
    .card {
        width: 180%;
    }
}

.blog-icon {
    height: 15px;
    width: 15px;
    margin-right: 15px;
}

.link-blog {
    color:black;
}

.link-blog:hover {
    color: hsl(191, 57%, 59%);
    text-decoration: none;
    font-size: medium;
}

.introduction {
    color: #596e79;
    display:inline-block;
    margin-top: 5%;
    padding:5px;
}
.img-blog{
    display:inline-flex;
    width:70px;
    height:55px;
}
#top-img{
    display:inline-block;
    width:200px;
    height:350px;
    /* padding:5px; */
}
.content{
    color:#596e79 ;
    /* padding:10px; */
    margin-top:30px;
    /* font-size: large; */
    /* margin-left:15px; */
    
}
.content-img{
    display:inline-block;
    padding-top: 20px;
    width:100%;
    height:auto;
}
figcaption{
    text-align: center;
    font-size: small;
    font-weight: 100;
}
.code{
    background-color: whitesmoke;
    box-shadow: 5px 10px 8px 10px #888888 ;
    padding-left:10px;
}
.img-card{
    /* padding-top: 10px; */
    padding:10px;
}
#brandname{
    font-family: 'Pacifico', cursive;
    font-size: xx-large;
    color:#f7f7ee;
    
}

@media only screen and (max-width:769px){
    #intro{
        display: flex;
        flex-direction: row;
    }
    .img-blog{
        margin-top: 57px;
        display: block;
        float: left;
        margin-right: 3%;
    }
    .introduction{
        display:block; 
        padding:15px;
    
    }
    .card-container{
        display: block;
        margin:auto;
    }
    .content{
        font-size: large;
    }
    
}
#blogvideo{
    position: fixed;
    right:0;
    bottom:0;
}
.video-content{
  display: block;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f7f7ee;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px); 
  height: 100%;
  width: 100%;
  text-align:center;
  margin-top: 45px;
  padding-top:15%;
}

.idea{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#video {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    max-width: 100%;
}

@media only screen and (max-width:769px){
    #video {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    max-width: 100%;
    }
    .video-content{
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        color: #f7f7ee;
        padding: 20px;
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(8px); 
        height: 100%;
        width: 100%;
        text-align:center;
        padding:10px;
      }
      .idea{
        position: absolute;
        top: 26%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
      .img-author{
          display:block;
          float: left;
      }
      top-name{
          margin:none;
      }
      .scroll{
          display: none;
      }

}

.hr-text{
    display: flex; 
    flex-direction: row; 
    font-weight:5;
    color:#596e79;
}
.hr-text:before, .hr-text:after{
    content: ""; 
    flex: 1 1; 
    border-bottom: 1px solid #596e79; 
    margin: auto; 

}
.self-description{
    float:left;
}
.img-author{
   display:block;
   width:80px;
   height:80px;
   float:right;

}
.top-name{
    margin-left:7%;
}
.img-auth{
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
}
.name{
    padding:10px;
    margin-left: 15px;
}
.social-links{
    float: right;
}