/* MAIN */

html,
body {
  height: 100%;
  background-color: #ffffff;
  margin: 0;
	font-size: 1em; /* 16px = 1em */
}

img {
  max-width: 100%;
  height: auto;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

/* Font Awesome 

@import url('font-awesome/css/fontawesome.min.css'); */

/* TYPOGRAPHY */

h1 {
  font: 3.25em/1.2 Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: #ffffff;
}

h2 {
  font: 1.7em/1.4 Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: #2b3c64;
}

h3 {
  font: 1.5em/1.4 Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: #219a3d;
}

h4 {
  font: 1.375em/1.4 Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
}

h5 {
  font: 1.125em/1.4 Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #ffffff;
}

.subtext {
  font-size: 18px;
  font-weight: normal;
  color: #161616;
  padding: 10px 0 0 0;
}

/* CLEAR */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/* BUTTONS */

.btn-green-lg {
  background-color: #0baf4d;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.2em;
  padding: 15px 25px;
  margin: 0;
}

.btn-green-lg:hover {
  background-color:#ffffff;
  color: #219a3d;
}

.btn-green-sm {
  background-color: #0baf4d;
  color: #ffffff;
  font-weight: 600;
  font-size: 1em;
  padding: 12px 23px;
}

.btn-green-sm:hover {
  background-color: #ffffff;
  color: #219a3d;
  border: 1px solid #219a3d;
}


.btn-white-lg {
  background-color:#ffffff;
  color: #0baf4d;
  font-weight: 600;
  font-size: 1.2em;
  padding: 15px 25px;
  margin: 0;
  border: 1px solid #219a3d;
}

.btn-white-lg:hover {
  background-color:#219a3d;
  color: #ffffff;
}

.btn-white-sm {
  background-color: #ffffff;
  color: #0baf4d;
  font-weight: 600;
  font-size: 1em;
  padding: 12px 23px;
  border: 1px solid #219a3d;
}

.btn-white-sm:hover {
  background-color: #219a3d;
  color: #ffffff;
  /* border: 1px solid #0baf4d; */
}

.btn-blue-lg {
  background-color:#384b76;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.2em;
  padding: 15px 25px;
  margin: 0;
}

.btn-blue-lg:hover {
  background-color:#ffffff;
  color: #384b76;
  border: 1px solid #384b76; 
}

.btn-blue-sm {
  background-color: #384b76;
  color: #ffffff;
  font-weight: 600;
  font-size: 1em;
  padding: 12px 23px;
}

.btn-blue-sm:hover {
  background-color: #ffffff;
  color: #384b76;
  border: 1px solid #384b76;
}

/* NAVBAR */

.nav-item {
  padding: 5px 18px 5px 0;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: underline;
}

.nav-item:hover {
  text-decoration: none;
}

.nav-link {
  color: #384b76 !important;
}

#current-page {
  font-weight: 700;
  text-decoration: underline;
}

.trial-btn {
  background-color: #0baf4d;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.2em;
  padding: 12px 23px;
}

.trial-btn:hover {
  background-color:#ffffff;
  color: #0baf4d;
  border: 1px solid #008a38;
}

.login-btn {
  background-color: #0baf4d;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.1em;
  padding: 10px 21px;
  border: 1px solid #008a38;
}

.login-btn:hover {
  background-color: #ffffff;
  color: #0baf4d;
}

.main-buy-btn {
  background-color: #ffffff;
  color: #008a38;
  font-weight: 600;
  font-size: 1.1em;
  padding: 10px 21px;
  border: 1px solid #008a38;
}

.main-buy-btn:hover {
  background-color: #0baf4d;
  color: #ffffff;
}

@media (min-width: 768px) {
	.navbar-nav {
		float: none;
	}
}

/* JUMBOTRON */

.jumbotron {
  background-image: url("https://clienttrackportal.com/img/main/ctp_banner_image_v1.png");
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  padding: 0;
  border-radius: 0;
  margin: 0;
}

.jumbotron p {
  font: 1.5em/1.4 Arial, Helvetica, sans-serif;
  /* 24px/16=1.5em */
  font-weight: normal;
  color: #ffffff;
}

.buy-btn {
  background-color: #0baf4d;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.1em;
  padding: 13px 22px;
  margin: 10px 20px 10px 0;
}

.buy-btn:hover {
  background-color:#ffffff;
  color: #219a3d;
}

.features-btn {
  background-color:#273961;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.2em;
  padding: 15px 25px;
  margin: 10px 10px 10px 0;
  border: 1px solid #7684a4;
}

.features-btn:hover {
  background-color:#ffffff;
  color: #384b76;
  border: 1px solid #273961; 
}

#monitor {
  position: relative;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  display: flex; 
  justify-content: center; 
  align-items: center;
  padding: 0;
  width: 100%;
}

.note {
  font: 1.1em/1.6 Arial, Helvetica, sans-serif;
  /* 22px/16=1.375em */
  font-weight: bold;
  color: #000000;
  padding: 0;
  margin: 0;
}

.note2 {
  font: 1.5em/1.4 Arial, Helvetica, sans-serif;
  /* 24px/16=1.6em */
  font-weight: bold;
  color: #000000;
  padding: 0;
  margin: 0;
}

.note2 a:link {
  color: #39a4d6;
  text-decoration: underline;
}

.note2 a:hover {
  color: #39a4d6;
  text-decoration: none;
}

.note2 a:active {
  color: #39a4d6;
}

