@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


:root {
    --white: #F2E8D5; 
    --off-white: #EFE3CF;
    --black: #231f20;
    --dkgrey: #222;
    --grey: #444;
    --ltgrey: #777;
    --orange: #C65D1E;
    --ltorange:#D46A2E ;
    --violet: #123B5A;
    --red: #d84c52;
    --blue:  #0F3057;
  }

body,
html {
    overflow-x: hidden;
    height: 100%;
    margin: 0;
    padding: 0;
    background: var(--off-white);
}

body {
      font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.content {
    position: relative;
    padding: 0;
    min-height: 100%;
    margin: 0 auto -0px;
    margin-bottom: 100px;
}

.container {
    width: 88%;
    max-width: 54em;
    margin: 0 auto;
}

.site-footer {
    height: 60px;
}

.site-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: var(--blue);
    color: var(--white);
    margin: 50px 0 0;
    padding: 0.5em 0;
    text-align: center;
}

.site-footer p {
    font-size: 10px;
}

.site-footer a {
    color: var(--white) !important;
    border: none;
    text-decoration: none;
}
.site-footer a:hover {
    color: var(--off-white);
    border: none;
    text-decoration: none;
}

.site-footer span a {
    padding: 10px;
}
.social-icons a:link {
    border: none;
    text-decoration: none;
}

.social-icons img {
    width: 65px;
    height: 65px;
}


img.logo {
    width:250px;
    height: auto;
}

img.visits-listing {
    width: 100px;
    height:auto;
}

.small {
    font-size: 10px;
}

h1,
h2,
h3,
h4 {
    font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1 {
    font-size: 42px;
    color: var(--blue);
}


h2 {
    font-size: 32px;

}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 18px;
}
.navbar .nav-item a,
li,
p,
ul {
    font-size: 18px;
}
a, 
a:link,
a:active,
a:visited {
    color: var(--orange);
    text-decoration: none;
   border-bottom: none;
    font-weight: 600;
}
a:hover {
    color: var(--ltorange);
}

strong {
font-weight: 700;
}

.caption h1 {
    font-size: 48px;
    color: var(--off-white);
}

.caption h1 span {
    color: var(--white);
}

.caption h2 {
    font-size: 36px;
}

.caption p,
p.shout {
    font-size: 18px;
}

.legal {

    max-width: 600px;
    margin: 50px auto;
    text-align: center;
}



.text-center {
    text-align: center;
}

li .img-responsive,
span img {
    float: right;
    width: 100px;
    height: auto;
}

.search-container {
    max-width: 400px;
    margin: 50px auto;
}

input[type="search"] {
    display: block;
    width: calc(100% - 24px);
    /*20px [ left & Right ] padding + 4px border [ left & Right ] */
    font-size: 18px;
    font-weight: 600;
    color: var(--violet);
    padding: 10px;
    border: 2px solid var(--ltgrey);
}

.article {
    padding: 20px 0;
}
.article h4 a,
.article h4 a:visited {
    color: var(--blue) !important;
}
@media only screen and (min-width:768px) {

    .social-icons img {
        margin-right: 5px;
        width: 50px;
        height: 50px;
    }
   

}

@media screen and (max-width: 768px) {
    .caption h1 {
        font-size: 36px;
    }

    .caption h2 {
        font-size: 24px;
    }

    .caption p,
    p.shout {
        font-size: 18px;
    }

    img.logo {
        width: 200px;
        height: auto;
    }

}
@media screen and (max-width: 414px) {
    .caption {
        position: absolute;
        left: 5%;
        top: 20%;
        text-align: center;
    }

    .caption h1 {
        font-size: 36px;
    }

    .caption h2 {
        font-size: 24px;
    }

    caption p,
    p.shout {
        font-size: 17px;
    }
}
@media screen and (max-width: 320px) {

    .bgimg-1 .caption {
        position: absolute;
        top: 20%;
    }
    .caption h1 {
        font-size: 30px;
    }

    .caption h2 {
        font-size: 20px;
    }

    .caption p,
    p.shout {
        font-size: 15px;
    }
}


.topnav {
    overflow: hidden;
    background-color: var(--blue);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    box-shadow: 0 3px var(--ltgrey);
}

.topnav a {
    float: left;
    display: block;
    color: var(--off-white);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    border:none;
    font-size: 17px;

}
.topnav a:hover {
    background-color: var(--off-white);
    color: var(--ltorange);
}

.topnav a.active {
    background-color: var(--off-white);
    color: var(--ltorange);
}

.topnav .icon {
    display: none;
}

#hamburger-menu {
    width: 15px;
    height: 15px;
    display: block;
    border: none;
    padding: 0;
    margin: 3px;
    background: linear-gradient( to bottom, #231f20, #231f20 20%, #D46A2E 20%, #D46A2E 40%, #231f20 40%, #231f20 60%, #D46A2E 60%, #D46A2E 80%, #231f20 80%, #231f20 100% );
}

