/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 19/10/2024, 7:01:27 pm
    Author     : tristan
*/

#site-search-box{
    font-size: .8rem;
    border:none !important ;
    background-color: transparent !important;

    border-bottom: 2px solid black !important;
    border-left: 2px  solid  black !important; 
    border-right: 2px  solid  black !important; 

    padding-top: 4px;
    


    line-height: 0.5 !important;


}

.watercolour_nz_navbar_toggler{


    /* border-width: 2px;
      background-color: #f3893d; 
      color:white; */ 
     /* margin-top:4px; */
     position: absolute;
     top:4px;
     right:6px;
 
 }
 
 .watercolour_nz_navbar_toggler:focus{
 
     box-shadow: none;
 }

.watercolour-nz_navbar{

    background-color: transparent !important;; 
    --bs-navbar-padding-y: 0;
    margin-right:0px;
    position:relative;
    margin-top:-34px;

}

.watercolour-nz_navbar_small {

    background-color: transparent !important;; 
    --bs-navbar-padding-y: 0;
    background-image: linear-gradient(to bottom, rgba(0, 250, 242, 0.178), rgba(0, 255, 247, 0.25));
    

}

.watercolour-nz_navbar2{

    /*background-color: transparent !important;;*/ 
    /*background-image: linear-gradient(to right, rgba(53, 253, 246, 0.25), rgba(0, 255, 247, 0.25));*/
    --bs-navbar-padding-y: 0;
    margin-right:0px;


}


.watercolour-nz_navbar_item{

   font-size:11px;
}


.watercolour-nz_navbar_small .nav-link{

    font-size: 18px;
    margin-left: 24px !important;
}

.watercolour-nz_navbar_small button{

    font-size: 18px;
    
}

.watercolour-nz_navbar_small a{

    font-size: 16px;
    
}

.watercolour_nz_nav-link{

    font-weight: 500;
}



.watercolour_nz_large_screen_search_box {

    position:absolute; 
    top:-38px;
    margin-left:620px;
}

@media only screen and (max-width: 990px) {
    .watercolour_nz_large_screen_search_box {
        margin-left: 460px;
    }
  }