*
{
    margin: 0;
    padding: 0;
}


html, body {
    overflow-x: hidden;
}

html
{
    scroll-behavior: smooth;
}

.home-page-nav-parent-rr 
{
    position: absolute;
    display: flex;
    bottom: 10px;
}

.home-page-nav-item-rr 
{
    padding: 10px;
    border: 2px solid transparent;
    color: white;
    text-decoration: none;
    font-weight: bolder;
    text-decoration: underline;
}

.home-page-nav-item-rr:hover
{
    padding: 10px;
    border: 2px solid white;
    color: white;
    text-decoration: none;
    background-color: #1E325D;
    text-decoration: none;
}

.row-h-rr
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.row-h-light-rr
{
    background-color: rgba(200, 200, 200, 0.2);
}

.row-h-first-rr
{
    margin-top: 70px;
}

.row-h-padded-rr
{
    padding: 50px 0 50px 0px;
}

.row-h-vh-rr
{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row-v-rr 
{
    width: 800px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
    margin: 0;
    /*padding: 100px 0px 100px 0px;*/
}

.content-h-rr
{
    width: 800px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.content-h-space-between-rr
{
    width: 800px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
}

.content-v-rr
{
    width: 800px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    /*padding: 100px 0px 100px 0px;*/
}

.content-vh-rr
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
}

.contact-list-h-rr
{
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0px 15px 0px;
}

.content-h-rr .contact-list-h-rr li
{
    display: flex;
    margin: 0;
    padding: 0;
}

.content-align-top-rr
{
    align-items: flex-start;
}

.contact-icon-rr
{
    width: 20px;
}

/*JUMBOTRON*/
.jumbo-rr
{
    position: relative;
    /*background-image: linear-gradient(to left, #1e325d, rgba(0,0,0,0), #1e325d), url("../../images/background.jpg");*/
    background-image: linear-gradient(to left, #1e325de5, rgba(0,0,0,0.5), #1e325de5), url("../../images/background.jpg");
    background-position: 50% 20%;
    background-size: cover;
    height: 500px;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    z-index: 0;
}

/*CARD*/
.card-h-rr
{
    display: flex;
    width: 100%;
    background-color: rgba(200, 200, 200, 0.2);
    /*margin-bottom: 50px;*/
}

.card-h-flipped-rr
{
    display: flex;
    justify-content: space-between;
}

.card-v-rr
{
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: rgba(200, 200, 200, 0.2);
    /*margin-bottom: 50px;*/
}

.card-h-rr:first-child
{
    margin-top: 0;
    margin-bottom: 0px;
}

.card-h-rr:not(:first-child)
{
    margin-top: 50px;
    margin-bottom: 0px;
}

.card-small-h-rr:not(:first-child)
{
    margin-top: 50px;
    margin-bottom: 0px;
}

/*.card-h-rr:last-child
{
    margin-top: 50px;
    margin-bottom: 0;
}*/

.card-content-rr
{
    padding: 30px;
}

.row-h-v-fill-rr
{
    height: 100vh;
}

.card-h-img-rr
{
    width: 300px;
}

.card-small-h-rr
{
    display: flex;
    align-items: center;
    padding: 10px;
    width: 100%;
}

.card-small-h-rr img
{
    height: 100px;
}

.card-small-h-rr > 
{
    text-align: center;
    margin-left: 30px;
    background-color: red;
}

/*.card-title-rr
{
    
}

.card-body-rr
{
    
}*/

/*BUTTONS*/
.btn-rr
{
    background-color: #e2e2e2;
    border-radius: 2px;
    border: 2px solid #1E325D;
    padding: 10px;
    color: black;
}

.btn-rr:hover
{
    background-color: #1E325D;
    border-radius: 2px;
    border: 2px solid #1E325D;
    padding: 10px;
    color: white;
}

.btn-wide-rr
{
    background-color: #e2e2e2;
    border-radius: 2px;
    border: 2px solid #1E325D;
    padding: 10px;
    color: black;
    width: 100%;
}

.btn-wide-rr:hover
{
    background-color: #1E325D;
    border-radius: 2px;
    border: 2px solid #1E325D;
    padding: 10px;
    color: white;
    width: 100%;
}

h1
{
    font-weight: bold;
    color: white;
}

/*CONTACT FORM*/
.contact-form-rr
{
    background-color: rgba(200, 200, 200, 0.2);
    display: block;
    width: 500px;
    text-align: center;
    padding: 50px;
}

.input-field-rr
{
    width: 100%;
    height: 40px;
    margin-bottom: 30px;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 2px solid #1E325D;
}

.input-field-s-rr
{
    width: 48%;
    height: 40px;
    margin-bottom: 30px;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 2px solid #1E325D;
}

.input-field-rr:focus
{
    background-color: rgb(220, 220, 220);
    border-bottom: 2px solid orange;
}

.input-field-s-rr:focus
{
    background-color: rgb(220, 220, 220);
    border-bottom: 2px solid orange;
}

/*SIGN UP FORM*/
.sign-up-form-rr
{
    background-color: rgba(200, 200, 200, 0.2);
    width: 100%;
    margin: 0;
    padding: 50px;
}

.sign-up-form-row-s-rr
{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.sign-up-form-row-bottom-rr
{
    margin-top: 20px;
}

/*.input-field-rr.active
{
    /*width: 100%;
    height: 40px;
    margin-bottom: 30px;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 4px solid orange;
}*/

.input-field-msg-rr
{
    outline: none;
    width: 100%;
    margin-bottom: 30px;
    background-color: transparent;
    border: 2px solid #1E325D;
    border-radius: 0%;
}

.input-field-msg-rr:focus
{
    background-color: rgb(220, 220, 220);
    border: 2px solid orange;
}

.sign-up-form-row-s-rr:last-child
{
    display: flex;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
}

/*TABLE*/
.table-wrapper-rr
{
    display: block;
    height: 500px;
    overflow: auto  ;
    width: 100%;
    border-bottom: 1px solid #1E325D;
}

.table-rr
{
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.table-rr thead
{
    background-color: #1e325d;
    color: white;
}

.table-rr th
{
    padding: 15px 0;
}

.table-rr td
{
    padding: 10px;
}

.table-rr tr
{
    border: 1px solid #1E325D;
    padding: 10px;
}

.table-rr tr:nth-of-type(even)
{
    background-color: #ebebeb;
}

@media (max-width: 800px)
{
    .jumbo-rr
    {
        text-align: center;
        background-image: linear-gradient(to left, #142241b2, rgba(0,0,0,0.5), #142241b2), url("../../images/background.jpg");
    }

    .content-h-rr ul
    {
        flex-direction: column;
        align-items: spac;
    }

    .content-h-rr ul li
    {
        text-align: center;
        margin:  5px 0px 5px 0px;
    }

    .card-h-rr
    {
        flex-direction: column;
    }

    .card-small-h-rr img
    {
        height: 40px;
    }

    .content-h-rr
    {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .content-h-rr:not(:first-child)
    {
        margin-top: 20px;
    }

    .content-v-rr
    {
        width: 100%;
    }

    .card-h-flipped-rr
    {
        flex-direction: column-reverse;
    }

    .card-h-img-rr
    {
        width: 100%;
    }
    .contact-form-rr
    {
        width: 100%;
    }

    .sign-up-form-rr
    {
        width: 100%;
        padding-top: 250px;
    }

    .contact-list-h-rr
    {
        display: none;
    }

    .sign-up-form-row-s-rr
    {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .input-field-s-rr
    {
        width: 100%;
    }

    /*.row-h-rr
    {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }*/
}