
/* CSS Document */


.author {
    display: block;
    font-family: "Urbanist";
    font-weight: bold;
}
aside h3 {
    color: white;
}
.borel-regular {
  font-family: "borel", cursive;
  font-weight: 400;
  font-style: normal;
}

/*<weight>: Use a value from 100 to 900
<uniquifier>: Use a unique and descriptive class name */
button {
    font-family: "Urbanist";
    font-size: 2vw;
    text-decoration:none;
    background-color: #efdca4;
    border-radius: 6px;
    width: 20vw;
    color: black;
}
button a {
    text-decoration: none;
    color: black;
}
button:hover {
    background-color: #CAA000;
    color: white;
}
button a:hover {
    color:white;
}
.urbanist-regular {
  font-family: "Urbanist", sans-serif;
  /*font-optical-sizing: auto;*/
  font-weight: 400;
  font-style: normal;
}


.caveat-regular {
  font-family: "Caveat", cursive;
  /*font-optical-sizing: auto;*/
  font-weight: 400;
  font-style: normal;
}
.companiontext {
    width: 32%;
    padding-top: 5vw;
    float: right;
}
footer {
    background-color: #CAA000;
    clear: both;
}
#hero h1 {
    font-family: "Caveat";
    color: #BE6E79;
    font-size: 8vw;
    padding-right: 5%;
    text-decoration: underline;
    padding-left: 10%;
    float: left;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}
h2 {
    color: #BE6E79;
    font-size: 3vw;
    font-family: "Caveat";
    text-decoration: underline;
}
h3 {
    font-family: "Caveat";
    color: #BE6E79;
    font-size: 18pt;
}
h3 a {
    text-decoration: none;
}
h3 a:hover {
    cursor:pointer;
}
h4 {
    color: #BE6E79;
    font-size: 5vw;
    font-family: "Caveat";
    text-decoration: underline;
}

#hero {
    background-image: url(logoheader.png);
    background-color: #efdca4;
    background-repeat: no-repeat;    
    background-position: center;  
    background-size:contain;
    clear:both;
    height: 200px;
}  
#hero p {
    font-family: "Caveat";
    font-size: 2vw;
    float: right;
    padding-top: 7%;
    padding-right: 4%;
    
}
.hiddencompanion {
    display: none;
}
.inner {
    float: left;
}
main {
    display: block;
    clear:both;
}
.mainfeature {
    background-image: url(puffyfur.png);
    background-size:contain;
    background-repeat: no-repeat;
    border-radius: 4px;
    font-family: "Urbanist";
    height: 30vw;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 2vw;
}
.mainfeature p {
    margin-left: 50%;
    font-family: "Urbanist";
    font-size: 2vw;
    padding-right: 3vw;
}
#maincaption{
    margin-left: 27%;
    width: 5%;
    font-size: 4vw;
    padding-top: 1vw;
    text-decoration: none;
    color: #BE6E79;
}
#maincaption:hover {
    cursor:pointer;
}
.more {
    text-decoration: none;
}
nav ul li ul {
    display: none;
}
nav li:hover ul,
nav li.hover ul {
    display: block;
    position: absolute;
    float: none;
    z-index: 1;
    width:8%;
}
#navbar {
   width: 100%;
   height: 10%;
    display: block;
    float: left;
}

#navbar li {
    text-decoration: none;
    display: inline-block;
    font-family: "Urbanist";
    padding-right: 4%;
    padding-top: 1%;
    padding-bottom: 1%;
    font-size: 14pt;
    color: white;
    /*transform: translateX(200%);*/
    /*border-style: solid;*/
}

