@font-face {
    font-family: "alliance-black";
    src: url(fonts/Alliance\ No.1\ Black.otf);
}
@font-face {
    font-family: "alliance-bold";
    src: url(fonts/Alliance\ No.1\ Bold.otf);
}
@font-face {
    font-family: "alliance-semibold";
    src: url(fonts/Alliance\ No.1\ SemiBold.otf);
}

@font-face {
    font-family: "alliance-regular";
    src: url(fonts/Alliance\ No.1\ Regular.otf);
}

@font-face {
    font-family: "alliance-light";
    src: url(fonts/Alliance\ No.1\ Light.otf);
}


div, h1, p, ul, li{ 
    font-family: alliance-semibold;
}

body{
    background-color: rgba(34, 18, 18, 1);
}

/* ---------------------------- BEGIN NAV BAR STYLING --------------------------- */

.jumbotron {
    color: white;
    background-image: url("images/Bannercopy.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 92vh;
  }

.container-fluid {
    background-color: rgba(34, 18, 18, .87);
}

.navbar-nav {
    float:none;
    margin:0 auto;
    display: block;
    text-align: center;
    
}

.navbar-nav > li {
    display: inline-block;
    float:none;
    margin-left: 2vw;
    margin-right: 2vw;
    font-size: large;
}

.navbar-nav a{
    text-decoration: none;
    color: darkgray;
}

.navbar-nav a:hover{
    color: white;
    border-bottom: 4px solid #d40000;
    transition: .3s;
}

.navbar img {
    width: 125px;
    height: auto;
    margin: 10px;
}

/* --------------------------------- BEGIN BANNER STYLING -------------------------- */

.hero-space{
    background-color: rgba(34, 18, 18, .5);
    margin: auto;
    margin-top: 8vw;
    width: 70%;
    padding: 30px;
    box-shadow: 0px 0px 10px .5px black;
}

.hero-text {
    text-align: center;
    color: white;
}

.hero-text h1{
    font-size: 5vw;
    font-family: "alliance-bold";
}

.hero-line{
    height: 5px;
    width: 80%;
    margin: auto;
    background-color: #d40000;
    margin-bottom: 1vh;
}

.button1 {
    border: none;
    outline: 0;
    display: inline-block;
    padding: .7vw 2.2vw;
    color: white;
    background-color: #d40000;
    text-align: center;
    cursor: pointer;
    font-family: "alliance-semibold";
    margin: 5px;
    font-size: 1vw;
    text-decoration: none;
    
}
.button2 {
    border: none;
    outline: 0;
    display: inline-block;
    padding: .7vw 2.2vw;
    color: black;
    background-color: white;
    text-align: center;
    cursor: pointer;
    font-family: "alliance-semibold";
    margin: 5px;
    font-size: 1vw;
    text-decoration: none;
    
}

.button1:hover {
    background-color: white;
    color: black;
    transition: .3s;
}

.button2:hover {
    background-color: #d40000;
    color: white;
    transition: .3s;
}



  /* ---------------------------------- TRANSITION LINE --------------------------- */

.transition-line1{
    margin:auto;
    height: 4px;
    width: 90%;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 25px;
}

.transition-text1{
    margin-left: 5%;
    margin-top: 2%;
    margin-bottom: 10px;
    color: white;
    font-size: 20px;
}

/* ---------------------------------- UPCOMING EVENTS --------------------------- */

.upcomingevents{
    background-color: rgba(34, 18, 18, 1);
    padding-bottom: 20px;
}

.events-bg{
    background-color: rgba(55, 30, 30, 1);
    padding: 5px;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 2px 2px 5px .5px black;
}

#events{
    margin: auto;
    background-color: rgba(34, 18, 18, 1);
    width: 90%;
    border-radius: 25px 25px 25px 25px;
    margin-bottom: 30px;
    margin-top: 30px;
    box-shadow: 2px 2px 5px .5px black;
}

.row1{
    margin: auto;
    width: 100%;
    color: white;
    font-family: "alliance-regular";
    padding: 10px;
    display: flex;
    align-items: center;
    font-size: 22px;
}

.button3{
    border: none;
    outline: 0;
    padding: .6vw 1.9vw;
    color: white;
    background-color: #d40000;
    cursor: pointer;
    margin: 5px;
    font-size: .9vw;
    border-radius: 25px 25px 25px 25px;
    text-decoration: none;
    white-space: nowrap;
}

