#top-menu {
    width: 100%;
    height: 106px;
}

.btn-xlarge {
    padding: 18px 38px;
    font-family: Source Code Pro; 
    font-style: normal;
    font-weight: bold;
    font-size: 1.5em;     
    letter-spacing: 0.12em;
    text-align: center;
    line-height: 25px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    background-color: #828960; 
    border-color: #828960; 
}
.btn-xlarge:hover {
    background-color: #5B623C;
    border-color: #5B623C; 
}

.faqs{
    font-family: Source Sans Pro;
            font-style: normal;
            font-weight: normal;
            font-size: 1em;
            text-align: justify;;
            letter-spacing: 0.1em; margin-bottom: 0;
}

#title {
    margin-left: 5%;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 17%;
    float: left;
}

#menu-links {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    float: right;
    margin-right: 5%;
}

a:link{
    color: black;
    text-decoration: none;  
}
a:visited{
    color: black;
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    text-align: right;
    padding: 1% 16px;
    text-decoration: none;
  }
.nav-link{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.12em;
    color: black;
    padding-left: 1%;
}
.ml-auto .dropdown-menu {
    left: auto !important;
    right: 5%;
}
.collapse.in {        
    display: block;
}
.overlay-box {
    /* these two are needed - the align self makes the column not stretch the whole height of the image column and the translate moves the column over the image */
    align-self: flex-start;
    transform: translateY(-25%);
  
    /* the following are for example only */
    background-color: #ffffff;
  }
  .navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
}

.footer-text {
    font-family: Source Sans Pro;
                    font-style: normal;
                    font-weight: normal;
                    font-size: .9em;
                    line-height: 18px;
                    /* identical to box height */
                    
                    letter-spacing: 0.12em;
                    color: #BBBABA;
}

.schedule{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    line-height: 25px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #000000;
}

span {
    text-decoration: solid;
}

.divided {
    display: flex;
    align-items: center;
  }
  
  .divider {
    flex-grow: 1;
    border-bottom: 1px solid black;
    margin: 5px
  }

  label{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;     
    text-align: center;
    letter-spacing: 0.1em;
    padding-bottom: 2px;
    
    color: #000000;
  }


  .form-check-input:checked {
    background-color: #828960;
    border-color: #828960;
}


.form-check-input:checked[type=radio] {
    background-image:none;
}

input[type=radio] {
    background: #FBFBFB;
    border: 1px solid #C9C8C8;
    width: 30px;
    height: 30px;
}





/*For very small screens*/
@media (max-width: 768px) {
    #mainContainer {
        width: 80%;
    }
    #schedule{
        width: 75%;
        padding-left: 5%; padding-right: 5%;
    }
    #giftsTable{
        height: 40%;
    }
    #footer{
        background-color: #F2F2F2;
        height: 10%;
    }
    #heroBox{
        width: 63%;
    }
    #gettingMarried{
        padding-top: 5%; font-family: Playfair Display SC; font-style: normal; font-weight: normal; font-size: 3em; line-height: 1.1em; letter-spacing: 0.03em; color: #000000;
    }
    #ourStoryParagraph{
        text-align: justify;
    }
}




/*For small screens*/
@media (min-width: 768px) and (max-width: 991px) {
    #mainContainer {
        width: 80%;
    }
    #schedule{
        width: 75%;
        padding-left: 5%; padding-right: 5%;
    }
    #giftsTable{
        height: 60%;
    }
    #footer{
        background-color: #F2F2F2;
        height: 10%;
    }
    #heroBox{
        width: 63%;
    }
    #gettingMarried{
        padding-top: 5%; font-family: Playfair Display SC; font-style: normal; font-weight: normal; font-size: 3em; line-height: 1.1em; letter-spacing: 0.03em; color: #000000;
    }
    #ourStoryParagraph{
        text-align: justify;
    }
}

/*For larger screens*/
@media (min-width: 992px) {
    #mainContainer {
        width: 38%;
        padding-top:5%;
    }
    #schedule{
        width: 40%;
    }
    #giftsTable{
        height: 40%;
    }
    #footer{
        background-color: #F2F2F2;
        height: 10%;
    }
    #heroBox{
        width: 63%;
    }
    #gettingMarried{
        padding-top: 5%; font-family: Playfair Display SC; font-style: normal; font-weight: normal; font-size: 3em; line-height: 1.1em; letter-spacing: 0.03em; color: #000000;
    }
    #ourStoryParagraph{
        text-align: justify;
    }
}

/*For phones in portrait screens*/
@media (max-width: 768px)
and (orientation: portrait)  {
    #mainContainer {
        width: 90%;
        padding-top: 10%;
    }
    #schedule{
        width: 100%;
        padding-left: 5%; padding-right: 5%;
    }
    #giftsTable{
        height: 40%;
    }
    #footer{
        background-color: #F2F2F2;
        height: 12.5%;
    }
    .footer-text {
        font-size: .7em;
    }
    .faqs{
        font-family: Source Sans Pro;
            font-style: normal;
            font-weight: normal;
            font-size: 1em;
            text-align: left;;
            letter-spacing: 0.1em; margin-bottom: 0;
    }
    #ourStory{
        padding-top: 5%;
    }
    #heroBox{
        width: 90%;
    }
    #gettingMarried{
        padding-top: 5%; font-family: Playfair Display SC; font-style: normal; font-weight: normal; font-size: 2.5em; line-height: 1.1em; letter-spacing: 0.03em; color: #000000;
    }
    #ourStoryParagraph{
        text-align: left;
    }
}

/* for iPad Pro */
/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    #mainContainer {
        width: 38%;
        padding-top:5%;
    }
    #schedule{
        width: 40%;
    }
    #giftsTable{
        height: 60%;
    }
    #footer{
        background-color: #F2F2F2;
        height: 10%;
    }
    #heroBox{
        width: 63%;
    }
    #gettingMarried{
        padding-top: 5%; font-family: Playfair Display SC; font-style: normal; font-weight: normal; font-size: 3em; line-height: 1.1em; letter-spacing: 0.03em; color: #000000;
    }
    #ourStoryParagraph{
        text-align: justify;
    }
}