/* 
Theme Name:		 Senior Dogs
Theme URI:		 http://childtheme-generator.com/
Description:	 Senior Dogs is a child theme of Miniva, created by ChildTheme-Generator.com
Author:			 Cory Piña
Author URI:		 http://childtheme-generator.com/
Template:		 miniva
Version:		 1.0.0
Text Domain:	 senior-dogs
*/


/*
    Add your custom styles here
*/

.header-2022 {
    display: flex;
    justify-content: space-between;
}

.logo-2022,
.adopt-button-2022 {
    min-width: 200px;
    max-width: 200px;
}

.logo-2022 img {
    width: 100%;
}

.tagline-2022 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tagline-2022 p {
    padding: 0 45px;
}

.tagline-2022 p:nth-child(2) {
    font-weight: 600;
}

.adopt-button-2022 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.adopt-button-2022 a {
    padding: 12px 24px;
    background: #ce405a;
    color: #fff;
    border-radius: 5px;
}

@media (max-width: 950px) {
    .header-2022 {
        flex-direction: column;
        align-items: center;
    }

    .adopt-button-2022 {
        margin-top: 20px;
    }
}