/* ----------------------- Navigation Styling ------------------------*/
body{
    font-family: 'Open Sans', sans-serif;
}

#preload { 
    display: none; 
}

h1,h2, h3, h4, p, a, article, address{
    line-height: 1.2em;
    letter-spacing: 0.02em;
}

h1{
    font-size: 4em;
    font-weight: bolder;
}
.navbar{
    background: #ecf0f1;
    padding: 15px;
    border-radius: 0;
    border: none;
    clear: both;
}

.navbar-default .navbar-brand{
    font-size: 2em;
    font-weight: bold;
    text-shadow: none;
    color: black;
    transition: all .5s ease-in;
}

.navbar-default .navbar-brand:hover, .navbar-inverse .navbar-brand:focus{
    color: #e15e5e;
    transition: all .5s ease-in;
}
.navbar-default .navbar-nav>li>a{
    font-size: 1.1em;
    color: black;
    text-shadow: none;
}

.navbar-default .navbar-nav>li>a:hover{
    color: black;
    text-decoration: underline;
}

.nav-button{
	padding: 6px 10px;
    background: #40c078;
    border-radius: 4px;
    border: none;
    float: right;
    margin-top: 10px;
    margin-left: 10px;
    width: 115px;   
	height: 30px;
	text-align: center;
}
.nav-button:hover{
    background: #2c3e50;   
}
a{
    color: yellow;
    font-weight: 400;
    transition: all .4s ease-in;
}
a:hover{
    color: white;
    font-weight: 400;
    text-decoration: none;
    transition: all .4s ease-in;
}


/* ----------------------- Heading Styling ------------------------*/
.header{
    width: 100%;
    height: 450px;
    margin-top: 80px;
    overflow: hidden;
    background: url('./images/nyc-prom.png') top / 100% no-repeat;
}
.header-prom-dress{
    width: 100%;
    height: 450px;
    margin-top: 80px;
    overflow: hidden;
    background: url('./images/nyc-prom-dress.png') top / 100% no-repeat;
}
.header-hair-and-makeup{
    width: 100%;
    height: 450px;
    margin-top: 80px;
    overflow: hidden;
    background: url('./images/nyc-hair-makeup.png') top / 100% no-repeat;
}
.header-prom-flowers{
    width: 100%;
    height: 450px;
    margin-top: 80px;
    overflow: hidden;
    background: url('./images/nyc-prom-flowers.png') top / 100% no-repeat;
}
.header-prom-tuxedos{
    width: 100%;
    height: 450px;
    margin-top: 80px;
    overflow: hidden;
    background: url('./images/nyc-tuxedo.png') top / 100% no-repeat;
}
.header-prom-limo{
    width: 100%;
    height: 450px;
    margin-top: 80px;
    overflow: hidden;
    background: url('./images/nyc-limo.png') top / 100% no-repeat;
}
.header-prom-party-bus{
    width: 100%;
    height: 450px;
    margin-top: 80px;
    overflow: hidden;
    background: url('./images/nyc-party-bus.png') top / 100% no-repeat;
}
.header-prom-get-listed{
    width: 100%;
    height: 450px;
    margin-top: 80px;
    overflow: hidden;
    background: url('./images/nyc-prom.png') top / 100% no-repeat;
}


/* ----------------------- Content Styling ------------------------*/
.content{
    padding: 10px 50px;
}

.content h1{
    text-align: center;
    font-size: 3.5em;
    padding: 15px 0;
}
.content h3{
    line-height: 1.5em;
    padding-bottom: 25px;
}
.info h3{
    line-height: 1.5em;
    padding: 0;
    font-weight: bold;
}

.info a{
    color: #0f7c3f;
    text-decoration: underline;
}

article{
    font-size: 1.2em;
    line-height: 1.5em;
}
address{
    font-size: 1.1em;
}
      
.info-biz{
    padding-bottom: 100px;
    margin-top: 100px;
}
.info-biz h2{
    text-decoration: underline;
    padding-bottom: 30px;
}

/* ----------------------- Get listed Content Styling ------------------------*/
.get-listed-content{
    padding-top: 25px;
    padding-bottom: 100px;
}
.get-listed-content h1{
    text-align: center;
    font-size: 3.5em;
    padding-top: 25px;
    padding-bottom: 10px;
}
.get-listed-container{
    width: 500px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.form-group h5{
    text-align: left;
}

/* ----------------------- Biz content Styling ------------------------*/

.info h2{
    text-align: left;
    padding: 25px 0;
}
.info article{  
    line-height: 1.5em;
}
#info-button a{
    color: white;
    text-decoration: none;
}



/* ----------------------- Footer Styling ------------------------*/

