@import url('https://fonts.googleapis.com/css?family=Poppins');
body{
font-family: 'Poppins';
	font-style: bold;
	 letter-spacing: 1px;
	 line-height: 1.2;
	background-color:white;}

h3{
font-family: 'Poppins';
	font-style: bold;
	color:#000;
	 letter-spacing: 3px;
    
}
h2{
font-family: 'Poppins';
	font-style: bold;
	color:#000;
	 letter-spacing: 3px;
    
}
h1{
font-family: 'Poppins';
	font-style: bold;
	color:#000;
	 letter-spacing: 3px;
    
}
#logo
{

text-align:center;
margin: 0 auto;
padding:25px 50px 25px 50px;


}
#logo p
{


font-family: 'Poppins';
   font-weight: bold;

font-size:24px;
}
#wrapper
{
	margin: 0 auto 0;
	position:relative;
	width:100%;

	background-color:white;
float:left;
clear:both;

	font-style: bold;

   
}

#menu
{
    
    text-align:center;
}
#content
{
	clear:both;
width:auto;
color:#696969;
 font-size: 18px;
font-family: 'Poppins';
	font-style: bold;
	padding:25px 50px 25px 50px;
		 letter-spacing: 1px;
	 line-height: 2;
}
#content p
{


    justify-content: space-between;
    	 letter-spacing: 1px;
	 line-height: 2;
}
#headerhome
{


padding-top:25px;


font-family: 'Poppins';
   font-weight: bold;
-webkit-text-stroke: 0.1px black; 

}
#header
{


height:500px;
width:auto;
    text-align:center;
 letter-spacing: 3px;
   background-image: url("images/header.jpeg");  
 margin: auto;
     background-repeat: no-repeat;
     background-size:100% 100%;

font-family: 'Poppins';
   font-weight: bold;
-webkit-text-stroke: 0.1px black; 

}

#header h1
{

   color:white;
padding-top:180px;

 
}

#footer
{
  
 

   left: 0;
   bottom: 0;
     clear:both;
   padding-top:25px;
   padding-bottom:25px;
   width: auto;
   background-color: #A9A9A9;
  
 color:black;
   text-align: center;
	
}


#footer td
{
font-family: 'Poppins';
font-style: bold;
color:black;
  padding-left:25px;
}

#footer h1
{
font-family: 'Poppins';
color:black;
  
}

#footer h2
{
font-family: 'Poppins';
color:black;
  
}
#footer h3
{
font-family: 'Poppins';
color:black;
  
}


.dropbtn {
   font-family: 'Poppins';
  background-color: transparent;
  color: black;
  padding: 10px 10px 10px 10px;
  font-size: 20px;
   font-weight: bold;
  border: none;
  cursor: pointer;
  text-decoration:none;

 
}

.dropbtn:hover {
font-family: 'Poppins';
  background-color: white;
  color: black;
  padding: 10px 10px 10px 10px;
  font-size: 20px;
   font-weight: bold;
  border: none;
  cursor: pointer;
  text-decoration:none;
border-bottom-style: solid;
 border-color: red;
 
}
.dropdown {
  position: relative;
  display: inline-block;
   margin-top:25px;
text-align:left;
 padding:10px 12px 10px 16px
 font-family: 'Poppins';
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 350px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
font-family: 'Poppins';
}

.dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
    text-decoration:none;
   padding:10px 12px 10px 16px
}

.dropdown-content a:hover 
{background-color: #f1f1f1;
      text-decoration:none;
 padding:10px 12px 10px 16px
}

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

}



.active, .dropdown:hover.dropbtn {
background-color:white;
 border-bottom-style: solid;
 border-color: red;
}

#companylist
{

    width:100%;
    clear:both;
}
.card {
   float:left;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 200px;
  margin: auto;
  text-align: center;
font-family: 'Poppins';
  padding:10px 25px 10px 25px;
    margin:10px 10px 10px 10px;
      height: 500px;
}
.card p
{

   
}
.price {
  color: grey;
  font-size: 20px;

}
.price p {
  color: grey;
  font-size: 20px;

}
.card button {
  border: none;
  outline: 0;
  padding: 12px 50px 12px 50px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card button:hover {
  opacity: 0.7;
}

#map
{
    
 clear:both;
}

#imgview
{
 border-style: groove;
 border-color: #ccc;
  border-width: 7px;
    
}

/*
#bg
{
    
       background-image: url("images/header.jpeg");  
 margin: auto;
     background-repeat: no-repeat;
     background-size:100% 100%;

}

*/