* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    position: static;

}

@font-face {
    font-family: marker;
    src: url(VeeWithAMarker-Regular.ttf);
}

@font-face {
    font-family: Banze;
    src: url(Grunge.ttf);
}

@font-face {
    font-family: niht;
    src: url(PermanentMarker-Regular.ttf);
}

@font-face {
    font-family: sunshine;
    src: url(Blackout\ Sunrise.ttf);
}

@font-face {
    font-family: crayon;
    src: url(CrayonHandRegular2016Demo.ttf);
}

.header {

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10%;


}


.spoon img{
    width: 30%;
    margin-left: 950px;
}


body{
    margin: 0px;
    padding: 0px;
}

.top-left {
    position: absolute;
        top: 8px;
        left: 16px;
        font-size: 200px;
        font-family: Banze;
        color: snow;
        width: 10%;

}

nav {

    display: block;

    align-items: center;
    justify-content: space-between;

    border-bottom: solid 10px snow;
        min-width: 100%;
        height: 310px;
        margin-bottom: 2%;
        margin-top: 0;


}



nav ul {
    
    display: flex;
    justify-content: space-evenly;
    



}

ul li {
  
   
}

ul li a {
    display: inline-block;
    float: right;
   
   
    
    margin-right: 10%;
    margin-top: 60px;

}

li:hover {
transition: all 0.5s ease-in;
    
        padding-left: 2%;
        padding-right: -2%;
}

#bus {
display: flex;
justify-content: center;
align-items: center;
    flex-direction: column;
    padding: 40px;
}


.blog-heading{
    display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
border-bottom: 10px solid snow;

}

.blog-heading span {
    color: #7458c1;
    font-size: 6rem;
    font-family: Banze;
}


.blog-heading h3 {
    font-size: 4rem;
    color: snow;
    font-weight: 600;
font-family: sunshine;

}

.blogcontainer {
   display: flex; 
   justify-content: center;
   align-items: center;
   margin: 20px 0px;
   flex-wrap: wrap;
}

.blog-box {
  width: 350px;
    background-color: white;
    margin: 20px;
    border: 1px solid white;
}

.blog-img {
    width: 100%;
    height: auto;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-title {
font-family: marker;
font-size: 35px;
color: #7458c1;
}

.date{
    font-size: 25px;
}


.blog-text {
    padding: 10px;
    display: flex;
    flex-direction: column;
    color: rgb(21, 21, 21);
    font-family: marker;
    font-size: 15px;
}


.blog-text {
font-size: 35px;
font-weight: 500;
color: rgb(21, 21, 21);
}

.top-left:hover {
    color: #7458c1;
    transition: all ease 0.3s;
}

 

.blog-text p{
    color: black;
    font-size: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0px;
    font-family: crayon;
}

.blog-text a{
    color: black;
    font-family: marker;
    font-weight: lighter;
    font-size: 25px;
}
.blog-text a:hover{
    color: #7458c1;
    transition: all ease 0.3s;
}



.button {
color: #7458c1;
font-size: 5px;
    font-family: marker;
}

.button:hover{
    color: #5b36c0;
        transition: all ease 0.3s;
}

.read-more-text{
    display: none;
    font-size: 5px;
}



#button{
    display: none;
}

.content{
    display: none;
    transition: 0.5s linear;
}

label{
    color: #7458c1;
    cursor: pointer;
    display: inline-block;
   
}

#more {
    display: none;
}

.poor{
    align-items: center;
    align-self: center;
}

/* For Tablet View */
@media screen and (min-device-width: 768px)
    and (max-device-width: 1024px) {
    .top-left {
    position: absolute;
        top: 8px;
        left: 16px;
        font-size: 150px;
        font-family: Banze;
        color: snow;
        width: 10%;

}

nav {

    display: block;

    align-items: center;
    justify-content: space-between;

    border-bottom: solid 10px snow;
        min-width: 100%;
        height: 310px;
        margin-bottom: 2%;
        margin-top: 0;


}

.spoon img {
width: 30%;
margin-left: 850px
}

}

/* For Mobile Landscape View */
@media screen and (max-device-width: 640px)
    and (orientation: landscape) {
    .top-left {
    position: absolute;
        top: 8px;
        left: 16px;
        font-size: 100px;
        font-family: Banze;
        color: snow;
        width: 10%;

}

nav {

    display: block;

    align-items: center;
    justify-content: space-between;

    border-bottom: solid 10px snow;
        min-width: 100%;
        height: 208px;
        margin-bottom: 2%;
        margin-top: 0;


}

.spoon img {
    width: 30%;
    margin-left: 550px
}

}

/* tablets portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation : portrait) { 
.top-left {
    position: absolute;
        top: 8px;
        left: 16px;
        font-size: 125px;
        font-family: Banze;
        color: snow;
        width: 10%;

}

nav {

    display: block;

    align-items: center;
    justify-content: space-between;

    border-bottom: solid 10px snow;
        min-width: 100%;
        height: 220px;
        margin-bottom: 2%;
        margin-top: 0;


}

.spoon img {
    width: 30%;
    margin-left: 550px;
}
}
 
/* For Mobile Portrait View */
@media screen and (max-device-width: 480px)
    and (orientation: portrait) {
   .top-left {
    position: absolute;
        top: 8px;
        left: 16px;
        font-size: 50px;
        font-family: Banze;
        color: snow;
        width: 10%;

}

nav {

    display: block;

    align-items: center;
    justify-content: space-between;

    border-bottom: solid 10px snow;
        min-width: 100%;
        height: 110px;
        margin-bottom: 2%;
        margin-top: 0;


}

.spoon img {
    width: 30%;
    margin-left: 250px;
    margin-top: -9%
} 
}


/** Safari */
@media not all and (min-resolution: 0.001dpcm) {
    div display: block;

    

}