*{
    margin: 0;  
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)),url(images/2025_Fresh_Breath_Teddybears_1.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header h3 { font-family: "Gochi Hand" "Indie Flower", cursive; font-size: 30px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; }

.header p{font-family: "Gochi Hand" "Indie Flower"; font-size: 25px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; }
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 150px;
}
.nav-links{
    flex: 1;
    text-align: right;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
   color: #002f67;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;    
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #fbc24e;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;
}
.text-box{
    width: 90%;
    color: #002f67;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.text-box h1{
    font-size: 65px;
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 20px;
    color: #002f67;
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #002f67;
    border: 1px solid #F0F8FF;
    padding: 12px 34px;
    background: #FFFFFF;
    position: relative;
    cursor: pointer;
    font-weight: 500;
}
.hero-btn:hover{
    border: 1px solid #F0F8FF;
    background: #F0F8FF;
    transition: 1s;  
}

nav .fa{
    display: none;
}


header {
	
	color-primary: #84d3eb ;
	color-primary-dark: #002f67 ;
	color-secondary: #f5f2aa ;
	color-error: #c06a4c ;
	color-success: #a5cf4a ;
	border-radius: 4px;
	
	margin: 0;
	height:100vh;
	display: flex;
	align-items: center;
	justify-items: center;
	fontsize: 18px;
}

.signin{
	width: 400px;
	max-width: 400px;
	margin: 1rem;
	padding: 2rem;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
	border-radius: var(border-radius);
	background: rgba(255, 255, 255, 0.1);
	
}


@media(max-width: 500px){

    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: absolute;
        background: #fbc24e;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2; 
        transition: 1s;
    }
    nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }
}



/*----proden----*/


#proden products{
	padding-top: 50px;
	padding-bottom: 50px;
}
.product-row{
	width: 70%;
	margin: auto;
	display: flex;
	align-items: baseline;
	justify-content:space-around;
	flex-wrap: wrap;
}
.product-col{
	flex-basis: 25%;
	text-align: center;
}


.proden{
    width:60%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
    color: #002f67;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

.product-col h4{
	font-size: 20px;
	font-family: 'Gochi Hand' 'Indie Flower', cursive;
	color: #002f67;
}



@media(max-width: 500px){
    .row{
        flex-direction: column;
    }
}

/*-----grooming-----*/

.grooming{
    width:60%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
    font-size: 20px;
    color: #002f67;
    font-family: 'Roboto', sans-serif;
}

#grooming products{
	padding-top: 50px;
	padding-bottom: 50px;
}
.product-row{
	width: 70%;
	margin: auto;
	display: flex;
	align-items: baseline;
	justify-content:space-around;
	flex-wrap: wrap;
}
.product-col{
	flex-basis: 25%;
	text-align: center;
	font-family: 'Gochi Hand' 'Indie Flower', cursive;
}
	

@media(max-width: 500px){
    .row{
        flex-direction: column;
    }
}

/*------Footer--------*/
.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
    color: #002f67;
    font-family: 'Roboto', sans-serif;
}

.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}

.icons .fa{
    color: #002f67;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;  
}

/*-----------Training------------*/

.subheader{
    min-height: 30vh;
    width: 100%;
    background-image: linear-gradient(rgba(151,213,239,0.7),rgba(255,255,255,0.7)),url(images/Ocean.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
    font-size: 30px;
    color: #002f67;
}
.subheader h1{
    margin-top: 25px;   
}

.training-guides{
    width: 75%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 50px;
}

.powder{
    flex-basis: 100%;
    padding: 20px 2px;
}

.powder img{
   width: 100%;
}

.powder h1{
    padding-top: 0;
    color: #002f67;
}

.powder p{
    padding: 15px 0 25px;
}

.blue-btn{
    border: 1px solid #fff;
    background: transparent;
    color: #30c3e5;
}
.blue-btn:hover{
    color: #fff;
}

.crunchy-bites{
    flex-basis: 100%;
    padding: 20px 2px;
}

.crunchy-bites img{
   width: 100%; 
}

.crunchy-bites h1{
    padding-top: 0;
    color: #002f67
}

.crunchy-bites p{
    padding: 15px 0 25px;
}


.dental-bones{
    flex-basis: 100%;
    padding: 20px 2px;
}

.dental-bones img{
   width: 100%; 
}

.dental-bones h1{
    padding-top: 0;
    color: #002f67
}

.dental-bones p{
    padding: 15px 0 25px;
}

.soft-bites{
    flex-basis: 100%;
    padding: 20px 2px;
}

.soft-bites img{
   width: 100%; 
}

.soft-bites h1{
    padding-top: 0;
    color: #002f67
}

.soft-bites p{
    padding: 15px 0 25px;
}

hr{
    border: 0;
    border-top: 10px solid #fbc24e;
}


.swederma{
    flex-basis: 100%;
    padding: 20px 2px;
}

.swederma img{
   width: 100%;
}

.swederma h1{
    padding-top: 0;
    color: #002f67
}

.swederma p{
    padding: 15px 0 25px;
}


.lyxvara{
    flex-basis: 80%;
    padding: 20px 2px;
}

.lyxvara img{
   height: 100%;
    width: 100%;
}

.lyxvara h1{
    padding-top: 0;
    color: #002f67
}

.lyxvara p{
    padding: 15px 0 25px;
}

.yellow-btn{
    border: 1px solid #fff;
    background: transparent;
    color: #fbc24e;
}
.yellow-btn:hover{
    color: #fff;
    background-color: #fbc24e;
    border: solid #fff;
}

/*-------marketing--------*/

.subheader{
    min-height: 30vh;
    width: 100%;
    background-image: linear-gradient(rgba(151,213,239,0.7),rgba(255,255,255,0.7)),url(images/Ocean.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
    font-size: 25px;
    color: #002f67;
}
.subheader h1{
    margin-top: 25px;  
}


.marketinghero-btn{
    display: inline-block;
	font-family: "Gochi Hand", cursive;
    text-decoration: none;
    color: #002f67;
    border: 2px solid #003063;
    padding: 12px 34px;
    background: #fbc544;
    position: relative;
    cursor: pointer;
    font-weight: 600;
}
.marketinghero-btn:hover{
    border: 2px solid #97d5ef;
    background: #97d5ef;
    transition: 1s;  
}



.marketing p{
    font-size: 15px;
    color: #30c3e5;
    font-family:'Roboto', sans-serif;
}

.marketing{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
.marketing h1{
    color: #002f67;
     font-family: 'Roboto', sans-serif;
    font-size: 40px;
}

.marketing h2{
    color: #002f67;
     font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

.marketing h3{
    color: #002f67;
     font-family: 'Roboto', sans-serif;
}
.marketing-mat{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: center;
}

.marketing-mat img{
    width: 60%;
    border-radius: 10px;
}

@media(max-width: 700px){
    .row{
        flex-direction: column;
    }
    
    
    
    
    
/*-------contact us page -----------*/   
    
.subheader{
    min-height: 30vh;
    width: 100%;
    background-image: linear-gradient(rgba(151,213,239,0.7),rgba(255,255,255,0.7)),url(images/Ocean.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
    font-size: 25px;
    color: #002f67;
}
.icon h5{
      color: #002f67;
      font-size: 50px;
     font-family: 'Roboto', sans-serif;
}