@media only screen and (max-width: 750px) { 
   .uk-h1, h1 {
    font-size: 15px;
    }
        .uk-h2, h2 {
    font-size: 14px;
    }
    .uk-h3, h3 {
    font-size: 13px;
    }
    .uk-h4, h4 {
    font-size: 12px;
    }
    .uk-h5, h5 {
    font-size: 12px;
    }
    .uk-p, p {
    font-size: 10px;
    text-align: center;
    }
        .uk-li, li {
    font-size: 10px;
    text-align: left;
    }
            .uk-ul, ul {
    font-size: 10px;
    text-align: left;
    }
    .p {
    font-size: 10px;
    text-align: justify;
    }
    div {
    font-size: 10px;
    text-align: center;
    }
    p {
    font-size: 10px;
    text-align: justify;
    }
    .html {
    font-size: 10px;
    text-align: justify;
    }
    uk-margin-medium uk-width-xlarge uk-margin-auto {
    font-size: 10px;
    text-align: justify;
    }
    .uk-modal-title {
    font-size: 20px;    
    }
    .uk-heading-hero {
    font-size: 7rem;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
}

.uk-card-title {
font-size: 12px;
}

.uk-tile-xlarge {
padding-top: 200px;
padding-bottom: 40px;
}

.uk-tile-secondary {
padding-top: 200px;
padding-bottom: 20px;
}
    }
    
    .uk-heading-hero {
    font-size: 4rem;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
}  

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    line-height: 30px;
    background-color: #f9f9f9;
    border: 10px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.uk-h4, h4 { background-color: #005e96;
	padding: 20px;
	border-radius: 4px;
	color: rgba(255,255,255,.8);
}
.uk-navbar-dropdown {
    width: 300px;
}

.uk-tile-xlarge {
padding-top: 125px;
padding-bottom: 25px;
}



.woocommerce div.product p.price {
    display: none;
}