
header {
    padding: 62px 0 20px 0;
    margin-top: 0;
    text-align: center;
  }

/* Nav Menu Container */

nav {
    float: right;
    padding: 0;
    position: fixed;
    right: 0;
    z-index: 997;
    margin-top: 0;
}

nav ul {
    list-style: none;
    margin: 0; 
}

nav li {
    float: left;
    position: relative;
    margin-left: 10px;
}

nav a {
    padding: 10px;
    display: block;
    text-transform: none;
    color: #6FA24B;
    font-family: "Verdana", sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
}

nav a:hover {
    color: #11762d;
    text-decoration: underline;
}

/* ----------------- */

.row {
    display:flex;
    flex-wrap: wrap;
    /* This is bogus, because the padding of the items */
    margin-right: 0px;
   /*  margin-left: 60px; */
}

.portfolio-item {
    position: relative;
    height: 360px;
    overflow: hidden;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.portfolio-item:hover {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio-item figure {
/*    background: #000; */
    overflow: hidden;
    height: 240px;
    position: relative;
    border-radius: 4px 4px 0 0;
    opacity: 0.8;
    margin: 0;
    text-align: center;
}

.portfolio-item figure:hover {
    opacity: 1;
}

.portfolio-item figure a img {
    border-radius: 50px;
    height: 100%;
}

.portfolio-info {
    background: #fff;
    text-align: center;
    padding: 30px;
    height: 90px;
    border-radius: 0 0 3px 3px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #666666;
}

.portfolio-info h4 {
    font-size: 18px;
    line-height: 1px;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 0;
}

.portfolio-info h4 a {
    color: #333;
}

.portfolio-info h4 a:hover {
    color: #18d26e;
}

.portfolio-info p {
    padding: 0;
    margin: 0;
    color: #b8b8b8;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.portfolio-item {
    flex: 0 0 calc(33.333% - 60px);
    max-width: calc(33.333% - 30px);
    position: relative;
    width: 100%;
 }
