* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: arial;
}

a {
    color: #066ca5;
    text-decoration: none;
}

body {
    background: rgba(187, 193, 193, 1);
}
h1,
h2,
h3,
h4 {
    font-family: 'PT Sans Caption', sans-serif;
}
h3 {
color:#414042;
}

p {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: 0.5em;
}

.slider,
.sliderAbout,
.shopSlider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(187, 193, 193, 1);
    background: linear-gradient(90deg, rgba(187, 193, 193, 1) 0%, rgba(196, 189, 171, 1) 100%);
    height: 200vh;
    z-index: -1;
}
.shiftText{
    margin-left:30%;
}

.cdImage {
}


.genderSelect {
    cursor: pointer;
    border-radius: 5px; /*
    max-width: 190px;
    
    -webkit-box-shadow: 0px 0px 3px 3px rgba(230,230,230,0.16);
    -moz-box-shadow: 0px 0px 3px 3px rgba(230,230,230,0.16);
    box-shadow: 0px 0px 3px 3px rgba(230,230,230,0.16);*/
    background-size: 18px;
    background-position: left center;
    background-repeat: no-repeat;
    text-align: left;
}


div.typeSelectBox.active {
    padding: 7px 23px 7px 24px;
    color: #009edc;
    border-color: #009edc;
    border-right: solid 1px !important;
    border-right-color: #009edc !important;
    background-color: #ceecf7;
}



.typeSelectBox.typeSelectBox:nth-of-type(1) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 0;
}

.typeSelectBox.typeSelectBox:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: solid 1px #aaa;
}

div.typeSelectBox {
    background-color: #fff;
    font-size: 1rem;
    clear: both;
    cursor: pointer;
    max-width: 300px;
    padding: 8px 24px;
    display: inline;
    border-top: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
    border-left: solid 1px #aaa;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(230,230,230,0.26);
    -moz-box-shadow: 0px 0px 3px 3px rgba(230,230,230,0.26);
    box-shadow: 0px 0px 3px 3px rgba(230,230,230,0.26);
    background-size: 18px;
    background-position: left center;
    background-repeat: no-repeat;
    text-align: center;
}

    div.typeSelectBox:hover {
        border-color: #ccc;
    }

    div.typeSelectBox.active {
        padding: 8px 23px 8px 24px;
        border-color: var(--clr-primary);
        border-right: solid 1px !important;
        border-right-color: var(--clr-primary) !important;
    }


.shopSlider {
    background: rgba(187, 193, 193, 1);
    background: linear-gradient(90deg, rgba(187, 193, 193, 1) 0%, rgba(196, 189, 171, 1) 100%);
    height: 360vh;
}

