/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/*body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}*/

/*.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    /* background-color: #fff; */
    /*background-clip: padding-box;*/
    /* border: 1px solid rgba(0,0,0,.15); */
    /* border-radius: .25rem; */
    /*font-style: italic;
    background-color: none !important;
}*/


.justify {
	text-align: justify;
}

.dropdown-menu {
    position: absolute;
    /* top: 100%; */
    /* left: 0; */
    /* z-index: 1000; */
    /* display: none; */
    /* float: left; */
    /* min-width: 10rem; */
    /* padding: .5rem 0rem; */
    /* margin: 0.5rem 0 0; */
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
    border: none !important;
    border-radius: 0px !important;
    font-style: italic;
    background-color: none !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 13px !important;
    font-style: normal;
}

.main-logo {
	padding: 0px 120px;
}

.earthday-background {
	background: url("../img/earth-from-space-7.jpg") no-repeat scroll 50% 50% / cover transparent !important;
	background: none repeat scroll 0 0 #fff;
	height: 100%;
	padding: 2% 0 2% 0;
}	

.tm {
	font-size: 20px;
}

.orange-product-list {
    display: block;
    background-color: #FF3300;
    padding: 5px;
    color: white;
    font-size: 17px;
    border-radius: 25px;
    margin: 10px 5px;
	}

.modal-icon {
	padding-top: 75px;
}

.white {
    color: #ffffff !important;
    text-shadow: 2px 2px #000;
}

.orange {
	color: #ff3300 !important;
}

#footer h4, #footer h5 {
	font-weight: 300 !important;
}

.city {
	font-size: 1.5rem;
    background-color: #00ccff;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 25px;
    color: #fff;
    text-shadow: 2px 2px #555;
    }

.sub-text {
	font-size: 12px;
	margin: 0;
	padding: 0px;
}

.border {
	margin: 1rem;
	border: none !important;
}

.first {
	margin-top: 15px;
}

.title-logo {
	padding-top: 10px;
	font-weight: 800;
	color: #5a5a5a;
	font-family: "Helvetica Neue";
	font-size: 7rem;
	line-height: .8;
}

.sub-title {
    padding-bottom: 50px;
    font-weight: 200;
    color: #00ccff;
    font-family: "Helvetica Neue";
    font-size: 3.4rem;
}

.service, .marketing, .recent, .network, {
	margin-bottom: 7rem !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #00ccff !important;
    border-color: #00ccff !important;
}

.nyc {
    display: inline-block;
    background: url("../img/nyc-blue.jpg") no-repeat fixed 50% 50%  / cover transparent;
    /*background: url("../img/nyc-empire-state.jpg") no-repeat fixed 50% 50%  / cover transparent;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 1;
    height: 100%;
    margin-bottom: 100px;
    color: #000000;
	font-weight: 200px;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: #fff;
}

/*.nyc {
    display: inline-block;
    background: url("img/nyc-empire-state.jpg") no-repeat scroll 50% 50%  / cover transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: .8;
    height: 100%;
    margin-bottom: 100px;
    color: #000000;
	font-weight: 200px;
}*/


#mission {
    padding: 15% 10% 15% 10%;
}

.space {
	margin-top: 2rem !important;	
}

.blue h1 {
    font-size: 2.5rem !important;
    color: #fff;
    font-weight: 900 !important;
    text-shadow: 2px 2px #000;
}

.btn-primary {
    color: #fff !important;
    background-color: #00ccff !important;
    border-color: #00ccff !important;
}

.btn-primary:hover {
    color: #00ccff !important;
    background-color: #fff !important;
    border-color: #00ccff !important;
}

a:hover {
    color: #00ccff !important;
	font-weight: 900px !important;
	text-decoration: none !important;
 }

a {
    color: #00ccff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.strike-through {
	text-decoration: line-through !important;
}

.soon {
	color: #00ccff;
	font-weight: 600;
}

.project-space {
	margin: 2% 0 0 0;
}

