@charset "utf-8";
/* CSS Document */

body {
	font-size: 16pt;
	font-family: "Times New Roman", Times, serif;
	background:#ffffff;
	vertical-align:top;
	overflow: scroll;
}


a, a:active, a:visited, a:link{
color:#39bead;
text-decoration:none;
}
a:hover{
color:#1b7c6f;
text-decoration:none;
}
h2 {
	color:#6d6d6d;
	font-size: 14pt;
	font-weight: lighter;
	letter-spacing: 2px;
	margin: 0px;
	!margin-bottom: 3px;
	!padding: 5px;
	font-style: italic;
	!text-transform: uppercase;
}

.about {
	width: 70%;
	font-size: 12pt;
	font-weight: normal;
	border: 3px hidden #73AD21;
	padding: 20px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}
.about img {
	float: left;
}
.navbar {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	!float:flex;	
	text-align:center;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;	
}

.navbar a {

	font-size: 16px;
	color: #000;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

.dropdown {
  float: auto;
  overflow: hidden;
}

.dropdown .dropbtn {
	float: none;	
	font-size: 16px;
	border: none;
	outline: none;
	color: #000;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;

}

.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #FFF;
	color: #096
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #FFF;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: #666;
	padding: 12px 16px;
	text-decoration: inherit;
	display: list-item;
	text-align: left;
}

.dropdown-content a:hover {
	color: #066;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/*new code, just practice */
.navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #FFF;
	float:inherit;
	
}

.navbar li {
	float: left;
}

.navbar li a {
	display: block;
	!color: white;
	text-align: left;
	padding: 14px 16px;
	text-decoration: none;
}

.footer {
 width: 100%;
 margin: 0px;	
 text-align: right;
}
.footer a {
	float: left;
	margin: 5px;
}
.contact {
	width: 70%;
	font-size: 12pt;
	font-weight: normal;
	border: 3px hidden #73AD21;
	padding: 20px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
  !display: inline-block;
}
.block {
  display: inline-block;
}
.contact img {
	float: left;
	width: 500px;
	height: auto;
  margin-right: 20px;
}
.contact label{
  width: auto;
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}
.contact input[type=text] {
  width: 100%;
  padding: 12px 20px;
  !margin-left: 8px;
  !margin-right: 8px;
  box-sizing: border-box;
  border: 1px solid grey;
  border-radius: 8px; 
}
.contact input[type=text]:focus {
	background-color: #f6f6f6;
}


.pricing {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	!float:flex;	
	text-align:center;
	!display: flex;
    align-items: center;
    justify-content: center;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;	

}
.pricelistgroup {
	display:inline-block;
    vertical-align: top;
	max-width: 600px;
}
.pricelist {
    vertical-align: top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	display:inline-block;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-right: 10px;
	min-width: 280px;
	!border-color:black;
	!border-style:solid;
	!border: 2px;
}
.pricelist h1 {
	color:#6d6d6d;
	font-size: 20pt;
	line-height: 18pt;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: capitalize;
	margin: 0px;
	padding-top: 5px;
}	
.pricelist h2 {
	color:#6d6d6d;
	font-size: 14pt;
	font-weight: lighter;
	letter-spacing: 2px;
	margin: 0px;
	!margin-bottom: 3px;
	!padding: 5px;
	font-style: italic;
	!text-transform: uppercase;
}
.pricelist h3 {
	color:#6d6d6d;
	font-size: 12pt;
	font-weight: lighter;
	letter-spacing: 2px;
	margin: 0px;
	!margin-bottom: 3px;
	!padding: 5px;
	font-style: italic;
	!text-transform: uppercase;
}
.pricing .disclamer {
	color:#6d6d6d;
	font-size: 10pt;
	font-weight: lighter;
	letter-spacing: 1px;
	margin: 0px;
	!margin-bottom: 3px;
	!padding: 5px;
	font-style: italic;
	!text-transform: uppercase;
}

.pricelist .pricelist-desc {
	color:#6d6d6d;
	font-size: 8pt;
	line-height: 18pt;
	font-weight: lighter;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-left: 6px;
	margin-right: 2px;
	padding-right: 10px;
	border:dashed;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	display:inline-block;
}
.pricelist .pricelist-pack {
	color:#6d6d6d;
	font-size: 8pt;
	line-height: 12pt;
	font-weight: lighter;
	letter-spacing: 2px;
	!text-transform: uppercase;
	width: 100%;

	!margin: 16px;
	border-left: 0px;
    border-right: 0px;
    border-top: 0px;
	border-bottom: 0px;
	display:inline-block;
	padding: 5px;

}
.pricelist .pricelist-pack strong{
	font-weight: bold;
	color: black;
}
.pricelist .pricelist-pack .price{
	width: 90%;
}
.pricelist .pricelist-pack .right{
	float: right;
	text-align: right;
}

#price-pack-left{
	!padding: 5px;
	border-left: 3px;
    border-right: 0px;
    border-top: 0px;
	border-bottom: 0px;
	border-left-color:#5ab3ab;
	border-left-style: solid;
}

.pricelist .pricelist-price {
	display:inline-block;
}
.pricelist .pricelist-price #from {
	color:#acacac;	
	font-size: 20spt;
	letter-spacing: 16px;
	margin: 0;
	padding: 0;
	
}
.pricelist .pricelist-price #price {
	color:#5ab3ab;
	font-size: 36pt;
	font-family:"MS Serif", "New York", serif
	letter-spacing: 5px;	
	margin: 0;
	padding: 0;	
}
