/*
Theme Name: carpet 2025 - Bootstrap 5 Theme
Theme URI: https://sarasotacarpetcleaners.com/
Author: Makoweb Team
Author URI: https://makoweb.com/
Description: custom WordPress theme with Bootstrap 5
Version: 1.1
*/

body, p {
    font: normal 14px / 1.5em "Helvetica Neue", Helvetica, sans-serif;
    color: #222;
}

h1, #logo .site-title, #logo .site-description {
    font: bold 25px / 1.2em "Century Gothic", sans-serif;
    color: #ab2222;
    display: block;
}
h2 {
    font: bold 22px / 1.2em "Century Gothic", sans-serif;
    color: #0b3f75;
}
h3 {
    font: bold 20px / 1.2em "Century Gothic", sans-serif;
    color: #057794;
}
.custom-logo {max-width: 500px;}
.navbar-nav .nav-item {
    border-right: 1px solid #ccc;
    padding-right: 15px;
    padding-left: 15px;
    transition: background-color 0.2s ease-in-out;
}

.navbar-nav .nav-item:last-child {
    border-right: none;
}




.navbar-nav .current-menu-item,
.navbar-nav .nav-item:hover,
.navbar-nav .nav-item:focus {
    background-color: #ccc;
}

.navbar-nav .nav-item a.nav-link {
	color: #0b3f75;
	font-weight: bold;
}

#wpcf7-f5-p11-o1 form input.txt {
    width: 300px;
}
#wpcf7-f5-p11-o1 form textarea {
    height: 300px;
    width: 70%;
}				
input, textarea {
    padding: 5px;
    background: #fafafa;
    border-color: #ccc #efefef #efefef #ccc;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}