*{
	border: none;
	padding: 0px;
	margin: 0px;
}

a:link {
	color: #196db6;
	text-decoration: none;
}

a:visited {
	color: #196db6;
}

a:hover {
	color: #196db6;
}

h2{
	font-size: 30px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 50px;
	color: #3c3c3c;
}

@media (max-width: 1200px) {
	h2 {
		font-size: 70px;
		margin: 0px 5px 50px 5px;
	}
}

h3{
	font-szie: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
	color: #3c3c3c;
}

@media (max-width: 1200px) {
	h3 {
		font-size: 40px;
	}
}

h4{
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	letter-spacing: 5px;
	line-height: 180%;
	color: #196db6;
	font-weight: bold;
	margin-bottom: 10px
}

@media (max-width: 1200px) {
	h4 {
		font-size: 60px;
	}
}

h5{
	font-size: 45px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	letter-spacing: 5px;
	line-height: 180%;
	color: #196db6;
	font-weight: bold;
	margin: 40px 0px 10px 0px;
}

.contentTextStyle1{
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 200%;
	color: #3c3c3c;
}

@media (max-width: 1200px) {
	.contentTextStyle1 {
		font-size: 45px;
		font-weight: 300;
		line-height: 200%;
  }
}

.contentTextStyle2{
	font: 20px arial, sans-serif;
	line-height: 200%;
	color: #fff;
	text-align: left;
}


@media (max-width: 1200px) {
	.contentTextStyle2 {
		text-align: center;
		margin-top: 55px;
		font-size: 40px;
		line-height: 100%;
  }
}

.contentTextStyle3{
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 160%;
	color: #3c3c3c;
}

@media (max-width: 1200px) {
	.contentTextStyle3 {
		font-size: 45px;
  }
}

.contentTextStyle4{
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 200%;
	color: #3c3c3c;
}

@media (max-width: 1200px) {
	.contentTextStyle4 {
		font-size: 50px;
		font-weight: 300;
		margin: 60px 0px 60px 0px;
		line-height: 100%
  }
}


:target:before {
	content:"";
	display:block;
	height:70px; /* fixed header height*/
	margin:-70px 0 0; /* negative fixed header height */
}


/*HomePage*/


#nav{
	background-color: #fff;
	width: 100%;
	height: 70px;
	opacity: 0.95;
	position: fixed;
    	top: 0px;
	z-index: 10;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #196db6;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

#navlinks{
	margin-left: auto;
	margin-right: auto;
	padding: 19px 34px 19px 34px;
	width: auto;
	height: auto;
	text-align: center;
}

#nav ul {
	list-style-type: none;
}

#nav li{
	margin: 0px 16px 0px 16px;
	display: inline-block;
}

#nav a:link {
	color: #3c3c3c;
	text-decoration: none;
}

#nav a:visited {
	color: #3c3c3c;
}

#nav a:hover {
	color: #196db6;
}

#navmobile{
	background-color: #fff;
	width: 100%;
	height: 110px;
	opacity: 0.95;
	position: fixed;
    	top: 0px;
	z-index: 10;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #196db6;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Dropdown Button */
.dropbtn {
    background-color: #fff;
    padding: 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 500px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #fff;
}

@media (max-width: 1200px) {
	#nav {
		display: none;
  }
}

@media (min-width: 1200px) {
	#navmobile {
		display: none;
  }
}

#logo{
	background-color: #fff;
	padding: 20px;
	opacity: 0.9;
	width: 420px;
	height: 420x;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 20px;
	margin-bottom: 130px;
	margin-top: 200px;
}

#header{
	width: 100%;
	height: 100%;
	padding: 0px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #196db6;
}


/*Content*/

.pageimage {
	margin: 60px 0px 60px 0px;
}

.pageimage2 {
	margin: 60px 0px 60px 0px;
}

.pagestyle1{
	background-color: #fff;
	width: 100%;
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}

.pagestyle2{
	background-color: #ebebeb;
	width: 100%;
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	background: url("dotbg.jpg");
	text-align: center;
}

.pagestyle3{
	background: url("footershadow.jpg") repeat-x #3c3c3c;
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 20px;
	text-align: center;
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: #196db6;
}

.textbox{
	width: 320px;
	heigth: auto;
	display: inline-block;
	margin: 50px 30px 30px 50px;
	vertical-align: top;
}

@media (max-width: 1200px) {
	.textbox {
		width: 500px;
  }
}

.contentbox{
	width: 600px;
	heigth: auto;
	display: inline-block;
	vertical-align: middle;
}

.pageinner{
	width: auto;
	height: auto;
	margin: 50px 300px 50px 300px;
	overflow: auto;
	text-align: center;
  	vertical-align: middle;
	display: inline-block;
}

@media (max-width: 1500px) {
	.pageinner {
		margin: 50px 0px 50px 0px;
		display: inline;
  }
}

.pageinner ul{
	text-align: left;
	list-style-type: square;
	color: #196db6;
}

.pageinner ul li{
	margin-bottom: 40px;
}

#productslist{
	width: auto;
	height: auto;
}

#productslist ul li{
	margin: 0px 0px 5px 30px;
}

#productslist h4{
	text-align: left;
}

#portfolio{
	width: auto;
	height: auto;
	margin: 50px;
}

#portfolio img{
	width: 320px;
	height: 240px;
	margin: 12px;
}

@media (max-width: 1200px) {		
	.pageinner ul {
		text-align: center;
		list-style-type: none;
  }
}

@media (max-width: 1200px) {		
	#productslist h4 {
		display: none;
  }
}

@media (min-width: 1200px) {		
	#productslist h5{
		display: none;
  }
}

@media (min-width: 1200px) {		
	.invisible{
		display: none;
  }
}

#footerlogos{
	width: auto;
	height: auto;
	margin-top: 200px;
}

#footerlogos img{
	margin: 0px 30px 0px 30px;
}

@media (max-width: 1200px) {		
	#footerlogos img{
		margin: 5px;
  }
}


/*Shell*/


#wrapper{
	width: 100%;
	height: 100%;
}

body{
	background-color: #fff;
	/*background: url("BG.jpg") no-repeat center center fixed;*/
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	width: 100%;
	height: 100%;
}