@charset "UTF-8";
/* CSS Document */
body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
}
html {
  scroll-behavior: smooth;
}
.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimg-1 {
  background-image: url("../images/floridacopia-big-foliage.jpg");
  min-height: 100%;
}
.bgimg-2 {
  background-image: url("img_parallax2.jpg");
 min-height: 400px;
}
.bgimg-3 {
 background-image: url("img_parallax3.jpg");
 min-height: 400px;
}
h1
{
	font-size: 30px;
		margin-bottom:0px;
}
h2
{
	font-size: 28px;
}
h4
{
	font-size: 16px;
}
.col-sm-3   {  
	}
.col-sm-12 {  
	}
.template-pad {  
	position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
	padding-top:0px;
	padding-bottom:0px;
	}
.painting-size-vert {
	
	max-width:700px;
}
.window-size {
	max-width: 350px;
}
.painting-thumbs {
	padding-top: 20px;
	padding-bottom: 20px;
}
.top-bottom-pad {
	padding-top: 100px;
	padding-bottom: 100px;
}
.top-pad-50 {
padding-top: 50px;
}
.bottom-pad-20 {
padding-bottom: 20px;
}
.top-pad-20 {
padding-top: 20px;
}
.bottom-pad-50 {
padding-bottom: 50px;
}
.top-pad-100 {
padding-top: 100px;
}
.bottom-pad-100 {
padding-bottom: 100px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
	max-width: 900px;
}
.row   {
	padding-right:0px;
	padding-left:0px;
	margin-right:0px;
	margin-left:0px;
}
.painting-header-dates {
	font-size: 30px;
}
.white_bkg {
	background-color: #fff;
	height:100%;
	max-height:100px;
}
.white_bkg-inner {
	background-color: #fff;
	height:100%;
}
.container-fluid {
	padding-right:0px;
	padding-left:0px;	
		text-align: center;
	align-content: center;
}
.container-inner {
	max-width: 900px;
		text-align: center;
	align-content: center;
}
.home_captions
{
}
.center {
	text-align: center;
	align-content: center;
}
.home-button {
	text-align: left;
	align-content: left;
	color:#2e7670;
}
a {
	color:#2e7670;
}
.nextline {
	float: left;
}
.topcontent  {
	padding-right:0px;
	padding-left:0px
}
.specials {
}
.section1 {
 background-color:#fff; 
	padding-bottom: 80px;
	padding-top: 80px;
}
.section2 {
}
.section3 {
	 background:#d7d4c8; 
}
.section4 {
}
.footer {
	position: absolute;
  bottom: 0px;
}
.title-color {
	color:#057771;
}

