﻿
.row-full {
    width: calc(100vw);
    position: relative;
    margin-left: -50vw;
    left: 50%;
    height: 250px;
    overflow: hidden;
    /*background-image: url('/backgrounds/background3.jpg');*/
    background-size: cover;
    background-position: center;
    /*margin-bottom: 25px;
    margin-top: -40px;*/
}
/*.row-full {
    width: calc(100vw - 9px);
    position: relative;
    margin-left: -50vw;
    left: 50%;
    height: 250px;
    overflow: hidden;
    background-image: url('/backgrounds/background3.jpg');
    background-size: cover;
    background-position: center;
    margin-bottom: 25px;
    margin-top: -40px;
}*/
.bulletpointscontainer {
    padding-top: 20px;
    padding-left: 20px;
    max-width: 800px !important;
    margin: auto;
    background-color: rgba(27, 95, 32, 0.05);
    border-radius: 10px;
}

.icontopnav .color1 {
    fill: white
}

.icontopnav .color2 {
    fill: #9ed8b0
}


