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

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top: 115px;
	position: relative;
}

footer {
	background-color: #216dad;
	padding-top: 20px;
	border-top: 10px solid #fff;
	min-height: 80px;
}

button {
	margin: 0;
}

.row.text-center > div {
    display: inline-block;
    float: none;
}

.center-v {
	min-height: 10em;
	display: table-cell;
	vertical-align: middle;
}

.parent {
  position: relative;
}

.child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.parallax1 {
  /* The image used */
	background-image: url("../images/conference-room-background-01.jpg");
	
	/* Set a specific height */
	min-height: 450px; 
	
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
}

.parallax2 {
  /* The image used */
	background-image: url("../images/conference-room-background-02.jpg");
	
	/* Set a specific height */
	min-height: 450px; 
	
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
}

.parallax3 {
  /* The image used */
	background-image: url("../images/conference-room-background-03.jpg");
	
	/* Set a specific height */
	min-height: 450px; 
	
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
}

.parallax4 {
  /* The image used */
	background-image: url("../images/conference-room-background-04.jpg");
	
	/* Set a specific height */
	min-height: 450px; 
	
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
}

.parallax5 {
  /* The image used */
	background-image: url("../images/conference-room-background-05.jpg");
	
	/* Set a specific height */
	min-height: 450px; 
	
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
}

.topshadow {
	box-shadow: -3px -3px 10px #fff;
}

.bigbg {
	background-image: url(../images/site-header-smaller.png);
	background-repeat: no-repeat;
	height: 500px;
}

.condensed {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

.block {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	font-size: 16px;
}

.block h2{
	position: relative;
	display: block;
	text-align: center;
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 10vw;
	color: white;
	font-weight: 400;
}

.img-parallax {
	width: 100vmax;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	pointer-events: none
}

.flexer {
	height: 100vh;
	display: flex;
  	align-items: center;
	justify-content: center;
}

.fadethis {animation:opac 1.5s}@keyframes opac{from{opacity:0} to{opacity:1}}

.fadethis1 {animation:opac 1.0s}@keyframes opac{from{opacity:0} to{opacity:1}}
.fadethis2 {animation:opac 1.25s}@keyframes opac{from{opacity:0} to{opacity:1}}
.fadethis3 {animation:opac 1.5s}@keyframes opac{from{opacity:0} to{opacity:1}}
.fadethis4 {animation:opac 1.75s}@keyframes opac{from{opacity:0} to{opacity:1}}

.hideme1 {opacity:0;}
.hideme1 {opacity:0;}
.hideme2 {opacity:0;}
.hideme3 {opacity:0;}
.hideme4 {opacity:0;}

.hiddentext {
	display: none;
}

.redbg {
	background-color: #216dad;
	min-height: 50px;
	padding-top: 10px;
}

.padbig {
	padding: 20px;
}

.nopad {
	padding: 0;
}

.nomar {
	margin: 0;
}

.top {
	margin-top: 20px;
}

.bottom {
	margin-bottom: 20px;
}

.topbig {
	margin-top: 40px;
}

.bottombig {
	margin-bottom: 40px;
}

.topsm {
	margin-top: 10px;
}

.bottomsm {
	margin-bottom: 10px;
}

.rightsm {
	margin-right: 10px;
}

.toppadsm {
	padding-top: 10px;
}

.bottompadsm {
	padding-bottom: 10px;
}

.toppad {
	padding-top: 20px;
}

.bottompad {
	padding-bottom: 20px;
}

.toppadbig {
	padding-top: 40px;
}

.bottompadbig {
	padding-bottom: 40px;
}

.square {
	border-radius: 0;
	resize: none;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-circle {
	border-radius: 50%;
}

.greybg {
	background-color: #000;
}

.blackbg-plain {
	background-color: #216dad;
}


.blackbg {
	background-color: #216dad;
	background-image: url(../images/toner-cartridge-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.gallerybg {
	background-image: url(../images/gallery-bg.svg);
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
}

.heading {
	font-size: 3.5em;
	color: #216dad;
	font-weight: 700;
	font-family: "Arial",  sans-serif;
}

.subhead {
	font-size: 2em;
	color: #000;
	line-height: 1em;
}

.text {
	font-size: 1.5em;
	color: #000;
}

.textsm {
	font-size: 1.25em;
	color: #000;
}

.tinytext {
	font-size: 1.0em;
	color: #000;
}

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

.btn-success {
	background-color: #216dad;
	border: 1px solid #00447e;
	color: #fff;
	border-radius: 0;
}

.btn-success:hover {
	background-color: #00447e;
	border: 1px solid #216dad;
	color: #fff;
}

.btn-success:active {
	background-color: #00447e;
	border: 0;
	color: #fff;
}

.btn-success:focus {
	background-color: #00447e;
	border: 0;
	color: #fff;
}

.btn-success:visited {
	background-color: #00447e;
	border: 0;
	color: #fff;
}

.btn-danger {
	background-color: #212121;
	border: 1px solid #000;
	color: #fff;
	border-radius: 0;
}

.btn-danger:hover {
	background-color: #000;
	border: 1px solid #212121;
	color: #fff;
}

.review {
	border-radius: 5px;
	background-color: #CCC;
	border: #000 1px solid;
	color: #000;
	padding: 20px;
	font-style: italic;
}

.pagelink {
	color: #fff;
}

.pagelink:hover {
	color: #fff;
	opacity: 0.8;
	text-decoration: none;
}

.formpad {
	padding-top: 20px;
	padding-bottom: 20px;
}

.img-hover:hover {
    opacity: 0.8;
}

.fiddy {
	max-height: 50px;
	margin-left: 5px;
	margin-right: 5px;
}

.white {
	color: #fff;
}

.black-border {
	border: 1px solid #000;
}

/* MEDIA QUERIES  */
@media (max-width: 720px) {
	
	body {
		padding-top: 135px;
		
	}

	.heading {
		font-size: 2.5em;
	}

	.subhead {
		font-size: 2em;
		line-height: 1.4em;
		letter-spacing: 0.02em;
	}

	.text {
		font-size: 1.3em;
		line-height: 1.35em;
	}

	.makeitbig {
		width:250%;
		height:auto
	}
	
	.one-third {
		width: 33%;
	}
	
	.one-half {
		width: 50%;
	}
	
	.mobile-hide {
		display: none;
	}
	
	.blackbg {
		background-image: none;
	}

}

@media (min-width: 720px) {

	.big-hide {
		display: none;
	}
	
}

/* NAVBAR STYLES */
.navbar-dark {
	background: #fff;
	background-color: #fff;
	font-size: 1.3em;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	border-bottom: 6px solid #216dad;
}

.navbar-dark .navbar-brand {
    color: #216dad;
	font-size: inherit;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #216dad
}

.navbar-dark .navbar-nav .nav-link {
    color: #216dad;
	padding: 35px;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
	background-color: #216dad;
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25);
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-text a {
    color: #216dad;
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}

.active {
    color: #fff;
	background-color: #216dad;
}
