/*!
 * 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-image: url("../img/background.jpg");
  /*
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  */
  background-repeat: repeat-y;
}

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

@font-face
{
    font-family: AGENTORANGE;
    src: url("../fonts/AGENTORANGE.TTF");
}

.navbar {
	min-height: 80px;
}
.navbar-brand{
	font-family: AGENTORANGE;
	
	position: absolute;
	width: 100%;
	left: 0;
	top: 5px;
	text-align: center;
	margin: auto;
	padding: 0;
	font-size: 50px;
}
.navbar-brand-mobile{
	position: absolute;
	width: 100%;
	left: 0;
	top: 5px;
	text-align: center;
	margin: auto;
	padding: 0;
	font-size: 50px;
}
.nav-item{
	z-index: 10;
}

.hide {
	visibility: hidden;
}

.thumbnail {
	max-width: 400px; max-height: 400px; line-height: 20px; margin-bottom: 5px;
}
.thumbnail-dev {
	max-width: 50px; max-height: 50px; line-height: 20px; margin-bottom: 5px;
}

.card-img-top {
	width: auto;
	height: auto;
	max-height: 200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.striped_card {
	background-image:url(../img/striped.png); 
	background-repeat: no-repeat; 
	background-size: cover;
}


.drop {
    border : 2px #f1f1f1 dashed;
}
.drop.drag-over {
    background: #5CB85C;
    color: #fff
}