*{
 margin: 0;
 padding: 0;
 
 font-family: Georgia, arial, sans-serif;
 }
body{
	padding: 40px 0;
	background-color:#8A9A86;
	font-family: Arial, sans-serif;
	color: #333;
	}
p{
font-family: Arial, sans-serif;
color: #333; 
}
main{
width: 992px;
margin: 0 auto;
background-color: #F5F2EB;
padding: 40px;
} 

.headerdetail{
width: 100%;
padding-bottom: 20px;
    }
    
.logo {
float: left;
display: inline-block;
}

.logo1 {
height: 60px; 
width: auto;
margin-right: 12px;
border: 1px solid black;
    }
h1{ 

font-size: 50px;
    color: #343D46;
    margin-top: 35px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    } 

h2{
 font-size: 35px;
    color: #4A5348;
    margin-top: 35px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    }	
h3{font-size: 30px;
    color: #4A5348;
    margin-top: 35px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    }
	
	
.button{
	display: inline-block;
	width:120px;
	text-align: center;
	font-family: arial;
	padding: 8px 18px;
	margin: 8px;
	text-decoration: none;
	color: black;
	text-transform: uppercase; 
	float:right;
	}
	
.button2{
	display: block; 
	width:120px;
	text-align: center;
	font-family: arial;
	padding: 8px 18px;
	margin: 8px auto;
	text-decoration: none;
	color: black;
	border: 1px solid black;
	border-radius: 5px;
	background-color: #8A9A86;
	
	
}

#Meekobutton{
color: black;
background-color: #8A9A86;
border-color: #8A9A86;
}
#Vladbutton{
color: black;
background-color: #8A9A86;
border-color: #8A9A86;
}

#hero{
height:400px;
position: relative;
background-image: url('../img/vladoo.jpeg');
background-size: cover;
background-position: center; 
margin-top: 30px;
font-size: 40px;
border: 2px solid black;
}



#hero-text{
position:absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
	
	}
.center{
text-align:center;
}
	
.para{
clear:both; 
text-align: center;
width: 50%; 
margin: 0 auto;
padding-top: 40px;
padding-bottom: 40px;

}
.pet {
    text-align: center;
    margin: 40px 0;
    }

.pet-box{
  display: inline-block;
    vertical-align: top;
    background-color: #FFFFFF;
    border: 1px solid #E2DEC9;
    padding: 20px;
    margin: 0 20px;
    width: 340px;}
	


.para-column{   
width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.text-right {
    float: right;
    width: 440px;
    }
    
.green-box{
	text-align:center;
    border: 1px solid #DFE5DC;    
    padding: 20px;            
    border-radius: 12px;      
    background-color: #DFE5DC;
    margin: 20px 0 auto;
    width: 70%;
    margin-left: 120px;
    }

.green-box2{
	border: 1px solid #DFE5DC;    
    padding: 15px;            
    border-radius: 12px;      
    background-color: #DFE5DC;
    margin: 20px 0 auto;
   text-align:center;
   
    }
  
.green-box-wide{
	border: 1px solid #DFE5DC;    
	padding: 20px;            
    border-radius: 6px;      
    background-color: #DFE5DC;
    width: 950px; 
    margin: 20px auto; 
}
    
.spacing img{
display: inline-block;
margin: 10px 28px;
border-radius: 6px;
}

.halfl{
width: 392px;
margin-top: 30px; 
float: left;
}
.halfr{
width: 480px;
margin-top: 30px;
margin-left: 40px;
float: left;
}
.halfr-reverse{
width: 392px;
margin-top: 30px;
margin-left: 40px;
float: left;
}
.halfl-reverse {
    width: 480px;
    margin-top: 30px;
    float: left;
}

.timeline{width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    clear: both;
    }
.pet-time{
	display: inline-block; 
    text-align: center;
    margin: 10px;
    }
.pet-time img {
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    }
.time {
    font-size: 20px;
    color: #4A5348;
    font-family: Georgia, serif;
    margin-top: 15px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.paws {
    display: inline-block;
    margin: 0 15px;
}

	