.button4{
    border: none;
    outline: 0;
    padding: .6vw 1.9vw;
    color: black;
    background-color: white;
    cursor: pointer;
    margin: 5px;
    font-size: .9vw;
    border-radius: 25px 25px 25px 25px;
    text-decoration: none;
    white-space: nowrap;
}

.button3:hover {
    background-color: white;
    color: black;
    transition: .3s;
}

.button4:hover {
    background-color: #d40000;
    color: white;
    transition: .3s;

}

  /* ---------------------------------- 2ND TRANSITION LINE --------------------------- */

  .transition-line2{
    margin:auto;
    margin-top: 40px;
    margin-bottom: 50px;
    height: 4px;
    width: 85%;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 25px;
}

.transition-text2{
    margin-left: 5%;
    margin-top: 2%;
    margin-bottom: 10px;
    padding-top: 20px;
    color: black;
    font-size: 20px;
}
/* ---------------------------------- ABOUT US --------------------------- */

.about{
    background-color: white;
    box-shadow: none;
    padding-bottom: 50px;
}

.about h1{
    color: black;
}

#balloonpicspace{
    width: 91%;
    margin-bottom: 50px;
}

#balloonpic{
    height: 450px;
    background-image: url('images/balloonpic.jpg');
    background-size: cover;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 2px 2px 5px .5px black;
}

#balloon-description{
    margin-top: 30px;
    width: 90%;
}

#about-us-rows{
    width: 90%;
    color: black;
}

#about-us-rows .col{
    margin-bottom: 40px;
}

#about-us-rows h3{
    font-size: 25px;
}

#about-us-rows p{
    font-size: 20px;
    font-family: "alliance-regular";
}

#icon-container{
    justify-content: right;
}

#icon-container img{
    min-width: 25px;
    border: none;
}

  /* ---------------------------------- 3RD TRANSITION LINE --------------------------- */

.transition-text3{
    padding-left: 5%;
    padding-top: 2%;
    padding-bottom: 1%;
    color: white;
    font-size: 20px;
}

/* ---------------------------------- CONTACT US --------------------------- */

.contact{
    background-image: url("images/round\ 2\ \(3\ of\ 5\).jpg");
    background-attachment:fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main{
    color: white;
    background-color: rgba(55, 30, 30, .6);
}

.main-content{
    width: 90%;
    padding-bottom: 2%;
}

#submit{
    text-align: center;
}

/* ---------------- Contact Boxes -----------------*/

.contact-right{
    margin: 20px;
    text-align: center;
    margin-bottom: 7%;
}

.contact-right h1{
    margin-bottom: 1px;
    font-family: "alliance-bold";
}

.contact-right p{
    margin: 1px;
}


/* ---------------------------------- FOOTER --------------------------- */

.footer{
    background-color: black;
    height: 40px;
    text-align: center;
    vertical-align: middle;
}

.footer p{
    padding-top: 10px;
    color: gray;
    font-family: 'alliance-regular';
    font-size: 13px;
}

/* ---------------------------------- MEDIA --------------------------- */

@media screen and (max-width: 767px) {
    .navbar-nav > li {
        display: list-item;
        margin-bottom: 10px;
    }
    .navbar img{
        display: none;
    }
    #about-us-rows, .contact .row{
        display: block;
    }
    #contact-images .col img{
        width: 80%;
    }
    #icon-container img{
        min-width: 30px;
    }
    #balloonpic{
        height: 200px;
    }
    #contact-text .col{
        margin: 0px;
        margin-bottom: 30px;
    }

    .button3, .button4{
        padding: 1.2vw 2.1vw;
    }
    

  }

@media screen and (max-width: 700px) {
    .hero-text h1{
        font-size: 35px;
    }
    .hero-line{
        height: 4px;
    }
  }

  /* resize the contact stuff when pics start clipping */
  @media screen and (max-width: 570px) {
    .contact .row img{
        width: 80%;
    }
    .contact .row .col h3{
        font-size: 25px;
    }

  }

  @media screen and (max-width: 1200px) {
    .button1, .button2, .button3, .button4, .button5 {
        font-size: 12px;
     }

  }

  @media screen and (min-width: 1980px) {
    .button1, .button2, .button3, .button4, .button5 {
        font-size: 20px;
    }
  }
  @media screen and (min-width: 1980px) {
    .button3, .button4 {
        font-size: 14px;
    }
  }

