.jumbotron_main {
    background: url('/wp-content/uploads/2016/07/party-bus-fort-wayne-2-copy.jpg');
    min-height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    position: relative;
}



.jumbotron_main_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5);
}

.jumbotron_main .jumbotron_inner {
	padding-top:140px;
}

.jumbotron_main .jumbotron_inner .jumbotron_cta_text {
	color: #fff;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 4em;
    line-height: 1em;
    text-shadow: 1px 1px #000;
}

.jumbotron_cta_text.sub.text-center {
    font-size: 34px;
}


.jumbotron_cta_text a.btn.btn-primary {
    text-shadow: none;
    font-size: 24px;
    text-transform: uppercase;
    color:#fff !important;
    border:none;
    text-shadow: 1px 1px 1px #000;
}


.btn-primary {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.btn-primary:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.btn-primary:active {
	position:relative;
	top:1px;
}



@media screen and (max-width: 400px) {

    .jumbotron_main {
        background: url('/wp-content/uploads/2016/07/party-bus-fort-wayne-2-copy.jpg');
        min-height: 350px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        overflow: hidden;
        position: relative;
    }



    .jumbotron_main_bg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        overflow: hidden;
        width: 100%;
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.5);
        background: rgba(0, 0, 0, 0.5);
        color: rgba(0, 0, 0, 0.5);
    }

    .jumbotron_main .jumbotron_inner {
    	padding-top:50px;
    }

    .jumbotron_main .jumbotron_inner .jumbotron_cta_text {
    	color: #fff;
        text-transform: uppercase;
        font-weight: bolder;
        font-size: 2em;
        line-height: 1.5em;
        text-shadow: 1px 1px #000;
    }

    .jumbotron_cta_text.sub.text-center {
        font-size: 1em;
        padding-bottom:10px;
    }


    .jumbotron_cta_text a.btn.btn-primary {
        text-shadow: none;
        font-size: 0.8em;
        text-transform: uppercase;
        color:#fff !important;
        border:none;
        text-shadow: 1px 1px 1px #000;
    }


    .btn-primary {
    	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
    	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
    	box-shadow:inset 0px 1px 0px 0px #54a3f7;
    	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
    	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
    	background-color:#007dc1;
    	-moz-border-radius:3px;
    	-webkit-border-radius:3px;
    	border-radius:3px;
    	border:1px solid #124d77;
    	display:inline-block;
    	cursor:pointer;
    	color:#ffffff;
    	font-family:Arial;
    	font-size:13px;
    	padding:4px 10px;
    	text-decoration:none;
    	text-shadow:0px 1px 0px #154682;
    }
    .btn-primary:hover {
    	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
    	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
    	background-color:#0061a7;
    }
    .btn-primary:active {
    	position:relative;
    	top:1px;
    }

    #jumboText {font-size:5px;}

    @media screen and (min-width: 401px) {

      .jumbotron_main {
          min-height: 400px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          overflow: hidden;
          position: relative;
      }



      .jumbotron_main_bg {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          overflow: hidden;
          width: 100%;
          z-index: 2;
          background-color: rgba(0, 0, 0, 0.5);
          background: rgba(0, 0, 0, 0.5);
          color: rgba(0, 0, 0, 0.5);
      }

      .jumbotron_main .jumbotron_inner {
        padding-top:50px;
      }

      .jumbotron_main .jumbotron_inner .jumbotron_cta_text {
        color: #fff;
          text-transform: uppercase;
          font-weight: bolder;
          font-size: 3em;
          line-height: 1.5em;
          text-shadow: 1px 1px #000;
      }

      .jumbotron_cta_text.sub.text-center {
          font-size: 3em;
      }


      .jumbotron_cta_text a.btn.btn-primary {
          text-shadow: none;
          font-size: 0.8em;
          text-transform: uppercase;
          color:#fff !important;
          border:none;
          text-shadow: 1px 1px 1px #000;
      }


      .btn-primary {
        -moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
        -webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
        box-shadow:inset 0px 1px 0px 0px #54a3f7;
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
        background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
        background-color:#007dc1;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border-radius:3px;
        border:1px solid #124d77;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family:Arial;
        font-size:13px;
        padding:6px 24px;
        text-decoration:none;
        text-shadow:0px 1px 0px #154682;
      }
      .btn-primary:hover {
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color:#0061a7;
      }
      .btn-primary:active {
        position:relative;
        top:1px;

    }




    }
