/*!
 * Start Bootstrap - 1 Col Portfolio (https://startbootstrap.com/template-overviews/1-col-portfolio)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-1-col-portfolio/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.pagination {
  margin-bottom: 15px;
}

.container
{
	max-width: 1140px; /* 960px; */
}


.socialwidget .socialbtn {
    position: relative;
    height: 20px;
    box-sizing: border-box;
    padding: 0px 8px 1px 1px; 
    color: #fff;
    border-radius:3px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    vertical-align:top;
    zoom:1;
    font:normal normal normal 11px/18px 'Helvetica Neue',Arial,sans-serif;
    max-width:100%;
}
.socialwidget .socialbtn .label
{
    margin-left:3px;
    white-space: nowrap;
}
.socialwidget .socialbtn i {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent 0 0 no-repeat;
}

.instagram-follow-button {
    background-color: #bc2a8d;
}

.instagram-follow-button i {
    background-image: url('/media/1367/instagram.jpg');
}

.pinterest-follow-button {
    background-color: #CB2027;
}

.pinterest-follow-button i {
    background-image: url('/media/1367/instagram.jpg');
}

.github-follow-button {
    background-color: #000000;
}
.github-follow-button i
{
    background-image: url('/media/1367/instagram.jpg');
}

.code
{
	border: 1px solid black;
	background-color: #000000;
	padding: 5px;
	color: white;
}

.code p
{
	padding: 0;
	margin: 0;
}

.code p.p2
{
	margin-left: 40px;
}

.code p.p3
{
	margin-left: 80px;
}

.code p.p4
{
	margin-left: 120px;
}

.code p.p5
{
	margin-left: 160px;
}

.code p.p6
{
	margin-left: 200px;
}