@charset "UTF-8";
/* CSS Document */

body {overflow-x: hidden; /* Hide horizontal scrollbar */}
body,td,th,li,p {font-family: 'Lato', sans-serif;line-height: 1.4em;}
h1,h2,h3,h4,h5,h6 {line-height: 1.4em;}
a {color: #4795bf;}
a:hover {color: #2f6b9f; text-decoration: none;}
		
.logo {position: fixed; z-index: 9999999; right: 10%; top: 10px;}
.logo img {width: 184px;}
		
.shake img {animation: wiggle 3s linear infinite;}
/* Keyframes */
@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(-1deg);
  }
}
		
.container{max-width: 1300px !important;}
.navbar {background-color: white; min-height: 100px; z-index: 999999;}
		
/* change nav link color*/
nav .navbar-nav {font-size: 18px;}
nav .navbar-nav li {padding-right: 10px;}
nav .navbar-nav li a {color: #2f3032 !important;}
nav .navbar-nav li a:hover {color: #4795bf !important;}
		
.header {margin-top: 100px; background-color: #353637; background-image: url("../imgs/HiThereSolutionsCaptioning-headerback.jpg"); background-size: 100% auto; background-repeat: no-repeat; padding-top: 300px;}
.white {color:#ffffff;}
.blue {color:#3087b4;}
		
.services {background-color: #e4ecf6; background-image: url("../imgs/HiThereSolutionsCaptioning-Services-back.jpg"); background-size: 100% auto; background-position: top; background-repeat: no-repeat; padding-top: 150px;}
		
.card {background-color: #fff; padding: 80px 30px; border: 20px solid #e4ecf6;}
.btn-info {background-color: #90b414; border: none;}
.btn-info:hover {background-color: #83a411; border: none;}
		
.specs {background-image: url("../imgs/HiThereSolutionsCaptioning-specs-back.jpg"); background-size: cover; background-position: bottom; background-repeat: no-repeat;}
		
.spaced {padding-top: 150px; padding-bottom: 150px;}
		
.footer {background-color: #4795bf;}
.footer a {color:#ffffff;}
		
.social {background-color: #4795bf; margin: 0;}
.social a {color:#ffffff;}
		
.copy {background-color: #4795bf; margin: 0;}
.copy a {color:#ffffff;}
		
/* Zoom In icons*/
.hover01 figure img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
	}
.hover01 figure:hover img {
-webkit-transform: scale(1.2);
transform: scale(1.2);
	}
		
.invest a {color:#ffffff;}
.invest a:hover {color: #e4ecf6;}

.dark-blue {display: block; background-color: #4795bf; min-height: 50px; max-width: 50% !important;}
.light-blue {display: block; background-color: #e4ecf6; min-height: 50px; min-width: 50% !important; float: right;}
.light-blue-left {display: block; background-color: #e4ecf6; height: 50px; width: 50% !important;}
.white-box {display: block; background-color: #ffffff; min-height: 50px; max-width: 50% !important;}
		
	@media only screen and (max-width: 600px) {
		.logo img {width: 124px;}
		.header {padding-top: 150px;}
		.services {padding-top: 10px;}
		.logo {right: 5%;}
		.logo img {width: 120px !important;}
		.dark-blue {max-width: 100% !important;}
		.light-blue {min-width: 100% !important;}
		.light-blue-left {min-width: 100% !important;}
		}

/* About */
.about {margin-top: 100px; background-color: #353637; background-image: url("../imgs/HiThereSolutionsCaptioning-about-header.jpg"); background-size: cover; background-repeat: no-repeat; padding-top: 330px;}
.mission {background-color: #e4ecf6; padding-top: 100px; padding-bottom: 100px;}
.bios {padding: 100px;}

/* How */
.how {margin-top: 100px; background-color: #14161e; background-image: url("../imgs/HiThereSolutionsCaptioning-JustTalk-banner.jpg"); background-size: 100% auto; background-repeat: no-repeat; background-position: top center; padding-top: 80px;}

/* Hi There */
.hithere {margin-top: 100px; background-color: #ffffff; background-image: url("../imgs/HiThereSolutionsCaptioning-How-banner.jpg"); background-size: 100% auto; background-repeat: no-repeat; background-position: top center; }

/* Privacy */
.privacy {margin-top: 100px; background-color: #353637; background-image: url("../imgs/HiThereSolutionsCaptioning-privacy-banner.jpg"); background-size: cover; background-repeat: no-repeat; padding-top: 180px;}

/* Contact */
.contact {margin-top: 100px; background-color: #353637; background-image: url("../imgs/HiThereSolutionsCaptioning-header-how.jpg"); background-size: cover; background-repeat: no-repeat; padding-top: 180px;}
.antispam {display: none;}

/* Accoldaes */
.accolades {margin-top: 100px; background-color: #353637; background-image: url("../imgs/HiThereSolutionsCaptioning-Accolades.jpg"); background-size: cover; background-repeat: no-repeat; padding-top: 330px;}