/*
Theme Name: ASA Consulting ver 1.0
Theme URI: http://asaconsulting.id
Author: the Kharisma
Author URI: http://asaconsulting.id
Description: Template untuk ASA Consulting
Version: 1.0
Requires at least: 1.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: asaconsulting.id
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.font-slide{
    font-size: 3.5rem !important;
}

.background-hilang{
    background: none !important;
}

.bg-dark, .copyright {
    background-color: #0a0a0a !important;
}

p, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #0a0a0a !important;
}

.navbar .navbar-nav .nav-link {
    color: #0a0a0a !important;
}

.font-slide {
    font-size: 2.25rem !important;
}

#header-carousel .carousel-item {
    position: relative;
    min-height: 100vh;
}

.btn-primary {
    color: #000;
    background-color: #e67505 !important;
    border-color: #e67505 !important;
}

.bg-primary {
    background-color: #e67505 !important;
}

.copyright a {
    color: #e67505;
}

.btn-link:hover {
    color: #e67505;
}

.footer .btn.btn-link:hover{
    color: #e67505;
}

.navbar .navbar-nav .nav-link {
    font-weight: 600;
}

.testimonial-carousel .owl-item img {
    height: auto;
}

.btn-square {
    width: 30px;
    height: 30px;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 100vh;
    }
}