@font-face {
  font-family: 'DancingScript';
  src: url('/main-site/fonts/DancingScript-VariableFont_wght.ttf')  format('truetype'); /* Safari, Android, iOS */
}

html,body { height: 100%; margin: 0px; padding: 0px; }
  
body { padding-top: 50px; padding-top: 0; }


/* Extra-Small, below 768px, is the default styling */
.section { padding-top: 0px; padding-bottom: 120px; margin-top: -1px; } /* top margin makes sure no line shows 
between setions (e.g. the tree picture background touches the next section and no line shows between them sometimes)
.section > .row > div { padding-top: 10px; padding-bottom: 10px; }
*/
/*
	.section:first-of-type { padding-top: 150px; }
*/

.section-placement { background: linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.2) ), url("../img/water_sensor_tile_right_space.jpg"); background-size: cover; background-position: center center; color: #FFF; background-attachment: fixed;
}
	.section-placement-content { background-color:#222; box-shadow: 0 3px 20px rgba(0, 0, 0, 0.6); z-index: 9999; }
	
.section-green { background: rgb(142,176,139); background: radial-gradient(circle, rgba(142,176,139,1) 0%, rgba(88,106,83,1) 100%); background-attachment: fixed2; }
	
/* Small is when this template starts showing columns side by side insted of full-width columns */
@media (min-width: 768px) { /* Small devices (tablets, 768px and up) */
	.vertical-align { display: flex; align-items: center;  }
	/*.vertical-align { display: flex; flex-direction: row; }
	.vertical-align > [class^="col-"],
	.vertical-align > [class*=" col-"] {
	  display: flex;
	  align-items: center;
	}
	.vertical-align > [class^="col-"] > div,
	.vertical-align > [class*=" col-"] > div {
	  sflex-grow: 1;
	}
	.vertical-align > div:first-child {
		background-color: mediumaquamarine; min-height: 1500px;

	.vertical-alignr { display: flex; align-items: center;  }
	*/
	.section { padding-top: 0px; padding-bottom: 0px; }
	.section > .row > .col-txt { padding-top: 120px; padding-bottom: 180px; }
	.section > .row > .col-txt-top { padding-top: 140px; padding-bottom: 220px; }
	/*.section:first-of-type { padding-top: 50px; } */
	
	.section-tree { background: url("../img/phone_setup.jpg") no-repeat; background-size:contain; background-position:right bottom; }
	
	.section-online-access { background: url("../img/beach_phone.jpg") no-repeat; background-size:cover; background-position:center center; }
	
}
@media (min-width: 992px) { /* Medium devices (desktops, 992px and up) */
	.section > .row > .col-txt-top { padding-top: 170px; padding-bottom: 280px; }
}
@media (min-width: 1200px) { /* Large devices (large desktops, 1200px and up) */
	.section > .row > .col-txt-top { padding-top: 200px; padding-bottom: 400px; }
}

@media (max-width:767px) {
	
	.section-tree, .section-placement, .section-online-access { padding-bottom: 0; }
	
	.section > .row > .col-img { padding-bottom: 0; padding-right: 0; padding-left: 0; }
		
	.section-placement { background: #0c7cb8; background: #FFF; }
		.section-placement-content { margin-top: -20px; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6); }
		
	.section-online-access { background:#8fcbf8; background: #7BCAFF; }
	
}
/*
.section { display: table; }
.section > .row { display: table-row; }
.section > .row > div { display: table-cell; }

.section, .section > .row, .section > .row > div {
	height: auto !important;
	min-height: 100%;
  height: auto !important;
  height: 100%;
	padding-bottom: 0; padding-top: 0; margin-bottom: 0; margin-top:0;
}
*/
















/*

.navbar .row { padding-bottom: 0; padding-top: 0; }

.navbar-default {
  background-color: #FFF; background: rgba(255,255,255,.95);
  border-color: #EEE;
}
.navbar-default .navbar-brand {
  color: #222;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #444;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #333;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
}

/*.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: green;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: green;
  background-color: #FFF;
  text-decoration: underline;
}
*/ /*
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #EEE;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #EFEFEF;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #EEE;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: green;
  background-color: #EFEFEF;
}
/* @media (max-width: 767px) { *//*
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: green;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
/* } *//*
.navbar-default .navbar-link {
  color: #333;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #333;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}*/