/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.


/* Nav links */

.logo-image {
	height: 50px;
	width: 110px;
	margin-top: 3px;
	margin-bottom: -12px;
	border-radius: 25%;}

.logo-footer{
	width: 110px;
	border-radius: 25%;
	margin-top:3px;
}

.img-attrib-header {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 .5em .5em 0;
  padding: .25em;
  color: white;
  background-color: rgba(0,0,0,.2);
  font-weight:100;
  font-size:0.75rem; 
  
}

.img-attrib {
	position:absolute;
	margin:0 .5em .5em 0;
	padding: .25em;
	color: white;
	background-color: rgba(0,0,0,.2);
	font-weight:100;
	font-size:.5rem;
}

.navbar-brand {
	margin-right: 0.5rem !important;
}

@media (max-width: 360px) {
   .btn {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
	}}