#navbar li:hover {
    color: #efdca4;
    border: 2px;
    border-color: white;
    border-radius: 4px;
}
#navbar li a {
    text-decoration: none;
    font-size: 14pt;
    color: white;
}
#navbar li a:hover {
    color: #efdca4;
    border: 4px;
    border-color: white;
    border-radius: 4px;
}
#navbar ul {
    background-color: #CAA000;
    text-decoration: none;
    border-top-style: double;
    border-bottom-style: double;
    border-top-color: #A28040;
    border-bottom-color: #A28040;
    border-top-width: thick;
    border-bottom-width: thick;
}
#navlogo {
    /*border-style: solid;*/
    width: 8%;
    padding-right: 3%;
    margin: 0px;
    margin-top: 2%;
    /*transform: translateZ(1%);*/
    transform: translateY(-45%);
    display: inline-block;
    float: left;
}
#navlogo:hover {
    cursor:pointer;
}
.ppolicy {
    font-family: "Urbanist";
    font-size: 1vw;
}
.quotetext {
    float: left;
}
.inner {
    float: left;
    max-width: 60%;
    padding-right: 2%;
    padding-left: 2%;
}
.sidebar {
    border-style: double;
    border-color: #A28040;
    border-width: thick;
	width: 225px;
	background-color: #CAA000;
	color: white;
	margin-right: 2%;
	padding: 1%;
    float: right;
    margin-bottom: 1vw;
}
.show-menu {
    display: block; 
}
.teaser {
    border-bottom: 4px;
    border-bottom-color: #BE6E79;
    
}
.teaser1 {
    background-image: url(chihuaha.png);
    background-size:contain;
    background-repeat: no-repeat;
    font-family: "Urbanist";
    height: 25vw;
    margin-bottom: 2vw;
}
.teaser1 h3 {
    margin-left: 23vw;
    font-size: 2vw;
    width: 15vw;
    padding-top: 2vw;
}
.teaser1 p {
    font-family: "Urbanist";
    font-size: 1.5vw;
    padding-top: 1vw;
}
.teaser2 {
    background-image: url(bulldog.png);
    background-size:contain;
    background-repeat: no-repeat;
    border-radius: 4px;
    height: 25vw;
    margin-bottom: 2vw;
}
.teaser2 h3 {
    margin-left: 23vw;
    font-size: 2vw;
    width: 15vw;
}
.teaser2 p {
   /* margin-left: 55%;*/
    font-family: "Urbanist";
    font-size: 1.5vw;
   /* padding-right: 3vw;*/
}
.teaser3 {
    background-image: url(bigdog.png);
    background-size:contain;
    background-repeat: no-repeat;
    border-radius: 4px;
    height: 25vw;
    margin-bottom: 2vw;
}
.teaser3 h3 {
    margin-left: 22vw;
    font-size: 2vw;
    width: 15vw;
    padding-top: 2vw;
}
.teaser3 p {
    font-family: "Urbanist";
    font-size: 1.5vw;
}
.teaser4 {
    background-image: url(tricks.png);
    background-size:contain;
    background-repeat: no-repeat;
    border-radius: 4px;
    height: 25vw;
    margin-bottom: 2vw;
}
.teaser4 h3 {
    margin-left: 23vw;
    font-size: 2vw;
    width: 15vw;
    padding-top: 2vw;
}
.teaser4 p {
    font-family: "Urbanist";
    font-size: 1.5vw;
}
.teaser5 {
    background-image: url(puffyfur.png);
    background-size:contain;
    background-repeat: no-repeat;
    font-family: "Urbanist";
    height: 25vw;
    margin-bottom: 2vw;
}
.teaser5 h3 {
    margin-left: 23vw;
    font-size: 2vw;
    width: 15vw;
    padding-top: 2vw;
}
.teaser5 p {
    font-family: "Urbanist";
    font-size: 1.5vw;
    padding-top: 1vw;
}


/*hide menu checkbox */
.show-menu {
    display: none;
}

/*Hide checkbox*/
input[type=checkbox] { 
    display: none;
}
/*Show menu when invisible checkbox is checked*/ 
input[type=checkbox]:checked ~ #menu {
    font-size: 200%;
    font-weight: 400;
    line-height: 30px;
    display: inline-block;
    float: left;
    border-radius: 10px;
    width: 20%;
    position: fixed;
    transform: translateZ(-10px);
    margin-left: 5%;
    padding: 5%;
}




/*  Media Query Breakpoint for Tablet */
@media only screen and (min-width: 641px) and (max-width:1024px) { 

    .companiontext {
        display: none;

    }
    h2 {
        color: #BE6E79;
        font-size: 4vw;
        font-family: "Caveat";
        text-decoration: underline;
    }
    h3 {
        font-family: "Caveat";
        color: #BE6E79;
        font-size: 24pt;
    }
    #hamburger {
        width: 5%;
        transform: translateY(160%);
    }
    header {
        margin-bottom: 0px;
    }
    .hiddencompanion {
        display: block;
        font-family: "Urbanist";
        font-size: 14pt;
        padding-left: 2%;
        padding-right: 2%;
        
    }
    .inner {
        padding-right: 2%;
        padding-left: 2%;
    }
    .mainfeature {
        margin-top: 1%;
        padding-top:0;
    }
    #maincaption{
        margin-left: 27%;
        width: 5%;
        font-size: 4vw;
        padding-top: 1vw;
        text-decoration: none;
        color: #BE6E79;
        display:block;
    }
    .mainfeature p {
        display:none;
    }
    #menu {
        transform: translateZ(1px);
        display: none; 
    }
    #menu img {
        width:70%;
        transform:translateY(10%);
    }
    nav {
        display: none;
        height: 10px;
       /* border-radius: 4px;
        border: 2px 2px 2px 2px;
        border-style: double;
        border-color: #A28040;*/
        padding: 0px;
        transform: translateY(-300%);
        border-width: thick;
    }
    .ppolicy {
        font-size: 18pt;
    }
    .quotetext h3 {
        float: none;
        display: block;
        width: 25%;
        font-size: 18pt;
        transform: translateX(70%);
    }
    #submenu {
        margin-left: 25%;
        padding-left: 10%;
        width: 50%;
        background-color: #efdca4;
        color: black;
        border-radius: 4px;
        border-style: double;
        border-color: #A28040;
        border-width: thick;
        transform: translateY(-15%);
    }
    .show-menu {
        display: block;
    }
    #tagline {
        font-size: 18pt;
    }
    .teaser1 {
        background-image: url(chihuahabigballoon.png);
    }
    .teaser2 {
        background-image: url(bulldogbigballoon.png);
    }
    .teaser3 {
        background-image: url(bigdogbigballoon.png);
    }
    .teaser4 {
        background-image: url(tricksbigballoon.png);
    }
    .teaser5 h3 {
        transform: translateX(20%);
        transform: translateY(-40%);
        font-size: 3.5vw;
    }





}







