body {
	font-family: 'Passion One', cursive;	
}

.font {
	font-family: Helvetica, Arial,  sans-serif;
}

H1 {
	font-family: 'Passion One', cursive;	
}

.lists h4{
	font-size: 22px;
	font-weight: bold;
}

.lists p {
	margin-bottom: 30px;
}

.space {
	margin-top: 50px;
	padding-bottom: 50px;
}

.form {
	border: 1px solid #333;
	padding: 20px 20px;
	border-radius: 10px;
}

.square {
  position: relative;
  width: 100%;
  display: inline-block;
  
}
.square:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.content {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #333;
}

.nav-link {
	position: relative;
	color: #000 !important;
}

.btn-adoption {
	border: 1px solid #333;
	display: inline-block;
	padding: 10px;
	color: #000;
	font-family: 'Passion One', cursive;	
	border-radius: 10px;
	text-align: left;
	font-size: 22px;
	margin: 0px 20px 10px 20px;
}

.btn-adoption img {
	float: left;
	margin-right: 10px;
}


.borde {
	padding: 15px;
	border: 1px solid #dadada;
	border-radius: 5px;
	font-weight: bold;
}

.contact i{
	color: #1e831d;
	margin-right: 5px;
}

.cien {
	width: 100%;
}

.top-form {
	padding-top: 10px;
}

.bread {
	padding-top: 15px;
}

.bread a, .bread a:hover {
	color: #000;
	text-decoration: none;
}

#logo {
	position: absolute;
	width: 100px;
}
.left-img {
	float: left;
	width: 60px;
	margin-right: 10px;
}
.left-imgbtn {
  position:absolute;
  height:300px;
  width:300px;
  z-index: -1;
}
.home-hero {
	text-align: center;
	padding: 120px 0;
	background: #def8dd url('../img/hero.jpg') bottom center repeat-x;
	background-size: cover;
}
.top-bar {
	background: #daf7d9 url('../img/bar.png') bottom center repeat-x;
	min-height: 100px;
	padding-bottom: 40px;
}
.bar2 {
	background: #f8f5ee url('../img/bar2.png') top center repeat-x;
	min-height: 100px;
	padding-top: 90px;
	padding-bottom: 50px;
}
.logo2 {
	width: 180px;
	margin-bottom: 50px;
}
.suscribe-box {
	text-align: center;
	background: #efecdd;
	padding: 40px 20px;
	margin-top: -40px;
	margin-bottom: 40px;
}
.suscribe-box2 {
	text-align: center;
	background: #e6e6e6;
	padding: 40px 20px;
	margin-top: -40px;
	margin-bottom: 40px;
}
.suscribe-box3 {
	text-align: center;
	background: #e7ebda;
	padding: 40px 20px;
	margin-top: -40px;
	margin-bottom: 40px;
}


.btn-super {
	border: 1px solid #333;
	margin-right: 10px;
	border-radius: 4px;
	padding-left: 40px;
	padding-right: 40px;
}

.navbar-brand .logo{
	width: 80px;
}

footer {
	border-top: 2px solid #e9e9e8;
	padding: 40px 0;
	background: #f5f5f5 url('../img/pie.png') bottom center repeat-x;
	
}

.bloque-blue{
	background: #e2eef9;
	padding: 0px 0px;
	text-align: center;
}

.btn-blue{
	background: #0b88fd;
	color: #fff;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 3px;
	text-transform: uppercase;
}
.btn-blue:hover, .btn-orange:hover {
	color: #fff;
	text-decoration: none;
}
.bloque-orange{
	background: #f0dec9;
	padding: 0px 0px;
	text-align: center;
}
.btn-orange{
	background: #fd8e0b;
	color: #fff;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 3px;
	text-transform: uppercase;
}
footer ul {
	margin: 20px 0 0 0 ;
	padding: 0;
	text-align: center;
}
footer ul li {
	display: inline-block;
}
footer ul a {
	color: #000;
	padding: 3px 5px;
	margin: 0px 5px;
}
.credit {
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
}
/* Make the image fully responsive */
.carousel-inner img {
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
}
.carousel .carousel-indicators li {
  background-color: #ff0000;
  background-color: rgba(90, 70, 90, 0.25);
}

.carousel .carousel-indicators .active {
  background-color: #444;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 20px;
    width: 20px;
    outline: black;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 100%, 100%;
    border-radius: 100%;
    border: 1px solid black;
}

/* Caja noticias */
.highlights {
    width: 100%;
    height: 100%; /* Ancho y alto fijo */
    overflow: hidden; /* Se oculta el contenido desbordado */
    background-color: #efefef;
    border: 2px solid #b2b2b2;
}
/* CSS added by Kawsar Ahmed */
.top-form{
    text-align:right;
}
.adoptme-btn{
    margin-bottom:10px;
}
@media (max-width: 767.98px) {
    .navbar-nav .nav-item{
        margin-top:5px;
    }
    .top-form{
        text-align:left;
    }
    .home-hero {
	    padding: 40px 0;
    }
}