	#banner {
	display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
	}	

h2 {
	font-size: 25px;
}

p {
    font-weight: 400;
    line-height: 1.75em;
    font-size: 20px;
    color: black;
}
h1 {
    font-size: 45px;
    color: #1c497f;
    text-align: center;
}

#content {
	padding-left: 5%;
	padding-right: 10%;
	padding-bottom:5%;
	padding-top: 2%;
	width: 100%;
	overflow: hidden;
}
#first {
    width: 55%;
    float:left; /* add this */
}
#second {
	display: block;
	width: 35%;
    float: left; /* add this */
}
#whiteblock{
    display: inline-block;
    width: auto;
    height: 275px;
    padding: 10px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2), 0 3px 3px 0 rgba(0, 0, 0, .24);
    background-color: white;
    margin: 10px;
}
#whiteblock img{
    width: auto;
    height: 275px;
}
.container {
	z-index: 1;
}
p {
	display: inline-block;
}
p img{
    display: inline-block !important;
    width: auto;
    height: 275px;
    padding: 10px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2), 0 3px 3px 0 rgba(0, 0, 0, .24);
    background-color: white;
    margin: 10px;
}
p img{
    width: auto;
    height: 275px;
}
@media only screen and (max-width: 900px) {
	#first {
    width: 100%;
    float:left; /* add this */
}
#second {
	display: block;
	width: 100%;
    float: left; /* add this */
}
h2 {
	font-size: 15px;
}

p {
    font-weight: 400;
    line-height: 1.75em;
    font-size: 18px;
}
h1 {
    font-size: 30px;
    color: #1c497f;
    text-align: center;
}
#content {
padding-left: 0%;
	padding-right: 0%;
	padding-bottom:2%;
	padding-top: 1%;
}

	}
.col-md-24 powered-by {
	display: none;
}

#copyright
	{
		position: relative;
		padding: 4em 3em;
		text-align: center;
		color: #fff;
	}
	
	
	#copyright a
	{
		text-decoration: none;
		color: #fff;
	}

	#copy {
		background-color: #1c497f;
		padding-top: 40px;
		text-align: center;
	}

	#date {
		color: #fff;
	}

	#dev {
		font-size: 15px;
		position: relative;
	}

  header.major {
    padding-left: 2em;
    padding-right: 2em;
  }
  footer.major {
    padding-left: 2em;
    padding-right: 2em;
  }

  header p {
    font-size: 0.8em;
  }
  header.major {
    margin-bottom: 2em;
  }
  header.major br {
    display: none;
  }
  header.major p {
    font-size: 0.8em;
  }
  footer.major {
    margin-top: 2em;
  }
  footer.major br {
    display: none;
  }
  ul.actions li {
    padding: 0 0 0 15px;
  }
  ul.actions.vertical li {
    padding: 15px 0 0 0;
  }
  
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover {
    background: #1c497f;
    box-shadow:0 0 0 2px #fff;
    color: white;
}

