/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

body {
  font-family: "Open Sans", sans-serif !important;
  background: #fff;
  color: #222;
}

.navbar-shrink {
  padding-top: 0;
  padding-bottom: 0;
}
.mybg-dark {
  background: #000000 !important;
}

header.masthead {
  position: relative;
  height: 100vh;
  background-color: #343a40;
  background: url("http://www.tigerchung.com/michellewedding/images/main1.jpg")
    no-repeat center center;
  background-size: cover;
  padding-top: 10rem;
  padding-bottom: 6rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h3 {
    font-size: 4rem;
  }
}

.testimonials {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.myform-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

button.btn.btn-light {
  position: absolute;
  background: transparent;
  border: none;
  height: 38px;
  right: 23px;
}

a.btn.btn-default.btn-scroll {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 100%;
}

.text-block {
  border-radius: 10px;
}

.topcontainer {
  text-align: center;
  margin-top: 40px;
}

.abouttop {
  font-weight: bold;
  font-size: 2rem;
  color: #68a7ad;
  margin: 0 0 20px -20px;
}

.aboutbride {
  margin: 45px 0 40px 23px;
  font-size: 2rem;
  color: #2f8f9d;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.michelledescript {
  margin: -20px 0 0 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: #7f8487;
}
.aboutgroom {
  margin: 45px 20px 40px 20px;
  text-align: right;
  font-size: 2rem;
  font-weight: bold;
  color: #2f8f9d;
  font-family: "Montserrat", sans-serif;
}

.groomdescript {
  text-align: right;
  margin: -20px 20px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: #7f8487;
}

.bridegroom {
  font-size: 4rem;
  font-weight: bold;
  font-family: "Lobster", cursive;
  color: #293462;
  display: inline-block;
}

.border {
  text-align: center;
  margin: 30px 20px 0;
  color: #7d1e6a;
}

.bordericon {
  margin: 0;
}

.bridebg {
  background-color: #edf5f7;
}

.michellepic {
  margin-left: -15px;
}

.irvingmic {
  margin-left: -15px;
}

.kissing {
  margin: -90px 0 0 40px;
  width: 150px;
}

.aboutsocial {
  margin-right: 20px;
  color: #7d1e6a;
}

.aboutsocial2 {
  margin-left: 20px;
  color: #7d1e6a;
}

.aboutsocial3 {
  margin-left: 20px;
  color: #001d6e;
}

.big-img img {
  height: 325px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Test Story Section */

.title-arch {
  text-align: center;
  margin: 50px 0 -20px 0;
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.project {
  width: 100%;
  height: 500px;
  background-image: url(http://www.tigerchung.com/michellewedding/images/storycard1.jpg);
  background-size: cover;
  background-position: center;
  padding: 0 !important;
  float: left;
}

.project-2 {
  background-image: url(http://www.tigerchung.com/michellewedding/images/storycard2.jpg);
}

.project-3 {
  background-image: url(http://www.tigerchung.com/michellewedding/images/storycard3.jpg);
}

.project-4 {
  background-image: url(http://www.tigerchung.com/michellewedding/images/storycard4.jpg);
}

.project-hover {
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(97, 212, 233, 0.75);
  padding: 40% 30px !important;
}

.project-hover hr {
  height: 30px;
  width: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(255, 255, 255, 1);
  border: 0;
}

.project-hover a {
  color: rgba(255, 255, 255, 1);
  padding: 2px 22px;
  line-height: 40px;
  border: 2px solid rgba(255, 255, 255, 1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.project-hover a:hover {
  border-color: rgba(51, 51, 51, 1);
  color: rgba(51, 51, 51, 1);
  background-color: #fff;
}

.project:hover .project-hover {
  opacity: 1;
}

.project:hover .project-hover hr {
  width: 100%;
  height: 5px;
}

/* End of test Story */
.inner-section {
  position: relative;
}
.container.slider-top-text {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-login {
  width: 138px;
  background: #1fc6d8 !important;
  border: 1px solid #1fc6d8 !important;
}
.btn-login:hover {
  background: #3683a1 !important;
  border: 1px solid #1fc6d8 !important;
}
.mfa-white {
  color: #fff !important;
}

h3.my-heading {
  font-family: "Kaushan Script", cursive;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  margin: 0;
}

p.myp-slider.text-center {
  color: #fff;
}

.btn-register {
  width: 138px;
  background: #1fc6d8 !important;
  border: 1px solid #1fc6d8 !important;
}

.btn-register:hover {
  background: #3683a1 !important;
  border: 1px solid #1fc6d8 !important;
}

.btn-join {
  background: #226597 !important;
  border: 1px solid #226597 !important;
}

.btn-join2 {
  background: #007065 !important;
  border: 1px solid #007065 !important;
}

section#about {
  width: 100%;
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
}

.btn-circle {
  border-radius: 50%;
}

.my-social-btn {
  background: lightgrey;
}

a.btn.btn-circle.my-social-btn {
  color: #fff;
  height: 40px;
  width: 40px;
}

.inner-section h3 {
  text-transform: uppercase;
  font-weight: bold;
}

.inner-section h3:after {
  content: "";
  position: absolute;
  border-bottom: 4px solid #008ba3;
  width: 100%;
  max-width: 10%;
  top: 37px;
  left: 0;
}
.countryclub {
  color: #ffffde;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

span.bg-main {
  color: #ff8b8b;
}

span.big-main {
  color: #6e85b7;
}

hr.my-border {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #008ba3;
  width: 117px;
}

.linear-grid img {
  width: 100%;
  height: 124px;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-fluid {
  border-radius: 10px;
}

.text-block {
  min-height: 228px;
  height: auto;
  background: #fff;
  padding: 15px;
}

h5.events-heading {
  font-weight: bold;
  font-size: 17px;
}

p.myp-font {
  font-size: 15px;
}

section#group {
  background: #fff;
  height: 100%;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.gal-item {
  overflow: hidden;
}
.gal-item .box {
  overflow: hidden;
}
.box img {
  height: 160px;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
/****/
.item {
  position: relative;
}
.item img {
  max-width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover img {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

/*sidebar navigation*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 36px;
  margin-right: 15px;
}
#main {
  display: none;
}
#main {
  float: right;
  -webkit-transition: margin-right 0.5s;
  -o-transition: margin-right 0.5s;
  transition: margin-right 0.5s;
}
a.openNav {
  font-size: 26px;
  color: #ffffff;
  text-decoration: none;
}
.sidenav .nav-link {
  font-size: 13px;
  font-weight: bold;
}
.mob-ul {
  list-style-type: none;
  padding-left: 0;
}
.sidenav li {
  padding: 0 3px !important;
  position: relative;
}
.sidenav li a {
  padding: 10px 15px;
  text-transform: uppercase;
}
.sidenav ul li:hover .nav-link {
  color: #008ba3;
}

li.nav-item a:hover {
  background: #008ba3;
  color: #ffffff !important;
}

.backtotop a:hover {
  background-color: #2C3639;
  color: #ffffff !important;
  text-decoration: none;
}

.floating-arrow {
  -webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
  animation: floating-arrow 1.6s infinite ease-in-out 0s;
}

@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.pastel {
  margin-top: 0px;
  margin-bottom: 0px;
}
.uparrow {
  width: 100%;
  text-align: center;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

li.list-inline-item a {
  color: #fff;
  text-decoration: none;
}

.polynesia-icon {
  padding: 10px 15px;
  font-size: 2rem;
  color: #7d1e6a;
}

.gallery {
  margin-top: 150px;
}

.int-image {
  width: 100px;
  margin: -20px 35px 30px 0;
  padding-left: 35px;
}

.guestimg {
  margin-bottom: 15px;
}

.guestimg0 {
  transform: rotate(90deg);
}

.middle-bar {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.action-sec {
  width: 100%;
  height: 700px;
  float: left;
  background: #222;
  margin-bottom: 100px;
}
.action-box {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 0;
}

/*-------------------responsive-----------------*/

@media screen and (max-width: 520px) {
  ::-webkit-input-placeholder {
    font-size: 10px;
  }
  ::-moz-placeholder {
    font-size: 10px;
  }
  :-ms-input-placeholder {
    font-size: 10px;
  }
  ::-ms-input-placeholder {
    font-size: 10px;
  }
  ::placeholder {
    font-size: 10px;
  }
  .scroll-down {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 45px;
  }

  .text-block {
    padding: 15px;
  }
  .linear-grid img {
    width: 100%;
    height: 181px;
  }
  .my-grid img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .btn-login {
    width: 100%;
  }
  .btn-register {
    width: 100%;
  }
}

@media only screen and (min-width: 2560px) {
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .navbar-toggler {
    display: none !important;
  }
}
@media only screen and (min-width: 1440px) {
  .navbar-toggler {
    display: none !important;
  }
}
@media only screen and (max-width: 1280px) {
  .navbar-toggler {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .navbar-toggler {
    display: none !important;
  }
  .mob-ul {
    list-style-type: none;
    padding-left: 0;
  }
  h5.events-heading {
    font-size: 15px;
  }
  p.myp-font {
    font-size: 13px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1023px) {
  .navbar-toggler {
    display: none !important;
  }
  .mob-ul {
    list-style-type: none;
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .navbar-toggler {
    display: none !important;
  }
  #main {
    display: block;
  }
  .header-wrap .navbar .nav-link {
    color: #fff;
  }
  .mob-ul {
    list-style-type: none;
    padding-left: 0;
  }
  .header-wrap .sub-menu {
    width: 250px;
  }
}

@media only screen and (max-width: 736px) and (orientation: landscape) {
  .navbar-toggler {
    display: none !important;
  }
  #main {
    display: block;
  }
  .header-wrap .navbar .nav-link {
    color: #fff;
  }
  .mob-ul {
    list-style-type: none;
    padding-left: 0;
  }
  .header-wrap .sub-menu {
    width: 250px;
  }
}
@media only screen and (max-width: 667px) and (orientation: landscape) {
  .navbar-toggler {
    display: none !important;
  }
  #main {
    display: block;
  }
  .header-wrap .navbar .nav-link {
    color: #fff;
  }
  .mob-ul {
    list-style-type: none;
    padding-left: 0;
  }
  .header-wrap .sub-menu {
    width: 250px;
  }
}
@media only screen and (max-width: 568px) and (orientation: landscape) {
  .navbar-toggler {
    display: none !important;
  }
  #main {
    display: block;
  }
  .header-wrap .navbar .nav-link {
    color: #fff;
  }
  .mob-ul {
    list-style-type: none;
    padding-left: 0;
  }
  .header-wrap .sub-menu {
    width: 250px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  h5.events-heading {
    font-size: 20px;
  }
  p.myp-font {
    font-size: 15px;
  }
  .navbar-toggler {
    display: none !important;
  }
  #main {
    display: block;
  }
  .header-wrap .navbar .nav-link {
    color: #fff;
  }
  .mob-ul {
    list-style-type: none;
    padding-left: 0;
  }
  .header-wrap .sub-menu {
    width: 250px;
  }
  .box img {
    height: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .inner-section h3 {
    font-size: 18px;
  }
  h5.events-heading {
    font-size: 15px;
  }
  .inner-section p {
    font-size: 13px;
    text-align: justify;
  }
  section#marketplace img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .navbar-toggler {
    display: none !important;
  }
  #main {
    display: block;
  }
  .header-wrap .navbar .nav-link {
    color: #fff;
  }
  .mob-ul {
    list-style-type: none;
    padding-left: 0;
  }
  .header-wrap .sub-menu {
    width: 250px;
  }
  .box img {
    height: 100%;
  }
}
@media only screen and (min-width: 321px) and (max-width: 479px) {
  .inner-section h3 {
    font-size: 18px;
  }
  h5.events-heading {
    font-size: 15px;
  }
  .inner-section p {
    font-size: 13px;
    text-align: justify;
  }
  section#marketplace img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .navbar-toggler {
    display: none !important;
  }
  #main {
    display: block;
  }
  .header-wrap .navbar .nav-link {
    color: #fff;
  }
  .mob-ul {
    list-style-type: none;
    padding-left: 0;
  }
  .header-wrap .sub-menu {
    width: 250px;
  }
  .box img {
    height: 100%;
  }
}
@media only screen and (max-width: 568px) and (orientation: landscape) {
  .navbar-toggler {
    display: none !important;
  }
  #main {
    display: block;
  }
  .header-wrap .navbar .nav-link {
    color: #fff;
  }
  .mob-ul {
    list-style-type: none;
    padding-left: 0;
  }
  .header-wrap .sub-menu {
    width: 250px;
  }
  .box img {
    height: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .inner-section h3 {
    font-size: 18px;
  }
  h5.events-heading {
    font-size: 15px;
  }
  .inner-section p {
    font-size: 13px;
    text-align: justify;
  }
  section#marketplace img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .navbar-toggler {
    display: none !important;
  }
  #main {
    display: block;
  }
  .header-wrap .navbar .nav-link {
    color: #fff;
  }
  .mob-ul {
    list-style-type: none;
    padding-left: 0;
  }
  .header-wrap .sub-menu {
    width: 250px;
  }
  .box img {
    height: 100%;
  }
}
