body {
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 1em;
	margin-right: 1em;
	background-image: url('../img/bg.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	font-family: sans-serif;
}

.container {
	background-color: rgba(255, 255, 255, .8);
	padding: 1em;
	border: 1px solid #666;
}

.text-center {
	text-align: center;
}

.text-italic {
	font-style: italic;
}

.galleries {
  padding: 1em;
  line-height: 3em;
}

.galleries a {
  background-color: limegreen;
  padding: .75em;
  border-color: black;
  border-radius: 50%;
  border-style: solid;
  color: blue;
  text-decoration: none;
}

.galleries a:hover {
  background-color: lime;
}

.galleries a:visited {
  color: blue;
}

@media (max-width: 767px) {
	.flwrs img {
		width: 50%;
	}
	
	body {
		background-position: top;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;	
	}
	
	.container {
		border: none;
		padding: .2em;
	}
}

