:root{
    --primary-text-colour: rgb(255, 253, 252);
    --body-background-colour: rgb(252, 245, 234);
    --alt-text-colour: rgb(66, 84, 64);
}

* {
    box-sizing: border-box; 
}

body{
    background: var(--body-background-colour);
    color: var(--alt-text-colour);
    font-family: "Lora", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    margin: 0; 
}

footer{
    font-family: "Lora", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    margin: 0; 
    background-color: var(--alt-text-colour) !important;
}

.footer-ancor {
    color: black !important;
    text-decoration: none;
}

.footer-heading {
    font-size: 70px;
    font-style: normal;
    font-weight: 300;
    font-kerning: none;
    display: block;
    font-family: "Lora", serif;
    padding-bottom: 30px;
}

.flex-container {
  display: flex;
  flex-direction: row;
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }
}

.row-n {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}


.crimson-text {
    font-family: "Crimson Text", serif !important;
    font-size: 18px;
    font-weight: 400;
}

.cursive-text {
    font-family: "Tangerine", cursive;
}

.extra-cursive-text {
    font-family: "MonteCarlo", cursive;
    font-style: normal;
}


.extra-cursive-text-dark {
    font-family: "MonteCarlo", cursive;
    font-style: normal;
    color: var(--alt-text-colour);
    font-size: 65px;
    margin: 0;
    padding: 15px;
}

section{
    width: 100%;
    display: table;
    margin: 0;
    max-width: none;
    height: 100vh;
}

.inner-section{
    height: 100vh;
    width: inherit;
}

.center {
    text-align: center;
}

.text-content {
    display: table-cell;
    vertical-align: middle;
}

h1 {
    font-size: 3em;
    display: block;
    color: white;
    font-weight: 300;
}

footer {
    padding: 1% 5%;
    text-align:center;
    background-color: #373B44;
    color: white;

    a {
        color: #4b7bfe;
        font-weight: 500;
        text-decoration: none;
    }
}

.hero-section{
    font-size: 75px;
    font-weight: 600;
    color: rgb(252, 245, 234);
}

.hero-image{
    background: url('/web-img/IMG_1289.JPG') no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    max-width: 100%;
    width: 100%;
    opacity: 0.9;
}

.extra-text{
    font-size: 40px;
}

.hero-text {
    font-weight: 300;
    font-style: normal;
    font-kerning: none;
    font-size: 2em;
    display: block;
    color: var(--body-background-colour);
    
}

@media only screen and (max-width: 600px){
    .hero-section{
        font-size: 32px;
    }
    .extra-text{
        font-size:  18px;
    }
    html, body {
        overflow-x: hidden;
    }
    body {
    position: relative
    }
}

.submit-btn{
    width: 10%;
    height: 40px; 
    border-radius: 10px;
    background-color: white;
    color: var(--alt-text-colour) !important;
    border-color:  var(--alt-text-colour) !important;
}

.submit-btn:hover {
    background-color: var(--alt-text-colour);
    color: white !important;
    outline: none;
}

.form-input{
    width: 32%;
    height: 25px;
    border: 1px solid #555;
    outline: none;
    padding: 5px;
    border-radius: 5px;
}


.pic-date-section{
    padding:0px;
    height: 85%;
}
.pic-date-section-f{
    padding:0px;
    height: 100%;
}


.pic-date-section-w{
    padding:0px;
    height: 65%;
    padding: 60px;
    background-color: white;
}

.pic-section{
    background: white;
    padding:150px;
}


.pic-section-2{
    background: white;
    height: 100%;
    padding:150px;
}

.countdown-section {
    background: url('/web-img/jdbg2.jpeg') no-repeat center center;
    background-size: cover;
    width: 100%;
    opacity: 0.75;
    padding: 120px;
    color: var(--primary-text-colour);
}

.inner-box-countdown {
    background: rgb(66, 84, 64);
    opacity :0.95; 
    padding: 40px;
    width: 100%;
    height: 100%;
}


.countdown-section h1 {
    font-size: 90px;
    font-style: normal;
    font-weight: 300;
    font-kerning: none;
    display: block;
}
.countdown-section h2 {
    font-size: 70px;
    font-style: normal;
    font-weight: 300;
    display: block;
}

.details-wrapper .column {
  border-right: 1px solid var(--alt-text-colour);
}

.details-wrapper .column:last-child {
  border: none; /* remove border ? */
}
.details-wrapper-new{
    padding: 90px;
}

.details-wrapper-new .col {
  border-right: 1px solid var(--alt-text-colour);
}

.details-wrapper-new .col:last-child {
  border: none; /* remove border ? */
}

.h-img{
    width: 500px;
    height: 700px;
}

.h-img2{
    width: 670px;
    height: 450px;
    padding-left: 80px;
}

