body {
    margin: 0;
    padding: 0 0 2rem 0;
    background: #fff;
    font-family: 'Proxima Nova', sans-serif;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #EE7623;
}

.jumbotrons {
    background: url(img/jumbotron.png) center center no-repeat #ee7623;
    color: white;
    min-height: 350px;
    padding: 2% 0;
    margin-bottom: 30px;
}

.jumbotrons p {
    margin-bottom: 0px;
}

img.row-number {
    position: absolute;
    height: 40px;
}

h3.row-title {
    color: #EE7623;
    font-weight: 600;
}

p.row-description {
    color: #333;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

p {
    font-weight: 300;
}

a.row-link {
    color: #ee7623;
    font-weight: 600;
    letter-spacing: .5px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
}

.bg-alternate {
    background: #FCF7E1;
    margin: 2rem 0;
    padding: 2rem 0;
}

.invitationTemplate, 
.emailTemplate,
.workshopTemplate,
.toolstoSupport,
.trainingEvaluation {
    display: none;
}

.downloadFIle {
    display: flex;
    width: 210px;
    align-items: stretch;
    margin-top: 20px;
}

h4.row-title {
    color: #ee7623;
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 30px;
}

.downloadFIle img {
    height: 54px;
}

.downloadText {
    margin-left: 15px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.downloadText > a {
    font-weight: 600;
    cursor: pointer;
    color: #333333;
    flex: 100%;
}

.downloadText > div {
    flex: 100%;
}

a.row-link.active span {
    transform: rotate(90deg);
    display: inline-block;
}

.row-title.text-black {
    color: #333;
}

.border-bottom-black {
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
}

h3.right-side-text {
    font-size: 24px;
}

.btn-primary {
    color: #fff;
    background-color: #EE7623;
    border-color: #EE7623;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    font-weight: 600;
    letter-spacing: .5px;
}

@media only screen and (max-width: 800px) and (orientation: portrait) {
    ul.navbar-nav {
        justify-content: space-evenly;
        width: 100%;
        margin-top: 10px;
        flex-direction: row;
    }
    nav.navbar.navbar-expand-sm.navbar-light.justify-content-between {
        justify-content: center !important;
    }
    header {
        position: sticky;
        top: -1px;
        background: #fff;
        z-index: 1050;
        max-width: 100% !important;
    }
    .jumbotrons {
        background-position: top left;
        min-height: auto;
        padding: 4% 0;
    }
    .jumbotrons .col-md-5 {
        flex: 100%;
        max-width: 100%;
    }
    .jumbotrons h2.font-weight-bold {
        font-size: 1.6rem;
    }
    h3.row-title {
        font-size: 1.3rem;
        margin-top: 20px;
    }
}