/* --- style basic typography -- */
/*Fonts

font-family: 'Raleway', sans-serif;
font-family: 'Poppins', sans-serif;

Fonts End*/
* {
    outline:none;
}

*:focus {
    outline:0;
}

* > iframe{
    max-width: 100% !important;
}

html {
    font-size: 15px;
}

body{
    background: #ffffff;
    color: #373737;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
}

img {
    max-width:100%;
}

/* LINKS */
a {
    color: #c78432;

    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

a:hover, a:focus {
    text-decoration: none;
    color: #8D5428;
}

a:focus, .btn:focus{
    outline: none;
    border-width: 0;
}

a:focus{
    background-color: transparent;
    text-decoration: none;
}

/* hidden link for div in a tag */
a div {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* heading */
h1, .h1 {
    font-size:40px;
    line-height: 50px;
    color: #373737;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    margin: 0 0 20px 0;
}

h2, .h2 {
    color: #373737;
    margin-top: 0;
    line-height: 50px;
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
}

h3, .h3 {
    font-size: 22px;
    color: #373737;
}

h4, .h4{
    margin-top: 5px;
    color: #373737;
}

h5, .h5 {
    color: #373737;
}

h6 {
    color: #373737;

}

/* FORM elements */
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input:-moz-placeholder{
    color: #ffffff;
}

input[data-validation-id] {
    position:relative;
}

label {
    font-weight: 400;
}