.highlight {
    background-color: #fff;
    color: #00ccff !important;
    display: inline-block;
    font-family: "Helvetica Neue";
    font-size: 1.5em;
    font-weight: 400 !important;
    margin: 0px 0px;
    padding: 15px;
    text-align: center;
    /* opacity: .8; */
    font-style: italic;
}
#packages-business {
    background-color: #111;
    padding-bottom: 5%;
    padding-top: 5%;
    border-radius: 0px 25px 25px 25px;
    box-shadow: 1px 1px 2px black, 0 0 25px #eee, 0 0 5px #00ccff;
    width: 90%;
}

#packages-social-media {
    background-color: #111;
    padding-bottom: 5%;
    padding-top: 5%;
    border-radius: 0px 25px 25px 25px;
    box-shadow: 1px 1px 2px black, 0 0 25px #eee, 0 0 5px #00ccff;
    width: 90%;
}

#packages-marketing {
    background-color: #111;
    padding-bottom: 5%;
    padding-top: 5%;
    border-radius: 0px 25px 25px 25px;
    box-shadow: 1px 1px 2px black, 0 0 25px #eee, 0 0 5px #00ccff;
    width: 90%;
}

#packages-white {
    background-color: #fff;
    padding-bottom: 5%;
    padding-top: 5%;
    margin-top: 5% !important;
    border-radius: 0px 25px 25px 25px;
    box-shadow: 1px 1px 2px black, 0 0 25px #eee, 0 0 5px #00ccff;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

.carousel {
  margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    bottom: 6rem !important;
    z-index: 10 !important;
    background-color: #eee !important;
    color: #111 !important;
    opacity: .5 !important;
    padding: 50px 50px !important;
}


/* Declare heights because of positioning of img element */

.carousel-inner {
  position:  relative;
  width: 100% !important;
  overflow:  hidden;
  height: 32rem;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}

.carousel-item {
  height: 32rem;
  width: 100% !important;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 36rem; */
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

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

.feature-photo-1 {
    background: url("img/projects/jlb-hand.jpg") no-repeat scroll 50% 50% / cover transparent !important;
    background: none repeat scroll 0 0 #fff;
    height: 410px;
    opacity: 1 !important;
}

.feature-photo-1 a {
	color: #000 !important;
}

.feature-photo-1:hover {
	background-color: #00ccff;
	opacity: 1;
}

.feature-photo-2 {
    background: url("img/projects/wil.jpg") no-repeat scroll 50% 50% / cover transparent !important;
    background: none repeat scroll 0 0 #fff;
    height: 410px;
	opacity: 1;
}

.feature-photo-2 a {
	color: #000 !important;
}

.feature-photo-2:hover {
	background-color: #00ccff;
	opacity: 1;
}

.feature-photo-3 {
    background: url("img/projects/allechant-cropped.png") no-repeat scroll 50% 50% / cover transparent !important;
    background: none repeat scroll 0 0 #fff;
    height: 410px;
    opacity: 1;
}

.feature-photo-3 a {
	color: #000 !important;
}

.feature-photo-3:hover {
	background-color: #00ccff;
	opacity: 1;
}

.feature-photo-4 {
    background: url("img/projects/create-aid-banner.png") no-repeat scroll 50% 50% / cover transparent !important;
    background: none repeat scroll 0 0 #fff;
    height: 550px;
	opacity: .6;
}

.feature-photo-4 a {
	color: #000 !important;
}

.feature-photo-4:hover {
	background-color: #00ccff;
	opacity: 1;
}


.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1rem;
    line-height: inherit;
    white-space: nowrap;
    font-weight: 900;
    font-style: italic;
}

.main-logo {
	padding: 0px 0px !important;
}

.black-highlight {
    /*text-align: center;
    display: inline-block;
    /* background-color: #00ccff; */
    /* color: #000000 !important; */
    /*padding: 10px;
    font-size: 1.125em;
    font-weight: 900 !important;
    margin: 0px 0px;
    top: center;
    position: relative;
    left: 125px;
    font-style: italic;
    right: 0px;
    top: 150px;*/
}

.black-highlight {
	display: none;
	}

