body {

font-family: "Poppins", sans-serif;

}

.heading {
height: 50px;
padding: 5px;
background: black;
padding-left: 5px;
color: silver;
}

.col-sm-2 {
background: #041627;
padding-top: 10px;
border-radius: 0px 0px 25px 0px;
}

.col-xs-10 {
background: white !important;
min-height: 650px;
overflow: hidden;
}

#side-menu li a {
color: white;
}

#side-menu li a:hover {
background: red;
}

#footer {
text-align: left;
color: white;
}


.center-col {
margin: 0 auto;
position: absolute;
}

.page-title {
border-bottom: solid 2px silver;
margin-bottom: 15px;
}

.blog {
background: white;
min-height: 662px;
}

.navbar-nav li a {
padding: 20px;
}

.navbar {
font-size: 16px;
border-bottom: solid 1px silver;
border-radius: 0;
}

.navbar-right {
padding: 3px 0;
}

.navbar-brand {
padding: 20px;
}

#latest-post {
padding: 10px 5px;
}

#blog-footer {
text-align: left;
color: white;
}

.footer-wrapper {
padding: 20px;
}

.post-info {
color: orange;
}

.post {
padding: 10px;
margin-bottom: 10px;
}

#read_more_btn {
float: right;
}

.main {
margin-top: -20px;
}

#dashboard-nav {
border: 0;
}

.imageicon {
margin: 0 auto;
max-height: 300px;
max-width: 300px;
}

.widget {
padding: 10px;
}

.title {
background: silver;
padding: 5px;
font-weight: bold;
color: white;
}


p {
text-align: left;
margin: 0;
padding-top: 1px;
opacity: 1;
transform: translate(0);
transition: all 300ms linear;
transition-delay: 1700ms;
}
