

/**umb_name:Header H1*/
h1 {
    font-size: 40px;
}

/**umb_name:Header H2*/
h2 {
    font-size: 32px;
}

/**umb_name:Header H3*/
h3 {
    font-size: 28px;
}

/**umb_name:Header H4*/
h4 {
    font-size: 24px;
    font-weight:normal;
}

/**umb_name:Header H5*/
h5 {
    font-size: 20px;
    font-weight: normal;
}

/**umb_name:Blue Box*/
div.bluebox {
    position: relative;
    width: 100%;
    height: auto;
    overflow: auto;
    border-radius: 30px;
    padding: 20px 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    background-color: #009ee3;
}

/**umb_name:Green Box*/
div.greenbox {
    position: relative;
    width: 100%;
    height: auto;
    overflow: auto;
    border-radius: 30px;
    padding: 20px 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    background-color: #009648;
}

/**umb_name:White Box*/
div.whitebox {
    position: relative;
    width: 100%;
    height: auto;
    overflow: auto;
    border-radius: 30px;
    padding: 20px 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    color: #000000;
    background-color: #fff;
}

/**umb_name:Grey Box*/
div.greybox {
    position: relative;
    width: 100%;
    height: auto;
    overflow: auto;
    border-radius: 30px;
    padding: 20px 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    background-color: #929291;
}

/**umb_name:Orange Box*/
div.orangebox {
    position: relative;
    width: 100%;
    height: auto;
    overflow: auto;
    border-radius: 30px;
    padding: 20px 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    background-color: #e04725;
}

/**umb_name:Transparent Blue Box*/
div.transparent-layer-wrapper.bluebox {
    position: relative;
    width: 100%;
    height: auto;
    overflow: auto;
    border-radius: 30px;
    padding: 20px 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    background-color: #009ee3;
}

/**umb_name:Transparent Green Box*/
div.transparent-layer-wrapper.greenbox {
    position: relative;
    width: 100%;
    height: auto;
    overflow: auto;
    border-radius: 30px;
    padding: 20px 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    background-color: #009648;
}

/**umb_name:Transparent White Box*/
div.transparent-layer-wrapper.whitebox {
    position: relative;
    width: 100%;
    height: auto;
    overflow: auto;
    border-radius: 30px;
    padding: 20px 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    color: #009648;
    background-color: #fff;
}

/**umb_name:Transparent Grey Box*/
div.transparent-layer-wrapper.greybox {
    position: relative;
    width: 100%;
    height: auto;
    overflow: auto;
    border-radius: 30px;
    padding: 20px 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    background-color: #929291;
}

/**umb_name:Transparent Grey Box*/
div.transparent-layer-wrapper.orangebox {
    position: relative;
    width: 100%;
    height: auto;
    overflow: auto;
    border-radius: 30px;
    padding: 20px 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    background-color: #e04725;
}

/**umb_name:Transparent Box*/
div.transparent-layer-wrapper.transparentbox {
    position: relative;
    width: 100%;
    height: auto;
    overflow: auto;
    border-radius: 30px;
    padding: 20px 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    background-color: transparent;
}