.btn-primary {
    color: #fff !important;
    border-radius: 2rem;
    padding: 0.8rem 2rem;
    background-color: #005684 !important;
    border-color: #005684 !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}
.btn-camping {
    color: #fff !important;
    border-radius: 2rem;
    padding: 0.8rem 2rem;
    background-color: #005684 !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}
.btn-camping:hover{
    color: #fff !important;
    background-color: #196790 !important;
    text-decoration: none !important;
}
.banner-btn{
    border-radius: 2rem;
    padding: 0.8rem 2rem;
    border: 2px solid #f8f9fa;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.hero a:hover {
    color: #121212;
    background-color: #fff;
    text-decoration: none;
}

.elementblog-btn{
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(-30%);
}

.btn-primary:hover{
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}

.btn-block {
    display: block;
    width: 100%;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}
.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    margin-top: 45px;
    border-radius: .0rem;
}
.form-signin btn-block{
    display: block;
    width: 100%

}
.form-signin btn-group-lg>.btn{
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.have-icon{
    color: #fff;
}

.btn-primary.small {
    color: #fff !important;
    border-radius: 2rem !important;
    padding: 0.4rem 1rem !important;
    background-color: #005684 !important;
    border-color: #005684 !important;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 700;
}



@media (min-width: 576px) {  
    .btn-primary {
        
    }
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
 
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
 
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    
}