body {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-family: latoregular;
    font-size: 16pt;
}

#home-outer {
    vertical-align: top;
    font-size: 11pt;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#home-1 {
    background-color: #ebecee;
    padding-left: 15px;
    display: flex;
    align-items: center; /* looks to handle verical alignment */
    justify-content: flex-start;
}

#home-1-top {
    background-color: #ebecee;
    padding-left: 15px;
    display: flex;
    align-items: center; /* looks to handle verical alignment */
    justify-content: flex-start;
}

#home-2 {
    background-color: white;
    text-align: center;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0px 35px 15px;
}

#home-right-image-credentials {    
    margin-left: 50px;
}

#home-2-text {
    text-align: left;
}

#home-3 {
    text-align: center;
    background-color: #f4f4f9;
}

.home-3-row {
    display: flex;
    align-items: center; /* looks to handle verical alignment */
    justify-content: center;
}


.home-3-row a {
    text-decoration: none;
}

    #home-4 {
        text-align: center;
        padding: 20px 0px 35px 15px;
    }

#connect-btn {
    /*background-color: #dc5828;*/
    background-color: #FF4500;
    margin-left: auto;
    margin-right: auto;
}

#back-to-home {
    background-color: #047158;
    margin-left: auto;
    margin-right: auto;
}

.credentials-main {
    padding-left: 15px;
}

.home-page-tile, .square-tile {
    padding: 15px;
    color: white;
    text-align: left;
    display: table-cell;
    font-family: latoregular;
    font-size: 10pt;
}

.home-page-tile {
    width: 300px;
    height: 115px;
    margin: 10px;
}

.highlighted-text {
    color: pink;
}

#page-middle {
    display: flex;
    justify-content: center;
}

.sub-head {
    width: 250px;
    margin: 20px;
    text-align: center;
}

.sub-head, .sub-head ul {
    display: inline-block;
}

    .sub-head img {
        width: 40px;
    }

    .sub-head-title {
        font-weight: bold;
    }

.sub-head ul {
    margin-top: 0px;
    vertical-align: top;
}

.sub-head ul:nth-of-type(1) {
    padding-left: 0px;
}

.square-tile {
    width: 160px;
    height: 155px;
    padding-top: 5px;
    margin: 10px 20px 10px 20px;
}

.home-page-tile:hover, .square-tile:hover {
    opacity: .5;
    cursor: pointer;
}

.home-page-tile a, .square-tile a {
    color: white;
}

    .tile-title {
        font-family: latoregular;
        font-size: 11pt;
        font-weight: bold;
        text-align: left;
        padding-bottom: 5px;
        margin-top: 5px;
    }

#tile-1 {
    background-color: #99aeae;
}

#tile-2 {
    background-color: #273c76;
}

#tile-3 {
    background-color: #962d49;
}

#tile-4 {
    background-color: #88b04b;
}

.button {
    border-radius: 8px;
    height: 25px;
    line-height: 25px;
    font-family: latoregular;
    font-size: 12pt;
    padding: 5px;
    margin: 10px 0px 10px 0px;
    text-align: center;
    color: white;
    width: 140px;
}

    .button:hover {
        cursor: pointer;
        color: #273c76;
        font-weight: bold;
    }

#make-payment-btn {
    background-color: #88b048; /* light green */
}

#client-portal-btn {
    background-color: #99aeae; /* blu / grey */
}


    #home-left {
        width: 350px;
        display: inline-block;
    }

    #home-left-text {
        margin: 25px 0px 25px 0px;
    }

/*#home-right {
    margin-left: auto;
    margin-right: auto;
    width: 226px;
    height: 276px;
    display: inline-block;
    text-align: center;
    background-image: url("/images/home-main-pic.png");
    box-shadow: 0px 0px 7px 7px rgb(235, 236, 238) inset;*/ /*rgb(235, 236, 238) ;*/
    /*border: 1px solid rgb(235, 236, 238);
}*/

#home-right {
    width: 400px;
    display: inline-block;
    text-align: center;
    margin-left: 15px;
    vertical-align: middle;
}

#home-right-image, #home-right-image-credentials, #services-right-image {
    vertical-align: middle;
    border-radius: 28px;
    width: 380px;
    margin-top: 15px;
    margin-bottom: 15px;
}

 
@font-face {
    font-family: 'latoregular';
    src: url('/fonts/lato-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'loraregular';
    src: url('/fonts/lora-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}