.text-with-bg-image-section{
    background: url('/web-img/jdbg2.jpeg') no-repeat center center;
    background-size: cover;
    width: 100%;
    opacity: 0.75;
    color: var(--primary-text-colour);
    padding: 60px 120px;
}

.text-with-bg-image-section h1 {
    font-size: 90px;
    font-style: normal;
    font-weight: 300;
    font-kerning: none;
    display: block;
}
.text-with-bg-image-section h2 {
    font-size: 70px;
    font-style: normal;
    font-weight: 300;
    display: block;
}

.inner-box {
    background: rgb(66, 84, 64);
    opacity :0.95; 
    padding: 40px;
    width: 100%;
}

.inner-box-n {
    background: rgb(66, 84, 64);
    opacity :0.95; 
    padding: 90px;
    width: 100%;
}

@media only screen and (max-width: 800px) {
    .text-with-bg-image-section{
        padding: 20px 15px;
        width: 100%;
    }
    .text-with-bg-image-section h1{
        font-size: 52px;
    }
    .text-with-bg-image-section h2{
        font-size:  32px;
    }
}

.white-bg {
    padding: 60px 120px;
    color: var(--alt-text-colour);
    background: white;
}

.white-bg h2 {
    font-size: 70px;
    font-style: normal;
    font-weight: 300;
    font-kerning: none;
    display: block;
    font-family: "Lora", serif;
}


.white-bg-new h2 {
    font-size: 70px;
    font-style: normal;
    font-weight: 300;
    font-kerning: none;
    display: block;
    font-family: "Lora", serif;
}


/* TIMELINE THINGS */

ul, li{
  list-style: none;
  padding: 0;
}

.container{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}
.wrapper{
  padding: 2rem;
  border-radius: 15px;
}
.sessions{
  margin-top: 2rem;
  border-radius: 12px;
  position: relative;
}
li{
  padding-bottom: 1.5rem;
  border-left: 1px solid var(--alt-text-colour);
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
  &:last-child{
    border: 0px;
    padding-bottom: 0;
  }
  &:before{
    content: '';
    width: 15px;
    height: 15px;
    background: var(--body-background-colour);
    border: 1px solid var(--alt-text-colour);
    box-shadow: 3px 3px 0px var(--alt-text-colour);
    box-shadow: 3px 3px 0px var(--alt-text-colour);
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 0px;
  }
}

.note{
    padding: 100px;
}

.note-col{
    padding-left: 200px;
    padding-right: 200px;
}

.time{
  color: var(--alt-text-colour);
  font-weight: 500;
}

.palette-img{
    width: 100px;
    height: 100px;
}


.palette-img-s{
    width: 75px;
    height: 75px;
}

.rsvp-section{
    padding: 100px;
    height: 90%;
}

.faq-section{
    padding: 100px;
    height: 90%;
}

.forever-text{
    font-size: 18px;
}

.countdown-display{
    font-size: 90px;
}

.forever-text-h1{
    font-size: 90px;
    padding: 40px;
}

.idea-pic{
    width: 710px;
    height: 580px;
}

.idea-pic-1{
    width: 710px;
    height: 600px;
}

.idea-padding{
    padding-bottom: 80px;
}

.the-big-day{
    height: 95%;
    padding: 60px;
}

@media (max-width: 575.98px) {
    .h-img{
        width: 300px;
        height: 450px;
    }
    .story-text{
        padding-top: 70px;
    }
    .story-section{
        padding-bottom: 90px;
    }
    .palette-img{
        width: 75px;
        height: 75px;
    }
    .details-wrapper-new .col {
        border-right:none;
    }
    .details-wrapper-new{
        padding: 30px;
        padding-top: 70px;
    }
    .forever-text{
        font-size: 16px;
    }
    .countdown-display{
        font-size: 30px;
    }
    .forever-text-h1{
        font-size: 40px;
    }
    .inner-box-n {
        padding: 8px;
    }
    .idea-pic{
        width: 250px;
        height: 225px;
    }
    
    .idea-pic{
        width: 310px;
        height: 270px;
    }

    .idea-pic-1{
        width: 310px;
        height: 270px;
    }
    .pic-section-2{
        padding : 55px;
    }

    .h-img2{
        height: 250px;
        width: 275px;
        padding-left: 0;
    }

    .note{
        padding: 0;
        padding-bottom: 100px;
    }

    .note-col{
        padding: 0;
    }

    .the-big-day{
        height: 95%;
        padding: 0px;
    }

    .faq-section {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .idea-padding{
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .footer-heading{
        font-size: calc(1.325rem + .9vw)
    }

    .hero-image{
        background-attachment: unset;
    }

    .travel-padding{
        padding-top: 45px;
        padding-bottom: 20px;
    }


}
