/* ==========================
   Location Section
========================== */

#locationSection{

    min-height:100vh;

    background:#F9F6F0;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    padding:70px 25px;

}

.locationTitle{

    font-family:'Cormorant Garamond',serif;

    font-size:34px;

    color:#444;

    margin-bottom:10px;

    letter-spacing:2px;

}

.locationSmall{

    color:#9A9A9A;

    font-size:16px;

    margin-bottom:8px;

}

.hallName{

    font-family:'Aref Ruqaa',serif;

    font-size:31px;

    color:#333;

    font-weight:400;

    margin-bottom:10px;

}

.locationPlace{

    color:#7F7F7F;

    font-size:17px;

    margin-bottom:28px;

    line-height:1.6;

}

.farewell{

    margin-top:80px;

    max-width:420px;

}

.farewell p{

    font-family:'Cormorant Garamond',serif;

    font-size:22px;

    line-height:1.8;

    color:#666;

}

.farewell h4{

    margin-top:38px;

    font-size:15px;

    letter-spacing:3px;

    color:#999;

    font-weight:400;

}

.farewell h3{

    font-family:'Aref Ruqaa',serif;

    font-size:30px;

    font-weight:400;

    color:#333;

    margin-top:8px;

}
/* ==========================
   Map Pin
========================== */

.mapWrapper{

    margin-top:30px;

    display:flex;

    flex-direction:column;

    align-items:center;

}

.mapLink{

    display:inline-block;

}

#mapPin{

    width:120px;

    height:auto;

    display:block;

    cursor:pointer;

    filter:drop-shadow(0 12px 20px rgba(0,0,0,.15));

    transition:.3s;

}

#mapPin:hover{

    transform:scale(1.05);

}

.mapText{

    margin-top:14px;

    font-size:16px;

    letter-spacing:2px;

    color:#8A8A8A;

    font-family:'Cormorant Garamond',serif;

}