body {
    margin: 0;
}

.zone {
   /* padding:30px 50px;
    margin:40px 60px;*/
    cursor:pointer;
    /*display:inline-block;*/
    color:#FFF;
    font-size:2em;
    border-radius:4px;
    border:1px solid #bbb;
    transition: all 0.3s linear;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.main-nav {
    display: flex;
    list-style: none;
    font-size: 0.5em;
    margin: 0;
}

li {
    padding: 20px;
}

.main-body {
    text-align: center;
    font-size: 1.5em;
    justify-content: center;
}

#sitename {
    color: rgb(137 97 45);   
}

.push {
    margin-left: auto;
}

.pint {
    text-align: left;
    margin: 0;
    margin-bottom: -45px;
    padding: 36px 0 36px 42px;
    list-style: none;
    background-image: url('./img/pint.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px;
}

a {
    color: #f5f5f6;
    text-decoration: none;
}

h5 {
    margin: 0;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50vh;
}

img {
    width: 525px;
    height: 246px;
}

.grid-wrapper {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.box > img {
    width: 100%;
}

.box {
    background-color: #444;
    padding: 130px;
    margin: 20px;
}

.zone:hover {
    -webkit-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
    -moz-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
    -o-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
    box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
}

.bottom {
    font-size: 0.7em;
    text-align: center;
    padding: 10px;
}

/*https://paulund.co.uk/how-to-create-shiny-css-buttons*/
/***********************************************************************
 *  black Background
 **********************************************************************/
.black{
    background: black; /* Old browsers */
    /*background: -moz-linear-gradient(top, #56B870 0%, #a5c956 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56B870), color-stop(100%,#a5c956)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #56B870 0%,#a5c956 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #56B870 0%,#a5c956 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #56B870 0%,#a5c956 100%); /* IE10+ */
    /*background: linear-gradient(top, #56B870 0%,#a5c956 100%); /* W3C */
}

/***********************************************************************
 *  Brown Background
 **********************************************************************/
.brown{
    background: rgb(137 97 45); /* Old browsers  190 175 58   137 97 45*/
    background: -moz-linear-gradient(top, rgb(137 97 45) 0%, rgb(190 175 58) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(137 97 45)), color-stop(100%,rgb(190 175 58))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(137 97 45) 0%,rgb(190 175 58) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(137 97 45) 0%,rgb(190 175 58) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(137 97 45) 0%,rgb(190 175 58) 100%); /* IE10+ */
    background: linear-gradient(top, rgb(137 97 45) 0%,rgb(190 175 58) 100%); /* W3C */
}

/***********************************************************************
 *  Yellow Background
 **********************************************************************/
.yellow{
    background: #F3AAAA; /* Old browsers */
    background: -moz-linear-gradient(top, #F3AAAA 0%, #febf04 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3AAAA), color-stop(100%,#febf04)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #F3AAAA 0%,#febf04 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #F3AAAA 0%,#febf04 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #F3AAAA 0%,#febf04 100%); /* IE10+ */
    background: linear-gradient(top, #F3AAAA 0%,#febf04 100%); /* W3C */
}


/***********************************************************************
 *  Blue Background
 **********************************************************************/
.blue{
    background: #7abcff; /* Old browsers */
    background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
    background: linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
}