.footer{
    background: #34495e;
    color: #DADADA;
    margin-top: 0;   
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer a {
    color: #40c078;
}

.footer a:hover {
    color: white;
}


/* ----------------------- Bootstrap Media Query Styling------------------------*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */




/* Extra Small devices (mobile, 380px and below) */
@media (min-width: 320px) { 	   
    
    .header{
    background: url('./images/nyc-prom-xs.png') top / 100% no-repeat;
    width: 100%;    
    height: 250px;
}
    .header-prom-dress{
    background: url('images/nyc-prom-dress-xs.png') top / 100% no-repeat;
    width: 100%;    
    height: 250px;
}
    .header-hair-and-makeup{
    background: url('images/nyc-hair-makeup-xs.png') top / 100% no-repeat;
    width: 100%;    
    height: 250px;
}
    .header-prom-flowers{
    background: url('images/nyc-prom-flowers-xs.png') top / 100% no-repeat;
    width: 100%;    
    height: 250px;
}
    .header-prom-tuxedos{
    background: url('images/nyc-tuxedo-xs.png') top / 100% no-repeat;
    width: 100%;    
    height: 250px;
}
    .header-prom-limo{
    background: url('images/nyc-limo-xs.png') top / 100% no-repeat;
    width: 100%;    
    height: 250px;
}   
    .header-prom-party-bus{
    background: url('images/nyc-party-bus-xs.png') top / 100% no-repeat;
    width: 100%;    
    height: 250px;
}   
    .content h1{
    font-size: 1.8em;
}
    .content h3{
    font-size: 1.3em;
}
    .content{
    padding: 15px 15px;
}
  

}
/* Extra Small devices (mobile, 529px and below) */
@media (min-width: 381px)  { 	   

   .header{
    background: url('./images/nyc-prom-small.png') top / 100% no-repeat;
    width: 100%;
    height:250px;
   }
    .header-prom-dress{
    background: url('images/nyc-prom-dress-small.png') top / 100% no-repeat;
    width: 100%;
    height:250px;
   }
    .header-hair-and-makeup{
    background: url('images/nyc-hair-makeup-small.png') top / 100% no-repeat;
    width: 100%;
    height:250px;
   }
     .header-prom-flowers{
    background: url('images/nyc-prom-flowers-small.png') top / 100% no-repeat;
    width: 100%;
    height:250px;
   }
     .header-prom-tuxedos{
    background: url('images/nyc-tuxedo-small.png') top / 100% no-repeat;
    width: 100%;
    height:250px;
   }
     .header-prom-limo{
    background: url('images/nyc-limo-small.png') top / 100% no-repeat;
    width: 100%;
    height:250px;
   }
     .header-prom-party-bus{
    background: url('images/nyc-party-bus-small.png') top / 100% no-repeat;
    width: 100%;
    height:250px;
   }
    .content h1{
    font-size: 2.8em;
}
    .content h3{
    font-size: 1.4em;
}
   
}
    


/* Small devices (tablets, 529px and below) */

@media (min-width: 530px)  { 	   
 
    
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 

    .navbar-default .navbar-nav>li>a{
    font-size: .9em;
}

  
}



/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .header{
    background: url('./images/nyc-prom-md.png') top / 100% no-repeat;
    width: 100%;
    height:380px;
}
    .header-prom-dress{
    background: url('./images/nyc-prom-dress-md.png') top / 100% no-repeat;
    width: 100%;
    height:380px;
}
    .header-hair-and-makeup{
    background: url('./images/nyc-hair-makeup-md.png') top / 100% no-repeat;
    width: 100%;
    height:380px;
}
    .header-prom-flowers{
    background: url('./images/nyc-prom-flowers-md.png') top / 100% no-repeat;
    width: 100%;
    height:380px;
}
    .header-prom-tuxedos{
    background: url('./images/nyc-tuxedo-md.png') top / 100% no-repeat;
    width: 100%;
    height:380px;
}
    .header-prom-limo{
    background: url('./images/nyc-limo-md.png') top / 100% no-repeat;
    width: 100%;
    height:380px;
}
    .header-prom-party-bus{
    background: url('./images/nyc-party-bus-md.png') top / 100% no-repeat;
    width: 100%;
    height:380px;
}
   .content h1{
    font-size: 3.5em;
}
    .navbar-default .navbar-nav>li>a{
    font-size: 1.1em;
}
    .content h3{
    font-size: 1.5em;
}
}
    
    
    
    
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1238px) { 
    .header{
    background: url('./images/nyc-prom.png') top / 100% no-repeat;
    width: 100%;
    height:450px;
}
    .header-prom-dress{
    background: url('./images/nyc-prom-dress.png') top / 100% no-repeat;
    width: 100%;
    height:450px;
}
    .header-hair-and-makeup{
    background: url('./images/nyc-hair-makeup.png') top / 100% no-repeat;
    width: 100%;
    height:450px;
}
    .header-prom-flowers{
    background: url('./images/nyc-prom-flowers.png') top / 100% no-repeat;
    width: 100%;
    height:450px;
}
    .header-prom-tuxedos{
    background: url('./images/nyc-tuxedo.png') top / 100% no-repeat;
    width: 100%;
    height:450px;
}
    .header-prom-limo{
    background: url('./images/nyc-limo.png') top / 100% no-repeat;
    width: 100%;
    height:450px;
}
    .header-prom-party-bus{
    background: url('./images/nyc-party-bus.png') top / 100% no-repeat;
    width: 100%;
    height:450px;
}
    .content h1{
    font-size: 3.5em;
}
    .navbar-default .navbar-nav>li>a{
    font-size: 1.1em;
}
}

