section.links-well ul {
    padding-left: 20px;
    color: #aa985e;
}
section.links-well ul ul {
    list-style-type: square;
    margin-top: 0;
}
section.links-well li a {
    display: block;
    padding: .25em 0 0;
}

.bg-image-full  {
	display: none;
}
article  {
	background: url(../images/herky.png) no-repeat;
    background-position: right center;
    background-size: contain;
}

@media screen and (min-width:640px) {
section.links-well {
    display: flex;
   flex-wrap: wrap;
}
section.links-well div {
    flex: 1 1 48%;
    margin-right: 4%;
}
section.links-well div:nth-of-type(even) {
    margin-right:0;
}
}
@media screen and (min-width:768px) {
    .col-md-12 .three-wide {
        display: flex;
    }
    .col-md-12 .three-wide li {
        flex: 1 1 30%;
        margin-right: 5%;
    }
    .col-md-12 .three-wide li:last-of-type {
        margin-right: 0%;
    }
}

@media screen and (min-width:960px) {
section.links-well {
}
section.links-well div {
    flex: 0 0 32%;
    margin-right: 2%;
}
section.links-well div:nth-of-type(even) {
    margin-right: 2%;
}
section.links-well div:nth-of-type(3n) {
    margin-right: 0;
}
section.links-well div:last-of-type {
    margin-right:0;
}
.col-md-12 .three-wide {
        margin: 0 auto !important;
    }
}

@media screen and (min-width:1300px) {
section.links-well {
}
section.links-well div {
    flex: 1 1 18%;
    margin-right: 2.5%;
}
section.links-well div:last-of-type {
    margin-right:0;
}
}