.myBasket, .myOrder, .successOrder {
    margin-top: 0;
    text-align: left;
    margin-bottom: 3em;
    border: solid 1px #f1f1f1;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 20px -10px;
    background: rgb(249,249,249);
    background: -moz-linear-gradient(140deg, rgba(249,249,249,1) 0%, rgba(228,251,255,1) 100%);
    background: -webkit-linear-gradient(140deg, rgba(249,249,249,1) 0%, rgba(228,251,255,1) 100%);
    background: linear-gradient(140deg, rgba(249,249,249,1) 0%, rgba(228,251,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9",endColorstr="#e4fbff",GradientType=1);
    padding: 2em 5em 5em 3em;
}


.audioArea{
    max-width:380px;
    margin-bottom:1.5em;
}

.slider .sectionContent,
.sliderAbout .sectionContent {
    padding: 10rem 0;
    display: grid;
    grid-template-columns: 48% 45%;
    grid-gap: 2rem;
}

.shopSlider .sectionContent {
    padding: 10rem 0;
    display: grid;
    grid-template-columns: 38% 65%;
    grid-gap: 1rem;
}
.sliderAbout .sectionContent p {
    font-size: 0.9em;
}

.sliderAbout .sectionContent a {
    color: #167bc8;
}
.teaser img {
    max-width:650px;
}

.pastProductsArea {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: repeat(3, 33%);
    color: #fff;
    background: rgb(253,204,126);
    background: linear-gradient(148deg, rgb(226 237 255) 0%, rgb(175 181 191) 93%);
    border-radius: 8px;
    padding: 1em 2em;
}

.pastProductsArea h1 {
    margin-bottom:1em;
}
.twospan {
    grid-column: span 2;
}

.threespan {
    grid-column: span 3;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}


.addToBasketBox {
    display: grid;
    grid-template-columns: 75px minmax(auto, 250px);
    grid-template-rows: 39px;
}

.addToBasket {
    display: grid;
    grid-template-columns: 60% 5% 35%;
    grid-gap: 5px;
    padding: 0 1em;
    font-size: 1em;
    margin-bottom: 0;
    text-decoration: none;
    border: solid 1px #49b7f5;
    background-color: #d6eeff;
    margin-right: 3px;
    border-radius: 8px;
}

.addLong {
    grid-template-columns: 60% 5% 35% !important;
}

.addToBasket:active {
    background-color: #cce9fe;
}
    .addToBasket:hover {
        background-color: #b4e0ff;
    }

p.addedSuccees {
    font-size: 0.85em !important;
    color: #16ab2a !important;
    padding: 0.25em 0;
}

.amountText, .amount {
    display: inline-block;
    margin-top: 10px;
}

.amount {
    color: #4e80b6 !important;
    font-weight: bold;
}

.amountBreaker {
    display: inline-block;
    height: 100%;
    margin-top: 0;
    border-left: solid 1px #49b7f5;
}

.categoryFilterArea {
    text-align: left;
    padding: 0.5em 1em;
    margin:1em 0 2em 0;
}
.cdImage{
    border-radius:6px;
}

.shopArea {
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
    border-radius: 20px;
    background-color: rgb(227, 227, 227);
    padding: 1em 2em;
    position: relative;
    top: 2em;
    z-index: 30;
}

.shopStage {
    display: grid;
    grid-gap:1em;
}

.group {
    border: solid 2px #f7e4c2;
    background-color: #fff;
    padding: 0.4em 1.918em;
    margin-right: 3px;
    border-width: 1px;
    border-radius: 20px;
}

    .group.activeGroup {
        color: #fff;
        background: rgb(253,204,126);
        background: linear-gradient(148deg, rgba(253,204,126,1) 0%, rgba(251,147,94,1) 93%);
        padding: 0.4em 2em;
        border-width: 1px;
        border-radius: 20px;
    }

.stickText
{
    margin-left:2.75em;
}

.stickBox {
    margin-left: 3em;
}

.stickArea {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 20px -10px;
    background: rgb(249, 249, 249);
    background: -moz-linear-gradient(140deg, rgba(249,249,249,1) 0%, rgba(228,251,255,1) 100%);
    background: -webkit-linear-gradient(140deg, rgba(249, 249, 249, 1) 0%, rgba(228, 251, 255, 1) 100%);
    background: linear-gradient(140deg, rgba(249, 249, 249, 1) 0%, rgba(228, 251, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9",endColorstr="#e4fbff",GradientType=1);
    padding: 2em 2em 0 2em;
}

.stickArea img
{
    width:190px;
}

.product {
    margin-bottom: 1em;
    border: solid 1px #f1f1f1;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 20px -10px;
    background: rgb(249, 249, 249);
    background: -moz-linear-gradient(140deg, rgba(249,249,249,1) 0%, rgba(228,251,255,1) 100%);
    background: -webkit-linear-gradient(140deg, rgba(249, 249, 249, 1) 0%, rgba(228, 251, 255, 1) 100%);
    background: linear-gradient(140deg, rgba(249, 249, 249, 1) 0%, rgba(228, 251, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9",endColorstr="#e4fbff",GradientType=1);
    padding: 2em 3em 2em 3em;
}

.productNumberField {
    max-width: 60px;
    height: 40px;
    border-radius: 6px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.mimoImg {
    border-radius:6px;
}

textarea {
    font-family: arial, sans-serif;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    width: 380px;
}
.select-css:hover {
    border-color: #888;
}

.select-css {
    display: block;
    font-size: 1rem;
    line-height: 1.3;
    color: #444;
    padding: .6em 1.4em .6em .8em;
    width: 100%;
    max-width: 15em;
    height: 2.5em;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.otherCountry{
    display:none;
}

.messageField label, .otherCountry {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: 0.5em;
}

input.fullInput {
    width: 100%;
}

input.hugeInput {
    width: 350px;
}

input.largeInput {
    width: 300px;
}

input.middleInput {
    width: 160px;
}

input.mediumInput {
    width: 200px;
}

input.smallerInput {
    width: 70px;
}

input.smallestInput {
    width: 35px;
}

input.microInput {
    width: 30px;
}

.closerCell {
    display: grid;
    grid-template-columns: 80px auto;
    grid-gap: 0.25em;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fade-out {
    animation: fadeOut ease-in-out 4s;
    -webkit-animation: fadeOut ease-in-out 4s;
    -moz-animation: fadeOut ease-in-out 4s;
    -o-animation: fadeOut ease-in-out 4s;
    -ms-animation: fadeOut ease-in-out 4s;
}

.basketPanel {
    position: fixed;
    display: grid;
    top: 10px;
    right: 15px;
    width: 75px;
    height: 75px;
    z-index: 200;
    background-color: #d6eeff;
    border: 1px solid #49b7f5;
    border-radius: 50%;
    cursor: pointer;
}
.orderInputs {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-gap: 1em;
}

    .basketPanel:hover {
        background-color: #c1e5ff;
    }

    .basketPanel img {
        width: 70%;
        margin: 0.75em auto;
    }

.basketCount {
    position: absolute;
    top: 23px;
    left: 22px;
    font-size: 1.1em;
    color: #ffa046;
    width: 30px;
    height: 30px;
    z-index: 300;
    text-align: center;
    margin: 0 auto;
}

.basketItems {
}

.basketItem {
    display: grid;
    grid-template-columns: 20% 30% 20% 30%;
    grid-gap: 1em;
    background-color: #d6eeff;
    padding: 1em;
    border-radius: 10px;
    margin-bottom: 1em;
}

    .basketItem p {
        color: #1c355e;
    }

.shoppingCosts, .totalCosts {
    display: grid;
    grid-template-columns: 20% 30% 20% 30%;
    grid-gap: 1em;
    background-color: #d6eeff;
    padding: 1em;
    border-radius: 10px;
    margin-bottom: 1em;
}

.popupOverlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 45; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.overlayContent {
    position: absolute;
    padding: .75em;
    background-color: #fff;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: black;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    border-radius: 5px;
}

.prompt.close-on-click-outside {
    pointer-events: auto;
}

.totalCostsField {
    display: grid;
    background-color: #d6eeff;
    padding: 0.5em 1em;
    width: 280px;
    border-radius:6px;
}

.tableHeaderText {
    color: #49b7f5;
    font-size: 0.85em;
    text-transform: uppercase;
    display: block;
}

.tableTotalText {
    font-weight: bold;
    color: #49b7f5;
    font-size: 1em;
    text-transform: uppercase;
    display: block;
}

nav {
    display: grid;
    grid-template-columns: 5% 1fr 1fr 5%;
    min-height: auto;
    color: white;
    align-items: center;
}

#logo {
    grid-column: 2/3;
    font-size: 24px;
    margin-top: 0.5em;
}

.hamburger {
    justify-self: end;
    font-weight: 600;
}

section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.content {
    display: grid;
    grid-gap: 2em;
    grid-template-columns: 20% 40% 20% 20%;
    grid-template-rows: 15rem 15rem 25rem;
    min-height: 10vh;
    align-items: start;
    padding: 2em 0;
    background-color: rgba(181,182,218,0.35);
    margin-top: 4rem;
}

.sectionContent h1 {
    color: #534588;
    font-size: 1.5rem;
    text-align: left;
}

.sectionContent h2 {
    color: #534588;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0.75em;
    line-height: 1.3;
    text-align: left;
}

.addToCartBtn {
    margin-left: 2em;
    background-color: #6b427e;
    color: #fff;
    border-radius: 4px;
    text-align: right;
    padding: 3px 12px;
    cursor: pointer;
    float:right;
}

.shoppingBagArea{
    padding:0;
}

.audioArea p {
    font-size: 0.9em;
}
.audioArea audio {
    height: 35px;
    max-width: 100%;
}

.content h3 {
    font-size: 1.4em;
    line-height: 1.3;
}

.header-buttons a, .finishOrder, .saveOrder {
    border: 1px solid #fff;
    border-radius: 100px;
    margin: 0 5px;
    padding: 12px 35px;
    outline: none;
    color: #920f0f;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    background-color: azure;
}

.backBtn {
    border: 1px solid #cdcdcd;
    border-radius: 100px;
    margin: 0 5px 10px;
    padding: 12px 35px;
    outline: none;
    color: #920f0f;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    background-color: azure;
}

.itemCount a {
    font-size: 0.85em;
}

.finishOrder, .saveOrder {
    color: #fff !important;
    background: rgb(191,66,146);
    background: linear-gradient(-45deg, #534588 0%, #9f86ff 100%, rgba(0,212,255,1) 100%);
    font-weight: bolder;
}
.backBtn {
    color: #fff !important;
    background: rgb(191,66,146);
    background: linear-gradient(-45deg, #afafaf 0%, #efefef 100%, rgba(0,212,255,1) 100%);
    font-weight: bolder;
}

.header-buttons a.activeCTA {
    color: #fff !important;
    background: rgb(191,66,146);
    background: linear-gradient(-45deg, #534588 0%, #9f86ff 100%, rgba(0,212,255,1) 100%);
}

.header-buttons a:hover {
    text-decoration: none;
    color: #50d1c0;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}

.orderBtn {
    border: 1px solid #fff;
    border-radius: 100px;
    margin: 0 5px;
    padding: 12px 35px;
    outline: none;
    color: #920f0f;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    background-color: azure;
    color: #fff;
    background: rgb(191,66,146);
    background: linear-gradient(-45deg, rgba(191,66,146,1) 0%, rgba(28,53,94,1) 100%, rgba(0,212,255,1) 100%);
}


    .orderBtn:hover {
        text-decoration: none;
        color: #50d1c0;
        background-color: #fff;
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    }


.contentTitle:first-of-type {
    margin-top: 0;
    padding-top: 1rem;
}

.contentTitle {
    grid-column: 2;
    margin-top: 5em;
}

.contentText {
    grid-column: 2;
}

.contentTextR {
    grid-row: 1 / span 3;
    grid-column: 3 / span 2;
}

    .contentTextR img {
        width: 100%;
    }

    .contentTextR h2 {
        color: #E88E30;
    }

.hero {
    width: 100%;
    height: 65%;
    position: relative;
    left: 10%;
}

    .hero img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero::after {
        content: "";
        background: black;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0.3;
    }

.headline {
    position: absolute;
    top: 60%;
    left: 0;
    padding: 1rem 1rem 1rem 2rem;
    font-size: 3rem;
    font-family: 'PT Sans Caption', sans-serif;
    transition: translate(-20%, -70%);
    text-align: center;
    color: rgba(255,255,255,0.85);
    z-index: 3;
    background: rgba(15,15,15,0.4);
}

.befvp {
    width: 100%;
    height: 10px;
    background: rgb(194,143,134);
    background: linear-gradient(90deg, rgba(194,143,134,1) 0%, rgba(229,183,175,1) 100%);
    margin: 0px 0px 10px;
}

.wrap-table {
    width: 960px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(230,230,230,0.16);
    -moz-box-shadow: 0px 0px 3px 3px rgba(230,230,230,0.16);
    box-shadow: 0px 0px 3px 3px rgba(230,230,230,0.16);
    margin-bottom: 1.5em;
}

.row.header {
    background: #fefefe;
}

.table, .row {
    width: 100% !important;
}

.row {
    display: table-row;
    background: #fff;
}

.cell {
    display: table-cell;
}

.row .cell {
    font-family: Arial;
    font-size: 15px;
    color: #666666;
    line-height: 1.2;
    font-weight: unset !important;
    padding: 0.75em 1em 0.75em 0;
    border-bottom: 1px solid #f2f2f2;
}

    .row .cell:nth-child(1) {
        padding-left: 1em;
    }

.wrap-table p {
    padding: 0;
}

.row .cell:nth-child(1) {
    width: 70%;
}

.row .cell:nth-child(2) {
    width: 15%;
}

.row .cell:nth-child(3) {
    width: 15%;
}

nav, nav ul {
    width: 100%;
    position:absolute;
    top:2rem;
    right:6%;
    max-width: 1280px;
    margin: 1rem auto;
}

    nav a {
        grid-column: 2;
    }

li {
    list-style-type: none;
}

nav ul {
    grid-column: 3 / span 2;
    width: 100%;
    display: flex;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    justify-content: space-around;
    max-width: 35em;
}
 nav ul p {
        display: inline-block;
        font-size: 1.1rem;
        padding: 0.35em;
        text-decoration: none;
        font-weight: normal;
        color: #fff;
        font-family: arial;
        font-family: 'PT Sans Caption', arial;
    }
    nav ul a {
        display: inline-block;
        font-size: 1.1rem;
        padding: 0.35em;
        text-decoration: none;
        font-weight: bold;
        color: #fff;
        font-family: arial;
        font-family: 'PT Sans Caption', arial;
    }

    nav ul p {
        color: #534588;
    }

.bookNowLink {
    background: rgb(149,174,221);
    background: linear-gradient(140deg, rgba(149,174,221,1) 0%, rgba(109,124,153,1) 100%);
    border-radius: 3px;
    color: #fff;
    padding: 0.5em 0.85em 0.35em;
}

.bookNowLink:hover {
    background: rgb(255,255,255);
    background: linear-gradient(140deg, rgba(129,154,211,1) 0%, rgba(119,104,123,1) 100%);
}

/* content
================== */
.sectionBack {
    padding: 0;
}

.sectionContent {
    margin: 0 0 0 25%;
    max-width: 1280px;
    grid-gap: 20px;
    display: grid;
}

.sectionContentShop {
    margin: 0 auto;
}


.sectionHero {
    height: 80vh;
}

.sectionFocus {
    display:grid;
    margin-top:3em;
    background: rgb(250,243,227);
    background: -moz-linear-gradient(180deg, rgba(250,243,227,1) 0%, rgba(224,209,175,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(250,243,227,1) 0%, rgba(224,209,175,1) 100%);
    background: linear-gradient(180deg, rgba(250,243,227,1) 0%, rgba(224,209,175,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faf3e3",endColorstr="#e0d1af",GradientType=1);
}

.sectionAbout {
    display: grid;
    margin-top: 3em;
    background: #fff;
}


.sectionFocus .sectionContent p,
.sectionAbout .sectionContent p {
    color: #222;
    max-width: 960px;
}

.sectionFocus .ctaBtn {
    justify-self: center;
}


.sectionDetailImages {
    margin: 5em 0 6em;
    background: rgb(2,0,36);
    background: -moz-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,154,222,1) 50%, rgba(2,0,36,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,154,222,1) 50%, rgba(2,0,36,1) 100%);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,154,222,1) 50%, rgba(2,0,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#020024",GradientType=1);
}

.sectionDetailImages img {
    align-self: center;
    border-radius: 5px;
    box-shadow: 0 10px 30px 0 rgba(49,52,57,.3), 0 10px 30px rgba(0,0,0,.08);
}

.focusImg, .aboutMeImg {
    border-radius: 5px;
}

.focusPoints {
    display: grid;
    grid-gap: 20px;
    max-width: 1280px;
    margin: 0 auto;
}

.focusPoint {
    display: grid;
    grid-template-rows: 140px 25px auto 38px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 36px -10px;
    background-color: rgba(255,255,255,0.5);
    grid-gap: 1em;
    padding: 1em 1em 2em;
    border-radius: 1em;
    overflow: hidden;
    max-width: 20rem;
    margin: 1em auto;
}


.btnMore {
    border: solid 1px rgb(194,143,134);
    border-radius: 3px;
    text-transform: uppercase;
    color: rgb(194,143,134);
    padding: 0.7em 1em 0.7em 1em;
    letter-spacing: 1px;
    max-width: 220px;
    text-shadow: none;
    font-weight: bold;
    text-align: center;
    justify-self:center;
}


    .btnMore:hover {
        border: solid 1px rgb(180,153,144);
        color: rgb(180,153,144);
        text-align: center;
    }


.ctaBtn {
    background: rgb(149,174,221);
    background: linear-gradient(140deg, rgba(149,174,221,1) 0%, rgba(109,124,153,1) 100%);
    border-radius: 3px;
    text-transform: uppercase;
    color: #fff;
    padding: 0.7em 1em 0.7em 1em;
    letter-spacing: 1px;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
    text-shadow: none;
    font-weight: bold;
}


.ctaBtn:hover {
    background: rgb(255,255,255);
    background: linear-gradient(140deg, rgba(129,154,211,1) 0%, rgba(119,104,123,1) 100%);
}


.ctaBtnSmall {
    background: rgb(75,177,246);
    background: -moz-linear-gradient(90deg, rgba(75,177,246,1) 0%, rgba(4,85,191,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(75,177,246,1) 0%, rgba(4,85,191,1) 100%);
    background: linear-gradient(90deg, rgba(75,177,246,1) 0%, rgba(4,85,191,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4bb1f6",endColorstr="#0455bf",GradientType=1);
    border-radius: 5px;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 1em 6px 1em;
    letter-spacing: 0.5px;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
    text-shadow: none;
    font-weight: 500;
    text-align: center;
}

    .ctaBtnSmall:hover, .ctaBtnSmall:active {
        color: #eee;
    }
.focusPoint h1,
.focusPoint h3 {
    text-align: center;
}

.focusPoint p {
    text-align: center;
}

.focusIcon {
    width: 100px;
    margin-top: 0em;
    justify-self: center;
    text-align: center;
    align-self: center;
}

