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

body {
	padding-top: 54px;
	background-image: url(../back.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: rgba(16,12,9,1.00);
}
.welcome {
	margin-top: 150px;
	background-color: rgba(24,16,9,0.56);
	padding-top: 45px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.note {
    font-weight: bold;
    color: rgba(236,179,23,1.00);
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
.card-title {
	color: rgba(255,200,0,1.00);
	font-weight: bold;
	font-size: large;
}
.boarname {
	font-size: 40px;
	color: rgba(255,255,255,1.00);
}

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

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

.pagination {
  margin-bottom: 30px;
}

.row-flex {
  display: flex; /* columns are now equal height */
}
.boar {
	border: medium solid rgba(189,189,189,1.00);
	background-color: #225C07;
	margin-bottom: 25px;
	padding-top: 10px;
}

.bg-dark {
	background-image: url(../barns.png);
	background-position: center;
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 207px;
	background-color: rgba(0,0,0,1.00);
}
