@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://weloveiconfonts.com/api/?family=fontawesome|typicons);
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
}

header {
    width: 100%;
    height: 200px;
    background: #333;
    color: #000000;
    
    position: relative; 
    top: 0;
    left: 0;
    z-index: 100;
}

.contenedor {
    width: 98%;
    margin: auto;
}


header .contenedor {
    display: table;
}

section {
    width: 100%;
    margin-bottom: 25px;
}

#welcome {
    margin-top: 150px;
    text-align: center;
    
}



footer .contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 25px;
}

.copy {
    font-size: 20px;
}

.sociales {
    width: 100%;
    text-align: center;
    font-size: 28px;
}

.sociales a {
    color: #333;
    text-decoration: none;
}

@media (min-width:768px) { 
    .sociales {
        width: auto;
    }
    
    footer .contenedor {
        justify-content: space-between;
    }
}


@media (min-width:1024px) {
    .contenedor {
        width: 1000px;
    }
}




@media (min-width:480px) {
    #banner h2 {
        font-size: 40px;
    }
    
    
}


#info {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 20px;
}

#info h3 {
    text-decoration: none;
    font-size: 30px;
}
#info .contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.info-pet {
    margin: 20px;
}

.info-pet img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 7px solid #fff;
}

#menu-bar {
    display: none;
}

header label {
    float: right;
    font-size: 28px;
    margin: 6px 0;
    cursor: pointer;
}

.menu {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(51,51,51,0.9);
    transition: all 0.5s;
    transform: translateX(-100%);
}

.menu a {
    display: block;
    color: #fff;
    height: 50px;
    text-decoration: none;
    padding: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.menu a:hover {
    background: rgba(255,255,255,0.3);
}

#menu-bar:checked ~ .menu {
    transform: translateX(0%);
}

@media (min-width:1024px) {
    .menu {
        position: static;
        width: auto;
        height: auto;
        transform: translateX(0%);
        float: right;
        display: flex;
    }
    
    .menu a {
        border: none;
    }
    
    header label { 
        display: none;
    }
    

#about {
	
margin-left: 10px;
margin-right: 10px;
margin-top: 100px; 
    
	
}

#about h1{
text-align: center;   
margin-left: auto;	
margin-right: auto;
}


#about p {
    
}

#Contact h1{
text-align: center;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
	
}

#Contact h3{
margin-left: 20px;	
	
}


#Contact img{
margin-left: 20px;	
}

#Divisions {
margin-top: 100px;
padding: 0;
margin-left: 40px;	
	
}

#Divisions h1{
text-align: center;
margin-left: auto;
margin-right: auto;
margin-top: 10px;		
	
}

  
    }    
    
#gallery h1{
text-align: center;
margin-top: 100px;
margin-left: auto;
margin-right: auto;

}

.gallery__img:hover {
transform: scale(1.02)
    }    

 
    
    
    
#safety{
background: white;
padding: 0px;
text-align: center;
margin-bottom: 50px;
margin-left: auto;	
margin-right: auto;	
margin-top: 100px;
}

}