
.btn:focus
{
    box-shadow:none !important;
}

html {
    font-size: 14px;
    font-family: "Roboto Serif", serif;
    font-weight: 300 !important;
    font-style: normal;
    font-optical-sizing: auto;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300 !important;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: "Roboto Serif", serif;
    font-weight: 300!important;
    font-style: normal;
    font-optical-sizing: auto;
    margin-bottom: 60px;
    color: white;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../background.jpg);
    background-size: cover;
    /*background: black;*/
}
.baep-text {
    color: rgb(250, 181, 103);
    
}
.baep-bg {
   background-color: rgb(250, 181, 103);
}
.baep-ghost {
    color: rgb(110, 110, 110);
    
}
.bg-error {
    background-color: rgb(220 53 69 / 24%) !important;
}
.bg-green {
    background-color: #0239207a !important;
}
.baep-hr {
    border: 1px solid rgb(250, 181, 103);
}
.baep-border {
    border: 1px solid rgb(250, 181, 103);
}
.baep-border-bottom {
    border-bottom: 1px solid rgb(250, 181, 103);
}
.mark {
    background-color: rgb(250, 181, 103) !important;
}
.my-btn {
    letter-spacing: 1px;
    font-size: 18px;
    /*height: 62px;*/
    line-height: 62px;
    padding: 0 20px;
    display: inline-block;
    text-decoration: none;
}
.my-btn-sm {
    letter-spacing: 1px;
    font-size: 12px;
    /*height: 62px;*/
    line-height: 40px;
    padding: 0 10px;
    display: inline-block;
    text-decoration: none;
}


    .my-btn:hover {
        transform: scale(1.1);
        transition: 1s;
    }
.nav-pills .nav-link.active {
    background-color: rgb(250, 181, 103) !important
}
.nav-link:hover {
    color: white;
}
.dropdown-item:active {
    background: rgb(250, 181, 103) !important
}
.btn-gold {
    color: white !important;
    background: rgb(250, 181, 103) !important
}
.btn-green {
    color: white !important;
    background: rgb(5 84 13) !important;
}
.logo-bg {
    background: linear-gradient( rgba(20, 20, 20, 0.7), rgba(0, 0, 0, 1) ), url(../logo.png);
/*    background-repeat: no-repeat;
*/    background-position: center;
/*    background-image: url('../logo.png')
*/}
.smoke-bg {
    background: linear-gradient( rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1) ), url(../background.jpg);
    background-size: cover;
}
.s1px {
    letter-spacing: 1px;
}

.emergence {
    opacity: 0;
}
.emergence-tr {
    opacity: 1;
}

@media (prefers-reduced-motion: no-preference) {
    .emergence {
        transition: opacity 2s ease;
    }
}
embed {
    height: 100dvh !important;
    width: 100% !important;
}
#staticBtn {
    position: fixed;
    bottom: 50px;
    right: 50px;
    overflow: inherit;    
   
}
    #staticBtn:hover {
        transform: scale(1.4);
        transition: 1s;
    }
#phoneIcon{
    font-size:48px !important;
    
}
#phoneIcon:hover {
    transform: rotate(360deg);
    transition: 1s;
}
main{
    padding-bottom:30rem !important;	
}

