body
{
    color: #3A5584 !important;
}

a { font-size: 1.3rem; }
h1 { font-size: 2rem; }
h2 { font-size: 1.2rem; }

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {  
    h1 { font-size: 2.5rem; }
    h2 { font-size: 2rem; }
    
}

/* 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) {  
    
    
}

.btn-contact {
    color: #fff;
    background-color: #242e4c;
    border-color: #242e4c;
    /* box-shadow: 0 0.125rem 0.25rem rgb(243, 108, 30); */
}

.btn-contact:hover
{
    background-color: #FC752C;
}


.bg-dark {
    background-color: #FC752C !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #3A5584 !important;
    
}



.navbar-dark:hover .navbar-nav:hover .nav-link:hover {
    color: #F6F8F9 !important;
    font-weight: bold !important;
}

.navbar-dark .navbar-brand {
    /* color: #fff; */
    color: #3A5584 !important;
}

.navbar-brand:hover
{
    color: #F6F8F9 !important;
}

.btn-outline-success {
    color: #3A5584 !important;
    border-color: #3A5584 !important;
}

.btn-outline-success:hover{
    background-color: #3A5584 !important;
    color: #F48F1F !important;
}

.lempira-tech-logo
{
    width: 100%;
}



.mystyle-content {
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    color: #3A5584 !important;
}

.myStyle-title {
    font-family: 'Stylish', sans-serif;
    
}


footer
{
    font-family: 'Dosis', sans-serif !important;
    color: #3A5584 !important;
    font-weight: bold;
}



