body {
	background: #BCEDF6;
	display: flex;
	justify-content: center;
	flex-direction: column;
	justify-content: center;

}

section{
	border-bottom: 4px solid #34495E;
	margin: 0px auto;
}

section {
	background: white;
	max-width: 856px;
}

p.center-links {
    margin: 0px;
    text-align: center;
    line-height: 8px;
}

img.header-img {
    padding-bottom: 10px;
}

.headline {
    font-size: 1.5rem;
    text-align: center;
    font-weight: bolder;
}


.flex-prod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media screen and (max-width: 720px) {
	.flex-prod {
		flex-direction: column;
	}
}

.prod-name h1 {
	font-size: 22px;
	font-weight: bold;
}

.desc-text {
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: justify;
}

.banner h1 {
    margin: 0px;
    padding: 10px;
    background: #34495E;
    color: white;
    text-align: left;
}

.main-pricing {
    text-align: center;
    background-color: #34495e;
	max-width: 300px;
	margin: auto;
    padding: 10px 0px;
}

.price-header {
    font-size: 1.8rem;
    color: white;
    border-bottom: 2px solid white;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.price-link {
	background-color:#768d87;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:4px 33px;
	text-decoration:none;
}
.price-link:hover {
	background-color:#6c7c7c;
}
.price-link:active {
	position:relative;
	top:1px;
}

.price-link{
	margin-top: 3px;
	margin-bottom: 3px;
}

.price-link a, .price-link a:visited {
	color: white
}

.price-link.almond {
	padding: 4px 26px !important;
	background-color: #CDC3A8 !important;
}
.price-link.clay {
	background-color: #A19984 !important;
	padding: 4px 39px !important;
}

.price-link.white {
	background-color: white !important;
}

.price-link.white a {
	color: #34495e;
}

img.prod-img-size {
	max-width: 470px;
	max-height: 470px;
	padding: 15px;
	
}

.price-header h1 {
    margin: 0px;
}

.spec-center {
    text-align: center;
}

.footer h2 {
    margin: 0px;
}

section.footer {
    border: 1px solid white;
}

.featured .desc-text {
    text-align: start;
}

.add-height{
    flex-grow: 1;
}

.manual-pdf-button {
    background: rgba(68, 68, 68, 0.8);
    color: #ffffff;
    border-radius: 2px;
    padding: 0.6em 0.9em;
    display: block;
    margin: 1em auto;
    font: 300 1.5em 'Lato', Arial, sans-serif;
    max-width: 83%;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	width: 300px !important;
}

.manual-pdf-button:hover{
    background: rgba(68, 68, 68, 1);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}

.left-col-float,
.right-col-float {
  display: inline-block;
  width: 46.3%;
  vertical-align: top;
  margin: 1em 0;
}
.three-box-desktop a[href$=".pdf"] {
    width: 83%;
}
.three-box-desktop {
    display: inline-block;
    width: 100%;
    max-width: 33%;
}
.two-box-desktop a[href$=".pdf"] {
	width: 100%;
}
.two-box-desktop {
    display: inline-block;
    width: 100%;
    max-width: 49.5%;
}

.smallbox {
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	font-weight: bold;
	font-size: small;
}
.mediumbox {
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	font-weight: bold;
	font-size: medium;
}
.largebox {
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	font-weight: bold;
	font-size: large;
	color: #ecf0f1;
}
.normalbox {
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	font-size: small;
}
.title {
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:x-large;
}
.centerimg {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.sectionhead {
	text-align: center;
	background: #2980b9;
	color: #ecf0f1;
}
a {
  color:#2980b9;
  text-decoration:none;
  font-size: 16px;
  font-weight:bold;
}
a:hover {
  color:#2980b9;
  text-decoration:underline;
}
a:visited {
  color:white;
  text-decoration:none;
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:x-large;
	font-weight: normal;
}
.banner {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:20px;
  color: #2980b9;
}
.ptext {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin: 10px;
  }
.center {
	text-align: center;
}
.comparebutton {
	border: 3px solid #2980b9;
	padding: 5px;
	border-radius: 3px;
	box-shadow: 1px 1px 4px rgba(0,0,0,.6);
}
.comparebutton:hover {
	cursor: pointer;
}
.comparebutton:active {
	position: relative;
	top: 1px;
	left: 1px;
}
.pdf-manuals.two a {
    display: block;
    margin: 26px auto;
    text-align: center;
    background: rgba(7, 119, 234, 0.7);
    color: #ffffff;
    width: 300px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    padding: 16px 0;
    font-size: 19px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.pdf-manuals.two a:hover {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2);
}
.pdf-manuals.two a:active {
		box-shadow: none;
}
.pdf-manuals {
    margin: 0px 0 30px;
}
