@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300&display=swap');

.g-horizontalmenu li a {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
}
#g-footer .g-horizontalmenu {
    padding: 0;
    text-align: right;
}
#g-footer {
    padding: 0;
}
#g-footer .g-totop {
    padding: 0;
}
.flex-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.flex-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-mid {
    align-items: center;
}
.flex-top {
    align-items: flex-start;
}
.flex-bottom {
    align-items: flex-end;
}
.g-main-nav .g-toplevel > li {
    margin: 0 0.5rem;
}
#g-header {
    padding: 7rem 0 4rem 0;
}

.g-logo.g-logo-helium img, .g-logo.g-logo-helium svg {
    max-height: 50px;
    height: 10vh;
}
#g-header a {
    color: rgba(236, 238, 239,1);
}
#g-header:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 0.9;
    background-image: none;
    background-image: none;
}
#g-navigation{
  background-color: unset; /* Black background color */
  position: fixed; /* Make it stick/fixed */
  top: 0; /* Stay on top */
  width: 100%; /* Full width */
  transition: 0.3s;
}
#container{
    padding:40px 30% 10px 30%;
}
#container h5 {
    font-family: Yantramanav;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 8px;
    font-weight: 400;
    font-style: normal;
    font-size: 37px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
#container h1 {
    font-family: Yantramanav;
    text-transform: uppercase;
    line-height: 46px;
    letter-spacing: 10px;
    font-weight: 700;
    font-style: normal;
    font-size: 46px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
h2 {
    font-family: Yantramanav;
    text-transform: uppercase;
    line-height: 36px;
    letter-spacing: 2px;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    color: #163D61 !important
}
.center-block{
    text-align:center;
}
#container h6 {
    font-family: Yantramanav;
    line-height: 25px;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
body {
    font-size: 1.1rem;
    line-height: 1.8;
}
hr.wp-block-separator.is-style-dots:before {
    content: "······";
    color: currentColor;
    font-size: 3em;
    letter-spacing: 0.3em;
    padding-left: 0em;
    font-family: serif;
}
hr.wp-block-separator.is-style-dots {
    text-align: left;
    width: none;
    line-height: 1;
    height: auto;
    margin: -1.5rem 0 -1.0rem 0;
}
.tipicocolor h2, .tipicocolor h2 a {
color: #c8102e !important;
}
.tipicocolor h4 {
    font-family: Yantramanav;
    line-height: 36px;
    font-weight: normal;
    font-style: normal;
    font-size: 28px;
    color: #c8102e;
}

button, input[type="submit"] {
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    border: inherit;
    margin: 0px 10px;
    padding: 15px 40px;
    background-color: #c8102e;
    color: #fff;
    font-weight: 600;
}
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
    background-color: #f9f9f9;
    margin: 10px;
}