/* Media Query Breakpoint for Smartphone */ 
@media only screen and (min-width: 320px) and (max-width: 640px) { 
    
    button {
        width: 20%;
        height: auto;
        font-size: 100%;
    }
    .companiontext {
        display: none;

    }
    footer {
        clear:both;
        
    }
    h2 {
        color: #BE6E79;
        font-size: 8vw;
        font-family: "Caveat";
        text-decoration: underline;
    }
    .hiddencompanion {
        display: block;
        font-family: "Urbanist";
        font-size: 14pt;
        padding-left: 2%;
        padding-right: 2%; 
    }
    .quotetext h3 {
        font-family: "Caveat";
        color: #BE6E79;
        font-size: 24pt;
    }
    #hamburger {
        width: 10%;
        transform: translateY(160%);
    }
    .inner {
        max-width: 100%;
        padding-right: 2%;
        padding-left: 2%;
    }
    .mainfeature p {
        display:none;
    }
    #menu {
        transform: translateZ(1px);
        display: none; 
    }
    #menu img {
        width:80%;
        transform:translateY(-100%);
        transform:translateX(10%);
    }
    nav {
        display: none;
        height: 10px;
       /* border-radius: 4px;
        border: 2px 2px 2px 2px;
        border-style: double;
        border-color: #A28040;*/
        padding: 0px;
        transform: translateY(-300%);
    }
    #navbar ul {
        width: 100%;
        height: auto;
        padding-top: 50%;
    }
    .ppolicy {
        font-size: 18pt;
    }
    .quotetext {
        font-size: 48pt;
    }
    .sidebar {
        border-style: double;
        border-color: #A28040;
        border-width: thick;
        width: 85%;
        background-color: #CAA000;
        color: white;
        margin-right: 10%;
        margin-left: 5%;
        padding: 2%;
        float: none;
        clear:both;
        margin-bottom: 1vw;
    }
    .show-menu {
        display: block;
    }
    #submenu {
        margin-left: 25%;
        padding-left: 5%;
        width: 80%;
        background-color: #efdca4;
        color: black;
        border-radius: 4px;
        border-style: double;
        border-color: #A28040;
        border-width: thick;
        transform: translateY(-15%);
    }
    .show-menu {
        display: block;
    }
    .teaser1 {
        background-image:none;
        /*background-image: url(chihuahabigballoon.png);
        background-size: contain;
        background-repeat: no-repeat;*/
        width: 100%;

    }
    .teaser2 {
        background-image:none;
        /*background-image: url(bulldogbigballoon.png);
        background-size: contain;
        background-repeat: no-repeat;*/
        width: 100%;
    }
    .teaser3 {
        background-image:none;
        /*background-image: url(bigdogbigballoon.png);*/
        width: 100%;
    }
    .teaser4 {
        background-image:none;
    }
    /*.quotetext {
        background-image: url(bigdogbigballoon.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
    }*/
    .teaser5 h3 {
        transform: translateX(20%);
        transform: translateY(-40%);
        font-size: 3.5vw;
        background-image:none;
    }
    

    #joe {
        background-image:url(chihuahabigballoon.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%; 
    }
    #joe h3 {
        line-height: 0.75em;
        width: 30%;
        font-size: 24pt;

    }
    #buster {
        background-image: url(bigdogbigballoon.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
    }
    #buster h3 {
        line-height: 0.75em;
        width: 30%;
        font-size: 24pt;
        transform: translateX(100%);
    }
    #earnne {
        background-image: url(bulldogbigballoon.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    #earnne h3 {
        line-height: 0.75em;
        width: 30%;
        font-size: 24pt;
    }
    #makkie {
        background-image:url(tricksbigballoon.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
    }
    #makkie h3 {
        line-height: 0.75em;
        width: 30%;
        font-size: 24pt;
    }
    #maxxie {
        background-image:url(puffyfur.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
    }
    #maxxie h3 {
        line-height: 0.75em;
        width: 30%;
        font-size: 24pt;
    }
    .quotetext h3 {
       width: 40%;
        transform: translateX(50%);
    }

    
    
}