/* Header */

header.main-header.has-bg .logo-header .logo  #topline-logo{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 
    width: 100%;

}
header.main-header.has-bg .logo-header .logo #topline-logo img{ padding:0px; margin:0px;}
header.main-header.has-bg .logo-header .logo  #topline-logo a.main-logo img{
    width:400px;
    margin-top:20px;
    margin-bottom:0px;
}
header.main-header.has-bg .logo-header .logo  #topline-logo a.main-logo.alone img {
    margin-bottom:20px;
}
header.main-header.has-bg .logo-header .logo  #topline-logo a.bridal img{
    width:300px;
    margin-bottom:20px;
   
}
 
@media screen and (max-width: 768px) {
    header.main-header.has-bg .logo-header .logo #topline-logo img{ padding:0px; margin:0px;}
    header.main-header.has-bg .logo-header .logo  #topline-logo a.main-logo img{
        width:250px; margin-top:50px;
 
    }
 
    header.main-header.has-bg .logo-header .logo  #topline-logo a.bridal img{
        width:200px;
       
    
}
}

.page-button{
    display:inline-block;
    border: 1px solid #b39739;
    background: #b39739;
    border-radius: 15px;
    margin-left: 15px;
    padding:8px 30px 10px 30px;
    -webkit-transition: .5s;
    transition: .5s;
    font-size:1.5rem;
    font-family:"EB Garamond", serif !important;
    color:#000000 !important;
    font-weight:600;
    line-height:100%;

}
.page-button:hover{
    text-decoration: none;
    background-color: #ffffff;
    color:#000000 !important;
    border: 1px solid #ffffff;
}

/* BRIDAL */

.main-hero.bridal-extra{
    max-width:1100px;
    margin:auto;
    padding:100px 10px 100px 10px;
 
}
.main-hero.bridal-extra h1 {
    line-height:100%;
    margin-bottom: 20px;
    font-size:3.1rem;
}
.main-hero.bridal-extra p {
    font-size:1.4rem;
}

 
@media screen and (max-width: 768px) {
    .main-hero.bridal-extra h1 {
        font-size:2.5rem;
    }
    .main-hero.bridal-extra p {
        font-size:1.2rem;
    }
}

.intro-section .welcome-message.bridal-extra h1,
.intro-section .welcome-message.bridal-extra h2,
.intro-section .welcome-message.bridal-extra h3,
.intro-section .welcome-message.bridal-extra h4
{
    color:#ffffff !important;
    text-align: center;
}
.intro-section .welcome-message.bridal-extra a{
    color:#b39739;
}