/* REN specific CSS and modifyiers
 =================================*/
.navbar {
    font-size: 14px;
    line-height: 1.42857143;
    letter-spacing: 8px, 8px;
    font-family: Montserrat, sans-serif;
}

.dropdown-item {
    font-size: 14px;
    line-height: 1.42857143;
    letter-spacing: 8px, 8px;
    font-family: Montserrat, sans-serif;
}

.container-fluid {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}

.container-exteme-small {
    padding: 0px;
}

body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}

h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}

small-txt {
    font-size: 10px;
    margin: 0px;
}

.jumbotron {
    padding: 80px;
    font-family: Montserrat, sans-serif;
}

.bg-ren {
    background-color: #5b9bd5;
    color: #ffffff;
}
/* PMOffice specific elements
==================================*/
.bg-pmo {
    background-color: #612621;
    color: #FD9759;
}

.bg-pms {
    background-color: #2F481E;
    color: #BCD276;
}

.bg-porev {
    background-color: #514066;
    color: #BEBAD1;
}

.bg-pgboa {
    background-color: #002060;
    color: #AECEDD;
}

.bg-mbapm {
    background-color: #6CFFAE;
    color: #000000;
}
