/* Fontface */

@font-face {
    font-family:"Perpetua";
    src: url("/nc_assets/PER_____.TTF") format("truetype");
}
@font-face{
    
    font-family: "Brignola";
    src: url("/nc_assets/Brignola-Script.woff") format("woff");
}

/* Layout Options*/

.flex-row-wrap{

    display:flex;
    flex-flow:row wrap;
}

.flex-row-wrap-center{
   
    display:flex;
    flex-flow:row wrap;
    justify-content:center;
}
.flex-row-wrap-center-align-center{
   
    display:flex;
    flex-flow:row wrap;
    justify-content:center;
    align-items: center;
}
.flex-row-wrap-flex-end-align-center{
   
    display:flex;
    flex-flow:row wrap;
    justify-content:flex-end;
    align-items: center;
}

.flex-row-wrap-space-evenly{

    display:flex;
    flex-flow:row wrap;
    justify-content:space-evenly;
}
.flex-row-wrap-space-between{

    display:flex;
    flex-flow:row wrap;
    justify-content:space-between;
}
.flex-row-wrap-space-around{

    display:flex;
    flex-flow:row wrap;
    justify-content:space-around;
}
.flex-col-wrap-center{

    display:flex;
    flex-flow:column wrap;
    align-content:center;
    align-items:center;
}
.flex-col-wrap-center-flex-end{

    display:flex;
    flex-flow:column wrap;
    align-content:center;
    align-items:center;
    justify-content:flex-end;
}
.flex-col-wrap-center-nowrap{

    display:flex;
    flex-flow:column nowrap;
    align-content:center;
    align-items:center;
}
.flex-col-wrap-space-evenly{

    display:flex;
    flex-flow:column wrap;
    align-content:space-evenly;
    align-items:center;
}

/*INDEPENDENT CLASS*/
.display-block-none{

    display:block !important;
}

body{
     background-image: url("/nc_assets/Wedding-Website-BCG.jpg");
     background-position: center;
     background-repeat: no-repeat;
     background-attachment: fixed;
     background-size: cover;    
     margin: 0 auto 0 auto;
}
a{
    text-decoration:none;
}
/* dialog */
dialog{   

    z-index:5;
    position:fixed;
    top:0;
    background: rgba(252, 147, 205, 0);
    border: none;
    

}
.dialog-container{

    background: rgb(250, 233, 235);
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(146, 85, 119, 0.2);
}
.dialog-container button{

    border: none;
    padding: 10px;
    width: 72px;
    background-color: rgba(252, 147, 205, .5);
    margin-top:32px;
}
dialog::backdrop {

    background-color: rgba(252, 147, 205, .5);
     backdrop-filter: blur(3px);
   
}
.dialog-container h3, .dialog-container h2{

    color: rgba(146, 85, 119, 0.6);
    
}

.dialog-container p {
color: rgb(41, 41, 41);
}
/*NAVBAR*/
.hamburger-icon{

    display:none;
}

.nav-container{

    background-color:#ffe9e9;    
    box-shadow: 0px 0px 15px rgba(252, 147, 205, 0.5);
    width: 80%;
    border-radius: 50px;
    padding:20px;
    margin: 64px auto 0 auto;
    position: relative;
    z-index: 1;

}

.nav-container ul{

    font-family:"Perpetua", sans-serif;
    font-size:24pt;

    list-style-type: none;
    margin:0;
    padding:0;   
    
}
.nav-container .hover-highlight{

    border-bottom: 3px solid #ffe9e9; 
    
    

}
.nav-container .hover-highlight:hover{

    border-bottom: 3px solid  #f00586;
    color: #f00586;   

}

.nav-container a{

    text-decoration: none;
    color: black;
    
}

/* OT Radio */

