body{
    /*font-family: "Open Sans", Arial, sans-serif;*/
	font-family: "Orkney Medium",sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
.btn-outline-primary{
    color:#2bac60;/*#312a6f*/
    border-color:#2bac60;
}
.btn-outline-primary:hover, .btn-outline-primary:active{
    color:#FFF;
    background: linear-gradient(135deg,#2bac60 0,#2bac60 100%);
    border-color:#3ac9bb;
}
.navbar-brand{
    color: #2bac60;
    font-weight: 800;
}
.navbar-brand:hover, .navbar-brand:active{
    opacity: 0.8;
    color: #3ac9bb;
}

.features {
    position: relative;
    background: #f3f3f3;
    padding-top: 150px;
    padding-bottom: 100px;
    overflow: hidden;
}

.highlighted{
    position: relative;
}
.highlighted .angle {
    bottom: -70px;
}

.angle.right-corner {
    -webkit-transform: skewY(1.8deg);
    -ms-transform: skewY(1.8deg);
    transform: skewY(1.8deg);
}
.angle {
    display: block;
    background: #fff;
        background-clip: border-box;
    height: 100px;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-background-clip: padding-box;
    -webkit-transform-style: preserve-3d;
    background-clip: padding-box;
    -webkit-backface-visibility: hidden;
}