.note2 a:visited {
  color: #39a4d6;
  text-decoration: underline;
}

/* HORIZONTAL LINES */

.hr-one {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #fff;
}

.hr-two {
  border-top: 1px dashed #8c8b8b;
  border-bottom: 1px dashed #fff;
}

.hr-three { 
  height: 15px;
  border: 0;
  box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

.hr-four { 
  height: 6px;
  background: url(../img/main/cp_hr_diagonal.png) repeat-x 0 0;
  border: 0;
  opacity: 0.5;
}

.hr-five { 
  height: 6px;
  background: url(img/main/cp_hr_zigzag.png) repeat-x 0 0;
  border: 0;
  opacity: 0.5;
}

.hr-six {
  border-top: 1px solid #9bc3ab;
}

/* FEATURES */

.intro-text {
  font: 1em/1.6 Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #212121;
  padding: 0;
  margin-top: 15px;
}

.intro-text a:link {
  color: #39a4d6;
  text-decoration: underline;
}

.intro-text a:hover {
  color: #39a4d6;
  text-decoration: none;
}

.intro-text a:active {
  color: #39a4d6;
}

.intro-text a:visited {
  color: #39a4d6;
  text-decoration: underline;
}

#features-image {
  position: relative;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  display: flex; 
  justify-content: left; 
  align-items: center;
  padding: 0;
  width: 88%;
}

.features-image {
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}

.feature-icon i{
  font-style: normal;
  font-size: 42px;
  display: block;
  color: #0baf4d;
  line-height: 50px;
  text-align: left;
}

.feature-title {
  font: 1.4em/1.4 Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
  padding: 0;
  margin: 0;
}

/* APP */

.app {
  background-color: #ffffff;
  padding: 40px 15px;
  margin: 0;
}

#iphone {
  position: relative;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  display: flex; 
  justify-content: center; 
  align-items: center;
  padding: 20px 10px;
  width: 85%;
}

.google-badge {
  padding: 0;
  margin: 4px 0 0 0;
  float: left;
  margin-left: -12px;
}

.google-badge img {
  max-width: 100%;
  height: auto;
}

/* BUY */

.buy-sec-btn {
  background-color: #219a3d;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.1em;
  padding: 13px 22px;
  margin: 10px;
  border: 1px solid #219a3d;
}

.buy-sec-btn:hover {
  background-color: #273961;
  color: #ffffff;
  border: 1px solid #273961;
}

.buy-sec-btn2 {
  background-color: #0baf4d;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.2em;
  padding: 15px 22px;
  margin: 0;
  border: 1px solid #0baf4d;
}

.buy-sec-btn2:hover {
  background-color: #273961;
  color: #ffffff;
  border: 1px solid #273961;
}

/* APP */

.app {
  background-color: #ffffff;
  padding: 30px 15px 40px 15px;
  margin: 0;
}

#iphone {
  position: relative;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  display: flex; 
  justify-content: center; 
  align-items: center;
  padding: 20px 10px;
  width: 85%;
}

.google-badge {
  padding: 0;
  margin: 4px 0 0 0;
  float: left;
  margin-left: -12px;
}

.google-badge img {
	max-width: 100%;
	height: auto;
}

/* SITE MAP */

.sitemap {
  background-color: #273961;
  padding: 25px 15px 30px;
  font-size: 0.8em;
  color: #ffffff;
}

.list-unstyled li {
  margin: 0;
  padding: 0.3em 0;
  font-size: 1.3em;
  font-weight: normal;
  color: #ffffff;
}

.list-unstyled li a {
  text-decoration: none;
  color: #ffffff;
}
	
.list-unstyled li:hover a {
  color: #ffffff;
  text-decoration: underline;
}

.login-sec a{
  font-size: 1em;
  color: #273961 !important;
  font-weight: bold;
  border: 1px solid #707070;
  text-decoration: none;
  padding: 4px 10px;
  background-color: #ffffff;
}

.login-sec a:hover{
  text-decoration: underline;
}

#login-sec-icon {
  padding: 8px 10px 6px 10px;
  color: #0cbe54;
  font-size: 16px;
  border-left: 0;
  border-right: 1px solid #707070;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  background-color: #ffffff;
}

.sitemap-login-btn {
  background-color: #008536;
  color: #ffffff;
  font-weight: 700;
  font-size: 1em;
  padding: 10px 21px;
  border: 1px solid #008536;
}

.sitemap-login-btn:hover {
  text-decoration: none;
}

.sitemap-phone {
  color: #ffffff;
  font-size: 1.8em;
  font-weight: normal;
}

.sitemap-extension {
  background-color: #ffffff;
  padding: 10px;
  color: #545454;
  font-size: 1.3em;
  width: 260px;
  border: 1px solid #545454;
}

.sitemap-email {
  color: #545454;
  font-size: 1.2em;
}

.sitemap-email a:link {
  color: #ffffff;
  text-decoration: underline;
}

.sitemap-email a:hover {
  color: #ffffff;
  text-decoration: none;
}

.sitemap-email a:visited {
  color: #ffffff;
}

/* Footer */

.footer {
  background-color: #18284c;
  padding: 20px 10px;
  text-align: center;
}

.footer p {
  color: #b6b6b6;
  font-size: 0.9em;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
}

.footer-text a:link {
  color: #9aa9cd;
  text-decoration: underline;
}

.footer-text a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-text a:active {
  color: #ffffff;
}

.footer-text a:visited {
  color: #ffffff;
  text-decoration: underline;
}

