/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23 Dec, 2022, 1:11:48 PM
    Author     : developer
*/

.blogheading{
    background-color: #4C6C3C;
    color:white;
    padding:30px;
}

.blogdescription{
    text-align: justify;
    padding:15px;
    line-height: 32px;
    padding-top: 0px;
    margin-top:0px;
}
.blogimage{
    float: left;
    width: 300px;
    margin: 10px;
    margin-right: 20px;
    padding: 15px;
    border: 1px solid darkgray;
    text-align: center;
}

.bloglable{
    border-left-style: solid;
    border-left-color: darkgray;
    border-left-width: 2px;
    padding-left: 10px;
}
.blogtitle{
    padding-top: 10px;
    padding-bottom: 10px;
}
.blogMainContainer{
    display: block;
}
.blogMenuContainer{
    width:20%;
}
.blogDataContainer{
    width:80%;
}
@media only screen and (max-width: 768px) {
    .blogMenuContainer{
        width:100%;
    }
    .blogDataContainer{
        width:100%;
    }
}