html {
    scroll-behavior: smooth;
}
body{
    position: relative;
}
a 
{
    color:#29235c !important;
}
a:hover
{
    text-decoration: underline !important;
}
p
{
    font-size: 20px;
}
.text-primary
{
    color:#29235c !important;   
}
.nav-item
{
    font-size: 25px;
    font-weight: bold;
}
.bi-caret-right-fill
{
    font-size: 50px;
}
h1
{
    font-size: 40px !important;
}
.form-control
{
    background-color:rgba(0,0,0,0) !important;
    border-width: 3px;
    border-color: white;
}

.underline
{
    border-width: 3px !important;
}

.offerbutton
{
    background-color:white!important;
    padding:15px;
    padding-left: 70px;
    padding-right: 70px;
    border-radius: 25px !important;

}
.getoffer
{
    color: white !important;
}
.callbackbutton
{
    background-color:white!important;
    color:#29235c !important;
    font-weight: bold;
    padding:15px;
    padding-left: 70px;
    padding-right: 70px;
    border-radius: 25px !important;
    border-color: #29235c;
}
.navitemborder
{
    padding: 5px;
    padding-right: 15px;
    padding-left: 15px;
    border-color: lightblue !important;
    border-width: 2px !important;
}

.callback
{
    background-color: #ff8080;
}
.parallax {
    background-image: url(../img/pexels-photo-5466814.jpeg);
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

