/* carousel styling */
.c1{
  color: grey;
  margin-top: 2px;
  margin-bottom: 2px;
}
/* section colors */

.bgcolor{
  background-color: #1F87FF;
}

.navbar-brand {
  font-family: Righteous;
  /* position: right; */
}

.nav-item {
  color: white;
  font-family: Righteous;
  padding: 0 10px;
}
.nav-logo{
  padding-right: 5px;
}

.b-example-divider {
  height: 1.5rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

/* Services top section */
.services{
  text-align: center;
  padding: 0px 30px 10px;
}
.service-box{
  margin-top: 15px;
}
.sp{
  font-family: Roboto;
  padding: 10px 10px;
}
.bsp{
  margin-top: 10px;
}

.fasp{
  color: white;
}
.fasp:hover{
  color: blue;
}
.cta{
  margin-left: 25px;
  margin-right: 25px;
}
.info {
 padding-top: 55px;
}

/* featurette styles */
.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
.featurette{
  margin-left: 30px;
  margin-right: 30px;
  padding: 10px 30px;
}
.nn{
  padding-left: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Thin out the marketing headings */
.featurette-heading {
  font-family: Righteous;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}
.lead{
  font-family: Roboto;
}
.wifi-logo{
  background-image: url(https://networkn.co.uk/images/Logo-500x500.svg);
}

/* images section */
.image1 {
  padding: 5% 1%;
}
.image2 {
  padding: 10px 5px;
}

/* text section */
.text1 {
  padding: 5% 5%;
}

.textads {
  background-color: #f0f0f1;
}

/* pricing section */
.card {
  padding: 10px 20px;
  margin: 10px 0;
}

.card-header {
  font-family: Roboto;
}

.phead {
  text-align: center;
  font-family: Righteous;
  font-size: 3rem;
  line-height: 1.5;
}

#pricing {
  margin: 30px 30px 30px;
}

.price {
  padding: 2% 10%;
}

.textbox{
  margin-left: 40px;
  margin-right: 40px;
}


/* footer styling */
#footer {
  background-color: #077bff;
  padding: 3% 7%;
  text-align: center;
  /* #6c757d */
}

.fs1 {
  color: white;
  padding: 0 10px;
}
.fs2 {
  color: Blue;
  padding: 0 10px;
  font-size: 5em;
}
.fp{
  font-family: Roboto;
}

/* media setting  */


@media (max-width: 760px) {
  .image1 {
    text-align: center;
  }
}
.featurette-heading {
  font-size: 50px;
}

@media (min-width: 62em) {
.featurette-heading {
  margin-top: 7rem;
}
}
