* {
	margin: 0px;
	
}
html, body {
	height: 100%;
	width: 100%;
	}
	
body {
	background-color: white;
	font-family: Constantia;
}


h1 {font-family: candara;
	color: rgba(146,0,0,1);
	padding-left: 10px;
	text-align: left;
	padding-left: 4%;
	font-size: 28px;
}

h2 {font-family: candara;
	color: rgba(25,25,25,1);
	padding-left: 3%;
	text-align: center;
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.2);
}
h3 {font-family: candara;
	color: white;
	padding-left: 5%;
	text-align: left;
}

h4 {font-family: candara;
	color: #003300;
	padding-left: 3%;
	text-align: left;
}
p {
	font-family: candara;
	padding: 0 7% 3px 7%;
	font-size: 19px;
	color: rgba(37,37,37,1);
}
.bullet {
	font-family: calibri;
	color: red;
	}
	
#header {
	position: fixed;
	padding: 0px 0px 0px 0px;
	z-index: 10001;
	width: 100%;
	background-color: rgba(0,0,0,0.9);

}
#header p{
	color: white;
	z-index: 10000;
	text-align: right;
	font-size: 15px;
	font-family: calibri;
}

#header a:link {color: red; text-decoration: none;}

#logo {
	position: fixed;
	padding: 0px 0px 0px 0px;
	z-index: 10000;
	width: 100%;
	background-color: rgba(255,255,255,1);
	opacity: 1;
}

.logopic {
	padding-top: 15px;
	padding-left: 0px;
}
#logo img {
}

#containerH {
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
	background-color: rgba(1,16,65,0.8);
	margin-top: 55px;
	padding: 10px 0 10px 0;
	border-radius: 25px 0 0 25px;
	opacity: 0.97;
	
}

#container {
	min-height: 100%;
	width: 95%;
	margin: 0 auto;
	background-color: rgba(213,221,225,0.5);
	padding-top: 190px;
	padding-bottom: 1px;
	border-radius: 0px 0px 7px 7px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.7)
	
}


#containerP {
	min-height: 100%;
	width: 85%;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 17px;
	border-radius: 0 0 10px 10px;
	
}

#wording {
	z-index: 100000000;
	background-color: blue;
}

section {padding-top: 30px}

#main {
	overflow: auto;
	padding-bottom: 0px; padding-top: 0px;
}

.footli {
	list-style: none;
	float: left;
	margin-left: 10px;
	padding-top: 72px;
	font-family: blacked out;
	padding-right: 10px;
}
#footer {
	background-color: #000;
	position: relative;
	height: 120px;
	margin-top: 20px;
	width: 100%;
	opacity: 1;
}
#footer-wording {
	color: white;
	margin: 0 auto;
	padding: 17px;
	font-family: verdana;
	font-size: 10px;
	text-align: center;
}

#footer a:link {color: red; text-decoration: none;}
#footer a:hover {background-color: none; color: green; text-decoration: underline;}
#footer a:active {background-color: red; text-decoration: none;}

#socialicon {
		float: right;
		padding-right: 75px;
		padding-top: 0px;
		padding-bottom: 10px;
		margin-top: -60px;
}


#form-wrap{
		width: 600px;
		border: 2px solid #ccc;
		background-color: rgba(4,27,100,0.4);
		margin: 50px auto;
		padding: 20px 0;
		border-radius: 190px 8px 8px 190px;
	}
	form{
		width: 420px;
		margin: 0 auto;
	}
	label{
		display: block;
		margin: 5px 0 5px 20px;
		font: 17px candara;
		color: rgba(120,0,0,1);
		width: 100px;
	}
	input{
		width: 350px;
		margin: 0 0 0 20px;
	}
	textarea{
		width: 350px;
		margin: 0 0 0 20px;
		height: 140px;
	}
	fieldset{
		border: none;
		background-color: #2387107;
		padding: 0 0 20px 0;
	}
	.labelone{
		margin-top: 10px;
	}
	.btn{
		width: 0px;
	}
	#address {
		float: center;
	text-align: center;
	}
	#address p {
		font-family: candara;
		font-size: 24px;
		color: rgba(19,19,19,1);
	}
	#address a:link {color: rgba(19,19,19,1); text-decoration: none;}
	
	* {
    box-sizing: border-box;
}
.columns {
    float: left;
    width: 50%;
    padding: 8px;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    box-shadow: 0 14px 18px 0 rgba(0,0,0,0.5);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price .header {
    background-color: #111;
    color: white;
    font-size: 22px;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
	font-family: Calibri;
}

.price .grey {
    background-color: #eee;
    font-size: 20px;
}

.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}


.slider {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-left: 0%;
	
	}
.slider figure div {
	width: 20%;
	float: left;
}
.slider figure img {
	width: 100%;
	float: left;
}
.slider figure {
	z-index: 0;
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	text-align: left;
	font-size: 0;
	animation: 40s slidy infinite;
	opacity: 1;
	padding-left: 0px;
	padding-top: 0px;
}