.ot-radio-container{

        background-color: rgba(252, 147, 205, 0.6);
        color:#ffffff;
        width: 60vw;
        
        margin: 0 auto 0 auto;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        padding:10px;
        position: sticky;
        top:0;
        z-index:3;       

}
.ot-radio-controls-controls-wrapper {

    padding:0 10px;
    

}
.ot-radio-info{

    margin:0 20px;
    
}
.ot-radio-controls-controls-wrapper p{

    font-size:12pt;
    width:220px;
     overflow: scroll;
     white-space: nowrap;    
     margin: 0;
     text-align:center;

}
.ot-radio-controls-controls-wrapper h4{

    margin:0 10px 0 0;
    white-space: nowrap;  
    text-align:center;
}

#track-title{    
    white-space: nowrap;
    overflow: scroll;
    color: rgba(146, 85, 119, 0.6);
    margin: 0;
}
.ot-radio-controls-controls-wrapper p::-webkit-scrollbar{
  display: none;
}
.radio-controls{

    margin: 0 10px;    
    transition: transform .2s;
}
.radio-controls:hover{

    transform: scale(1.05);
    
}
.radio-controls:active{

    transform: scale(.9);
}
.ot-radio-controls-controls-wrapper span{

    margin: 0 4px;

}
.ot-radio-controls-controls-wrapper button{

    border:none;
    width: 40px;
    height: auto;
    color:#ffffff;
    background-color: rgba(252, 147, 205, 0);
    
   
    
}
#toggle img, #next img, #prev img{

    width: 30px;
    height: auto;
    margin:0 auto 0 auto;
}
.slider {
  -webkit-appearance: none; /* remove default Chrome/Safari */
  appearance: none;
  width: auto;
  height: 6px;
  border-radius: 4px;
  background: rgba(146, 85, 119, 0.6); /* fill effect */
  outline: none;
  cursor: pointer;
  margin: auto 20px;
}
.slider::-moz-range-track {
  height: 6px;
  border-radius: 4px;
  background: transparent;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid white;
  box-shadow: 0 0 2px rgba(0,0,0,.5); 
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid white;
  box-shadow: 0 0 2px rgba(0,0,0,.5);
  cursor: pointer;
}



/* HERO SECTION8*/


.headline{

    padding-top: 64px;
}
.headline p{

    margin:0;
    font-weight:normal!important;

    font-family:"Brignola", sans-serif;
    font-size: 10rem;;
    line-height: 1;
}
#ampersand{

    font-size: 64pt;
}
.bcg-flowers{

    position:absolute;
    float: right;
    top:0;
    right:0;
    width:15%;;
    min-width: 200px;
    height:auto;
    z-index:0;
}
.bcg-flower-2{

    transform: scaleX(-1);    
    position:absolute;
    float: left;
    top:0;
    left:0;
    width: 15%;;
    min-width: 200px;
    height:auto;
    z-index:0;

}

/*THE Journey SECTION8*/

.the-journey-section{

    padding-top:200px;
    width:100%;     
    
}