img a, .column a, .contact img a,  #buy-bar a { 
    border:none;}

    #buy-bar div {
       display: inline-block;
       padding: 10px;
    }

    #buy-bar img a:hover {
        opacity: .9;
    }

 

.list-unstyled li {
    display: inline;
    border: none;
    color: var(--orange);
}

li {
    list-style: none;
    padding-bottom: 10px;
}

ul {
    margin: 0;
    padding: 0;
}


@media screen and (max-width: 768px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .topnav.responsive {
        position: fixed;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .bgimg-1 .caption {
        position: absolute;
        top: 5%;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
.bgimg-1
{
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(55, 55, 55, .2)), url("../img/background-docks-2650x1767.jpg");
    min-height: 100vh;
}



}

@media screen and (max-width: 768px) {
.bgimg-1{
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(55, 55, 55, .2)), url("../img/background-docks-768x512.jpg");
    min-height: 100vh;
}

}


@media only screen and (max-device-width: 1024px) {
    .bgimg-1{
        background-attachment: scroll;
    }

    .caption h1 span {
        font-size: 36px;
    }
    
    .caption h2 {
        font-size: 24px;
    }
}

.caption {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 30%;
    text-align: center;
    color: var(--white);
}

.caption a {
    text-decoration: none;
}

.welcome {
    text-align: center;
    background-color: var(--white);
}

.banner {
    text-align: center;
    padding: 50px 80px;
    color: var(--white);
    background-color: var(--black);
    box-shadow: 0 10px var(--ltgrey);
}

.banner a {
    color: var(--white);
}

#main {
    padding-top: 125px;
    padding-bottom: 100px;
}

* {
    box-sizing: border-box;
}

.column {
    float: left;
    padding: 10px;
    height: 100%;
    min-height: 500px;
    width: 33.33%;
    display: table-cell;
    text-align: center;
}
@media screen and (max-width: 992px) {
    .column {
        width: 33.33%;

    }
}
@media screen and (max-width: 768px) {
    .column {
        width: 50%;

    }
}
@media screen and (max-width: 414px) {
    .column {
        width: 100%;
 
    }
}
.row:after {
    content: "";
    display: table;
    clear: both;
}



.column img,
article img, li img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
img.img-responsive {
 margin: 0 0 20px 20px;
}

img.img-responsive-left {
    margin: 0 20px 20px 0;
}

img.img-responsive, img.img-responsive-left {
   border-radius: 8px;
    width: 50%;
    height: auto;
}

@media screen and (max-width: 768px) {
    img.img-responsive, img.img-responsive-left {
       
        width: 100%;
        height: auto;

    }
}

img.img-responsive {
    float: right;

}

img.img-responsive-left {
    float: left;

}




.btn {

    display: inline-block;
    box-shadow: 0 8px 8px -6px var(--ltgrey);
    padding: 15px 32px;
    margin: 8px;
    min-width: 200px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 3px solid;
    border-radius: 20px;

}
.btn:hover {
    box-shadow: none;
}

.btn-primary {
    background-color: var(--orange);
    color: var(--white) !important;
    border: 3px solid var(--orange)
}
.btn-primary:hover {
    opacity: .9;
    color: var(--off-white) !important;
    background-color: var(--ltorange);
}

.btn-secondary {
    background-color: var(--orange);
    color: var(--white)

}
.btn-secondary:hover {
    background-color: var(--white);
    color: var(--black);

}

.paginator {
    clear: both;
    margin-bottom: 20px;
}

.paginator [rel="prev"] {
    float: left;
}

.paginator [rel="next"] {
    float: right;
}

.paginator [rel="next"],
.paginator [rel="prev"] {
    padding: 10px;
    border-radius: 5px;
    background: #231f20;
    color: #fff;
}

.paginator {
    display: flex;
    justify-content: space-between;
}

.cookiealert {
    position: fixed;
    width: 100%;
    padding: 5px;
    margin: 0 !important;
    z-index: 999;
    background: var(--dkgrey);
    transform: translateY(100%);
    transition: 0.5s ease-out;
    color: var(--white);
    font-size: 15px;
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
}
.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

#macy-container::before {
    content: "";
    display: table;
    clear: both;
}
#macy-container {
    margin-top: 22px;
}
#macy-container::after {
    content: "";
    display: table;
    clear: both;
}
.demo {
    margin-bottom: 24px;
    border-radius: 4px;
    overflow: hidden;
    border: 1 px solid var(--ltgrey);
}
.demo-image {
    width: 100%;
    display: block;
    height: auto;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  
  /* Then style the iframe to fit in the container div with full height and width */
  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }