.project-page .submenu li {
    border-bottom: solid 1px #c6d92d;
    font-family: 'FFSanukWebMedium';
    color: #2c3a66;
    padding: 5px 0;
}

.project-page .submenu p {
    font-family: 'FFSanukWeb';
    color: #717271;
    padding: 5px 0;
    font-size: 12pt;
    margin-bottom: 5px;
}

.project-page .submenu .btn-link:focus,
.project-page .submenu .btn-link:hover {
    text-decoration: none;
}

.project-page .submenu button:hover {
    background-color: #62bd4e;
}

.project-page .submenu button {
    border-radius: 0;
    background-color: #59aa47;
    font-family: 'FFSanukWebMedium';
    color: #fff;
    font-size: 12pt;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px 0 0;
}

.project-page .sections .title {
    font-family: 'FFSanukWebMedium';
    margin-top: 0;
    font-size: 30px;
}

.project-page .sections .bigTitle {
    font-family: 'FFSanukWebMedium';
    margin-top: 25px;
    font-size: 50pt;
    color: #59aa47;
    margin-bottom: 0;
}

.project-page .sections hr {
    margin-top: 0;
    margin-bottom: 20px;
    border: 0;
    border-top: 6px solid #59aa47;
    width: 82px;
}

.project-page .sections .subtitle {
      font-family: 'FFSanukWebLight';
      font-size: 30pt;
      color: #59aa47;
      margin-bottom: 0px;
}

.project-page .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.project-page .video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.project-page a.btn-link button,
.project-page a.btn-link {
    margin:0;
    width: 100%;
}
