


p, li {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    vertical-align: middle;
}

h1, h2 {
    font-family: 'Bungee Shade', cursive;
}

header {
    flex: 100%;
    text-align: center;
    background-image: url(footer3.jpg);
    color: #FFFFFF;   
    font-size: 500%;
}

.container {
    display: grid;
    padding: 20px;
    margin: auto;
    background-color: #183945;
    grid-auto-flow: column;
    opacity: .95;
}

.line {
    grid-column: 1 / 3;
    grid-row: 1;
}

.ticket {
    grid-column: 3 ;
    grid-row: 1 / 3;
    
}

.ticket p {
    font-size: 1.8em;
}

.venue {
    grid-column: 1 ;
    grid-row: 2 ;
}

.contact {
    grid-column: 2;
    grid-row: 2;
     
}
.ticket img {
   width: 100%;
   height: auto;
   display: block;
    
}

.line li {
    font-family: 'Bungee Inline', regular;
    font-size: 2em;  

}
.pure-button{
    font-size: 24px;
    padding: 5px;
    color: #ff6000;
    background-color: #ffffff;
    border-radius: 8px;
    border: 2px solid #000000;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    width: 40%;
    box-shadow: -3px 5px #666;
}

.pure-button:hover {
    background-color: #ff6000; 
    color: #ffffff;
}

article {
    background-color: #ffffff;
    margin: 10px;
    border: 10px solid #000000;
}

article h2 {
    font-size: 3.5em;
    text-align: center;
    padding: 10px 0;
    border-bottom: 15px solid #000000;   
    color: #ff6000;
}

article p {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    line-height: 60px;
}

article li {
    padding: 20px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 3px;    
}

article li:first-of-type{
    padding-top: 80px;
}

article li:last-of-type {
    padding-bottom: 80px
}
body {
    background-image: url(footer3.jpg); 
}

footer {
    background-image: url("footer3.jpg");
    display: flex;
    justify-content: space-around;
}

footer h1 {
    padding-top: 40px;
    align-items: center;
}
.social {
    padding-top: 75px;
}

@media only screen and (max-width: 800px) {
    
    .container {
        display: flex;
        flex-wrap: wrap;
        margin: auto;
  }
    
    .contact {
        width: 800px;
}
    
    .line {
        width: 800px;
    }
}