/*.highlight {
    background-color: #00ccff;
    color: #fff;
    display: inline-block;
    font-family: "Helvetica Neue";
    font-size: 2em;
    font-weight: 900 !important;
    margin: 0px 0px;
    padding: 20px;
    text-align: center;
    opacity: .8;
    font-style: italic;
}*/

.highlight {
    background-color: #fff;
    color: #00ccff !important;
    display: inline-block;
    font-family: "Helvetica Neue";
    font-size: 1.5em;
    font-weight: 400 !important;
    margin: 0px 0px;
    padding: 15px;
    text-align: center;
    /* opacity: .8; */
    font-style: italic;
}

#packages-white {
    background-color: #fff;
    padding-bottom: 5%;
    padding-top: 5%;
    margin-top: 5% !important;
    border-radius: 0px 25px 25px 25px;
    box-shadow: 1px 1px 2px black, 0 0 25px #eee, 0 0 5px #00ccff;
}

.carousel-caption h1 {
    font-size: 2rem;
}

.carousel-caption {
    bottom: 5.5rem !important;
    z-index: 10 !important;
    background-color: #eee !important;
    color: #111 !important;
    opacity: .8 !important;
    padding: 20px 20px !important;
	}

.title-logo {
	padding-top: 10px;
	font-weight: 800;
	color: #5a5a5a;
	font-family: "Helvetica Neue";
	font-size: 4.3rem !important;
	line-height: .8;
	}  

.sub-title {
    padding-bottom: 50px;
    font-weight: 200;
    color: #00ccff;
    font-family: "Helvetica Neue";
    font-size: 2.1rem;
	}  

.white {
    color: #ffffff !important;
    font-size: 1.1rem !important;
	}
	
.blue h1 {
    font-size: 1.5rem !important;
    color: #fff;
    font-weight: 900 !important;
    text-shadow: 2px 2px #000;
}
	
h1.intro-heading {
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 0rem;
    text-align: center;
    padding: 0;
}	
	
	#intro {
    height: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    min-height: 610px;
    background: #ed5f00;
    background-attachment: fixed;
    background-size: cover;
    transition: opacity 0.5s;
    padding-top: 40%;
    margin-bottom: 100px;
	}	
	
	h1.page-heading {
	font-size: 2rem;
    margin-top: 0;
    margin-bottom: 2rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
	}	
	
	h3.sub-heading-center {
	text-align: center !important;
    font-weight: 900 !important;
    font-size: 1.1rem;
    font-style: italic;
    letter-spacing: .01rem;
    width: 100%;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    color: #00ccff;
	}

	.earthday-background {
    background: url("../img/earth-from-space-7.jpg") no-repeat scroll 50% 50% / cover transparent !important;
    background: none repeat scroll 0 0 #fff;
    height: 100%;
    padding: 2% 0 2% 0;
	}	

	.nyc {
    display: inline-block;
    background: url("../img/nyc-blue.jpg") no-repeat scroll 50% 50%  / cover transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: .8;
    height: 100%;
    margin-bottom: 100px;
    color: #000000;
	font-weight: 200px;
	}	
	
	.intro-background {
    background: url("../img/nycwallpaper.jpg") no-repeat scroll 50% 50% / cover transparent !important;
    /*background: url("../img/nyc-back-light.jpg") no-repeat scroll 50% 50% / cover transparent !important;*/ 
    background: none repeat scroll 0 0 #fff;
    height: 100%;
    padding: 2% 0 2% 0;
	}	
}

@media (min-width: 992px) {
	
section.features .device-container, section.features .feature-item {
    max-width: none;
	}

.col-md-6 {
    width: 50%;
    padding-right: 10px !important;
    padding-left: 10px !important;    
	}
	

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
	}
	
}  
  

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {


.title-logo {
	padding-top: 10px;
	font-weight: 800;
	color: #5a5a5a;
	font-family: "Helvetica Neue";
	font-size: 4.3rem !important;
	line-height: .8;
	}  
	
.sub-title {
    padding-bottom: 50px;
    font-weight: 200;
    color: #00ccff;
    font-family: "Helvetica Neue";
    font-size: 2.1rem;
	}  	
	
}
  

@media (min-width: 40em) {
  /* Bump up size of carousel content */

  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}



@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
