body {
    font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto', sans-serif;
    min-height: 100vh;
}
nav.navbar {
    background-color: #123c92;
    padding: 0;
    border-bottom: 3px solid #f36906;
}
.navbar-light .navbar-nav .nav-link {
    color: white;
}
.navbar-light .navbar-nav .nav-link:hover {
    background-color: #f36906;
    color:white
}
.navbar-light .navbar-nav .nav-link.active {
    background-color: #f36906;
}
.icon {
    display: inline-block;
    color: white;
}

.boxes {
    max-height: 150px;
    box-shadow: 5px 0 7px #00000040;
    min-height: 155px;
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
}

.box-1 {
    background-color: #ff933b
}

.box-2 {
    background-color: #ed7818
}

.box-3 {
    background-color: #e6530e
}

.box-4 {
    background-color: #b53e06
}

.icons .icon {
    font-size: 70px;
}

.btn-primary {
    background-color: #123b93;
    border-radius: 15px;
}

.boxes .btn-primary {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.copy {
    color: white
}
.pecs{
        color: #c3c3c3;
}
.pecs:hover {
    color: #ffffff;
}

.footer, body {
    background-color: #123b93;
}
.fixedHeader {   
    background: white;
    box-shadow: 6px 3px 14px -1px rgb(0 0 0 / 28%);
}
.link{color: white; text-decoration: none}
.link:hover{color: #c3c3c3; text-decoration: underline}
.footer-menu {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    
    width: 100%;
    bottom: 0;
    background: #052770;
}
/*new*/
ul.navbar-nav.me-auto .nav-item:first-child .nav-link {
    background-color: #f36906;
    /*padding: 18px;*/
    padding: 10px;
    
}
.navbar-expand-lg .navbar-nav {    
    align-items: center;
}
/*new*/
@media all and (min-height:600px)
{
    .footer-menu  {
    position: absolute;
    }
}

@media all and (min-width:1200px) {

    .fixedHeader {
        position: absolute;
        z-index: 2;
        width: 100%;
        background: white;
        box-shadow: 6px 3px 14px -1px rgb(0 0 0 / 28%);
        margin-top:20px;
    }

    .footer-boxes {
        margin-top: -65px;
        z-index: 111;
        position: relative;
    }

    .content-box p {
        color: white;
        font-weight: bold;
        font-size: 1em;
    }
    .navbar-brand{display: none}
}
@media all and (max-width:760px)
{
    .logos, .navbar-brand{background-color:white; margin: 0;} 
    .logos{border-bottom: 3px solid #f26a07; display: none;}
    header > .container {
        padding: 0;
    }
    nav.navbar {
        background-color: #ffffff;
        padding: 0 10px;
    }

    .navbar-light .navbar-nav .nav-link {
        background: blue;
        padding: 11px 10px;
    }
    .navbar-nav {
        margin-bottom: 15px;
    }
    li.nav-item {
        margin-bottom: 1px;
    }
}

.modal-body > p {
    -webkit-text-stroke: 0px black !important;
}