html,body{
	height: 100%;
	width: 100%;
}

.text-center{
	text-align: center;
}
.dog-card{
	margin-bottom: 10px;
}
.dog-image{
	width: 100%;
}
.fixed-header{
	margin-top: 0px;
    position: fixed;
    width: 100%;
	z-index: 2001;
}
.dogs-breed-list{
	padding-top: 85px;
}
.card-footer{
	cursor: pointer;
}
.card-footer:hover{
	background: #009688;
    color: #fff;
}
.dog-image-cards{
	display: none;
	padding-top: 85px;
}
.dog-card .w3-container{
	padding: 0px;
    height: 170px;
    overflow: hidden;
}
.dog-image-cards .dog-card .w3-container{
	margin-bottom: 20px;
}
.back-btn{
	position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background: #027e72;
}
.github-link{
	position: absolute;
    right: 0px;
    top: 10px;
    font-size: 22px;
}