/* CSS for Desktop */
@media only screen and (min-width: 1000px) {
	.faq {
        margin: 0 auto;
        padding: 0px 200px;
        position: relative;
    }
}
@media only screen and (min-width: 768px) {
    .timeline-image img{
        width:768px;
      }

    

    .half-section {
      width: 50%;
      float: left;
      box-sizing: border-box;
      justify-content: center;
    display: flex;
    }

    .lodging {
        font-size:larger;
    }

    .big-screen {
        display: default;
    }

    .little-screen {
        display: none;
    }

    .third-section {
        width: 33%;
        float: left;
        box-sizing: border-box;
        justify-content: center;
    display: flex;
    margin:2%;
    }

    .details h1 {
        text-align: left;
    }


    .two-thirds-section {
        width: 67%;
        float: left;
        box-sizing: border-box;
        justify-content: center;
        margin: 2%;
    }

    .details {
        row-gap: 15px;
        display: flex;
        flex-direction: column;
        justify-content:center;
    }

    .large-screen-row .half-section{
        justify-content: center;
        display: flex;
        }
/*
    .large-screen-row .half-section .details {
    row-gap: 15px;
        display: flex;
        flex-direction: column;
        justify-content:center;
    }*/

    .large-screen-row {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        display: flex;
        align-items: stretch;
    justify-content: center;
    }
  }
  
  /* CSS for Mobile */
  @media only screen and (max-width: 767px) {
    .timeline-image img{
        width:100%;
        height: 100%;
      }
    .lodging {
        font-size:largest;
    }
    .half-section {
        height: 100%;
      width: 100%;
      box-sizing: border-box;
      justify-content: center;
      display: flex;
    }

    .big-screen {
        display: none;
    }

    .little-screen {
        display: default;
    }
  }
  /*
@media only screen and (max-width: 767px) {
    .full-section {
      width: 100%;
      box-sizing: border-box;
    }
  }*/
  

  /* GETTING FONTS*/
  @font-face { font-family: calligraphic; src: url('media/fonts/StylishCalligraphyDemo-XPZZ.ttf'); } 
  @font-face { font-family: Rx_CF; src: url('https://www.fontsaddict.com/fontface/traditional-arabic.ttf'); } 
  @font-face { font-family: typewriter; src: url('media/fonts/ELEGANT_TYPEWRITER_Regular.ttf'); } 
  @font-face { font-family: hand-typewriter; src: url('media/fonts/Hand_TypeWriter.ttf'); } 
  @font-face { font-family: draftside; src: url('media/fonts/Draftside.ttf'); } 
  @font-face { font-family: neuton; src: url('media/fonts/Neuton-Extralight.ttf'); } 
  @font-face {font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif}
  @font-face {font-family: evafiya; src: url('media\fonts\Evafiya.ttf')}
  @font-face {font-family: orpheus; src: url('media\fonts\Orpheus.ttf')}
  @font-face {font-family: butler; src: url('media/fonts/Butler_Ultra_Light.otf')}
  @font-face {
  font-family: 'trado';
  src: url('https://www.fontsaddict.com/fontface/traditional-arabic.ttf');
}

.title {
    font-family: Rx_CF;
    font-weight:lighter;
    text-align: center;
    font-size:3.5vw;
    
}

.half-section .details .details-picture img{
    width: 100%;
}


.third-section .details .details-picture img{
    width: 100%;
}
.full-section img {
  height: 100%;
  width: 100%;
}
/*
.full-section {
    display: flex;
    align-items: stretch;
    justify-content: center;
}*/

/* Reset default browser styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Rx_CF;
}

.header-main {
    background: #FFFFFF;
    color: #fff;
    padding: 10px 0;
}

.header-afterparty {
    background-image: "media/images/afterparty_divFill.png"   
    padding: 10px 0;
}


nav {
    display: flex;
    justify-content: flex-end;
    align-items: right;
    padding: 0 20px;
    position: relative;
}

.logo {
    font-size: 24px;
}

.menu-icon {
    display: none;
    font-size: 24px;
    cursor: pointer;
    
}

.nav-links {
    list-style: none;
    display: flex;
}

.nav-links li {
    margin-left: 20px;
}
/*
.nav-links a {
    text-decoration: none;
    color: #B35026;
    padding: 8px 16px;
    transition: background 0.3s;
}*/

.nav-links a:hover {
    text-decoration: underline;
}

/* Media Queries for Responsive Design */
@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 50px;
        left: 0;
        background-color: #333;
    }

    .nav-links.responsive {
        display: flex;
    }

    .nav-links li {
        text-align: center;
        margin: 10px 0;
    }

    .menu-icon {
        display: block;
    }
}

/*TITLE STUFF*/
  
  .header-title {
    margin-top: -1.35vw;
    text-align:center;
    width: 100%;
    position: absolute;
    font-family: butler;
    font-size:4.5vw;
  }

  .afterparty-title {
    margin-left: 20%;
    margin-top: -0vw;
    text-align:center;
    width: 80%;
    position: absolute;
    font-family: butler;
    font-size:3vw;
  }

  .light {
    font-weight: 40;
  }
  
  .header-image img{
    box-sizing: border-box;
    display: flex;
    height: 100%;
    width: 100%;
  }

  .timeline-image {
    display: flex;
    justify-content: center;
  }

  .timeline-image img{
    box-sizing: border-box;
    display: flex;
    justify-content: center;
  }


/*DETAILS*/
.details {
    text-align: center;
    margin: 20px;
    object-fit:contain;
    font-size:larger;
}

.story-header {
    text-align: left;
    font-size: larger;
    font-weight: bold;
}

.story-text {
    text-align: left;
    font-size: large;
    font-family: draftside;
}


.hotel-header {
    text-align: left;
    font-size: large;
    font-weight: bold;
    font-family: 'Georgia';
}



.hotel-text {
    text-align: left;
    font-size: normal;
    font-family: 'Georgia';
}

.details h1 {
    font-size:3.5vw;
}

table {
    width: 100%;
}

table, th, td {
    border-collapse: collapse;
    border: 1px solid;
    text-align: center;
    padding: 15px;
}

ul {
    padding-left: 15px;
  }

.rehearsal-img img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}