/* Core */

html {
 
}

a {
	cursor:pointer;
	color: #00B7F7;
}

a:hover {
	text-decoration: none;
	color: #00E1F7;
}

.icon {
	color: white!important;
}

body {
	margin: 0;
	font-size: 125%;
	background-color: rgba(29, 76, 143, 0.8);
	font-family: 'Quicksand', sans-serif;
}

/* Navigation */

.navbar {
	margin-bottom: 0px;
	min-height:1rem !important;
	background-color: rgba(19, 50, 94, 0.4);
	border-radius: 0px;
	color: black;
	border: 0;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}

.navbar-brand {
    padding-right: 0px!important;
    padding-left: 0px!important;
    float: left !important;
}

.navbar-brand img {
	margin-left: 3px;
}

.navbar-nav > li > a, .navbar-brand {
    padding-top:5px !important; padding-bottom:0 !important;
    height: 30px;
}

.navbar-nav>li, .navbar-nav {
  float: left !important;
}

.navbar-nav.navbar-right:last-child {
  margin-right: -15px !important;
}

.navbar-right {
  float: right!important;
}

@media (min-width: 768px) {
  .navbar-nav.navbar-center {
    position: absolute;
    left: 30%;
    transform: translatex(-50%);
  }
}

.navbar-default .navbar-nav>li>a {
    color: white;
    font-family: 'Quicksand', sans-serif;
    padding-top: 5px !important;
}

.navbar-default .navbar-nav>li {
    color: white;
    font-family: 'Quicksand', sans-serif;
   
}

.navbar-default .navbar-nav>a {
    color: white;
    font-family: 'Quicksand', sans-serif;
    padding-top: 5px !important;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #00D2F7;
}

.ticker-active {
    overflow:hidden;
}

.ticker-active li {
    display:none;
    overflow:hidden;
    white-space:nowrap;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height:60px !important;
    padding-top: 20px;
    padding: 10px;
    text-align: center;
    font-size: 85%;
    color: white;
    font-family: 'Quicksand', sans-serif;
    z-index: 5000;
    overflow: hidden;
    opacity: 1;
    background-color: rgba(19, 50, 94, 1);
}

.social {
	letter-spacing: 2px;
	padding: 2px;
}

.email {
	font-size: 182%;
	height: 21px;
}

.linkedIn {
	font-size: 175%;
}

/* Modal */

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

/* Background */

.bgImage {
    z-index: -100000;
}

.bgImage img {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    z-index: -100000;
}

.mobile {
	overflow:auto;
}

/* Main Container */

.container-fluid {
	padding: 0;
	overflow: hidden;

}

/* Back and Forward */

.navButtons a {
	font-size: 150%;
	margin-top: 20px;
	text-align: center;
	font-family: 'Michroma', sans-serif;
	color: white;
	display: inline-block;

}

.navButtons {
	margin-bottom: 20px;
	z-index: 5000;
	text-align: center;
}

/* Index */

.beginDiv {
	margin: 20px;
	z-index: 25;
	height: 100%;
}

