@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler.woff2') format('woff2'),
        url('../fonts/Butler.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Butler Stencil';
    src: url('../fonts/ButlerStencil-Bold.woff2') format('woff2'),
        url('../fonts/ButlerStencil-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body {
    /* background: rgb(136, 160, 109);*/
    background-color:white; 
    color: black;
    font-weight: normal;
    font-style: normal;
    line-height:1.8;
    margin: 0;
    padding: 0;
    /* text-align: center; */
}

p, h1, h2, h3, h4, h5, a {
    font-family: 'Source Sans Pro', sans-serif;

    }

p {margin: 0px 0px 15px;font-size:17px;}



h1 {
    font-size: 36px;
    font-weight:300; 
    margin:0 0 25px;
}

h2 {
    font-size: 26px;
    text-align:center;
    font-weight:300;
    margin:0 0 25px;
}

h3 {
    font-size: 1.5em;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:1.5;
    margin: 10px 0px;
}

a {
    /* color: #fff; */
    text-decoration:none;
}

.lite {color:#fff;}

.lite:hover {
color:blue;
}

.logo {
    /* background:  url('../images/img_banner.jpg') top center no-repeat; */
    background:  url('https://web.archive.org/web/20180315012300im_/https://www.coastcountrycomputers.com.au/templates/Magnificent/images/blue/headerImage.jpg') top center no-repeat;

    background-size: cover;
    /* padding: 70px 0 170px */
    padding:70px 0px;
    position: relative;
    display:flex;
    justify-content: center;
    align-items: center;
}

.logo .gradient {
    /* background-image: linear-gradient(to bottom, rgba(136, 160, 109,0) 85%, rgb(136, 160, 109) 100%); */
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;

}

.logo img {
    box-sizing: border-box;
    max-width: 500px;
    padding: 0 20px;
    position: relative;
    width: 100%;
    z-index: 20;
}

.banner {
    background-image: url("../images/ccc_banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position:relative;
    width: 100%;
    height: 400px; /* Adjust the height as needed */
    /* filter: grayscale(100%); */
    display:flex;
    justify-content:center;
    align-items: center;
    margin:50px 0px 50px;
  }

 .banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 47, 108, 0.753);
    z-index: 1;
  } 

  .banner img {
    /* position: absolute; */
    /* width: 80%; */
    height: 350px;
    z-index: 9;
  }


ul {padding:0px;}

li {
list-style-type: none;
margin:0px 7px;
display: flex;
}


.content {
    font-family: sans-serif;
    margin: 0 auto;
    max-width: 1300px;
    padding: 50px 20px 50px;
}

.content-2 {
    margin: 0 auto;
    max-width: 1500px;
    padding:100px 0px;
}

.dual {width:50%;padding:50px;}

.image {
    margin: 25px 0 25px;
    /* max-height:450px; */
    width: 100%;
}

.social-media {
   display:flex;
   justify-content:center;
   margin:75px 0px;
}

.sm-icons {
    width:50px;
    margin:0px 15px;
}

.sm-icons:hover {
    opacity:0.5;
}

.footer {
    font-size:14px;margin:0px;
}

@media (max-width: 990px) {

.content-2 {display:block;}
}

@media (max-width: 597px) {
    p {font-size:16px;}
.logo {height: 50%;padding:70px 0px 170px;}
#about-us {display:none;}
.banner {height:200px;}

.sm-icons {
    width:50px;
    margin:0px 20px;
}
    }

.copyright {
    font-family: sans-serif;
    font-size: 0.7em;
    margin: 50px 0;
}

.footer {font-size:12px;}

.no-break {
    display: inline-block;
}

/* .wines {
    margin: -90px auto 30px;
    position: relative;
    z-index: 10;
}

.wines ul {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.wines li {
    margin: 0;
    padding: 0;
    width: 70px;
}

.wines img {
    max-height: 160px;
    padding: 20px 10px;
}

@media (min-width: 700px) {
    .wines li {
        width: auto;
    }

    .wines img {
        max-height: 320px;
        padding: 20px;
    } 
} */