input[type="submit"], input[type="reset"], input[type="button"], .button {
    appearance: none;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    background: #ffffff;
    border-radius: 4px;
    border: 0;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: 0.125em;
    line-height: 3.25em;
    min-width: 15em;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-appearance: none;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover {
  background: #1c497f;
}
input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, .button:active {
  background: #1c497f;
}
input[type="submit"].alt, input[type="reset"].alt, input[type="button"].alt, .button.alt {
  background: none;
  box-shadow: inset 0 0 0 1px #fff;
  color: #1c497f;
}
input[type="submit"].alt:hover, input[type="reset"].alt:hover, input[type="button"].alt:hover, .button.alt:hover {
  background: #fff;
}
input[type="submit"].alt:active, input[type="reset"].alt:active, input[type="button"].alt:active, .button.alt:active {
  background: #fff;
}
input[type="submit"].fit, input[type="reset"].fit, input[type="button"].fit, .button.fit {
  width: 100%;
}
input[type="submit"].small, input[type="reset"].small, input[type="button"].small, .button.small {
  font-size: 0.8em;
}
input[type="text"], input[type="password"], input[type="email"], select, textarea {
  appearance: none;
  transition: background-color 0.2s ease-in-out;
  border: 0;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0.75em;
  font-size: 12px;
  text-decoration: none;
  width: 100%;
  opacity: 1;
  -webkit-appearance: none;
}
::-webkit-input-placeholder { /* Edge */
  color: black;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: black;
}

::placeholder {
  color: black;
}
input[type="text"], input[type="password"], input[type="email"], select {
  line-height: 2em;
}
textarea {
  padding: 0.5em 0.75em;
}

form {
      width: 25%;
    position: relative;
    left: 37.5%;
}


ul, menu, dir {
  -webkit-appearance: none;
}

.individ {
  padding-bottom: 15px;
}








body {
	background-color: #000;
	
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #9aa6af;
	text-rendering: optimizelegibility;
	
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	
	-moz-tap-highlight-color:rgba(0,0,0,0); 
	-moz-text-size-adjust: none;
	-moz-font-smoothing: antialiased;
	
	-ms-tap-highlight-color:rgba(0,0,0,0); 
	-ms-text-size-adjust: none;
	-ms-font-smoothing: antialiased;
}
a {text-decoration: none;}

.container {
	overflow: hidden;
	background-color: #000;

/*  Prevents Flickering  */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}




header {
	height: 60px;
	position: relative;
	background-color: #1c497f;
}
header h1 {
	color: #fff;
	text-align: left;
	font-size: 27px;
	line-height: 60px;
	font-weight: bold;
	padding-left: 20px;
}

.burger {
	position: absolute;
	float: left;
	padding: 10px;
	top: 4px;
	left: 10px;
	
	display: none;
}
.burger li {
	width: 30px;
	height: 4px;
	background-color: #fff;
/*	border-radius: 3px;*/
	margin: 5px 0;
}
.burger.open li {background-color: #d9dde1;}

nav {
	position: absolute;
	top: 0;
	right: 5px;
}
nav li {
	float: left;
	
	display: inline-block;
}
nav li a {
	font-size: 20px;
	color: #fff;
	padding: 18px 20px;
	
	display: block;
}
nav li a:hover {
	background-color: white;
	color: #000;
}




/*  Removable CSS  */

.header-section,
.body-section,
.footer-section 
{padding: 20px;}

.header-section {background-color: #ffffff;}
.body-section {background-color: #f4f5f6;}
.footer-section {background-color: #1c497f;}
.placefiller {
	text-align: center;
	font-size: 20px;
	border: 1px solid rgba(190, 196, 202, 0.5);
}
.header-section .placefiller {line-height: 300px;}
.body-section .placefiller {line-height: 900px;}
.footer-section .placefiller {
	line-height: 200px;
	border: 1px solid rgba(190, 196, 202, 0.9);
}

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

form {
      width: 100%;
    position: relative;
    left: 0%;
}

header {
	height: 60px;
	z-index: 10;
	background-color: #1c497f;
	
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	
		/* starting point */
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
header h1 {
	color: #ffffff;
	text-align: center;
	padding-left: 0;
	display: block;
}
.burger {display: block;}


/*  Nav Drawer Layout  */
nav {position: relative;}

nav ul {
	height: 100%;
	overflow-y: auto;
}
nav li {
	display: block;
	float: none;
}
nav li a {
	padding: 22px 25px;
	letter-spacing: 3px;
	font-size: 18px;
	color: #fff;
}
nav li a.logo {
	display: none;
}
nav li a.active {
	color: #222;
	background-color: #fff;
}
nav li a:hover {
	color: #222;
	background-color: #fff;
}
nav li:first-child a.active,
nav li:first-child a:hover 
{border-radius: 10px 0 0 0;}

.header-section {margin-top: 60px;}


/* NAVIGATION ANNIMATION */
nav {
	width: 93%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	margin: 0;
	background-color: #1c497f;
	
	/* starting point */
	opacity: .3;
	-webkit-transform: translate3d(5%,0,0)scale(.97);
	-moz-transform: translate3d(5%,0,0)scale(.97);
	transform: translate3d(5%,0,0)scale(.97);
}

/*Nav Expanding Open Effect*/
nav.open {
	opacity: 1;

	-webkit-transform: translate3d(0,0,0)scale(1);
	-webkit-animation: slideIn .35s ease-in-out;
	
	-moz-transform: translate3d(0,0,0)scale(1);
	-moz-animation: slideIn .35s ease-in-out;
	
	transform: translate3d(0,0,0)scale(1);
	animation: slideIn .35s ease-in-out;
}
@-webkit-keyframes slideIn {
	0%       {opacity: .3;
				-webkit-transform: translate3d(5%,0,0)scale(.97);}
	100%  {opacity: 1;
				-webkit-transform: translate3d(0,0,0)scale(1);}
}
@-moz-keyframes slideIn {
	0%      {opacity: .3;
				-moz-transform: translate3d(5%,0,0)scale(.97);}
	100%  {opacity: 1;
				-moz-transform: translate3d(0,0,0)scale(1);}
}
@keyframes slideIn {
	0%      {opacity: .3;
				transform: translate3d(5%,0,0)scale(.97);}
	100%  {opacity: 1;
				transform: translate3d(0,0,0)scale(1);}
}

/*Nav Shrinking Closed Effect*/
nav.close {
	opacity: .3;
	
	-webkit-transform: translate3d(5%,0,0)scale(.97);
	-webkit-animation: slideOut .3s ease-in-out;
	
	-moz-transform: translate3d(5%,0,0)scale(.97);
	-moz-animation: slideOut .3s ease-in-out;
	
	transform: translate3d(5%,0,0)scale(.97);
	animation: slideOut .3s ease-in-out;
}
@-webkit-keyframes slideOut {
	0%      {opacity: 1;
				-webkit-transform: translate3d(0,0,0)scale(1);}
	100%  {opacity: .3;
				-webkit-transform: translate3d(5%,0,0)scale(.97);}
}
@-moz-keyframes slideOut {
	0%      {opacity: 1;
				-moz-transform: translate3d(0,0,0)scale(1);}
	100%  {opacity: .3;
				-moz-transform: translate3d(5%,0,0)scale(.97);}
}
@keyframes slideOut {
	0%      {opacity: 1;
				transform: translate3d(0,0,0)scale(1);}
	100%  {opacity: .3;
				transform: translate3d(5%,0,0)scale(.97);}
}



/* CONTENT ANNIMATION */
.content {
	/* starting point */
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 1;
}

/*Content Sliding Open Effect*/
header.open,
.content.open 
{   
	-webkit-transform: translate3d(240px,0,0);
	-webkit-animation: open .5s ease-in-out;
	
	-moz-transform: translate3d(240px,0,0);
	-moz-animation: open .5s ease-in-out;
	
	transform: translate3d(240px,0,0);
	animation: open .5s ease-in-out;
}
@-webkit-keyframes open {
	0%      {-webkit-transform: translate3d(0,0,0);}
	70%    {-webkit-transform: translate3d(260px,0,0);}
	100%  {-webkit-transform: translate3d(240px,0,0);}
}
@-moz-keyframes open {
	0%      {-moz-transform: translate3d(0,0,0);}
	70%    {-moz-transform: translate3d(260px,0,0);}
	100%  {-moz-transform: translate3d(240px,0,0);}
}
@keyframes open {
	0%      {transform: translate3d(0,0,0);}
	70%    {transform: translate3d(260px,0,0);}
	100%  {transform: translate3d(240px,0,0);}
}

/*Content Sliding Closed Effect*/
header.close,
.content.close 
{
	-webkit-transform: translate3d(0,0,0);
	-webkit-animation: close .3s ease-in-out;
	
	-moz-transform: translate3d(0,0,0);
	-moz-animation: close .3s ease-in-out;
	
	transform: translate3d(0,0,0);
	animation: close .3s ease-in-out;
}
@-webkit-keyframes close {
	0%      {-webkit-transform: translate3d(240px,0,0);}
	100%  {-webkit-transform: translate3d(0,0,0);}
}
@-moz-keyframes close {
	0%       {-moz-transform: translate3d(240px,0,0);}
	100%  {-moz-transform: translate3d(0,0,0);}
}
@keyframes close {
	0%       {transform: translate3d(240px,0,0);}
	100%  {transform: translate3d(0,0,0);}
}

}