@font-face {
  font-family: AlexBrush-Regular;
  src: url(fonts/AlexBrush-Regular.ttf);
}
@font-face {
  font-family: Poppins-ExtraLight;
  src: url(fonts/Poppins-ExtraLight.ttf);
}
@font-face {
  font-family: Inspiration-Regular;
  src: url(fonts/Inspiration-Regular.ttf);
}
@font-face {
  font-family: Poppins-Light;
  src: url(fonts/Poppins-Light.ttf);
}
*{
    font-family: Poppins-Light;
}
body{
    background-color: white !important;
}
h2{
    font-family: AlexBrush-Regular;
    font-size: 60px;
}
#navbar_wrapper{
    border-bottom: 0.7px solid rgba(230, 230, 230, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 5px;
    color: white;
    text-shadow: 0 0 3px #363636;
    z-index: 100;
}
.navbar_white{
    background-color: white;
    color: black !important;
    text-shadow: 0 0 0px #363636 !important;
}
.navbar_white div a{
    color: black !important;
}
#navbar{
    margin: auto;
    width: 70%;
}
#navbar_logo{
    font-family: AlexBrush-Regular;
    font-size: 50px;
    float: left;
}
#navbar_buttons{
    font-weight: bold;
    float: right;
    margin-top: 30px;
    color: white;
}
#navbar_buttons a{
    color: white;
}
#navbar_buttons section{
    float: left;
    font-size: 13px;
    width: auto;
}
#navbar_buttons section i{
    float: right;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 5px;
}
.navbar_spaceBetween{
    display: none;
}
#navbar_burger_button{
    display: none;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    padding: 5px;
    border-radius: 10px;
}
#navbar_burger_button:hover{
    background-color: rgba(0,0,0 0.2);
}
#start_image{
    background-image: url('images/people/IMG_8424.jpeg');    
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    display: -webkit-flex;
    display: flex;
}
.start_message{
    -webkit-align-self: center; 
    align-self: center;
    margin: auto;
    width: 100%;
    text-align: center;
    color: white;
    text-shadow: 0 0 3px #363636;
    padding-top: 20%;
} 
#start_msg_deco1, #start_msg_deco2, #start_msg_text1, #start_msg_text2{
    opacity: 0;
}
#start_msg_deco1, #start_msg_deco2{
    max-width: 90%;
}
.countdown_seperator{
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 150px;
    background-color: #f7f7f7;
    background-image: url('images/decoration/leave_background_ltr.png');    
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.countdown_main{
    width: auto;
    text-align: center;

}
.countdown_item{
    float: left;
    background-color: #ffffff;
    text-align: center;
    margin: 10px;
    width: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.countdown_item_time{
    font-size: 30px;
}

.decoration_line_up{    
    width: 500px;
    margin-top: -20px;
}
.lovestory_seperator{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f7f7f7;
    background-image: url('images/decoration/leaves_background.png');    
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.lovestory_text{
    margin: auto;
    width: 60%;
    text-align: left;
}
.lovestory_text video{
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    width: 420px;
    height: 240px;
    float: right;
}
.timeline_mobile{
    display: none;
}
.timeline_seperator{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.timeline_wrapper{
    margin: auto;
    width: 60%;
    min-width: 1000px;
    text-align: left;
}
.timeline_item section{
    float: left;
    width: 50%;
    height: 300px;
    padding-top: 10px;   
    padding-bottom: 10px;   
}
.timeline_item_left{
    border-right: 2px solid #447A59;
}
.timeline_item_right{
    border-left: 2px solid #447A59;
}
.timeline_item_text{
    display: flex;
    justify-content: center;
    align-items: center;
}
.timeline_item_textHighlight{
    font-family: AlexBrush-Regular;
    font-size: 40px;
}
.timeline_item_image{
    text-align: center;
}
.timeline_item_image img{
    height: 95%;
    border-radius: 5px;
}
.importantPersons_seperator{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: white;    
}
.importantPersons_image{
    width: 250px;
    border: 2px solid #D4AF37;
    border-radius: 150px;
}
.infosandnews_seperator{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f7f7f7;    
}


.acceptAndReject_seperator{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f7f7f7;
    background-image: url('images/decoration/leaves_background.jpg');    
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}
.acceptAndReject_form{
    margin: auto;
    width: 60%;
    text-align: left;
    background-color: white;
    padding: 50px;
    border-radius: 10px;
}
.inputIssue{
    border: 1px solid red;
}

/* PHOTO ALBUM */
.photoAlbum_seperator{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f7f7f7;
    background-image: url('images/decoration/leaves_background.jpg');    
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 1500px) {
  #start_image {
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
  }
}
@media only screen and (max-width: 1300px) {
    h2{
        font-size: 50px !important;
    }
    h3{
        font-size: 10.8vw !important;
    }
    #navbar_logo{
        font-size: 30px;
    }
    #navbar{
        margin: auto;
        width: 98%;
    }
    .navbar_spaceBetween{
        display: block;
        clear: both;
    }
    #navbar_buttons{
        display: none;
        float: none;
        background-color: rgba (0,0,0,0.7);
        margin-bottom: 15px;
    }
    #navbar_buttons section{
        float: none;
        margin-top: 10px;
    }
    #navbar_burger_button{
        display: block;        
    }
    #start_msg_text1{
        font-size: 5.1vw !important;
    }
    #start_msg_text2{
        font-size: 13.8vw !important;
    }
    .decoration_line_up{  
        width: 100%;
    }
    .countdown_item{
        width: 100px;
    }
    .lovestory_text{
        margin: auto;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        hyphens: auto; 
	text-align: justify
    }
    .lovestory_text video{
        width: 100%;
        margin-top: 10px;
        margin-left: 0px;
    }
    .acceptAndReject_seperator{
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: unset;        
    }
    .acceptAndReject_form{
        width: 90%;
        padding: 20px;
    }
    .timeline_wrapper{
        width: 80%;
        min-width: unset;
    }
    .timeline_item section{
        width: 100%;
        height: auto;
    }
    .timeline_item_left{
        width: 100%;
        border-right: none;
        border-left: 5px solid #447A59;
        float: none !important;
    }
    .timeline_item_right{
        border-left: 5px solid #447A59;
    }
    .timeline_item_image img{
        height: auto;
        width: 90%;
    }
    .timeline_desktop{
        display: none;
    }
    .timeline_mobile{
        display: block;
    }
    .timeline_seperator{
        background-size: auto 20%;
        background-repeat: no-repeat;
        background-position: unset;   
    }
}