p,a {
    font-family: 'Quicksand', sans-serif !important;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Dancing Script', sans-serif !important;
}

a {cursor: pointer;}

#menu a:hover {
    color: rgb(73, 128, 230);
}

.bg-custom {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.skiptranslate iframe:first-of-type {
    display: none !important;
}

/* Moves the page back up after hiding the toolbar */
body {
    top: 0px !important;
}

#google_translate_element {
    
    border-radius: 5px;
    border: none !important;
    z-index: 1000;
    
    overflow: hidden;
    
    
}

