

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif; 
}

#main-header {
    background-color: #333333;
    height: 80px;
    
}

.container {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

#logo {
    float: left;
    margin-top: 10px;
}

#navbar {
    /*below line for demo purpose
    background-color: aquamarine;*/
    float: right;
    display: inline-block;
    margin: 18px 5px 0px 0px;
    
}

nav ul {
   /* list-style: none;
    padding: 0;
    margin-top: 19px;
    */
}

nav ul li {
    list-style: none;
    display: inline-block;
    /*padding: 20px 20px 20px 20px;*/
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    padding: 19px 19px;
}

nav ul li a:hover {
    background-color: #3D444A;
    color: #fff;
    font-size: 18px;
}

.content-container {
    margin-top: 10px;
    margin-bottom: 10px;
}
#main-content {
    float: left;
    width: 70%;
    padding: 15px 30px;
    box-sizing: border-box;
    margin-bottom: 40px;
}


.post {
    width: 90%;
    margin: 0 auto;
    padding: 20px 20px 50px 20px; 
    margin: 20px 0 20px;
    border: 1px solid #aaa;
    text-align: justify;
    position: relative;
}

.post-heading {
    font-family: 'Roboto', sans-serif;
    margin: 10px 0 10px 0; 
    line-height: 1.2em;
    font-weight: 700;
}

.post-subheading {
    margin: 10px 0 10px 0; 
}

.post-image {
    width: 100%;
    margin: 10px 0 10px 0;  
}

.post-details {
    line-height: 1.7em;
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    text-align: left;
    display: inline-block;
} 

.read-more{
    float: right;
    position: absolute;
    bottom: 15px;
    right: 20px;    
}


.button {
    text-decoration: none;
    background-color: red;
    color: #fff;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
}    

.latest-post-sec {

}

.col-3 {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
}

.latest-post {
    width: 100%;
    margin:0 10px 0 10px;
    position: relative;
    padding-bottom: 40px;
}

.latest-post-heading{
    padding: 15px 0 15px 0;
}

.latest-post-image {
    padding: 5px 0 5px 0;
    border: 1px solid #aaa;
}

.latest-post-details {
    padding: 5px;
    line-height: 1.6em;
}

.read-latest {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-decoration: none;
    font-style: italic;
}

.read-latest:hover {
    color: rgb(4, 4, 252);
}

#sidebar {
    float: right;
    width: 30%;
    padding: 25px 30px;
    box-sizing: border-box;
    margin-top: 35px;
    /*border: 1px solid #aaa; */
    background-color: rgb(170, 235, 243);
}

#sidebar h3{
    font-family: 'Roboto', sans-serif;
}

#sidebar ul {
    list-style-type: none;
    padding: 0; 
}

.side-section {
    padding-bottom: 40px;
}

#search-bar input{
    width: 70%;
    margin-left: 20px;
}

.trending-posts {

}

.side-header {
    text-align: center;
    background-color: green;
    color: #fff;
}

hr {
    margin-bottom: 20px;
}

.side1-content li{
    line-height: 1.7em;
    padding: 0 5px 0 10px;
    margin-bottom: 10px;
}

.side1-content a {
    text-decoration: none;
}

.side1-content a:hover {
    color: blue;
}

.tags{
    line-height: 3.0em;
    padding: 0 5px 0 10px;
}

.tags a{
    text-decoration: none;
    padding: 0 6px 0 5px;
}

.tag1{
    font-size: 1.2em;
}

.tag2{
    font-size: 1.8em;
}

.tag3{
    font-size: 0.8em;
}

.tag4{
    font-size: 2.3em;
}

.tag5{
    font-size: 1.4em;
}

.tag6{
    font-size: default;
}

.tag7{
    font-size: 2.8em;
}

.tour-events{
    padding: 0 5px 0 10px;
    text-align: center;
}

.tour-events li {
    line-height: 1.6em;
    margin-bottom: 12px;
}

.tour-events a {
    text-decoration: none;
    padding-bottom: 6px;
}

.tour-events a:hover {
    background-color: rgb(148, 147, 145);
    color: #fff;
}

.clearfix {
    clear: both;
}

#footer {
    background-color:#000;
    color: #fff;
    text-align:center;
    padding: 20px 0 10px 0;
}

.link-line {
    color: #9D9D9D;
}

.footer-links {
    margin: 10px 0 15px 0;
}

.footer-links a{
    padding: 0 5px;
    font-size: 18px;
    text-decoration: none;
    color: rgb(32, 44, 207);
}

.footer-links a:hover {
    font-size: 25px;
}