@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,500;1,600;1,700;1,800;1,900&display=swap');

body { font-family: 'Nunito', sans-serif;}


.page-header {
  margin-top: 30px; }

h1, h2, h3, h4, h5 {
  margin-top: 0; }

p {
  padding: 15px; }

.img-xxxsm {
  width: 35px; }

.img-xxsm {
  width: 50px; }

.img-xsm {
  width: 75px; }

.img-sm {
  width: 200px; }

.img-md {
  width: 250px; }

.img-lg {
  width: 300px; }

.img-xlg {
  width: 450px; }

.extra-pad-bot {
  padding-bottom: 40px; }

.extra-pad-top {
  padding-top: 20px; }

.clearfix {
  clear: both; }

.flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 10px;
}
  
/* to center flex-items */
.flex-item {
   margin: auto;
}

/* NORMALIZING the pages  */
/*







.no-pad{
	padding-top:0px;
	padding-bottom:0px;
}



.no-pad-top{
	padding-top:0px;
}

.extra-pad{
	padding-top:140px;
	padding-bottom:40px;
}



.top-inner{
	padding:90px 0 30px 0;
}




.clearfix{
	clear:both;
}

*/
/* BASE ALL */
ul, li {
  list-style: none; }

img.img-device {
  width: 60%;
  margin-bottom: -6.5px; }

/*

body{
	font-family:$base-font-family;
	font-size:$base-font-size;
	line-height:1.7em;
	color:$base-font-color;
}



a{
	color:$primary-color;
}






input, textarea, button{
	@include border-radius(0px);
}



img.device{
	width:100%;
}

img.device-small{
	width:70%;
	margin-bottom:-40px;
}

*/
/*  MODULES - Module styles  */
/* Fonts special */
/* .whiteblockspacingh2 {
  margin-top: 25px;
  margin-bottom: 0px; } */

/* .whiteblockspacingh3 {
  margin-bottom: 0px;
  margin-top: 5; } */

/* .whiteblockspacingp {
  padding: 25px 40px 0px 40px;
  margin: 10px;
  font-size: medium; } */

.showcaseHspacing {
  margin-bottom: 30px; }

.just {
  text-align: justify; }

/* #mydiv a {
  font-size: 10px;
  color: black; }

#mydiv {
  font-size: 30px;
  padding: 10px; }



#mydivb c {
  font-size: 20px;
  color: #666666; } */

#mydivb {
  font-size: 20px;
  padding: 10px;
  color: rgb(184, 84, 84); 
  font-weight: bold;
}

.add-margin-top {
    margin-top: 8rem;
}

.fa-primary {
  color: #00aff0; 
}

.fa-border {
  border: 0.1px solid #4e4b4b;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 10px;
  width: 70px;
  margin-top: 20px;
  margin-bottom: 5px; 
}

.list, .list-feature {
  margin-bottom: 30px; 
}

.list-feature {
  margin: 0;
  padding: 0;
  width: 80%; 
}

.list-feature li {
  line-height: 3.6em;
  border-bottom: 1px solid #cccccc;
  overflow: auto; 
}

.list-feature li:last-child {
  border: 0; 
}

.list-feature span {
  vertical-align: top;
  padding-top: 9px;
  font-size: 120%; 
}

.list-feature i {
  margin-top: -9px;
  margin-right: 5px; 
}


/* .em-primary {
  color: #00aff0; 
} */


.spot {
  position: relative; 
}

