body {
    color: white;
    background-color: white;
    font-family: 'Righteous';
    background-image: url("bluebackground.jpg");
    background-repeat: repeat;
}

.nav1 {
    background: #F7882F;
    text-decoration: none;
}

.nav2 {
    background: #F7C331;
    text-decoration: none;
}

.nav3 {
    background: #DCC7AA;
    text-decoration: none;
}

.navbar-custom {
    padding: 0;
    background-color: #6B7A8F;
}

.navbar-custom .navbar-custom-items .nav-link {
    padding: 5px 15px;
}

.header-sticky {
    /* position: -webkit-sticky; */
    position: fixed;
    top: 0;
}

@media screen and (min-width:992px) {
    .navbar-custom-items {
        display: flex;
        flex: 1 0 100%;
        align-items: center;
        justify-items: center;
    }
    .navbar-custom .navbar-custom-items .nav-link {
        color: white;
        font-size: 2.25rem;
        font-family: 'Righteous';
        padding: 1.75em;
        flex: 1 0 0;
        text-align: center;
    }
}

.navbar-custom .navbar-custom-items .nav-link:hover {
    color: white;
}

.navbar-custom .navbar-custom-items .nav-link:active {
    color: #F5F5F5;
}

.navbar-custom .navbar-custom-items .nav-link:visited {
    color: #F5F5F5;
}

#BrandHeader {
    background-color: #F7C331;
    width: 100%;
    font-size: 1.8rem;
    padding-left: 5px;
    /* border: 3px solid white; */
}

#BrandHeader2 {
    text-align: right;
    background-color: #F7882F;
    width: 100%;
    color: white;
    text-decoration: none;
    /* border: 3px solid white; */
}

.content1 {
    padding: -12.5rem 3.125rem 6.25rem 6.25rem;
    margin-top: 3.125rem;
    border: 1.25rem solid #F7882F;
    background-color: #DCC7AA;
    font-size: 1.4em;
    height: 80%;
}

.content2 {
    padding: 1.125rem;
    margin-top: 3.125rem;
    border: 1.25rem solid #F7882F;
    background-color: #DCC7AA;
    font-size: 1.4em;
    height: 80%;
}

.content3 {
    padding: 1.125rem;
    margin-top: 3.125rem;
    border: 1.25rem solid #F7882F;
    background-color: #DCC7AA;
    font-size: 1.4em;
    height: 80%;
}

.content4 {
    padding: 1.125rem;
    margin-top: 3.125rem;
    border: 1.25rem solid #F7882F;
    background-color: #DCC7AA;
    font-size: 1.4em;
    height: 80%;
}

.content5 {
    padding: 1.125rem;
    margin-top: 3.125rem;
    border: 1.25rem solid #F7C331;
    background-color: #DCC7AA;
    font-size: 1.4em;
    height: 80%;
    text-align: center;
}

.text {
    text-align: left;
    margin-block-end: 200px;
    font-family: 'Righteous';
    font-size: 1.3rem;
    color: white;
    font-size: 1.875em;
}

#mePic {
    width: 250px;
    height: 250px;
    max-width: 70%;
    max-height: 70%;
    margin-top: -150px;
    margin-left: -100px;
}

.jumbotron {
    background-color: #6B7A8F;
    border-radius: 0px;
    border: 1.25rem solid white;
    margin-top: 3.125rem;
}

.btn {
    background-color: #F7882F !important;
    color: white;
    border: 0px;
}

.navbar-container {
    padding: 0px;
}

button.navbar-toggler {
    float: right;
    background-color: #6B7A8F;
    color: white;
    border-radius: 0px;
    border-color: white;
}

span.navbar-toggler-icon {
    float: right;
    background-color: #6B7A8F;
    color: white;
    font-size: 1.875em;
    border-color: white;
}

.navbar-dark .navbar-toggler-icon {
    color: white;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-fixed-top {
    position: fixed;
    margin-top: 0%;
}

a {
    color: #F7882F;
    text-decoration: underline;
}

a:hover {
    color: #F7882F;
    text-decoration: underline;
}

.crossImg img {
    width: 30%;
    float: left;
    padding: 10px 10px 10px 0;
    max-width: 300px;
    min-width: 150px;
}

.crossImg.float-right {
    padding: 10px 0 10px 10px;
}

.crossImg img {
    width: 100%;
    height: auto;
}

.servicesImg {
    width: 30%;
    float: left;
    padding: 10px 10px 10px 0;
    max-width: 300px;
    min-width: 150px;
}

.servicesImg.float-right {
    padding: 10px 0 10px 10px;
}

.servicesImg img {
    width: 100%;
    height: auto;
}