a {
  text-decoration: none;
  transition: all 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #202a41;
}

ul {
  padding-left: 0;
  margin: 0;
}

p {
  color: #797979;
  line-height: 28px;
}

img {
  max-width: 100%;
}

.section-padding {
  padding: 30px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 52px;
  padding-top: 70px;
  position: relative;
}

textarea.form-control {
    padding: 6px 15px !important;
}
/*.section-title::before {
  content: "";
  background: url(../images/sec-title-flower.png) center  no-repeat local;
  width: 126px;
  height: 59px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}*/

    .section-title h2 {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 0.39em;
  /*text-transform: uppercase;*/
}

.section-title p {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
}

.p-t-0 {
    padding-top: 0;
}

body::before {
    content: "";
    background: url(../images/flower-pattern-1.png) center center / 100% no-repeat local;
    width: 379px;
    height: 279px;
    position: fixed;
    left: -100px;
    bottom: 0;
    z-index: 1;
}

body::after {
    content: "";
    background: url(../images/flower-pattern-2.png) center center / 100% no-repeat local;
    width: 321px;
    height: 443px;
    position: fixed;
    right: -70px;
    top: 200px;
    z-index: 1;
}

.site-header .topbar {
  background: #fff;
  text-align: center;
  padding: 50px 0 30px;
  border-bottom: 1px solid #efefef;
  position: relative;
  z-index: 1;
}

.site-header .site-logo {
  display: inline-block;
}

.site-header .site-logo h1 {
  font-size: 32px;
  margin: -0.12em 0 0.5em;
}

.site-header .site-logo h1 + span {
  color: #797979;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  letter-spacing: 2px;
}

.site-header .site-logo h1 + span::before {
  content: "";
  background: #ece9e9;
  width: 35px;
  height: 1px;
  position: absolute;
  left: -50px;
  top: 9px;
}

.site-header .site-logo h1 + span::after {
  content: "";
  background: #ece9e9;
  width: 35px;
  height: 1px;
  position: absolute;
  right: -50px;
  top: 9px;
}

.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.site-header #navbar ul {
  list-style: none;
}

.hero_slider {
  width: 100%;
  height: calc(100vh - 210px);
  min-height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

.hero_slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero_slider .slide-main-text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  z-index: 10;
}

.hero_slider h2 {
  font-size: 5.33333rem;
  color: #fff;
  margin: 0.3em 0 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.hero_slider .wedding-date {
  margin: 2em 0 3em;
}

.hero_slider .wedding-date span {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  letter-spacing: 2px;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
}

.hero_slider .wedding-date span::before {
  content: "";
  background: #fff;
  width: 35px;
  height: 1px;
  position: absolute;
  left: -50px;
  top: 9px;
}

.hero_slider .wedding-date span::after {
  content: "";
  background: #fff;
  width: 35px;
  height: 1px;
  position: absolute;
  right: -50px;
  top: 9px;
}

.hero_slider .count-down-clock {
  max-width: 700px;
  margin: 0 auto;
}

.hero_slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

#clock {
  color: #fff;
  overflow: hidden;
}

#clock > div {
  background: rgba(178, 201, 211, 0.9);
  width: 25%;
  float: left;
  text-align: center;
  padding: 25px 15px;
}

#clock .box > div {
  font-size: 72px;
  margin-bottom: 0.3em;
  line-height: 1em;
}

#clock .box span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.hero_slider .pattern {
  width: 68%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}

.hero_slider .pattern > span {
  background: rgba(255, 255, 255, 0.1);
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0;
}

.hero_slider .pattern > span:nth-child(2) {
  left: 25%;
}

.hero_slider .pattern > span:nth-child(3) {
  left: 50%;
}

.hero_slider .pattern > span:nth-child(4) {
  left: 75%;
}

.hero_slider .pattern > span:nth-child(5) {
  left: 100%;
}

.hero_slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px;
}

.hero_slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
  margin: 0 6px !important;
}

.hero_slider .swiper-pagination-bullet-active {
  color: #fff;
  background: #92b2c0;
}

.couple-section .couple-row > div {
  width: 50%;
  float: left;
}

.couple-section .couple-row > div {
  width: 50%;
  float: left;
}

.couple-section .details {
  background-color: #f9f9f9;
  position: relative;
  height: 450px;
}

