/*RESET*/
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-decoration: none;
	outline: inherit;
}

:hover {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
::-webkit-scrollbar {
    width:5px;
} 
::-webkit-scrollbar-track {
    background:rgba(255,255,255,0.3);
} 
::-webkit-scrollbar-thumb {
	background:#999;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #111111;
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../../images/concrete-white.jpg) repeat fixed;
}


/*FONTS*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
strong {
    font-weight: bolder;
}

p,
li {
    font-size: 18px;
    line-height: 30px;
    margin: 30px auto;
    color: #808080;
}

ul li {
    margin: 5px 0;
    margin-left: 25px;
}


/*OBJECTS*/
.button {
    display: inline-block;
    padding: 15px 20px;
    background: #111111;
    outline: none;
    -webkit-appearance: none;
    color: white;
    margin: 20px auto;
    border-radius: 40px;
    border: none;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.button:hover,
.button:focus {
    cursor: pointer;
    background: #333333;
    color:;
}

hr {
    border: none;
    margin: 50px auto;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.logo {
    width: 90%;
    max-width: 150px;
    display: inline-block;
}


/*LINKS*/
a:link,
a:hover,
a:visited,
a:focus,
a:active {
    color: inherit;
	text-decoration: none;
    cursor: pointer;
}
a:link {
    color: ;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: none;
    cursor: pointer;
}


/*DIVS*/
section {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.container {
    padding: 20px 0;
    position: relative;
}

.cell-1-4 {
    width: 24.5%;
    padding: 0;
    margin: 5px 0;
}
.cell-1-4 img {
    width: 100%;
    margin: 0;
}

.cell-main-img {
    width: calc(100% - 230px);
    position: relative;
}
.cell-main-img .sub-heading {
    position: absolute;
    top: 25px;
    left: 30px;
    color: white;
    text-shadow: 2px 2px 0 black;
}
.cell-swatches {
    width: 210px;
}
.cell-main-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}
.cell-swatches p {
    margin: auto;
}

.item {
    padding: 0;
}
.item p.scroll {
    font-size: small;
    margin: 5px 0;
    display: none;
}

.colour-title {
    position: absolute;
    top: 0;
    right: 20px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 15px;
    border-radius: 20px;
}

.swatch-group {
    width: 100%;
    display: flex;
    gap: 5px;
}
.swatch {
    width: 45px;
    height: 30px;
    margin: 0 3px 3px 0;
    border-radius: 5px;
    display: inline-block;
    background-blend-mode: multiply;
}
.swatch:hover,
.swatch:focus {
    border: 2px solid black;
}

.thyme {
    background: #af997e;
}
.buttercup {
    background: #bb996f;
}
.doeskin {
    background: #b48d6f;
}
.marigold {
    background: #b98c60;
}

.sandstone {
    background: #ad9688;
}
.sahara {
    background: #ae9283;
}
.sandalwood {
    background: #a68271;
}
.nutmeg {
    background: #aa8371;
}

.rosemary {
    background: #b2a188;
}
.ginger {
    background: #b39a7a;
}
.bamboo {
    background: #bb986c;
}
.straw {
    background: #af8e64;
}

.canvas {
    background: #ab9889;
}
.toffee {
    background: #9b8577;
}
.burlap {
    background: #957764;
}
.cinnamon {
    background: #9e7e71;
}

.earthern {
    background: #998b85;
}
.rawhide {
    background: #998173;
}
.buckskin {
    background: #8e7365;
}
.leather {
    background: #886c5d;
}

.taupe {
    background: #8e8279;
}
.lava {
    background: #85776f;
}
.buffalo {
    background: #85786a;
}
.bark {
    background: #786961;
}

.colony-red {
    background: #b07c6f;
}
.clay {
    background: #a87c6d;
}
.fox-red {
    background: #b36755;
}
.terra-cotta {
    background: #b46351;
}

.ash {
    background: #91827c;
}
.oyster {
    background: #857874;
}
.orchid {
    background: #7f6e6a;
}
.rustique {
    background: #796865;
}

.dusty-rose {
    background: #a48780;
}
.light-plum {
    background: #95736c;
}
.redwood {
    background: #936c64;
}
.dark-redwood {
    background: #8d6b63;
}

.desert-tan {
    background: #c0a793;
}
.salmon {
    background: #c0997e;
}
.prairie-tan {
    background: #c09074;
}
.peach {
    background: #bb8364;
}

.trail-dust {
    background: #b08f79;
}
.driftwood {
    background: #ab846a;
}
.spice {
    background: #b6876d;
}
.apricot {
    background: #a97556;
}

.sand {
    background: #b39081;
}
.cedar {
    background: #b78270;
}
.camel {
    background: #b57a67;
}
.sedona {
    background: #b67b61;
}

.slate {
    background: #81827f;
}
.smoke {
    background: #7a7979;
}
.charcoal {
    background: #747678;
}
.onyx {
    background: #646566;
}


/*MODIFIERS*/
.left {
    text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}

.ftlt {
    float: left;
}
.ftrt {
    float: right;
}
.clear {
    clear: both;
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.space-top {
    margin-top: 100px;
}

.heading {
    font-size: 48px;
    margin-bottom: 50px;
}
.sub-heading {
    font-size: 36px;
}
.cell-heading {
	font-size: 24px;
}
.sample-heading {
    background: url(../../images/concrete.jpg) repeat fixed #111111;
    padding: 10px 25px;
    margin: 0;
    color: white;
    text-align: center;
}
.sample-heading .fa {
    margin-left: 10px;
    padding: 10px;
    border-radius: 25px;
}
.cell-1-4:hover .sample-heading .fa {
    background: rgba(255,255,255,0.1);
}


/*MEDIA QUERIES*/
@media (max-width:1024px) {
    .cell-1-4 {
        width: 32.5%;
    }

    .item p.scroll {
        display: block;
    }

    .cell-swatches,
    .cell-main-img {
        width: 100%;
    }
    .cell-main-img img {
        height: 70vh;
    }
    .colour-title {
        top: auto;
        bottom: 0;
        right: auto;
        left: 20px;
        color: white;
        background: rgba(0, 0, 0, 0.5);
        padding: 5px 15px;
        border-radius: 20px;
    }
    .cell-swatches {
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .cell-swatches::-webkit-scrollbar {
        display: none;
    }
    .swatch-group {
        width: auto;
        padding: 10px 10px 7px;
        margin: 3px 5px;
        border-radius: 5px;
        background: #eeeeee;
    }
    .swatch {
        width: 40px;
        height: 40px;
    }
}


@media (max-width:768px) {
    .cell-1-4 {
        width: 49.5%;
    }
}


@media (max-width:532px) {
    .cell-1-4 {
        width: 100%;
    }
}