.beginDiv img {
	margin: 20px;
	margin-top: 10px;
	padding: 5px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.beginDiv h1 {
	font-size: 215%;
	text-align: center;
}

.beginDiv p {
	margin: 10px;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	font-size: 130%;
}

.beginButton {
	margin: 10px;
	font-size: 175%!important;
	color: #00B7F7!important;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	display: table!important;
  	margin: 0 auto!important;
}

.previousButton {
	font-size: 160%;
	margin: 10px;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	color: white;
}

/* Industries */

.secondDiv {
	background-color: rgba(0, 36, 86, 0.7);
	z-index: 50;
	position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    padding-bottom: 50px;
}


.secondDiv img {
	width: 24%;
	margin: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.secondDiv h1 {
	font-size: 215%;
	margin: 8px;
	margin-top: 8px;
	margin-bottom: 2px;
	text-align: center;
	color: white;
	font-family: 'Carme', sans-serif;
	display: block;
}

.secondDiv h2 {
	font-size: 185%;
	margin: 10px;
	text-align: center;
	color: #00D2F7;
	font-family: 'Carme', sans-serif;
}

.secondDiv p {
	margin: 10px;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	color: white;
	font-size: 110%;
}

/* Services */

.thirdDiv {
	background-color: rgba(0, 36, 86, 0.7);
	z-index: 50;
	position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    padding-bottom: 50px;
}

.thirdDiv img {
	width: 30%;
	margin: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.thirdDiv h1 {
	font-size: 215%;
	margin: 8px;
	margin-top: 8px;
	margin-bottom: 2px;
	text-align: center;
	color: white;
	font-family: 'Carme', sans-serif;
	display: block;
}

.thirdDiv h2 {
	font-size: 185%;
	margin: 10px;
	text-align: center;
	color: #00D2F7;
	font-family: 'Carme', sans-serif;
}

.thirdDiv p {
	margin: 10px;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	color: white;
}

/* Tech */

.fourthDiv {
	background-color: rgba(0, 36, 86, 0.7);
	z-index: 50;
	position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    padding-bottom: 50px;
}

.fourthDiv img {
	width: 25%;
	margin: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.fourthDiv h1 {
	font-size: 215%;
	margin: 8px;
	margin-top: 8px;
	margin-bottom: 2px;
	text-align: center;
	color: white;
	font-family: 'Carme', sans-serif;
	display: block;
}

.fourthDiv h2 {
	font-size: 185%;
	margin: 10px;
	text-align: center;
	color: #00D2F7;
	font-family: 'Carme', sans-serif;
}

.fourthDiv p {
	margin: 10px;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	color: white;
}

/* Customers */

.fifthDiv {
	background-color: rgba(0, 36, 86, 0.7);
	z-index: 50;
	position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    padding-bottom: 50px;
}

.fifthDiv img {
	width: 115px;
	margin: 12px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.fifthDiv h1 {
	font-size: 215%;
	margin: 8px;
	margin-top: 8px;
	margin-bottom: 2px;
	text-align: center;
	color: white;
	font-family: 'Carme', sans-serif;
	display: block;
}

.fifthDiv h2 {
	font-size: 175%;
	margin: 12px;
	text-align: center;
	color: #00D2F7;
	font-family: 'Carme', sans-serif;
}

.fifthDiv p {
	margin: 10px;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	color: white;
}

/* Desktop Breakpoint */

@media only screen and (max-width: 991px) {

.beginDiv {
	height: 100%;
}

.secondDiv {
	height: 100%;
}

.thirdDiv {
	height: 100%;
}

.fourthDiv {
	height: 100%;
}

.fifthDiv {
	height: 100%;
}

}

/* iPhone 6 and 6S */

@media only screen and (max-device-width: 414px) {

.bgImage {
    z-index: -100000;
    overflow: auto;
}

.bgImage img {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 125%;
    width: 125%;
    z-index: -100000;
    overflow: auto;
}

.newsticker {
	visibility: hidden;
	font-size: 0.1%;
}

.navbar-brand {
    padding-right: 15px!important;
    padding-left: 15px!important;
    float: left !important;
}

.navbar-default .navbar-nav>li>a {
    color: white;
    font-family: 'Quicksand', sans-serif;
    width: 50%;
    font-size: 90%;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height:60px !important;
    padding-top: 20px;
    padding: 10px;
    text-align: center;
    font-size: 75%;
    color: white;
    font-family: 'Quicksand', sans-serif;
    z-index: 5000;
    overflow: hidden;
    opacity: 1;
    background-color: rgba(19, 50, 94, 1);
}

.social {
	letter-spacing: 2px;
	padding: 2px;
}

.email {
	font-size: 186%;
	height: 18px;
}

.beginDiv {
	margin: 15px;
}

.beginDiv img {
	margin: 0px;
	padding: 5px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.navButtons {
	margin-top: 20px!important;
	margin-bottom: 10px!important;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
	z-index: 5000;
	text-align: center;
}

.secondDiv {
	padding-bottom: 80px;
}

.secondDiv h1 {
	margin: 8px;
	margin-top: 10px;
}

.secondDiv h2 {
	margin-bottom: 8px;
}

.secondDiv p {
	margin-top: 0px;
	margin-bottom: 8px;
}

.thirdDiv {
	padding-bottom: 80px;
}

.thirdDiv h1 {
	margin: 8px;
	margin-top: 10px;
}

.thirdDiv h2 {
	margin-bottom: 8px;
}

.thirdDiv p {
	margin-top: 0px;
	margin-bottom: 8px;
}

.fourthDiv {
	padding-bottom: 80px;
}

.fourthDiv h1 {
	margin: 8px;
	margin-top: 10px;
}

.fourthDiv h2 {
	margin-bottom: 8px;
}

.fourthDiv p {
	margin-top: 0px;
	margin-bottom: 8px;
}

.fifthDiv {
	padding-bottom: 80px;
}

.fifthDiv h1 {
	margin: 8px;
	margin-top: 10px;
}

.fifthDiv h2 {
	margin-bottom: 8px;
}

.fifthDiv p {
	margin-top: 0px;
	margin-bottom: 8px;
}

}

/* iPhone 5 */

@media only screen and (max-device-width: 320px) {

.bgImage {
    z-index: -100000;
    overflow: auto;
}

.bgImage img {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 125%;
    width: 125%;
    z-index: -100000;
    overflow: auto;
}

.newsticker {
	visibility: hidden;
	font-size: 0.1%;
}

.navbar-brand {
    padding-right: 12px!important;
    padding-left: 12px!important;
    float: left !important;
}

.navbar-default .navbar-nav>li>a {
    color: white;
    font-family: 'Quicksand', sans-serif;
    width: 50%;
    font-size: 72%;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height:60px !important;
    padding-top: 20px;
    padding: 10px;
    text-align: center;
    font-size: 65%;
    color: white;
    font-family: 'Quicksand', sans-serif;
    z-index: 5000;
    overflow: hidden;
    opacity: 1;
    background-color: rgba(19, 50, 94, 1);
}

.social {
	letter-spacing: 2px;
	padding: 2px;
}

.email {
	font-size: 180%;
	height: 15px;
}

.beginDiv {
	margin: 15px;
}

.beginDiv img {
	margin: 0px;
	padding: 5px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.navButtons {
	margin-top: 20px!important;
	margin-bottom: 10px!important;
	margin-left: 15px;
	margin-right: 15px;
	overflow: hidden;
	z-index: 5000;
	text-align: center;
	font-size: 75%;
}

.secondDiv {
	padding-bottom: 80px;
}

.secondDiv h1 {
	margin: 8px;
	margin-top: 10px;
}

.secondDiv h2 {
	margin-bottom: 8px;
}

.secondDiv p {
	margin-top: 0px;
	margin-bottom: 8px;
}

.thirdDiv {
	padding-bottom: 80px;
}

.thirdDiv h1 {
	margin: 8px;
	margin-top: 10px;
}

.thirdDiv h2 {
	margin-bottom: 8px;
}

.thirdDiv p {
	margin-top: 0px;
	margin-bottom: 8px;
}

.fourthDiv {
	padding-bottom: 80px;
}

.fourthDiv h1 {
	margin: 8px;
	margin-top: 10px;
}

.fourthDiv h2 {
	margin-bottom: 8px;
}

.fourthDiv p {
	margin-top: 0px;
	margin-bottom: 8px;
}

.fifthDiv {
	padding-bottom: 80px;
}

.fifthDiv h1 {
	margin: 8px;
	margin-top: 10px;
}

.fifthDiv h2 {
	margin-bottom: 8px;
}

.fifthDiv p {
	margin-top: 0px;
	margin-bottom: 8px;
}

}

/* 4K and Above */

@media only screen and (min-device-width:1921px) {

.beginDiv h1 {
	font-size: 275%;
}

.beginDiv p {
	font-size: 175%;
}

.navButtons a {
	font-size: 185%;
	margin-top: 80px;
}

.navButtons {
	margin-bottom: 80px;
}

.secondDiv {
	height: 93vh;
}

.secondDiv img {
	width: 22%;
	margin: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.secondDiv h1 {
	font-size: 250%;
	margin: 8px;
	margin-top: 10px;
}

.secondDiv h2 {
	font-size: 200%;
	margin: 20px;
	margin-bottom: 5px;
}

.secondDiv p {
	font-size: 150%;
	margin: 10px;
	padding: 10px;
}

.thirdDiv {
	height: 93vh;
}

.thirdDiv img {
	width: 28.65%;
	margin: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.thirdDiv h1 {
	font-size: 250%;
	margin: 8px;
	margin-top: 10px;
}

.thirdDiv h2 {
	font-size: 200%;
	margin: 20px;
	margin-bottom: 5px;
}

.thirdDiv p {
	font-size: 150%;
	margin: 10px;
	padding: 10px;
}

.fourthDiv {
	height: 93vh;
}

.fourthDiv img {
	width: 22.85%;
	margin: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.fourthDiv h1 {
	font-size: 250%;
	margin: 10px;
	margin-top: 8px;
}

.fourthDiv h2 {
	font-size: 200%;
	margin: 20px;
	margin-bottom: 5px;
}

.fourthDiv p {
	font-size: 150%;
	margin: 10px;
	padding: 10px;
}

.fifthDiv {
	height: 93vh;
}

.fifthDiv img {
	width: 32%;
	margin: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.fifthDiv h1 {
	font-size: 250%;
	margin: 8px;
	margin-top: 10px;
}

.fifthDiv h2 {
	font-size: 200%;
	margin: 20px;
	margin-bottom: 5px;
}

.fifthDiv p {
	font-size: 150%;
	margin: 10px;
	padding: 10px;
}

}
