/*!
 * Start Bootstrap - 2 Col Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 20px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.portfolio-item {
    margin-bottom: 25px;
}

footer {
    margin: 30px 0;
}

.like{
float:right;
	margin-bottom: 5px;
	
}

.article-para{
    line-height: 1.6; 
    font-family: sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
}
.article-boys{
    line-height: 1.6; 
    font-family: sans-serif;
    font-size: 22px;
    text-align: center;
    font-weight:500;
    margin-bottom: 20px;
}
video {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.article-lastpara{
    line-height: 1.5; 
    font-family: sans-serif;
    font-size: 20px;
    color: brown;
    font-weight:500; 
    margin-bottom: 15px;
}

.article-head{
    font-family: sans-serif;
    font-size: 20px;
    font-weight:600; 
    margin-bottom: 15px;

}
#centerimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 20px;
}
.article-copyright{
    line-height: 1.6; 
    font-family: sans-serif;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}