.couple-section .details .inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 50px;
}

.couple-section .details h2 {
  font-size: 30px;
  margin: 0 0 15px;
}

.couple-section .details h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px;
}

.couple-section .details p {
  margin-bottom: 32px;
}

.couple-section ul {
  list-style: none;
}

.couple-section .details ul li {
  float: left;
}

.couple-section .details ul a {
  font-size: 14px;
  color: #b2c9d3;
}

.couple-section .details ul > li + li {
  margin-left: 15px;
}

.couple-section .img-holder {
    height: 450px;
}

.couple-section .img-holder img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.story-section .story-block {
  padding: 70px;
  box-shadow: 0px 4px 13.65px 7.35px rgba(178, 201, 211, 0.16);
}

.story-section ul {
  list-style: none;
  position: relative;
}

.story-section ul::before {
  content: "";
  background: #e5edf0;
  width: 3px;
  height: 100%;
  position: absolute;
  left: calc(50% - 1.5px);
  top: 0;
}

.story-section ul::after {
  content: "";
  background: #e5edf0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: calc(50% - 10px);
  top: 0;
  border-radius: 50%;
}

.story-section ul li {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.story-section ul li::before {
  content: "";
  background: #fff;
  border: 3px solid #e5edf0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: calc(50% - 10px);
  bottom: 0;
  border-radius: 50%;
}

.story-section ul li:nth-child(odd) .details {
  padding-right: 60px;
  text-align: right;
}

.story-section ul > li > div {
  width: 50%;
  float: left;
}

.story-section .details h3 {
  font-size: 24px;
  line-height: 1.8em;
  margin: 0 0 0.4em;
}

.story-section .date {
  font-size: 12px;
  color: #b2c9d3;
  display: block;
  margin-bottom: 1.5em;
}

.story-section ul li:nth-child(odd) img {
  float: left;
  margin-left: 20px;
}

.story-section ul li:nth-child(odd)::after {
  content: "";
  width: 110px;
  height: 2px;
  border-bottom: 2px dashed #e5edf0;
  position: absolute;
  left: calc(50% - 140px);
  bottom: 8px;
}

.story-section ul li:nth-child(even) img {
  float: right;
  margin-right: 20px;
}

.story-section ul li:nth-child(even) .details {
  padding-left: 60px;
}

.story-section ul li:nth-child(even)::after {
  content: "";
  width: 110px;
  height: 2px;
  border-bottom: 2px dashed #e5edf0;
  position: absolute;
  left: calc(50% + 40px);
  bottom: 8px;
}

.story-section ul > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.story-section ul > li:last-child::before {
  background: #e5edf0;
}

.story-section ul > li:last-child::after {
  content: none;
}

.album-grid {
  columns: 4;
  column-gap: 20px;
}

.album-grid-item {
  break-inside: avoid;
  margin-bottom: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.album-grid-item img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.contact-section {
  position: relative;
}

.contact-section .container {
  position: relative;
  z-index: 10;
}

.contact-section .contact-form {
  background: #fff;
  padding: 65px 45px;
  border: 2px solid #edf3f5;
  position: relative;
  height: 600px;
}

.contact-section .contact-form::before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #edf3f5;
  position: absolute;
  left: 2px;
  top: 2px;
}

.contact-section .col {
  margin-bottom: 25px;
}

.contact-section input {
  background: #fbfbfb;
  height: 50px;
  font-size: 14px;
  font-weight: 300;
  color: #797979;
  padding: 6px 15px;
  box-shadow: none;
  border: 1px solid #edf3f5;
  border-radius: 0;
}

.contact-section textarea {
  height: 150px !important;
  padding-top: 15px;
  background: #fbfbfb;
  font-size: 14px;
  font-weight: 300;
  color: #797979;
  padding: 6px 15px;
  box-shadow: none;
  border: 1px solid #edf3f5;
  border-radius: 0;
}

.contact-section .submit-btn {
  text-align: center;
  margin-bottom: 0;
  margin-top: 50px;
}

.theme-btn {
  background-color: #b2c9d3;
  color: #fff;
  padding: 15px 50px 15px 25px;
  font-weight: 600;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.theme-btn::after {
  content: "\f11d";
  font-family: "Flaticon";
  font-size: 16px;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.contact-section::after {
  content: "";
  background: url(../images/rsvp-flower.png) center center / cover no-repeat local;
  width: 982px;
  height: 405px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
  opacity: 0.5;
}

.wish-box {
  overflow-y: auto;
  height: 600px;
  background-color: #fff;
  color: #333;
  border: 2px solid #edf3f5;
}

.wish-box .wish-box-item {
  padding: 10px;
}

.comment-header {
  font-weight: bold;
  color: #333;
}

.wish-box .wish-box-item p {
  color: #333;
  margin: 0.5rem 0;
  text-align: left;
}

.comment-text {
  margin: 8px 0;
  font-size: 14px;
  color: #555;
}

.reply-btn {
  color: #df4758;
  cursor: pointer;
  font-style: italic;
  font-size: 14px;
}

.replies {
  margin-top: 10px;
  padding-left: 10px;
}

.reply-item {
  background: #f1f1f1;
  padding: 8px;
  border-radius: 4px;
  margin-top: 5px;
}

.reply-item strong {
  color: #333;
}

.wish-box .wish-box-item p {
  color: #333;
  margin: 0.5rem 0;
  text-align: left;
}

.reply-item p {
  margin: 5px 0 0;
  font-size: 13px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background: white;
    width: 30%;
    padding: 20px;
    margin: 10% auto;
    border-radius: 8px;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.close-modal {
    float: right;
    font-size: 24px;
    cursor: pointer;
    text-align: right;
}

.reply-text {
    width: 100%;
    height: 80px;
    margin-top: 10px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.submit-reply {
    background: #4caf50;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}

.submit-reply:hover {
    background: #45a049;
}

.modal input {
    width: 100%;
}

.event-section {
  position: relative;
  padding-bottom: 90px;
}

.event-section .top-area {
    background: url(../images/event-bg.jpg) center center / cover no-repeat local;
    text-align: center;
    width: 100%;
    height: 80vh;
    padding: 120px 0 250px;
    position: absolute;
    left: 0;
    top: 0;
}

.event-section .top-area::before {
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(30%, #b2c9d3),
    to(transparent)
  );
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.event-section .top-area h2 {
  position: relative;
  z-index: 2;
  font-size: 60px;
  color: #fff;
}

.event-section .top-area p {
  position: relative;
  z-index: 2;
}

.event-section .date {
  font-size: 24px;
  color: #fff;
  margin: 0;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.event-section .event-grids {
  margin: 355px -15px 0;
}

.event-section .event-grids .grid {
  background: #fff;
  width: calc(33.33% - 30px);
  float: left;
  padding: 60px;
  margin: 0 15px 30px;
  text-align: center;
  -webkit-box-shadow: 0px 4px 13.65px 7.35px rgba(178, 201, 211, 0.18);
  box-shadow: 0px 4px 13.65px 7.35px rgba(178, 201, 211, 0.18);
}

.event-section .event-grids h3 {
  font-size: 22px;
  position: relative;
  margin: 0 0 1.4em;
  padding: 0 0 0.8em;
}

.event-section .event-grids h3::before {
  content: "";
  background: #e9eaea;
  width: 120px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.event-section .event-grids p {
  font-size: 14px;
}

.event-section .event-grids .location {
  font-size: 12px;
  color: #b2c9d3;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: underline;
}

.bg-main-donate {
  background-color: #b2c9d3;
  padding-top: 30px;
}

.cat-title span {
  text-transform: uppercase;
  font-size: 20px;
}

.label {
  display: inline;
  padding: 8px 20px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
}

.the-people {
  width: 100%;
  padding: 37px 50px;
  background-color: #fff;
  margin-bottom: 50px;
}

.donate-card .qr-code-image {
  max-width: 150px;
  border: 1px solid #ccc;
  padding: 3px;
  margin: auto;
  display: inline-block;
}

.donate-card p {
  color: black;
  margin: 10px 0 !important;
  font-size: 16px;
}

.audio-player {
    position: fixed;
    bottom: 70px;
    left: 50px;
    width: 40px;
    height: 40px;
    z-index: 99999;
}

.audio-player-secondary {
    position: absolute;
    width: 310px;
    left: 25px;
    height: 50px;
    overflow: hidden;
    visibility: hidden;
}

.audio-player .playerIcon {
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #df4758;
    padding-top: 7px;
    padding-left: 9px;
    position: absolute;
    z-index: 2;
}

.audio-player:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: rgba(242, 59, 67, 0.3);
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
    animation: biilogo-pulse 1s infinite;
    z-index: 1;
}

@media (max-width: 1199px) {
    .hero_slider h2 {
        font-size: 80px;
    }

    #clock .box > div {
        font-size: 52px;
    }
}

@media (max-width: 991px) {
    .site-header .topbar {
        padding: 40px 0 30px;
    }

    .site-header .container {
        width: 100%;
    }

    .site-header .site-logo h1 {
        font-size: 25px;
    }

    .site-header .site-logo h1 + span {
        font-size: 10px;
    }

  /*  .site-header #navbar {
        background: #fff;
        display: block !important;
        width: 280px;
        height: 100% !important;
        margin: 0;
        padding: 0;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        position: fixed;
        right: -330px;
        top: 0;
        z-index: 100;
    }*/

/*        .site-header #navbar .navbar-nav {
            overflow: auto;
        }*/

    .site-header #navbar > ul {
        position: relative;
        z-index: 101;
    }

    .site-header .navbar-nav {
        float: none;
    }


    .site-header #navbar > ul > li {
        border-bottom: 1px solid #f2f2f2;
    }

    .site-header .navbar-nav > li {
        float: none;
    }

    .site-header #navbar > ul > li > a {
        font-size: 14px;
    }

    .hero_slider h2 {
        font-size: 60px;
    }

    .hero_slider .wedding-date span {
        font-size: 10px;
    }

    #clock .box > div {
        font-size: 30px;
    }

    .section-padding {
        padding: 30px 0;
    }

    .section-title {
        margin-bottom: 42px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .couple-section .couple-row > div {
        width: 100%;
        float: none;
    }

    .couple-section .couple-row > div {
        width: 100%;
        float: none;
    }

    .couple-section .details {
        height: auto !important;
    }

    .couple-section .details .inner {
        position: relative;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .couple-section .details h2 {
        font-size: 25px;
    }

    .couple-section .details h4 {
        font-size: 16px;
    }

    .couple-section .last-row {
        margin-top: 60px;
    }

    .story-section .details p {
        font-size: 14px;
    }

    .story-section ul li:nth-child(odd) img {
        margin-left: 20px;
    }

    .story-section ul li:nth-child(even) img {
        margin-right: 20px;
    }

    .event-section {
        padding-bottom: 70px;
    }

    .event-section .top-area {
        padding: 100px 0 250px;
    }

    .event-section h2 {
        font-size: 40px;
    }

    .event-section .date {
        font-size: 18px;
    }

    .event-section .event-grids {
        margin: 155px -15px 0;
    }

    .event-section .event-grids .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .site-header #navbar .navbar-nav {
        margin: 0;
    }

    .hero_slider {
        height: 500px;
        min-height: auto;
    }

        .hero_slider h2 {
            font-size: 40px;
        }

    #clock .box span {
        font-size: 12px;
    }

    .hero_slider .swiper-button-next {
        display: none;
    }

    .hero_slider .swiper-button-prev {
        display: none;
    }

    .section-padding {
        padding: 30px 0;
    }

    .section-title {
        margin-bottom: 35px;
    }

    .section-title h2 {
        font-size: 25px;
    }

    .section-title p {
        font-size: 14px;
    }

    .couple-section .details .inner {
        padding: 40px 30px;
    }

    .couple-section .details h2 {
        font-size: 20px;
    }

    .story-section ul li:nth-child(odd) .details {
        padding-right: 40px;
    }

    .story-section .details h3 {
        font-size: 20px;
    }

    .story-section ul li:nth-child(even) .details {
        padding-left: 40px;
    }

    .story-section ul::before {
        display: none;
    }

    .story-section ul::after {
        display: none;
    }

    .story-section ul li::before {
        display: none;
    }

    .story-section ul li:nth-child(odd)::after {
        display: none;
    }

    .album-grid {
        columns: 2;
        column-gap: 10px;
    }

    .event-section {
        padding-bottom: 60px;
    }

    .event-section .top-area {
        padding: 80px 0 0;
    }

    .event-section h2 {
        font-size: 38px;
    }

    .event-section .event-grids {
        margin: 255px -7.5px 0;
    }

    .event-section .event-grids .grid {
        width: calc(50% - 15px);
        padding: 50px 20px;
        margin: 0 7.5px 30px;
    }

    .event-section .event-grids h3 {
        font-size: 17px;
    }

        .event-section .event-grids p {
            font-size: 13px;
        }

        body::before {
            display: none;
        }

        body::after {
            display: none;
        }

        .contact-section::after {
            display: none;
        }

    .event-section .top-area h2 {
        font-size: 32px;
    }

    .event-section .date {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .story-section .story-block {
        padding: 50px 25px;
    }

    .story-section ul li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .story-section ul li:nth-child(odd) .details {
        text-align: left;
    }

    .story-section ul li > div {
        width: 100%;
        float: none;
    }

    .story-section ul li > div {
        width: 100%;
        float: none;
    }

    .story-section ul li:nth-child(odd) img {
        float: none;
        display: none;
    }

    .story-section ul li:nth-child(even) img {
        float: none;
        display: none;
    }

    .story-section ul li:nth-child(even) .details {
        padding-left: 0;
    }
}

@media (max-width: 550px) {
    .event-section .event-grids .grid {
        width: calc(100% - 15px);
    }

    .the-people {
        padding: 10px;
    }

    .couple-responsive-padding {
        margin-top: 10px !important;
    }

    .main-section-donate .col-md-12 .container .col-xs-12 {
        width: auto;
    }

    .wish-box {
        min-height: 250px;
        height: auto;
        max-height: 600px;
    }

    .contact-section .contact-form {
        height: auto;
    }

    .modal-content {
        width: 80%;
    }

    .replyModal {
        display: grid !important;
        align-items: center;
    }

    .navbar-brand > img {
        width: 41px;
        margin-top: -35px;
        margin-left: 85vw;
    }

    .navbar-brand {
        height: 0px !important;
        padding: 0px !important;
    }

    .event-section {
        height: 100vh !important;
    }
}

.navbar-brand > img {
    width: 41px;
}

.footer-container h2 {
    font-family: "Great Vibes", cursive;
    /*margin-top: 10px;*/
    color: #fff;
    font-style: italic;
    margin: 0 auto;
    font-size: 30px;
}

.footer-container {
    display: inline-block;
    width: 100vw;
}

.footer-text {
    height: 50px;
    display: flex;
    align-items: center;
}

.label{
    color: #000 !important;
}

@media (pointer:none), (pointer:coarse) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .navbar {
        padding-bottom: 0 !important;
        box-shadow: 0 -5px 15px #086ad84a;
        padding: 13px;
    }
        .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after{
            content: unset !important;
        }

    .site-header #navbar > ul > li > a {
        font-size: 16px !important;
    }

    #menuToggle {
        display: block !important;
        /* You can also use relative/absolute here if you want to stay on the top */

        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
    }

        #menuToggle a {
            text-decoration: none;
            color: #232323;
            transition: color 0.3s ease;
        }

            #menuToggle a:hover {
                color: tomato;
            }


        #menuToggle input {
            display: block;
            width: 40px;
            height: 32px;
            position: absolute;
            top: 5px;
            left: 10px;
            cursor: pointer;
            opacity: 0;
            z-index: 2;
            -webkit-touch-callout: none;
        }

        /*
 * Just a quick hamburger
 */
        #menuToggle span {
            display: block;
            width: 33px;
            height: 4px;
            margin-bottom: 5px;
            position: relative;
            background: #cdcdcd;
            border-radius: 3px;
            z-index: 1;
            transform-origin: 4px 0px;
            transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
        }

            #menuToggle span:first-child {
                transform-origin: 0% 0%;
            }

            #menuToggle span:nth-last-child(2) {
                transform-origin: 0% 100%;
            }

    #menu {
        position: absolute;
        max-width: 400px;
        width: 100vw;
        max-height: 100vh;
        margin: -100px 0 0 -50px;
        padding: 50px;
        padding-top: 125px;
        box-sizing: border-box;
        overflow-y: auto;
        background: #ededed;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        /* to stop flickering of text in safari */

        transform-origin: 0% 0%;
        transform: translate(-100%, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }

        #menu li {
            padding: 10px 0;
            font-size: 22px;
        }

            #menu li label {
                cursor: pointer;
            }

    /*
 * And let's slide it in from the left
 */
    #menuToggle input:checked ~ ul {
        transform: none;
    }
}


#menuToggle{
    display: none;
}



