@import url("https://fonts.googleapis.com/css?family=Montserrat|Cookie|Josefin+Sans|Lora|Roboto+Slab:300|Sanchez|Teko:500");

:root {
  /* --primary-color: #5f7872;
  --secondary-color: #6c4f6d;
  --footerHover-color: #b7a8af;
  --disabled-color: #d4d3cf; */

  --primary-color: #38557d;
  --secondary-color: #003988;
  --footerHover-color: #5480be;
  --disabled-color: #607da5;
}

::-webkit-scrollbar {
  width: 10px !important;
  height: 10px;
  background-color: #ffffff;
  border-top: 1px solid var(--secondary-color);
}

::-webkit-scrollbar-thumb {
  background-color: var(--secondary-color);
  height: 5px;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body.homeOpened {
  overflow: hidden;
}

body.homeOpened .menuToggle {
  display: none;
}

.breaker {
  background-image: url('./img/background.jpg');
  background-size: cover;
  float: left;
  width: 100%;
  height: 300px;
  background-attachment: fixed;
}

hr {
  width: 70%;
  float: left;
  margin: 10px 15% 10px 15%;
  background: #ccc;
  border: 0px;
  height: 1px;
}

body.homeOpened .toTop {
  display: none;
}

.toTop:hover,
.langEN:hover {
  opacity: 0.9;
}

.toTop {
  text-align: center;
  background: var(--primary-color);
  float: left;
  padding: 10px 15px 5px 15px;
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 12pt;
  font-family: "Teko", sans-serif;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  z-index: 1000;
}

.langEN {
  text-align: center;
  background: var(--primary-color);
  padding: 10px 15px 5px 15px;
  position: fixed;
  right: 0;
  font-size: 14pt;
  letter-spacing: 2px;
  font-family: "Teko", sans-serif;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1000;
}

.regButton a:hover {
  background: var(--footerHover-color) !important;
}

.mainPageWrapper .section .contentArea .regButton {
  width: 100%;
  float: left;
}


.mainPageWrapper .section .contentArea .regButton a {
  font-family: "Teko", sans-serif;
  color: #fff;
  background: var(--primary-color);
  float: left;
  text-align: center;
  font-size: 14pt;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 2px 10px 0px 10px;
  width: 50%;
  margin: 10px 25% 10px 25%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.menuToggle:hover {
  opacity: 0.9;
}

.menuToggle {
  /* float: left; */
  display: block;
  position: fixed;
  /* width: 100%; */
  z-index: 100000000000000000;
  left: 0;
  text-align: right;
  padding: 0px;
  top: 0px;
  background: var(--primary-color);
  color: #fff;
  font-size: 30pt;
  margin: 0px;
  padding: 5px;
  cursor: pointer;
}

.menuToggle i {
  float: right;
  margin: 10px 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* .menuToggle i:hover {
  color: var(--primary-color);
} */

.menuToggle i:nth-child(2) {
  display: none;
}

.menuToggle i:nth-child(1) {
  display: block;
}

.menuToggle.opened i:nth-child(1) {
  display: none;
}

.menuToggle.opened i:nth-child(2) {
  display: block;
}

nav {
  width: 100%;
  float: left;
  background: #fff;
  height: 100%;
  position: fixed;
  z-index: 10000;
  padding-top: 75px;
  top: -100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

nav.opened {
  top: 0px;
}

nav a {
  color: var(--secondary-color);
  width: 100%;
  float: left;
  text-align: center;
  font-family: "Montserrat", serif;
  font-size: 15pt;
  margin: 20px 0px 0px 0px;
  text-decoration: none;
  cursor: pointer;
}

nav a:hover {
  text-decoration: underline;
}

.width50 {
  width: 50%;
  float: left;
  padding: 10px;
}

.width25 {
  width: 25%;
  float: left;
  padding: 10px;
}

.homepage {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  float: left;
  background: #fff;
  height: 100%;
  z-index: 10000;
}

.homepage.homeOpened {
  pointer-events: none !important;
  background: rgba(0, 0, 0, 0);
}

.homepage.homeOpened .langEN {
display: none;
}

.homepage.homeOpened .leftHalf {
  transform: translate(-120%, 0);
  -webkit-transform: translate(-120%, 0);
}

.homepage.homeOpened .rightHalf {
  transform: translate(120%, 0);
  -webkit-transform: translate(120%, 0);
}

.leftHalf,
.rightHalf {
  width: 50%;
  float: left;
  height: 100%;
  padding: 25px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.leftHalf {
  background-image: url("./img/cover.jpg");
  background-size: cover;
}

.leftHalf .weddingLogo {
  width: 80%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 300px;
}

.rightHalf {
  background: #fff;
}

.rightHalf .contentHalfWrap {
  float: left;
  width: 100%;
  max-width: 500px;
  position: relative;
  left: 0;
  margin-left: 0px;
}

.rightHalf h1 {
  font-family: "Teko", sans-serif;
  font-weight: 100;
  font-size: 15pt;
  float: left;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  color: #1a1a1a;
  margin: 10px 0px 0px 0px;
}

.rightHalf h1.big {
  font-size: 55pt;
}

.rightHalf h1.big span {
  font-size: 35pt;
  position: relative;
  top: -7px;
}

.langLink {
  position: fixed;
  bottom: 20px;
}

.rightHalf h2 {
  font-family: "Montserrat", serif;
  font-weight: 100;
  font-size: 10pt;
  float: left;
  width: 100%;
  text-align: center;
  margin: 0px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}



.rightHalf h2 a {
  color: var(--footerHover-color);
  text-decoration: none;
}

.rightHalf h2:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.rightHalf .countDownWrapper {
  width: 100%;
  float: left;
}

.rightHalf .dateInfo {
  font-family: "Teko", sans-serif;
  width: 100%;
  float: left;
  font-size: 21pt;
  margin-bottom: 0px;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0px;
  font-weight: 100;
  color: #1a1a1a;
}

.rightHalf #countdownTimer {
  width: 100%;
  float: left;
  margin-top: 0px;
  margin-bottom: 20px;
}

.rightHalf #countdownTimer .timeHolder {
  width: 25%;
  float: left;
}

.rightHalf #countdownTimer .timeHolder p {
  font-size: 17pt;
  float: left;
  text-align: center;
  width: 100%;
  font-family: "Montserrat", serif;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #222;
}

.rightHalf #countdownTimer .timeHolder h2 {
  font-size: 10pt;
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  font-family: "Montserrat", serif;
  font-weight: 900;
  letter-spacing: 2px;
  color: #222;
}

.rightHalf .buttons {
  width: 100%;
  float: left;
  margin-top: 40px;
}

.rightHalf .buttons a {
  font-family: "Teko", sans-serif;
  color: #fff;
  background: var(--primary-color);
  float: left;
  text-align: center;
  font-size: 14pt;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 2px 10px 0px 10px;
  width: 31.33%;
  margin: 5px 1% 5px 1%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.rightHalf .buttons a i {
  font-size: 11pt;
}

.rightHalf .buttons a.nulled {
  pointer-events: none;
  background: var(--disabled-color);
}

.rightHalf .buttons a:hover {
  background: var(--footerHover-color);
}

.rightHalf .buttons p {
  font-family: "Montserrat", serif;
  font-size: 8pt;
  width: 100%;
  text-align: center;
  float: left;
}

.mainPageWrapper {
  min-height: 100%;
  height: 100%;
  float: left;
  width: 100%;
  position: relative;
  background: #fff;
}

.mainPageWrapper h1 {
  font-family: "Teko", sans-serif;
  font-weight: 100;
  font-size: 15pt;
  float: left;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  color: #1a1a1a;
  margin: 50px 0px 0px 0px;
  font-size: 55pt;
}

.mainPageWrapper h1 span {
  font-size: 35pt;
  position: relative;
  top: -7px;
}

.mainPageWrapper .section {
  width: 100%;
  float: left;
  padding: 20px 5px 20px 5px;
}

.mainPageWrapper .section .contentArea {
  width: 880px;
  position: relative;
  float: left;
  left: 50%;
  margin-left: -440px;
  padding: 10px 20px 10px 20px;
}

.mainPageWrapper .section .contentArea h2 {
  font-family: "Teko", sans-serif;
  float: left;
  font-size: 25pt;
  margin: 10px 0px 0px 0px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 3px;
  color: var(--secondary-color);
}

.mainPageWrapper .section .contentArea h3 {
  font-family: "Teko", sans-serif;
  float: left;
  font-size: 18pt;
  margin: 10px 0px 0px 0px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 3px;
  color: var(--secondary-color);
}

.mainPageWrapper .section .contentArea h3 span {
  color: var(--primary-color);
}

.mainPageWrapper .section .contentArea p {
  font-family: "Montserrat", serif;
  line-height: 1.5;
  float: left;
  margin: 5px 0px 5px 0px;
  font-size: 12pt;
  width: 100%;
  color: #1a1a1a;
}

.mainPageWrapper .section .contentArea p a {
  text-decoration: none;
  color: var(--primary-color);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.mainPageWrapper .section .contentArea p a:hover {
  color: var(--footerHover-color);
}

.mainPageWrapper .section .contentArea .profileHolder {
  width: 100%;
  float: left;
  padding: 10px;
}

.mainPageWrapper .section .contentArea .profileHolder img {
  width: 100%;
  float: left;
}

.mainPageWrapper .section .contentArea .halfImage {
  width: 100%;
  float: left;
}

.mainPageWrapper .section .contentArea .halfImage img {
  width: 50%;
  float: left;
  padding: 10px;
}

.mainPageWrapper .section .contentArea .halfImage .info {
  width: 50%;
  float: left;
  padding: 10px;
}

.mainPageWrapper .section .contentArea .accordian {
  width: 100%;
  float: left;
}

.mainPageWrapper .section .contentArea .accordian .expandable {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.mainPageWrapper .section .contentArea .accordian .trigger {
  font-weight: 900;
  cursor: pointer;
}

.mainPageWrapper .section .contentArea .accordian .trigger i:hover {
  color: var(--primary-color);
}

.mainPageWrapper .section .contentArea .accordian .trigger i:nth-child(1) {
  display: inline;
}

.mainPageWrapper .section .contentArea .accordian .trigger i:nth-child(2) {
  display: none;
}

.mainPageWrapper .section .contentArea .accordian.opened .trigger i:nth-child(1) {
  display: none;
}

.mainPageWrapper .section .contentArea .accordian.opened .trigger i:nth-child(2) {
  display: inline;
}

.mainPageWrapper .section .contentArea .accordian.opened .expandable {
  max-height: 1000px;
  height: auto;
  overflow: visible;
}

footer {
  width: 100%;
  background: var(--footerHover-color);
  color: #fff;
  padding: 10px;
  float: left;
  text-align: center;
  font-family: "Teko", sans-serif;
  font-weight: 100;
  font-size: 12pt;
  letter-spacing: 2px;
}

@media screen and (min-width: 1080px) {
  .contentHalfWrap {
    float: left;
    width: 500px !important;
    max-width: 500px;
    position: relative;
    left: 50% !important;
    margin-left: -250px !important;
  }
}

@media only screen
and (max-width: 17cm)
and (orientation: landscape) {
  .rightHalf h1 {
    display: none !important;
  }

  .rightHalf h2 {
    display: none !important;
  }

  .rightHalf h1.big {
    display: block !important;
  }

  .rightHalf #countdownTimer {
    display: none !important;
  }
}

@media only screen
/* and (max-width: 880px) */
and (orientation: portrait) {
  .contentArea {
    width: 100% !important;
    left: 0% !important;
    margin-left: 0px !important;
    /* letter-spacing: .1vw !important; */
    font-size: 4vw !important;
  }

  .buttons a {
    width: 100% !important;
  }

  .mainPageWrapper .section .contentArea p {
    font-size: 2vw !important;
  }

  footer,
  .fa,
  .toTop,
  .langEN,
  .rightHalf .buttons p,
  .rightHalf .dateInfo,
  .rightHalf h1,
  .rightHalf h2 a,
  .mainPageWrapper .section .contentArea .accordian p,
  .mainPageWrapper .section .contentArea .halfImage .info p {
    letter-spacing: .1vw !important;
    font-size: 4vw !important;
  }

  .mainPageWrapper h1,
  .mainPageWrapper .section .contentArea h2 {
    letter-spacing: .1vw !important;
    font-size: 8vw !important;
  }

  nav a,
  .menuToggle i,
  .rightHalf h1.big,
  .rightHalf h1.big span,
  .rightHalf .buttons a,
  .mainPageWrapper .section .contentArea h3,
  .mainPageWrapper .section .contentArea .regButton a {
    letter-spacing: .1vw !important;
    font-size: 6vw !important;
  }

  .halfImage img,
  .halfImage .info {
    width: 100% !important;
  }

  .width50 {
    width: 100% !important;
  }

  .breaker {
    height: 350px !important;
    background-image: url('./img/background_m.jpg') !important;
  }
  
  .leftHalf {
    background-image: url("./img/cover_m.jpg") !important;
  }
}