.half-nut{

    width: 40%;
    height: 720px;
    padding:32px;
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
    background-color:#ffb6c1;   
    box-shadow: 0 6px 20px rgba(252, 147, 205, 0.5); 
}
.nut-a{

   background-image: -webkit-radial-gradient(farthest-side , #ffff, #ffb6c1);

}
.the-journey-section-heading-wrapper{

    position:absolute;
    margin-top:20px;
}
.the-journey-section h1, .the-journey-section h3 {

    font-family: "Perpetua", sans-serif;
    font-weight: normal;
    font-size: calc(15vw + 50px);
    text-align:center;
    margin:0;
    line-height: .7;
    color:#2659c3;;

    
}
.nut-section-wrapper{

    align-items: flex-end;
    width:100%;
    margin: 0 auto 0 auto;
   
}

.in-a{

    color:rgb(38, 89, 195) !important;
     font-size: 7rem !important;
}
.nutshell{

     color:#934d4d !important;
     font-size: 7rem !important
}
.half-nut p{

    font-size: 2em;
    font-family:"Perpetua", sans-serif;
    font-style: italic;
    text-align: center;
    width: 500px;
    margin-bottom:0;   
    
}

.journey-section-leaves-left{

   width:25%;
   height:100%;
   position:relative;
   left:100px;

}
.journey-section-leaves-right{

   width:25%;
   height:100%;
   position:relative;
   right:100px;
}
.the-journey-section-continue{

    width:100%;    

}
.nut-b{

    border-top-right-radius: 0 ;
     border-top-left-radius: 0;
     border-bottom-right-radius: 500px ;
     border-bottom-left-radius: 500px;
     background-image: -webkit-radial-gradient(closest-side , rgba(255, 255, 255,.2), rgba(255, 182, 193,1) ), url("/nc_assets/Ring-and-hand.jpg");
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
}
.and-thus{

    font-size:3rem !important;
    margin-top:0px;
}

/*Registry Section8*/



.registry-section{
    
    font-family: "Perpetua", sans-serif !important;
    padding-top:200px;
    width:100%;  
    
}
.registry-link-container{

     padding-top:150px;
    width:100%;  
}
.card-icon, .amazon-icon{

    width:auto;
    height:120px;
}
.registry-link-container p{

    font-size:1.5rem;
    width:350px;
    text-align:center;
}

.bank-link-button{

    width:300px;
    height:80px;
    box-shadow: 1px 1px 5px rgba(252, 147, 205, 0.6);

    border-radius:50px;
    border:none;
    background-color:#ffb6c1;
    font-size: 2.5rem;
    font-family:"Perpetua", sans-serif;
    transform: scale(1);

    transition: transform .1s;
}

.bank-link-button:hover{

  transform: scale(1.05);
  background-color:#f00586;
  color:white;
}
.bank-link-button:active{

  background-color:rgb(38, 89, 195);
  color:white;
}
/*Save The Date Section*/

.save-the-date-section-flowers{

    position:absolute;
    right:0;
    width: 15%;;
    min-width: 200px;
    height:auto;
    z-index:-1;
}
.save-the-date-section-flowers-2{

    transform: scaleX(-1);
    position:absolute;
    left:0;
    width: 15%;
    min-width: 200px;
    height:auto;
    z-index:-1;

}
.save-the-date-section h1{

    color: #934d4d;
}
.save-the-date-section{

    padding:200px 0 100px 0;
    width:100%; 
    font-family: "Perpetua", sans-serif !important;
}


.save-the-date-section p{

    font-size: 3rem;;
    margin-top:0;
}
.save-the-date-paragraph{

    font-size: 2rem!important;
    margin-top:50px!important;
    width:1000px;
    text-align:center;
}
.Perfectly-Fitted-For-Coates{

    color:#2659c3;
}
.save-the-date-time{

    font-size:3rem !important;
    margin-top:0!important;
}

/*Breakpoints*/

@media screen and (max-width: 1280px) {

    .nut-section-wrapper{

        align-items:flex-start;

    }
    .journey-section-leaves-left,  .journey-section-leaves-right {

        width: 15%;
        z-index: -1;
    }

    .half-nut p{

        font-size: 2.4em;  
        width: 90%; 
        margin:0;   
    }
    .half-nut{

        width: 55%;
        height: 720px;
        padding:32px;
        border-top-left-radius: 500px;
        border-top-right-radius: 500px;
        background-color:#ffb6c1;    
    }
    .nut-b{

        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 500px ;
        border-bottom-left-radius: 500px;
    }
    .and-thus{

        margin-bottom: 50px !important;
    }
}

@media screen and (max-width: 1024px) {

 .half-nut p{

        font-size:2em;  
        width: 90%; 
        margin:0;   
    }
.save-the-date-section{

    text-align:center;
}
.save-the-date-section h1{

    font-size: 8rem !important;
    width:90%;
}
.save-the-date-section p{

    font-size: 2rem !important;
    width:90%;
    margin: 0 0 20px  0 !important;

}
.bank-link-button{

    margin:30px;
}

}
@media screen and (max-width: 1000px) {

.nav-section{

    z-index:3;
    position:sticky;
    top: 0;
    left:0;
}

.nav-container{
    
    display:none;
 
}
.nav-container ul{

    flex-flow:column;
    
   
}
.nav-container li{

  
    padding:20px;
    border-bottom: 1px solid #ffb6c1;
   

}
.nav-container li:hover{

  
  background-color:#2659c3 !important;
  color:white;
   

}

.nav-container .hover-highlight{

    border-bottom: none !important; 

}
.nav-container .hover-highlight:hover{

    border-bottom: none;
    color: #ffffff;   

}

.save-the-date-menu-item{

    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.nav-container{

    width:auto;
    margin-top:0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding:0;
}
.wedding-crest{

    width: 60px !important;
    height:auto !important;
}
.hamburger-icon{

    display:block;
    width:60px;
    height:60px;;
    transform: scale(1);
    transition: transform .2s;
}
.hamburger-icon:hover{

   
    transform: scale(1.1);
}
.hamburger-icon:active{
   
    transform: scale(.9);
}
.hamburger-icon-wrapper{

   position: relative;
   z-index:2;
   background-color:#ffffff !important;
    padding:20px 30px;
    display:flex;
    flex-flow: row;
    justify-content:space-between;
    align-items: center;;
    
}

}

@media screen and (max-width: 740px) {
.the-journey-section {

    width:100%;
}

.ot-radio-container{

    width:70%;
    top:10px;
}
.ot-radio-controls-controls-wrapper button{

   margin: 10px 10px;
   width:40px;
   
    
}

.headline p{

    font-size: 5rem;
    display: relative;
    z-index: 1;
}

 .half-nut p{

        font-size:1.5em;  
        width: 100%; 
        margin:0;   
    }
 .nut-b{

    height:580px !important;
 }
 .journey-section-leaves-left,  .journey-section-leaves-right {

       transform: scale(1.9);
       width:10%;
}
.the-journey-section h1{

    font-size: 7rem;
}
.the-journey-section h3{

    font-size: 4rem !important;
}


.registry-section h1{

    font-size: 6rem !important;

}
.registry-link-container{

    padding-top: 100px;
}
.amazon-link-wrapper{

    padding:100px 0 0 0;
}
.save-the-date-section {

    text-align:center;
    padding-top: 150px;
}
.save-the-date-section h1{

    font-size: 4rem !important;
    width:90%;
}
.save-the-date-paragraph{

    font-size: 2rem!important;
    margin-top:50px!important;
    width:400px;
    text-align:center;
}
.save-the-date-section p{

    font-size: 2rem !important;
    width:90%;
    margin: 0 0 10px  0 !important;

}
.bank-link-button{

    margin:30px;
}
.save-the-date-section-flowers{

   opacity: .5;
}
.save-the-date-section-flowers-2{

opacity: .5;

}
}

@media screen and (max-width: 500px) {


.ot-radio-container{

    width:60%;
    position:fixed;   
    left:16.5vw;
    background-color: rgba(252, 147, 205, 0);

}
.ot-radio-info h4{

    color: rgba(252, 147, 205, 1);
    margin:0;
}
#track-title{

    font-size: 10px !important;
    color: rgba(252, 147, 205, 1)
}
.radio-controls-wrapper{

        color:#934d4d !important;
     
}
.ot-radio-controls-controls-wrapper button{

   margin: 5px 10px;
   width:40px;
   
}
.radio-runtime{

    color:rgba(255, 182, 193,1);
}
.radio-controls{

        filter: invert(50%);

}
.hamburger-icon-wrapper{

  
    padding: 30px 30px 50px 30px;
    position: relative;
    z-index: 10;
 
    
}
.hamburger-icon{

    display:block;
    width:50px;
    height:50px;;
    transform: scale(1);
    transition: transform .2s;
    
}
}

