@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;700&display=swap');

*{
    font-family: 'Nunito', Arial;
    font-size: 15px;
}

.container-intro{
    padding-top: 25px;
}

.main-content h2{
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}

.main-content h3{
    color : #555;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

.main-content .container{
    max-width: 1000px;
}

.box{
    height:auto;
    width: 170px;
    max-width: 100%;
    margin-bottom: 20px;

}

.box-color{
    height:170px;
    border-radius: 7px;
}
.box-caption {
    padding-top: 5px;
    font-weight: 700;
    color : black;
}

.color-preview{
    height:100px;
    width: 100px;
    border-radius: 5px;
}

.color-palette-preview{
    display: flex;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.color-palette-preview span{
    flex:1;
    height:50px;
    display: block;
    position: relative;
}

.color-palette-preview span:first-child {
    border-top-left-radius: 5px ;
    border-bottom-left-radius: 5px ;
}

.color-palette-preview span:last-child {
    border-top-right-radius: 5px ;
    border-bottom-right-radius: 5px ;
}

.color-palette-preview span i {
    font-style: normal;
    font-size: 10px;
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 14px;
    font-weight: bold;
}

.light-color, a.nav-link.dark-color:hover,a.navbar-brand.dark-color:hover {
    color:#000;
    text-transform: uppercase;
}

.dark-color, a.nav-link.dark-color:hover,a.navbar-brand.dark-color:hover {
    color:#fff;
    text-transform: uppercase;
}

.light-border{
    border : 1px solid #ccc;
    border-collapse: collapse;
}

.dark-border{

}



.color-min-preview {
    font-size: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-bottom: -5px;
    margin-right: 5px;
    border: 1px solid #000;
    border-radius: 2px;
}

.color-palette-container{
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    margin-bottom: 40px;
}

.mb-10{
    margin-bottom: 10px !important;
}

.fz-15{
    font-size: 15px;
}

.mega-title{
    font-weight: 700;
    font-size:25px;
}

.input-group-btn .btn {
    height: 44px;
    margin-left: 0;
    margin-top: 15px;
    background: transparent;
}

.btn-search-home{
    background: transparent;
}

.search-input, .search-input:active, .search-input:focus{
    width: 80%;
    background: transparent;
    text-transform: initial;
    background: none;
    border:none;
    border-bottom: 1px solid #fff;
    display: block;
    border-radius: 0;
    font-style: italic;
}

.search-input.dark-color::placeholder{
    color:white;
    padding-left: -15px;
}

.form-label{
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
}

.form-label.dark-color, .form-label.light-color{
    text-transform: initial;
}

.form-control:focus{
    font-style: initial;
}

.form-control.dark-color:focus{
    color: #fff;
}

.form-control.light-color:focus{
    color: #000;
}

.navbar{
    padding-left: 0;
}

.navbar-brand{
    font-size: 25px;
    font-weight: 700;
}

.breadcrumb{
    background:none;
}

footer a {
  text-decoration: none; 
  color:initial;
}

footer a:hover {
  color:inherit;
  text-decoration: underline;
}

@media (max-width: 768px) {
    .mega-title {
        font-size: 1.5rem;
    }
    .intro p {
        font-size: 0.9rem;
    }
    .container-intro {
        padding: 5px;
    }

    a.navbar-brand.dark-color {
        text-align: center !important;
    }

    .tts{
        font-size: 8px !important;
    }
}
