/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #333;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.container {
  /* max-width: 42em; */
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
}


/*
 * Header
 */
.masthead {
   position:fixed;
   top:0;
   background:#333;
   width:100%;
   /* padding:1.5rem; */
   z-index:99;
}

.masthead-brand {
  margin-bottom: 0;
}

.masthead-brand.brand-logo {
	max-width:12rem !important;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

.nav-masthead .btn 
{
	margin: 0 1em;
    color: rgba(255,255,255,0.5);
    border-color: rgba(255,255,255,0.5);
    font-weight: bold;
    margin-top: -0.2em;
}

.nav-masthead .btn:hover,
.nav-masthead .btn:active,
.nav-masthead .btn:focus,
.nav-masthead .btn:visited 
{
	border-color: rgba(255,255,255,0.5);
	background:rgba(255,255,255,0.3);
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}

/*
 * Cover
 */
.cover {
  background: rgb(253,207,45);
  background: radial-gradient(circle, rgba(253,207,45,0.9290091036414566) 20%, rgba(182,195,34,1) 74%);	
  padding: 0 1.5rem;
  padding-top: 10%;
  padding-bottom: 7.25%;
}
.cover img.brand-logo {
	width:10rem;
}
.cover .carousel {
	min-height:400px;
}
.cover .carousel-item {
	min-height:400px;
}
.cover .carousel-caption {
	top:50%;
}
.cover p.lead, .cover p.carousel-caption-text {font-size:1.75rem;}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}
.cover .input-group {
	width: 25rem;
	margin: 0 auto;
	position:relative;
	top:-240px;
}
.cover-icons {
	font-size:4rem;
}
.cover-icons span {
	margin:0 2rem;
}
/*
 * Features section
 */
section.features {background:#fff;padding-bottom:2rem;}
.jumbotron, .cards-container {color:#333;}
.cards-container {max-width:85%;margin:0 auto;}

/*
 * Pricing section
 */
section.pricing {
    background: rgb(253,207,45);
    background: radial-gradient(circle, rgba(253,207,45,0.9290091036414566) 20%, rgba(182,195,34,1) 74%);
	padding-top:2rem;	
}
.card-deck {color:#333;}
.card-deck {max-width:85%;margin:0 auto;}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
  width:100%;
}
.footer-item.brand-logo {width:12rem;}
.media-container-row {flex-wrap:no-wrap;width:90%;margin:0 auto; display:inline-flex; margin-top:2rem;}
/* .display-7 {display:inline;width:auto;float:left;text-align:left;} */
.footer-lower .media-container-row { display:inline; }
.col-md-3 {width:25%;}
