/*GLOBAL STYLES*/
body {
	color: #777;
	font-weight: normal;
	font size: 12px;
	margin: 0 !important;
}
h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 50px;
	color: #fff;
	margin: 0;
	padding: 250px 0;
}
h2 {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	text-transform: none;
	text-align: justify;
	font-size: 18px;
	color: #800080;
}
h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	color: #fff;
	margin: 0;
	padding: 10px 0;
}
a {
	text-decoration: none;
	color: #fff;
}
.container {
	margin: 0 auto;
	padding: 0 10px;
	width: 960px;
}
/*HEADER AND LOGO*/
header {
	width: 100%; 
	height: 120px;
	position: fixed;
	background-color: #d8dee2;
}
#logo {
	float: left;
	padding-top: 10px;
}
/*NAVIGATION BAR*/
nav {
	float: right;
	display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: thin;
	font-size: 20px;
	text-transform: uppercase;
	text-align: left;
	color: #777;
	margin: 40px auto;
	width: 300px;
}
nav ul {
	margin: 0;
	padding: 0;
}
nav ul li {
	display: inline-block;
}
nav li ul {
	display: none;
}
nav ul li a {
	text-decoration: none;
	color: #444;
	display: block;
	margin-right: 0px;
	background: #d8dee2;
	white-space: nowrap;
	padding: 8px 8px 8px 8px;
}
nav  ul li a:hover {
	background: #e2e6e9; 
	color: #800080;
}
nav li:hover ul {
	display: block; 
	position: absolute;
}
nav  li:hover li {
	float: none;
}
nav  li:hover a {
	background: #e2e6e9;
}
nav li:hover li a:hover {
	background: #fff;
}
/*HOME PAGE / PAGE 1*/
.content.parallax-1 {
	background-image: url(../images/admin.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
	width: 100%;
	height: 900px;
}
.content p {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 25px;
	text-transform: none;
	text-align: center;
	padding: 350px 0;
	margin:0;
}
/*ABOUT US / PAGE 2*/
.content.parallax-2 {
	background-image: url(../images/pencil.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #800080;
	width: 100%;
	height: 500px;
}
.page p { 
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	color: #333;
	font-size: 18px;
	text-transform: none;
	text-align: justify;
	padding: 0;
	margin: 30px 0;
}
.page ul {
	list-style: disc;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	color: #333;
	font-size: 18px;
}
/*CONTACT US / PAGE 3*/
.content.parallax-3 {
	background-color: #330033;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	height: 830px;
}
.content h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 50px;
	color: #fff;
	margin: 0;
	padding: 150px 0 10px;
	border-bottom: 1px solid #fff;
}
.parallax-3 p {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 22px;
	text-transform: none;
	text-align: center;
	padding: 30px 0;
	margin:0;
}
/*CONTACT US INFORMATION*/
#contacticons {
	padding: 30px 0;
	width: 450px;
	float: left;
}
#contacticons p {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	color: #fff;
	font-size: 28px;
	text-transform: none;
	text-align: justify;
	padding: 50px 0 0 5px;
}
#contacticons a:hover {
	background: #f2e5f2; 
	color: #333;
}
.material-icons {
	 font-size:36px;
	 color:#fff;
}
.font {
	font-size:26pxm;
	color:#fff;
	text-decoration:none;
}
/*CONTACT US - GOOGLE MAP*/
#googlemap {
	float: right;
	width: 450px;;
}
/*CONTACT US - HR LINE BELOW GOOGLE MAP*/
.line {
	border-bottom: 1px solid #fff;
	margin-top: 330px;
}
/*CONTACT US - SOCIAL MEDIA ICONS*/
#social {
	text-align: center;
}
#social ul {
	overflow: auto;
}
#social ul li {
	list-style-type: none;
	display: inline-block;
}
#social ul li a i {
	color: #fff;
	width: 50px;
	height: 40px;
	border-radius: 50px;
	font-size: 30px;
	text-align: center;
	margin-right: 10px;
	padding-top: 15%;
}
#social ul li a i:hover {
    opacity: .7;
}
.fa-facebook {
	background:#3b5998
} 
.fa-linkedin {
	background:#007bb6
}
/*COPYRIGHT*/
footer {
	width: 100%; 
	height: 20px;
	background-color: #d8dee2;
	text-align: center;
}
#copyright p {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	text-decoration: none;
	margin: 0;
	padding-top: 2px;
}
/*smartphone portrait and landscape*/	
@media only screen and (min-width: 320px) and (max-width: 480px){
body {
	font size: 0.750em;
}
h1 {
	font-size: 1.6em;
	padding: 75px 0;
}
h2 {
	font-size: 1em;
	padding: 0 10px;
}
h3 {
	font-size: 1em;
	margin: auto;
	width: 60%;
	padding: 5px 0;
}
h4 {
	font-size: 1.6em;
}
.container {
	width: 100%;
	margin: 0;
	padding:0;
/*HEADER AND NAV*/
}
header {
	width:100%;
	height: 180px;
}
nav {
	float: none;
	margin: 0;
	font-size: 1.2em;
}
/*HOME PAGE / PAGE 1*/
.content.parallax-1 {
	background-position: 80% center;
	width: 100%;
	height: 600px;
}
.content p {
	font-size: 1em;
	padding: 200px 0;
}
/*ABOUT US / PAGE 2*/
.content.parallax-2 {
	height: 150px;
}
.page p { 
	font-size: 0.8em;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}
.page ul {
	font-size: 0.8em;
}
/*CONTACT US / PAGE 3*/
.content.parallax-3 {
	height: 940px;
}
.content h3 {
	font-size: 2em;
	width: 70%;
	margin: auto;
	padding: 20px 0;
}
.parallax-3 p {
    font-size: 1em;
    margin: 0;
    padding: 30px 0;
  }
/*CONTACT US INFORMATION*/
#contacticons {
	float: none;
	padding-left: 5px;
	width: 100%;
}
#contacticons p {
    font-size: 1.4em;
    padding: 30px 0 0 5px;
}
.font {
	font-size:0.9em;
	color:#fff;
	text-decoration:none;
}
/*CONTACT US - GOOGLE MAP*/
#googlemap {
	float: none;
	padding-left: 5px;
	width: 100%;
}
#mapsize {
	width: 300px;
	height: 300px; 
}
/*CONTACT US - HR LINE BELOW GOOGLE MAP*/
.line {
	margin-top: 10px;
	width: 70%;
}
#social ul {
	margin-top: 1px;
}
/*COPYRIGHT*/
#copyright {
	width: 100%;
}
#copyright p {
	text-align: center;
}	
}
/*TABLET VIEW*/
@media only screen and (min-width: 480px) and (max-width: 640px){
body {
	font size: 0.750em;
}
h1 {
	font-size: 2em;
	padding: 75px 0;
}
h2 {
	font-size: 1em;
	padding: 0 10px;
}
h3 {
	font-size: 1em;
	margin: auto;
	width: 60%;
	padding: 5px 0;
}
h4 {
	font-size: 2em;
}
.container {
	width: 100%;
	margin: 0;
	padding:0;
/*HEADER AND NAV*/
}
header {
	width:100%;
	height: 180px;
}
nav {
	float: none;
	margin: 0;
}
/*HOME PAGE / PAGE 1*/
.content.parallax-1 {
	background-position: 80% center;
	width: 100%;
	height: 710px;
}
.content p {
	font-size: 1.4em;
	padding: 200px 0;
}
/*ABOUT US / PAGE 2*/
.content.parallax-2 {
	height: 200px;
}
.page p { 
	font-size: 1em;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}
.page ul {
	font-size: 1em;
}
/*CONTACT US / PAGE 3*/
.content.parallax-3 {
	height: 990px;
}
.content h3 {
	font-size: 3em;
	width: 70%;
	margin: auto;
	padding: 20px 0;
}
.parallax-3 p {
    font-size: 1.2em;
    margin: 0;
    padding: 30px 0;
  }
/*CONTACT US INFORMATION*/
#contacticons {
	float: none;
	padding-left: 5px;
}
/*CONTACT US - GOOGLE MAP*/
#googlemap {
	float: none;
	padding-left: 5px;
	width: 100%;
}
/*CONTACT US - HR LINE BELOW GOOGLE MAP*/
.line {
	margin-top: 10px;
}
#social ul {
	margin-top: 1px;
}
/*COPYRIGHT*/
#copyright p {
	text-align: center;
}	
}
/*ipad portrait and lanscape*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
/*global styles*/
body {
	font size: 0.750em;
}
h1 {
	font-size: 2em;
	padding: 75px 0;
}
h2 {
	font-size: 1em;
	padding: 0 10px;
}
h3 {
	font-size: 1em;
	margin: auto;
	width: 60%;
	padding: 5px 0;
}
h4 {
	font-size: 2em;
}
.container {
	width: 100%;
	margin: 0;
	padding:0;
/*HEADER AND NAV*/
}
header {
	width:100%;
	height: 140px;
}
/*HOME PAGE / PAGE 1*/
#home {
	width: 100%;
}
.content.parallax-1 {
	background-attachment:scroll !important;
	background-image: url(../images/admin_ipad.jpg);
	height: 990px;
}
.content p {
	font-size: 1.4em;
	padding: 300px 0;
}
/*ABOUT US / PAGE 2*/
.content.parallax-2 {
	background-attachment:scroll !important;
	height: 200px;
}
.page p { 
	font-size: 1em;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}
.page ul {
	font-size: 1em;
}
/*CONTACT US / PAGE 3*/
.content.parallax-3 {
	height: 990px;
}
.content h3 {
	font-size: 3em;
	width: 70%;
	margin: auto;
	padding: 20px 0;
}
.parallax-3 p {
    font-size: 1.4em;
    margin: 0;
    padding: 30px 0;
  }
/*CONTACT US INFORMATION*/
#contacticons {
	float: none;
	padding-left: 150px;
}
/*CONTACT US - GOOGLE MAP*/
#googlemap {
	float: none;
	text-align: center;
	width: 100%;
}
/*CONTACT US - HR LINE BELOW GOOGLE MAP*/
.line {
	margin-top: 10px;
}
/*COPYRIGHT*/
#copyright p {
	text-align: center;
}
}
