body {
    font-family: 'Lato', sans-serif;
    color: #636363;
}


.section1 {
    padding: 40px 0 50px 0;
}

.section2 {
    background-color: #464646;
    padding: 40px 0;
}

.section3 {
    background-color: #ebebeb;
    padding: 50px 0;
}

.logo {
    height: 80px;
}

.nav-item {
    margin-right: 15px !important;
}

.nav-link {
    font-weight: 900 !important;
    font-size: 16px !important;
    text-transform: uppercase;
    color: #636363 !important;

}

.nav-link:hover {
    text-decoration: underline;
}

.start-trial {
    background-color: #f26722;
    border-radius: 20px;
    color: white !important;
    padding-left: 20px !important;
    padding-right: 20px !important;

}

.hiw1 {
    font-size: 40px;
    text-align: center;
    color: #1079aa;
    font-weight: 900;
    text-transform: uppercase;
}
.hiw2 {
    font-size: 14px;
    text-align: center;
    font-style: italic;
    margin-bottom: 20px;
}

.blue-div {
    background-color: #1079aa;
    height: 300px;
}

.orange-div {
    background-color: #f26722;
    height: 300px;

}

.section4 {
    position: relative;
}

.diagonal {
    background-color: #f26722;
    height: 100px;
    width: 98%;
    transform: rotate(-10deg); 
    position: absolute;
}