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

@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&display=swap');

h1, h2, h3, h4 {
		font-family: "PT sans narrow", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #00315c;
}

h1 {
	font-size: 4.2em;
}

p {
	font-size: 1.4em;
	line-height: 1.6em;
	font-family: "PT sans narrow", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #38414e;
	margin: 0px 7px 40px 7px;
	text-align: justify;
}

a {
	color: #035fb1;
}

li {
	font-size: 1.4em;
	line-height: 1.6em;
	margin-left: 40px;
	font-family: "PT sans narrow", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #38414e;
	margin-bottom: 40px;
}

.fixed-header {
	height: 100px;
}

.nav {
	font-family: "PT sans narrow", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 1.2em;
}

.nav a {
	color: #035fb1;
}

.menu-li {
	font-family: "PT sans narrow", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-align: center!important;
	color: #035fb1;
}

.menu-li:hover {
	background: #fcc272;
}

.w--nav-menu-open {
	background: white;
}

#home-top-bg {
	width: 100%;
	height: auto;
	background: url("../images/jpg/landscape-bg.jpg");
	background-attachment: fixed;
	background-position: bottom;
	background-size: cover;
}

.banner-text {
	padding-top: 10%;
	font-family: "PT sans narrow", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 4.2em;
	line-height: 1.5em;
	text-align: center;
	color: white;
	margin: auto;
}

.header-overlay {
	background: rgba(255,255,255,0.0);
	margin: 20px -30px;
	padding: 0px 60px;
}

.header-overlay p {
	color: white!important;
}

.header-title {
background: -moz-linear-gradient(left, rgba(30,87,153,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(30,87,153,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(30,87,153,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	padding: 32px;
	margin-bottom: 30px;
	height: 80px;	
}

.title-text {
	position: absolute;
	font-family: "PT sans narrow", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 4.2em;
	color: white;
	font-weight: 700;
}

.header-title img {
	float: right;
	display: inline;
	width: 90px;
	height: 90px;
	margin: -50px 15px 0px 0px;
}

#mission {
	padding-top: 100px;
}

.mission-parlex {
  padding-top: 0px;
	background: white;
}

#who {
	padding-top: 100px;
}

.who-parlex {
  padding-top: 0px;
	background: #eceff2;
}

#what {
	padding-top: 100px;
}

.what-parlex {
  padding-top: 0px;
	background: white;
}

#contact {
	padding-top: 100px;
}

.contact-parlex {
	background: #004b8e!important;
}

.form-container {
	padding-top: 40px;
	width: 60%;
	margin: auto;
	color: white;
}

.footer-logo {
	width: 250px;
}

.footer-parlex {
	background: #1f3140;
}

.copyright {
	text-align: center;
	color: #c4cfd9;
	font-size: 1em;
}

#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.menu-li {
	font-family: "PT sans narrow", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 1.6em;
	text-align: center!important;
	color: #035fb1;
}
	li {
	line-height: 1em;
}
	.w-nav-button {
		margin-top: -80px;
	}
		.logo {
		width: 200px;
	}
	
	.header-title img {
	display: none;
}
	
	.header-title {
		background: #375f8c;
			padding: 10px 5px;
			text-align: center;
}

.title-text {	
	font-size: 3.2em;
}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.menu-li {
	font-family: "PT sans narrow", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 1.6em;
	text-align: center!important;
	color: #035fb1;
}
		li {
	line-height: 1.1em;
}
		.w-nav-button {
		margin-top: -80px;
	}
	.logo {
		width: 180px;
	}
	
		.header-title img {
	display: none;
}
		.header-title {
background: #375f8c;
			padding: 20px 5px;
			text-align: center;
}

.title-text {	
	font-size: 3.2em;
}
}
