/*!
 * Start Bootstrap - Shop Homepage (https://startbootstrap.com/template-overviews/shop-homepage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-shop-homepage/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
  /*background: linear-gradient(rgba(100,100,100,0.80), rgba(255,255,255,.75)), url(../img/bg.jpg);*/
	background-attachment: fixed;
	background-position: center;
	background-size: cover}



.top2-features
{padding:15px 15px 15px 15px;
margin: 15px 15px -2px 15px;
border: 1px solid rgba(0,0,0,.3);
    border-radius: .30rem;
	width:46.5%;
	font-size:24px;
	font-weight:600;
	cursor: pointer; 
}
@media (min-width: 1200px) {
	.top2-features
{width:46.5%;
}}
@media (max-width: 1200px) {
	.top2-features
{width:100%;
}}
