@import url("https://fonts.googleapis.com/css?family=Cormorant");

@font-face {
    font-family: "Atlantic Cruise";
    src: url("AtlanticCruise.eot");
    src: url("https://cdn.guide.paris/lesdamesdupantheon/fonts/AtlanticCruise.eot?#iefix") format("embedded-opentype"),
        url("https://cdn.guide.paris/lesdamesdupantheon/fonts/AtlanticCruise.woff2") format("woff2"),
        url("https://cdn.guide.paris/lesdamesdupantheon/fonts/AtlanticCruise.woff") format("woff"),
        url("https://cdn.guide.paris/lesdamesdupantheon/fonts/AtlanticCruise.ttf") format("truetype"),
        url("https://cdn.guide.paris/lesdamesdupantheon/fonts/AtlanticCruise.svg#AtlanticCruise") format("svg");
    font-weight: normal;
}
.h1, .h2, .h3, h1, h2, h3 {
    font-family: Atlantic Cruise, sans-serif;
}
a:hover,
.widget-title,
.text-color-primary {
    color: #434241;
}
header,
.primary-background,
.parallax-image,
.button-primary {
	background-color: #434241;
}
body.home header, body.product header {
    background: linear-gradient(180deg,#434241 3%,transparent);
}
.main-hero-section {
    box-shadow: inset 0 -40px 30px 0 #434241;
}