
@import url('https://fonts.googleapis.com/css?family=Multi&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{
    box-sizing: border-box;
}

.h1Title{
    font-size:100;
    margin-top: 70px;
    text-align: center;    
}

.opensansbody{
    /* font-family: 'Multi', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    color: black;
    padding-bottom: 50px;
}

.sansserifbody{
    font-family: 'Multi', sans-serif;
    font-size: 100;
}


/* image gallery new */
.bodyimggallery{    
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;      
}

.imgcontainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 40px 20px 0 20px;
}

.imgcontainer .icheading{
    width: 50%;
    padding-bottom: 50px;
}
.imgcontainer .icheading h3{
   font-size: 3em;
   font-weight: bolder;
   padding-bottom: 5px;
   border-bottom: 3px solid #222; 
}

.imgcontainer .icheading h3 span{
    font-weight: 100;
}

.imgcontainer .icbox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;    
}

.imgcontainer .icbox .icdream{
    display: flex;
    flex-direction: column;
    width: 32.5%;    
}

.imgcontainer .icbox .icdream img{
    width: 100%;  
    padding-bottom: 15px;
    border-radius: 5px;
}

@media only screen and (max-width: 769px){
    .imgcontainer .icbox{
        flex-direction: column;        
    }
    .imgcontainer .icbox .icdream{
        width: 100%;    
    }
}

@media only screen and (max-width: 642px){
    .imgcontainer .icheading{
        width: 100%;        
    }
    .imgcontainer .icheading h3{
       font-size: 2em;
    }
}


/* each animal pages */
.infoBox{
    border-style:solid;
    border-color: grey;
    border-width: 5px;
    background-color: grey;
    height: 50vh; 
    display: flex;
    overflow: hidden;
    margin-left: 0.5vw;
    margin-right: 0.5vw;   
    margin-top: 1vh;
}

.infoBox img{
    height: 100%;
}

.infoBox.mobile{
    height: 20vh;
}


.infoBox h3{
    text-align: left;
    /* padding-right: 15vw; */
    line-height: 8vh;
    font-size: 5vh;
    margin-top: 1vh;
    margin-right: 1vw;
    width: 30vw;
}


.infoBox img{
    width: 100% auto;
    height: 100% auto;
    margin-right: 30px;  
}

.quote{
    /* display: flex; */
    justify-content: center;
    align-items: center;
    text-align: center;
    position: right;
    font-size: 4vh;
    width: 40vw;
    margin-top: 7vh
}

.quote p{
    line-height: 0px;
}

/* @media screen and (orientation: portrait) {
 .infoBox{
    background-color: aqua;
 }   
} */

@media only screen and (max-width: 769px){
    .infoBox h3{
        font-size: 20px;
    }
}

.conor{
    color: red;
}

/*  animal cards */
.animalCardBody{
    background-color: #ecf0f1;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
    overflow: hidden;
    margin: 0;    
}

.animalCardBodyMobile{
    background-color: #ecf0f1;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 80vh; */
    overflow: hidden;
    padding: 2vh;
}

.animalCardMobile{
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    border-radius: 10px;
    overflow: hidden;
    width: 50vw;
    margin-left: 20px;
    margin-right: 20px;
    /* height: 47vh; */
}


.animalCardimg{
    max-width: 100%;
}

.animalCard{
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    border-radius: 10px;
    overflow: hidden;
    width: 350px;
    margin-left: 20px;
    margin-right: 20px;
}

.animalCardMobile a{
    color: inherit;
    text-decoration: none;

}
.animalCard a{
    color: inherit;
    text-decoration: none;
}

.animalCard-header{
    height: 28vh;
}

.animalCardMobile-header{
    height: 26vh;
}

.animalCardMobile-header img{
    object-fit: cover;
    height: 100%;
    width: 100%;  
}

.animalCard-header img{
    object-fit: cover;
    height: 100%;
    width: 100%;   
}

.animalCard-content{
    background-color: white;
    padding: 40px;
    padding-top: 15px;
}


.animalCard-title{
    height: 20px;
    margin: 0;
}

.animalCard-excerpt{
    color: #7777;
    margin: 10px 0 20px;
}

.author{
    display: flex;
}

.profile-img{
    border-radius: 50%;
    overflow: hidden;
    height: 40px;
    width: 40px;  
}

.profile-img img{
    object-fit: fill;
    height: 100%;
    width: 100%;
}

.author-info{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 10px;
    width: 200px;    
}

.author-info small{
    color: #aaa;
    margin-top: 5px;
}

.animalBox{
    border-style: outset;
    border-color: grey;
    border-width: 3px;
    width: 40vh; 
    height: 40vh;
    
    margin-left: 10px;
    margin-top: 20px;
    
    display: flex;
    align-items: center; 
    justify-content: center;
    border-radius: 10px;
}


/* animal types */
.sectionbar{
    border-style: outset;
    border-color: grey;
    border-width: 3px;
    height: 30vh; 
    display: flex;
    overflow: hidden;    
}

.sectionbarText{
    margin-left: 20px;
    margin-right: 20px;        
}

.sectionbar p{
    margin-top: 0px;
    margin-bottom: 10px;
    font-size:20px;    
}

.sectionbar h2{
    margin-top: 10px;
    margin-bottom: 0px;
}

.divborder{
 padding-top:  55px;   
}


/* hero */
.hero{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    z-index: -2;
    color: white;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.bea{    
    background-image: url(img/Dogs/Bea/wm24.jpg);
    background-position: bottom-center;
}

.flynn{
    background-image: url(img/Dogs/Flynn/wm1.jpg);
    background-position: center;
}

.luna{
    background-image: url(img/Cat/Luna/wm5.jpg);
    background-position-y: -800px;    
}

.ozzy{
    background-image: url(img/Cat/Ozzy/wm7.jpg);
    background-position: center;    
}

.maisy{
    background-image: url(img/Dogs/Maisy/wm9.jpg);
    background-position-y: -200px; 
}

.cuddles{
    background-image: url(img/Rabbit/Coodles/5.jpeg);
    background-position-y: -200px; 
}

.archie{
    background-image: url(img/Dogs/Archie/wm5.jpg);
    /* background-position-y: -200px;  */
    background-position: center;
}

.maisie{
    background-image: url(img/Dogs/Maisie/wm6.jpg);
    background-position: center;
}

.steve{
    background-image: url(img/Cat/Steve/wm10.jpg);
    background-position: center;
}

.hero::before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: -1;    
}

.hero h1{
    font-size:200px;
}


/* About me */
.textContainer{
    max-width: 1200px;
    margin: 0 auto;
}

.content h2
.content h3{
    font-size:150%;
    margin: 20px 0;
}

.content p {
    color: #555;
    line-height: 30px;
    letter-spacing: 1.2px;
}


/* navigation bar */
.navbar{
    position: fixed;
    background-color: #222;
    top: 0;
    left: 0;
    right: 0;
    transition: all .3s ease-in-out;
}

.navbar .textContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px, 0;
    transition: all .3s ease-in-out;
}

.navbar ul {
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: center;
}

.navbar a{
    color: white;
    text-decoration: none;
    padding: 7px 15px;
    transition: all .3s ease-in-out;
    font-size: 20px;
}


.navbar.active{
    background-color: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);    
}

.navbar.active a {
    color: black;
}

.navbar.active .textContainer{
    padding: 10px 0;
}

.navbar a.linkcurrent, 
.navbar a:hover{
    color: red;
    font-weight: bold;
}


/* HOME PAGE STUFF! */
.homepage{
    font-family: 'Multi', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75vh;
    overflow: hidden;
    margin: 0px;
    padding: 0px;        
}

.homepageh1{
    padding: 1vh;
    font-size: 7vh;
    text-align: center;
    text-decoration: underline;    
    margin-bottom: 1vh;
    margin-top: 2vh;
}

.homepageh3{
    text-align: center;
    font-size: 4vh;
    margin-top: 0px;
    margin-bottom: 5vh;
}

.hpcontainer{
    display: flex;
    width: 60vw;
    margin-bottom: 0px;
}

.hpcontainer a{
    color: inherit;
    text-decoration: none;
}

.panel{
    background-size: auto 100%;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
    height: 65vh;
    border-radius: 50px;
    color: white;
    cursor: pointer;
    flex: 0.5;
    margin: 10px;
    position: relative;
    transition: flex 0.7s ease-in;    
}




.panel h3{
    font-size: 44px;
    position:absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
    opacity: 0;
    color: white;
}

.panel h3:hover {
    /* color: blue; */
    text-decoration: underline;
}

.panel.active{
    flex: 4;    
}

.panel.active h3 {
    opacity: 1;
    transition: opacity 0.3s ease-in 0.4s;
}

/* footer */
.footer{
    /* sborder-width: 100vw; */
    /* height: 5vh; */
    background-color: rgb(167, 166, 166);
    text-align: center;
    padding: 1vh;
    display: flex;
}

.footer p{
    color: white;
    font-size: 2vh;
    margin-left: 3vw;
}

.footer a{
    text-decoration: none;
}

footer a:hover{
    text-decoration: underline;
}

