@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200;300;400;500;600;700&family=Playball&display=swap');

body, html{
    font-family: 'Josefin Sans', sans-serif;  overflow-x: hidden; scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6{font-family: 'Playball', cursive;  margin: 0}
p{font-family: 'Josefin Sans', sans-serif; color: #333;}
ul, li {list-style: none;padding: 0;}
a{ text-decoration: none;  }
input:focus, .form-control:focus {outline: none; border-color: #c9c9c9; box-shadow: none;}
button:focus {
    outline: none;
}
footer, section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: hidden;
}
header {
    position: relative;
    z-index: 99;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.navbar-brand {
    width: 100%;
    display: block;
    margin: 0;
}
.navbar-brand img {
    width: 400px;
    margin: auto;
}
.button-section a.btn {
    background: #ed3237;
    color: #fff;
    border-radius: 0px;
    border: 0px;
    padding: 10px 20px 5px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    margin: auto;
    margin-top: 15px;
}
.contact-detail {
    /*background: #fff;
    box-shadow: 0 0 10px #ddd;*/
    padding: 20px 50px;
}
.footer-content {
    margin: 30px 0;
}
.contact-detail i {
    font-size: 25px;
    color: #ed3237;
    margin-bottom: 15px;
}
.contact-detail p, .contact-detail a {
    font-family: 'Josefin Sans', sans-serif;
    line-height: 30px;
    color: #333;
    font-size: 20px;
    margin: 0;
}
.landing-page {
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    max-width: 800px;
    margin: 50px auto;
}
.content h3 {
    font-size: 35px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Josefin Sans', sans-serif;
    color: #666;
    text-align: center;
    margin-bottom: 20px;
}
.content p {
    color: #666;
    font-size: 17px;
    font-weight: normal;
    line-height: 25px;
}