/*
Theme Name: Twenty Nineteen Child
Theme URI: https://en-gb.wordpress.org/themes/twentynineteen/
Description: My WordPress Twenty Nineteen child theme.
Template: twentynineteen
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.0
Text Domain: twentynineteen-child
*/
.my-button1 {
    color:#fff !important;
    background-color:#D4A677;
    font-size:16px;
    padding:10px 20px;
    border-radius:4px;
    display:inline-block;
    font-family: 'Open', sans-serif !important;
    line-height: 1.5;
	letter-spacing: 2px;
	border:2px solid #D4A677;
	transition: 0.3s;
}
.my-button1:hover {
    background-color:#d6af83;
    color:#fff !important;
	border:2px solid #d6af83;
}


.my-button2 {
    color:#D4A677 !important;
    background-color:#333;
    font-size:16px;
    padding:10px 20px;
    border-radius:4px;
    display:inline-block;
    font-family: 'Open', sans-serif !important;
    line-height: 1.5;
	letter-spacing: 2px;
	border:2px solid #333;
	transition: 0.3s;
}
.my-button2:hover {
    background-color:#d6af83;
    color:#333 !important;
	border:2px solid #d6af83;
}

p {
    font-family: 'Open', sans-serif !important;
    font-size:16px;
	letter-spacing: 1px;
}
a {
    font-family: 'Open', sans-serif !important;
    font-size:16px;
	letter-spacing: 1px;
}
body {
    font-family: 'Open', sans-serif !important;
    font-size:16px;
	letter-spacing: 1px;
	color:#636363;
}
li {
    font-family: 'Open', sans-serif !important;
    font-size:16px;
	letter-spacing: 1px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Londrina Light', sans-serif !important;
	letter-spacing:1px;
}
h1:not(.site-title)::before, h2::before {
    display:none !important;
}
h1 {
    font-size: 3em;
}
@media all and (max-width: 767px) {
    h1 {
    font-size: 2em;
}
}
h2 {
    font-size: 2.5em;
}
@media all and (max-width: 767px) {
    h2 {
    font-size: 1.6em;
}
}
h3 {
    font-size: 2em;
}
@media all and (max-width: 767px) {
    h3 {
    font-size: 1.3em;
}
}
h4 {
    font-size: 1.3em;
}
@media all and (max-width: 767px) {
    h4 {
    font-size: 1.1em;
}
}