* {
    margin: 0;
    padding: 0;
    color: #5d5c58;
} 

button,
input,
optgroup,
select,
textarea {
    border: none;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 3.1em;
    line-height: 1.1;
    margin-bottom: 35px;
    
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1.2;
    margin-bottom: 30px;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.2em;
    line-height: 1.2;
}

h4 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 1.8em;
    line-height: 1.1;
}

h5 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.55;
}

h6,
label {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 1em;
    color: #808080;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
h6{
    text-transform: none;
}

p {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.55;
    margin-bottom: 10px;
}

p.big {
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 15px;
}

small {
    font-size: 0.9em;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

i {}

b {
    font-weight: 700;
}

li {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 5px;
    position: relative;
    left: 1em;
}

ul {
    list-style: outside disc;
}


input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number],
textarea {
    margin-bottom: 20px;
    background-color: #fff;
    padding: 17px 20px;
    font-size: 1em;
    font-family: 'Work Sans', sans-serif;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(163, 163, 163, 0.50);
    box-shadow: 1px 1px 4px 0 rgba(163, 163, 163, 0.50);
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

label {
    display: block;
}

.bttn,
input[type=submit] {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 1em;
    color: #5d5c58;
    margin: 15px 0;
    cursor: pointer;
}

input[type=submit] {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bttn::after,
input[type=submit]::after {
    content: '';
    height: 32px;
    width: 32px;
    padding-left: 12px;
    display: inline-block;
    margin-bottom: -10px;
    background: url(../images/bttn.svg) no-repeat right;
}

.bttn:hover,
input[type=submit]:hover {
    opacity: 0.8;
}

a {
    text-decoration: none;
}

p a {
    text-decoration: underline;
}
.omom-child p a{
  color: #000;  
}
.weddingweb p a{
  color: #fff;  
}

.mobile-nav-container .language-selector {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 1em;   
}

@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 1.87em;
    }

    h2 {
        font-size: 1.7em;
    }

    h3 {
        font-size: 1.55em;
    }

    h4 {
        font-size: 1.4em;
    }

    h5 {
        font-size: 0.95em;
    }

    h6,
    label {
        font-size: 0.95em;
    }

    p {
        font-size: 0.95em;
    }

    li {
        font-size: 0.95em;
    }

    p.big {
        font-size: 1.2em;
    }

    small {
        font-size: 0.8em;
    }

    input {
        font-size: 0.95em;
        padding: 14px 17px;
    }

    .bttn {
        font-size: 0.95em;
    }
}

@media only screen and (max-width: 360px) {}

@media only screen and (max-width: 320px) {
    h1 {
        font-size: 1.5em
    }

    h2 {
        font-size: 1.3em;
    }

    h3 {
        font-size: 1.2em;
    }

    h4 {
        font-size: 1.1em;
    }

    h5 {
        font-size: 0.95em;
    }
    h6{
        font-size: 0.7em;
    }
}