.spoton {
  position: absolute;
  top: -15px;
  right: 85px; 
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


 /* Fonts etc */

 .no-underline {
  text-decoration: none;
 }

.fa-2 {
  font-size: 15px;
}

.fa-4 {
  font-size: 22px; 
}

.fa-6 {
  font-size: 35px; 
}

.fa-8 {
	font-size: 50px;
}

.fa-dark {
  color: #4e4b4b; 
}

.fa-pad-r {
  padding-right: 10px;
}

.fa-padding-t {
  padding-top: 16px;
}

.fa-padding-b {
  padding: 8px;
}

.fa-padding {
  padding: 10px;
}

/*


.list-comments {
	margin:0;
	padding:0;
}

.list-comments li{
	padding:10px 0 5px 0;
	@include add-border(1px, #cccccc, bottom);
	overflow:auto !important;
}

.list-comments li:last-child{
	border:0;
}

.list-comments img{
	width:100px;
}

.fa-2{
	font-size:18px;
}
.fa-3{
	font-size:24px;
}
.fa-4{
	font-size:27px;
}
.fa-5{
	font-size:35px;
}


.heading-primary{
	color:$primary-color;
}

.heading-primary-a{
	@extend .heading-primary;
	@include add-border(2px, $primary-color, bottom);
}

fa fa-key fa-primary fa-6 fa-border





.heading-secondary{
	color:$secondary-color;
}

.heading-secondary-a{
	@extend .heading-secondary;
	@include add-border(2px, $secondary-color, bottom);
}

.heading-light{
	color:$light-color;
}

.heading-light-a{
	@extend .heading-light;
	@include add-border(2px, $light-color, bottom);
}

.heading-dark{
	color:$dark-color;
}

.heading-dark-a{
	@extend .heading-dark;
	@include add-border(2px, $dark-color, bottom);
}





.em-secondary{
	color:$secondary-color;
}

.em-dark{
	color:$dark-color;
}

.em-light{
	color:$light-color;
}

*/
/* Blocks */
/* change the positioning of the blocks  */
.block, .block-light, .block-white, .block-secondary {
  padding: 20px;
  margin-bottom: 10px;
  background-color: #fff; 
}

.block h3, .block-light h3, .block-white h3, .block-secondary h3 {
  margin-top: 20;
  padding-top: 10; 
}

.block iframe, .block-light iframe, .block-white iframe, .block-secondary iframe {
    width: 100%; 
}

.block-border {
  border: 1px solid #cccccc; 
  text-align: center;
}

.block-radius {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.block-light {
  background: #f2f3ed;
  color: #666666; }

.block-center {
  text-align: center; }

.block-white {
  background-color: white; }

.block-secondary {
  background: #00a03b;
  color: #ffffff; }

.block-margin-top {
  margin-top: 25px; }

.block-hover { transition: all .3s ease-in-out; }

.block-hover:hover {
  transform: scale(1.05);
  background: #e5ebe5;
  /* border: 2px solid #ffffff;  */
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*


.block-primary{
	@extend .block;
	@include add-background($primary-color);
}





.block-dark{
	@extend .block;
	@include add-background($dark-color);
}
	



.block-image img{
	width:100%;
}




.block-primary-head{
	h3{
		padding:15px 5px 15px 10px;
		@include add-background($primary-color);
		margin:0;
		font-size:18px
	}
	
	.block-content{
		@include add-border(1px, $primary-color, all);
		padding:10px;
	}
}

.block-icon{
	h3{
		padding:0;
		margin:0;
	}
	
	.icon{
		float:left;
		width:20%;
		margin-top:10px;
	}
	
	.icon-content{
		float:left;
		width:70%;
	}
}


*/
/* Buttons */
.btn {
  margin: 10px; }

.btn-secondary {
  background: #00a03b;
  color: #ffffff;
  border: 2px solid #ffffff; }

.btn-primary {
  background: #00aff0;
  color: #ffffff;
  border: 2px solid #ffffff; }

.btn-primary:hover {
  background: #008abd;
  border: 2px solid #ffffff; }

.btn-primary:active {
  background: #008abd;
  border: 2px solid #ffffff; }

.btn-primary:focus {
  background: #008abd;
  border: 2px solid #ffffff; }

.btn-light {
  background: #f2f3ed;
  color: #666666;
  border: 1px solid #cccccc; }

.btn-light:active {
  background: #dcdfce;
  border: 1px solid #ffffff;
  color: #1c3640; }

.btn-light:focus {
  background: #dcdfce;
  border: 1px solid #ffffff;
  color: #1c3640; }

.btn-light.hover {
  background: #dcdfce;
  border: 1px solid #cccccc;
  color: #1c3640; }

.btn-light.active {
  background: #dcdfce;
  border: 1px solid #ffffff;
  color: #1c3640; }

.carousel {
  margin-bottom: 20px; }

.carousel img {
  padding: 3px;
  border: 1px solid #cccccc; }

.panel .panel-heading {
  background-color: #f2f3ed; }

.panel-title {
  background-color: #f2f3ed; }

/* .special {
  background-color: yellow; } */

/* Tables 
  <div class="panel panel-default">
    <div class="panel-heading">
      <h4 class="panel-title">



//.noBorder > .table > tbody > tr > td {
.hiddenrow {
    padding: 0 !important;
 }









.tab-pane{
	padding:20px 10px;
	@include border-radius(5px);
	margin-bottom:20px;
}

.tab-primary .tab-pane,.tab-primary .nav-tabs > li.active > a, .tab-primary .nav-tabs > li.active > a:hover, .tab-primary .nav-tabs > li.active > a:focus{
	@include add-background($primary-color);
}

.tab-secondary .tab-pane,.tab-secondary .nav-tabs > li.active > a, .tab-secondary .nav-tabs > li.active > a:hover, .tab-primary .nav-tabs > li.active > a:focus{
	@include add-background($secondary-color);
}

.tab-dark .tab-pane,.tab-dark.nav-tabs > li.active > a, .tab-dark .nav-tabs > li.active > a:hover, .tab-primary .nav-tabs > li.active > a:focus{
	@include add-background($dark-color);
}

.tab-light .tab-pane,.tab-light .nav-tabs > li.active > a, .tab-light .nav-tabs > li.active > a:hover, .tab-primary .nav-tabs > li.active > a:focus{
	@include add-background($light-color);
}


*/
/* Sections */
/* to stop the showcase section hiding under the nav bar  */
/* All sections to have default padding, then overide if needed  */
section {
  padding: 25px; }

.section-showcase {
  height: 540px;
  padding-top: 50px;
  background: url(../img/showcase.jpg) fixed repeat top center; 
}

.section-showcase-wifi {
  height: 500px;
  background: url(../img/wifi-background.jpg) fixed no-repeat top center; 
}

.section-showcase-cable {
  height: 500px;
  background: url(../img/cable-background.jpg) fixed no-repeat top center; 
}

.section-showcase-prefooter {
  height: 150px;
  background: url(../img/showcase.jpg) fixed repeat bottom center; 
}

.section-bg-dark {
  background-color: #f2f3ed;
}

.section-bg-white {
  background-color: white;
}

.section-showcase .showcase-content {
    padding-top: 130px;
    text-align: center; 
}

.section-showcase .showcase-rowpics {
  padding: 20px 0px;
  text-align: center; 
}

.section-add-border-bottom {
  border-bottom: 0.1px solid #00a03b;
}

.section-add-border-top {
  border-top: 0.1px solid #00a03b;
}

/* .section-showcase-sml {
  height: 230px;
  background: url(../img/showcase.jpg) fixed no-repeat top center; 
} */

/* .section-showcase-sml .showcase-content-sml {
  padding: 105px 15px;
  text-align: center; 
} */

/* .section-showcase-sml .showcase-content-sml h1 {
  font-size: 50px; 
} */

/* .section-white-a {
  padding-top: 35px;
  border-top: 1px solid #00a03b; } */

.section-white-about {
  background-color: #fff;
  padding-top: 135px; 
}

.section-light-a {
  background: #f2f3ed;
  color: #666666;
  padding-top: 110px;
}

/* Add colours to the sections using the mixin to auto color the text color  */
/*

.section-primary{
	@include add-background($primary-color);
}

.section-primary-a{
	@extend .section-primary;
	@include add-border(4px, $secondary-color, top);
}

.section-primary-b{
	@extend .section-primary;
	@include add-border(4px, $secondary-color, bottom);
}

.section-secondary{
	@include add-background($secondary-color);
}

.section-light{
	@include add-background($light-color);
}







.section-dark{
	@include add-background($dark-color);
}

*/
/*  LAYOUT - Layout styles */
.footer-main {
  background: #f2f3ed;
  color: #666666;
  border-top: 0.1px solid #00a03b;
  min-height: 250px;
  padding: 30px 0;
  z-index: 100; }

/* .footer-main a {
  color: #ffffff; 
} */

/* .footer-main ul {
  margin: 0;
  padding: 0; 
}

.footer-main li {
  line-height: 1.8em;
  list-style: none; } */

/* Nav bar */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #00a03b; }

.navbar-fixed-top {
  top: 0;
  border-width: 0px 0px 1px 0px; }

.navbar-nav > li > a {
  line-height: 50px; 
  transition: 1s;
}

.navbar-default .navbar-nav > li > a {
  color: #00aff0; }

.navbar-brand {
  width: 200px;
  position: relative;
  top: 15px;
  left: 10px;
  background-image: url(../img/7-logo-sm.png) !important;
  background-repeat: no-repeat; }

/* .navbar-text .H1 {
  font-size: 36px;
  font-weight: bold;
  padding: 20px; } */

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
  background: #f2f3ed !important;
  color: #242222 !important; }

.navbar-nav > .active > a, .navbar-nav > .active > a:hover {
  background: #f2f3ed !important;
  color: #00a03b !important; }

/* 

.nav-pills {
	margin-bottom: 50px;
	margin-top: 20px;
	background: white !important;
	color:$secondary-color !important;

}


.nav-pills:active {
	margin-bottom: 50px;
	margin-top: 40px;
	background: white !important;
	color:$secondary-color !important;

}

.nav > li > a:hover, .nav > li > a:focus {
	background: $light-color !important;
	color:darken($dark-color,10%) !important;
}
	
	
.center-pills { display: inline-block; }

 */
/* @media (max-width: 997px) {
  .spot {
    position: relative; }

  .spoton {
    position: absolute;
    top: -15px;
    right: 65px; } } */

@media (max-width: 320px) {
  table {
    font-size: small; 
  } 
}

@media (max-width: 997px) {
  .btn-light {
    padding: 16px 5px;
    margin: 0px; } 
}

@media (max-width: 997px) {
  body {
    background-color: #c0e4f1; } 
}

@media (max-width: 997px) {
  .section-white-a-np {
    background-color: #fff; } 
}

@media (max-width: 768px) {
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
    min-height: 75 !important; 
  } 
}

@media (min-width: 768px) {
  .navbar-right {
    float: right !important;
    margin-right: 15px; } 
}


@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 15px; } 
}


@media (max-width: 997px) {
  .section-showcase {
    height: auto;
    /* background: #d1eaf3;  */
  }
  .section-showcase .showcase-content {
    padding: 90px 0px 20px;
    text-align: center; 
  }
  .section-showcase .showcase-content h1 {
    font-size: 50px; 
  }
    .section-showcase .showcase-rowpics {
      padding: 10px;
      text-align: center; }
    .section-showcase .block, .section-showcase .block-light, .section-showcase .block-white, .section-showcase .block-secondary {
      padding: 10px; } }
@media (max-width: 997px) {
  .section-white-a {
    padding-top: auto;
    border-top: 0px solid #00a03b; } }
@media (max-width: 768px) {
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #e5ebe5;;
    border: 1px solid #ddd; } }


/* @media (max-width: 768px) {
  .fa-6 {
    font-size: 25px;
    padding: 5px; } 
} */

@media (max-width: 768px) {
  body {
    font-size: 18px; 
  } 
}


@media (max-width: 768px) {
  .whiteblockspacingp {
    padding: 15px 20px 0px 20px;
    margin: 10px;
    font-size: small; 
  } 
}

@media (max-width: 768px) {
  .navbar-nav > li > a {
    font-size: 18px; 
  }
}

@media (max-width: 768px) {
  .navbar-nav > .active > a {
    font-size: 18px;          
    background: #f2f3ed !important;
    color: #242222 !important;  
  } 
}  

@media (max-width: 768px) {
  .navbar-nav > .active > a:hover {
    font-size: 18px;
    background: #f2f3ed !important;
    color: #00a03b !important;

  }
}
