Contact

@media (min-width: 768px) {
#block-1700045670927 {
text-align: right;
}
}
/* Dropdown menu colors for desktop */
@media (min-width: 768px) {
#block-1700045670927 .dropdown__menu {
background-color: #242424;
}
#block-1700045670927 .dropdown__item a {
color: #ffffff;
}
}
/* Mobile menu text alignment */
@media (max-width: 767px) {
#block-1700045670927 .dropdown__item a {
text-align: center;
}
}
.view-all-btn {
display: block;
font-family: 'Roboto Slab' !important;
font-size: 20px;
font-weight: 600 !important;
letter-spacing: 3px !important;
text-transform: uppercase !important;
text-align: center;
cursor: pointer;
color: #242424;
background-color: #ff9cc5;
padding: 10px 100px;
z-index: 10;
}
.view-all-btn:hover {
transform: scale(1.02);
}
/* Fixed sidenav, full height */
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 40;
top: 0;
right: 0;
background-color: #ebebeb;
overflow-x: hidden;
padding-top: 100px;
}
/* Style the sidenav links and the dropdown button */
.sidenav a,
.dropdown-btn {
padding: 10px 40px 10px 40px;
text-decoration: none;
font-size: 15px;
color: #242424;
display: block;
border: none;
background: none;
width: 100%;
text-align: left;
cursor: pointer;
outline: none;
font-family: 'Roboto Slab' !important;
text-transform: uppercase !important;
font-size: 20px;
}
/* On mouse-over */
.sidenav a:hover,
.dropdown-btn:hover {
color: #ff2981;
}
/* Add an active class to the active dropdown button */
.active {
background-color: #ff9cc5;
color: #242424;
}
.closebtn {
font-size: 50px !important;
margin-bottom: 20px;
}
/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
display: none;
background-color: #ebebeb;
padding-left: 20px;
padding-