@keyframes slidy {
	0%{
		left: 0%;
	}
	10%{
		left: 0%;
	}
	12%{
		left: -100%;
	}
	22%{
		left: -100%;
	}
	24%{
		left: -200%;
	}
	34%{
		left: -200%;
	}
	36%{
		left: -300%;
	}
	46%{
		left: -300%;
	}
	48%{
		left: -400%;
	}
	58%{
		left: -400%;
	}
	60%{
		left: -300%;
	}
	70%{
		left: -300%;
	}
	72%{
		left: -200%;
	}
	82%{
		left: -200%;
	}
	84%{
		left: -100%;
	}
	94%{
		left: -100%;
	}
	96%{
		left: 0%;
	}
}




#navbar {
	position: relative;
	background: rgba(154,117,0,0.1);
	float: right;
	margin-right: 2%;
	margin-top: 2px;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#mySidenav a {
    position: absolute;
    left: -140px;
    transition: 0.3s;
    padding: 15px 30px 15px 15px;
    width: 180px;
    text-decoration: none;
    font-size: 20px;
    color: white;
	font-weight: bold;
    border-radius: 0 7px 7px 0;
	text-align: right;
	position: fixed;
}
#mySidenav li{
	list-style: none;
	font-family: candara;
}

#mySidenav a:hover {
    left: 0;
}

#mySidenav {
}

#index {
    top: 360px;
    background-color: rgba(103,1,11,1);
	z-index: 10;
}

#services {
    top: 420px;
    background-color: rgba(41,0,42,1);
	z-index: 10;
}

#products {
    top: 480px;
    background-color: rgba(10,1,41,1);
	z-index: 10;
}

#contact {
    top: 540px;
    background-color: rgba(0,16,42,1);
	z-index: 10;
}

.bullet {
	margin: 0px 0 0 7%;
	margin-bottom: 1px white solid;
	font-family: candara;
	color: rgba(41,41,59,1);
	font-size: 19px;
}

.bulletpara {
	margin: 0px 0 0 7%;
	margin-bottom: 1px white solid;
	font-family: candara;
	color: rgba(41,47,67,1);
	font-size: 18px;
}
.servicepic {
	padding-left: 7%;
	border-radius: 5px;
}
.servicepic img {
	border-radius: 10px;
	
}

#mves a {
	background-color: black;
	color: #FFFF99;
	text-decoration: none;
	margin: 0 7% 3px 7%;
	}
	
.servicepic img {
    display: block;
	float: right;
	border-radius: 1px 15px 15px 1px;
	padding: 3% 10% 0 0;
}
	
.servicepic2 img {
    display: block;
	border-radius: 15px;
	padding: 0 0 0 10%;
}

#sidebar {
	position: relative;
	width: 44%;
	height: 100%;
	background: rgba(186,167,140,0);
	transition: all 500ms linear;
	padding-top: 20px;
	float: right;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar ul li {
	list-style:none;
	border-bottom: 2px solid white;
	font-size: 17px;
	font-family: Arial;
	width: px;
	height: 45px;
	background-color: rgba(1,9,83,0.4);
	display: block;
	line-height: 45px;
	text-align: center;
	border-radius: 8px 0 0 8px;
	}
#sidebar ul li a {
	display: block;
	color: rgba(0,0,0,1);
	font-weight: bold;
}
#sidebar a:link {color: rgba(59,110,8,0.7); text-decoration: none; display: block; border-bottom: 2px solid white;}
#sidebar a:hover {border-radius: 8px 0 0 8px; color: orange; text-decoration: none; background-color: #ddd; display: block; border-bottom: 2px solid white;}
#sidebar a:active {border-radius: 8px 0 0 8px; background-color: #666; text-decoration: none; display: block; border-bottom: 2px solid white;}
#sidebar a:visited {border-radius: 8px 0 0 8px; background-color: rgba(146,0,0,0.7); text-decoration: none; display: block; border-bottom: 2px solid white;}

#product ul li {
	font-weight: bold;
	font-size: 17px;
	font-family: Calibri;
	text-align: left;
	margin-left: 6%
	}

/*Meet the Team*/


.columnP {
  float: right;
  width: 155px;
  margin-bottom: 16px;
  padding: 0 1px;
}

@media screen and (max-width: 45%) {
  .columnP {
    width: 20%;
    display: block;
  }
}

.card {
  box-shadow: 0 0px 0px 0 rgba(91, 48, 1, 0.8);
  border-radius: 0 130px 0px 0;
}
.card img {
	border-radius: 0 0px 0px 0;
  box-shadow: 0 0px 0px 0 rgba(91, 48, 1, 0.8);
}
.card2 {
  box-shadow: 0 0px 0px 0 rgba(220, 159, 6, 0.8);
  border-radius: 0px 0 0 0px;
}
.card2 img {
	border-radius: 200px 0 0 200px;
  box-shadow: 0 0px 0px 0 rgba(220, 159, 6, 0.8);
}


.containerPr {
  padding: 0 16px;
}

.containerPr::after, .rowP::after {
  content: "";
  clear: both;
  display: table;
}

.titleP {
  color: grey;
}

.buttonP {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  border-radius: 0 0 20px 0;
}

.buttonP:hover {
  background-color: #555;
}

.rowP {
	width: 100%;
	font-size: 14px;
    display: block;
	margin: 5px auto;
}

.rowP P {
	font-size: 15px;
	padding-left: 2%;
} 

#dot {color: #FFFF99;}

.MTT p {
	padding-left: 1%;
	color: black;
	font-size: 25px;
	float: right;
}
