@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700;800;900&display=swap');
:root {
    --yellow: #fadf69;
    --white: #ffffff;
    --blue: #52c4f8;
    --green: #445c06;
    --black: #000000;
    --grayy: #808080;
    
        
  }
/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: var(--black) !important;
    background: var(--white) !important;
    font-family: 'Raleway', sans-serif !important;
}

h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: var(--black) !important;
}

a {
    color: var(--black) !important;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: var(--blue) !important;
    outline: none;
    text-decoration: none;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}
.site-header{
    background-image: linear-gradient(to right, #932677 , #d535ac);

}
.hero{
    background-image: linear-gradient(to right, #932677 , #d535ac);
    height: 300px;

}
.hero2{
    background-image: linear-gradient(to right, #932677 , #d535ac);
    

}
.hero h1 {
    color: var(--white) !important;
    font-weight: 800;
    margin-top: 69px;
	font-size:31px;
}
.hero p {
    color: var(--white) !important;
 
}
.level-one {
    margin-top: -76px;
}
.inner-level-one {
    padding: 24px;
}
.inner-level-one h1{
    margin-top:115px;
}
.btn-home {
    background: #c3319e !important;
    color: #fff !important;
    font-weight: 700 !important;
    border: none !important;
}
.level-two h6 a{
    color:#c4c4c4 !important;
}
#map {
    width: 100%;
    height: 30%;
}
.level-three{
    background-color: #ecf4fb;
}
#wpcf7-f16-o1 input{
    height: 51px;
    border-radius: 0;
}
#wpcf7-f16-o1 .wpcf7-submit{
    background: #c3319e !important;
    color: #fff !important;
}
#wpcf7-f16-p13-o1 input{
    height: 51px;
    border-radius: 0;
}
#wpcf7-f16-p13-o1 .wpcf7-submit{
    background: #c3319e !important;
    color: #fff !important;
}
.site-footer{
    background-color: #fafafa;
}

.site-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-info ul li {
    padding: 2px;
}
span.list-top {
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
}
.site-info ul li a {
    color: #000 !important;
    font-size: 12px;
}
.site-info address{
    color:var(--black)
}
.line {
    border-top: solid 1px var(--black);
}
.site-info p{
    color:#000;
}
.navbar-dark .navbar-nav .nav-link {
 
    color: #fff !important;
}
.site-branding{
    width:172px;
}
.btn-home:hover{
    color:#fff !important;
}
.hero2 h1{
    text-transform: uppercase;
    color:#fff !important;
}