/*
   CSS by: Redacted
   
Styling:
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h1 {
font-family: 'verdana';
font-size:22px;
color: #005b7f;
text-decoration:none;
margin-bottom:20px;
}

h2 {
font-family: 'verdana';
font-size:16px;
color: #000000;
text-decoration:none;
text-align: left;
margin-left:15px;
}

h2 a{
font-family: 'calibri';
font-size:18px;
color: #000000;
text-decoration:none;
text-align: left;
margin-left:5px;
}

h2 a:hover{
color: #FF0000;
}

h3 {
font-family: 'verdana';
font-size:20px;
color: #187795;
text-decoration:none;
font-weight: bold;
text-align: left;
margin-left:15px;
}

h6 a {
font-family: 'verdana';
font-size:20px;
color: #187795;
text-decoration:none;
font-weight: bold;
text-align: center;
}

h6 a:hover{
color: #FF0000;
}

.cr-link {
display: inline-block;
width:120px;
height:75px;
border: 3px ridge #187795;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
-o-border-radius:10px;
vertical-align: middle;
text-align:center;
padding-top:15px;
padding-bottom:15px;
}

h4 {
font-family: 'verdana';
font-size:20px;
color: #187795;
text-decoration:none;
font-weight: bold;
text-align: left;
margin-left:15px;
}

h5 {
font-family: 'verdana';
font-size:20px;
color: #000000;
text-decoration:none;
font-weight: normal;
text-align: left;
margin-left:15px;
}

h5 a{
font-family: 'verdana';
font-size:20px;
color: #000000;
text-decoration:none;
font-weight: bold;
text-align: left;
margin-left:15px;
}

h5 a:hover{
color: #187795;
}

.bold-word {
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
	h4 {
	font-size:18px;
	}	

}

/* Body:
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html{
width: 100%;
height:100%;
margin:0 auto;
overflow:hidden;
}

body {
height:100%;
min-height: 100%;
margin:0 auto;
overflow:hidden;
}

.body1 {
width: 100%;
height:100%;
overflow: hidden;
z-index: 0;
background-repeat: no-repeat;
min-height: 100%;
margin:0;
padding:0;

}

.body2 {
width: 100%;
height:100%;
overflow: hidden;
background: url("images/bg.jpeg");
background-position: left top;
background-size: cover;
background-repeat: no-repeat;
min-height: 100%;
margin:0;
padding:0;
}

.body3 {
width: 100%;
height:100%;
overflow: hidden;
background: url("images/products.jpg");
background-position: left top;
background-size: cover;
background-repeat: no-repeat;
min-height: 100%;
margin:0;
padding:0;
}

.body4 {
width: 100%;
height:100%;
overflow: hidden;
background: url("images/pat.jpg");
background-position: left top;
background-size: cover;
background-repeat: no-repeat;
min-height: 100%;
margin:0;
padding:0;
}

.body5 {
width: 100%;
height:100%;
overflow: hidden;
background: url("images/contact.jpg");
background-position: left top;
background-size: cover;
background-repeat: no-repeat;
min-height: 100%;
margin:0;
padding:0;
}

.body6 {
width: 100%;
height:100%;
overflow: hidden;
background: url("images/tri.png"), #565654;
background-position: left top;
background-repeat: repeat;
min-height: 100%;
margin:0;
padding:0;
}

/* wrap1:
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.wrap1 {
width:96%;
height: 96%;
margin:0 auto;
overflow: hidden;
text-align: center;
-webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 4s; /* Firefox < 16 */
-ms-animation: fadein 4s; /* Internet Explorer */
-o-animation: fadein 4s; /* Opera < 12.1 */
animation: fadein 4s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.links a {
	position: relative;
	display: flex;
	width: Auto;
	font-family: 'verdana';
	font-size:18px;
	color: #187795;
	text-decoration:none;
	font-weight: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration:none;
	margin-bottom:30px;
	padding: 0,0,0,0;
}

.links a i {
	position: relative;
	display: flex;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #00b5e2;
	width: 35px;
	height: 35px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
	border-radius: 100%;
}

.links a:hover, .links a:hover i {
	color: #e8702a;
}

.wrap1 .back{
position: fixed;
width: 100%;
text-align: left;
margin-top: 0px;
margin-left: 20px;
top: 42px;
z-index: 2;
}

.wrap1 a{
font-family: 'verdana';
font-size:20px;
color: #187795;
text-decoration:none;
font-weight: bold;
text-align: left;
vertical-align: middle;
padding 0,0,0,0;
top: 10px;
}

.wrap1 .backg{
position: fixed;
background-color: #000000;
opacity: 30%;
width: 87%;
height: 50px;
margin-top: 6px;
margin-left: 7px;
padding 0,0,0,0;
z-index: 2;
}

.wrap1 .backg2{
position: fixed;
background-color: #565654;
width: 87%;
height: 50px;
margin-top: 5px;
margin-left: 7px;
padding 0,0,0,0;
box-shadow: 0 2px 2px 0;
border: 3px ridge #FF6542;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px;
z-index: 2;
}


.wrap1 a:hover{
color: #FF6542;
}

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

.wrap1 .backg{
width: 86%;
}

.wrap1 .backg2{
width: 86%;
}

}


/* content:
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.top-spacer {
display: block;
width:100%;
height:30%;
}

.left-col {
display: inline-block;
width:46%;
height:300px;
text-align:right;
vertical-align: top;
}

.left-col2 {
display: inline-block;
width:46%;
height:300px;
text-align:center;
vertical-align: top;
border: 3px ridge #414141;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
-o-border-radius:10px;
margin-top: 100px;
}

.left-col img {
height:75px;
margin-right:20px;
margin-top:100px;
}

.right-col {
display: inline-block;
width:46%;
height:300px;
text-align:left;
}

.right-col2 {
display: inline-block;
width:46%;
height:300px;
text-align:center;
vertical-align: top;
border: 3px ridge #414141;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
-o-border-radius:10px;
margin-top: 100px;
}

.right-col a{
font-family: 'verdana';
font-size:20px;
color: #000000;
text-decoration:none;
font-weight: bold;
text-align: center;
margin-left:5px;
box-shadow: 0 2px 2px 0 ;
}

.right-col a:hover{
color: #FFFFFF;
opacity: 0.5;
backdrop-filter: blur(10px);
}

.tl-link {
display: inline-block;
width:120px;
height:75px;
border: 3px ridge #414141;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
-o-border-radius:10px;
vertical-align: middle;
margin-right:20px;
text-align:center;
padding-top:45px;
}

.tr-link {
display: inline-block;
width:120px;
height:75px;
border: 3px ridge #414141;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
-o-border-radius:10px;
vertical-align: middle;
text-align:center;
padding-top:45px;
}

.bl-link {
display: inline-block;
width:120px;
height:75px;
border: 3px ridge #414141;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
-o-border-radius:10px;
vertical-align: middle;
margin-right:20px;
margin-top:20px;
text-align:center;
padding-top:45px;
}

.br-link {
display: inline-block;
width:120px;
height:75px;
border: 3px ridge #414141;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
-o-border-radius:10px;
vertical-align: middle;
margin-top:20px;
padding-top:45px;
text-align:center;
}

.end-spacer {
display: block;
width:100%;
height: 50px;
}

.footer{
display: block;
width: 98%;
height:100%;
margin:0 auto;
text-align:center;
font-family: 'calibri';
font-size:12px;
color: #000000;
margin-top:5px;
}

.footer1{
display: block;
width: 98%;
height:100%;
margin:0 auto;
text-align:center;
font-family: 'calibri';
font-size:12px;
color: #000000;
margin-top:5px;
}

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

.top-spacer {
height:20px;
}

.left-col {
display: block;
width: 96%;
text-align: center;
vertical-align:top;
height:45px;
margin-bottom: 10px;
}

.left-col2 {
margin:75px auto;
width:40%;
}

.left-col img {
width:250px;
height: 40px;
margin:0 auto;
padding-right: 25px;
}

.right-col {
display: block;
width: 96%;
text-align: center;
height:AUTO;
}

.right-col2 {
margin:75px auto;
width:40%;
}

.right-col a{
font-size:16px;
}

.tl-link, .tr-link, .bl-link, .br-link {
width:75px;
height:45px;
border: 1px ridge #414141;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px;
margin-right:10px;
padding-top:28px;
}

.footer {
margin-left: -15;
}

}

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

.top-spacer {
height:120px;
}

.left-col {
display: block;
height:30px;
text-align:center;
margin:25px auto;
}

.left-col2 {
display: block;
margin:75px auto;
width:95%;
padding-bottom: 0px;
}

.left-col img {
width:250px;
height: 50px;
padding-right: 5px;
}

.right-col {
display: block;
text-align:center;
margin:50px auto;
}

.right-col2 {
display: block;
margin:25px auto;
width:95%;
}

.right-col a{
font-size:12px;
}

.tl-link, .tr-link, .bl-link, .br-link {
width:75px;
height:45px;
border: 1px ridge #414141;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-o-border-radius:3px;
margin-right:10px;
padding-top:28px;
}

.footer {
margin-left: -5;
}
	
}



/* services
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.services {
width: 92%;
height: 94%;
margin:0 auto;
margin-top: 20px;
overflow-x: hidden;
overflow-y: auto;
text-align: center;
background-color: #d0d0d0;
border: 3px ridge #414141; 
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
-o-border-radius:10px;
-webkit-animation: fadein3 4s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein3 4s; /* Firefox < 16 */
-ms-animation: fadein3 4s; /* Internet Explorer */
-o-animation: fadein3 4s; /* Opera < 12.1 */
animation: fadein3 4s;
}

.services h1 {
	margin-top: 100px;
}

.services h3 {
	margin-top: 100px;
}

.services img {
	position: relative;
	display: block;
	width: 65%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	margin-top:10px;
	margin-bottom:10px;
	border: 3px ridge #187795; 
	z-index: 1;
}

.linky {
display: flex;
justify-content: center;
height: 65px;
}


.linky a{
font-family: 'verdana';
font-size:14px;
color: #000000;
text-decoration:none;
font-weight: bold;
text-align: center;
border: 2px ridge #187795;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
-o-border-radius:10px;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
background-color: #00b5e2;
}

.linky a:hover{
color: #FF6542;
border: 2px ridge #FF6542;
background-color: #FFFFFF;
}

.graph img {
	position: relative;
	display: block;
	width: 30%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 25 auto;
	margin-bottom:25px;
	border: 3px ridge #187795; 
	z-index: 1;
}

@keyframes fadein3 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein3 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein3 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein3 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein3 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@media screen and (max-width: 1000px) {
	
	.close a {
		left:82%;
		top:3%;
	}
	
	.services {
	width: 90%;
	height: 92%;
	padding-left: 5px;
	padding-right: 5px;
	}
	
	.services img {
	width: 95%;
	}
	
	.services h3 {
	Text-align: center;
	margin-top: 50px;
	}
}



/* Products
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.products {
width: 92%;
height: 94%;
margin:0 auto;
margin-top: 20px;
overflow-x: hidden;
overflow-y: auto;
text-align: center;
background-color: #d0d0d0;
border: 3px ridge #414141; 
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
-o-border-radius:10px;
-webkit-animation: fadein3 4s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein3 4s; /* Firefox < 16 */
-ms-animation: fadein3 4s; /* Internet Explorer */
-o-animation: fadein3 4s; /* Opera < 12.1 */
animation: fadein3 4s;
}

.right-col2 a{
font-family: 'verdana';
font-size:20px;
color: #000000;
text-decoration:none;
font-weight: bold;
text-align: left;
margin-left:15px;
}

.right-col2 a:hover{
color: #FF0000;
}





/* about
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.about {
width: 92%;
height: 94%;
margin:0 auto;
margin-top: 20px;
overflow-x: hidden;
overflow-y: auto;
text-align: center;
background-color: #d0d0d0;
border: 3px ridge #414141; 
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
-o-border-radius:10px;
-webkit-animation: fadein3 4s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein3 4s; /* Firefox < 16 */
-ms-animation: fadein3 4s; /* Internet Explorer */
-o-animation: fadein3 4s; /* Opera < 12.1 */
animation: fadein3 4s;
}

.about img {
	position: relative;
	display: block;
	width: 65%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	margin-top:10px;
	margin-bottom:10px;
	z-index: 1;
}

@keyframes fadein3 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein3 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein3 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein3 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein3 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@media screen and (max-width: 1000px) {
	
	.close a {
		left:82%;
		top:3%;
	}
	
	.about {
	width: 90%;
	height: 92%;
	padding-left: 5px;
	padding-right: 5px;
	}
	
	.about img {
	width: 95%;
	}
}

/* Contact
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.contact {
width: 92%;
height: 94%;
margin:0 auto;
margin-top: 20px;
overflow-x: hidden;
overflow-y: auto;
text-align: center;
background-color: #d0d0d0;
border: 3px ridge #414141; 
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
-o-border-radius:10px;
-webkit-animation: fadein3 4s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein3 4s; /* Firefox < 16 */
-ms-animation: fadein3 4s; /* Internet Explorer */
-o-animation: fadein3 4s; /* Opera < 12.1 */
animation: fadein3 4s;
}

.contact img {
	position: relative;
	display: inline-block;
	width: 45px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	margin-top:0px;
	margin-bottom:0px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 1;
}

.contact .links {
	display: block;
	background: url("images/tri-dk.png") #acacac;
	background-repeat: repeat;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
	padding-right: 10px;
	border: 5px ridge #00b5e2; 
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	width: 90%;
}

.contact .links a {
	text-decoration:none;
	font-size: 24px;
	color: #00b5e2;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}

.contact .links a:hover {
	color: #e8702a;
}

@keyframes fadein3 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein3 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein3 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein3 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein3 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@media screen and (max-width: 600px) {
.contact img {
	position: relative;
	display: inline-block;
	width: 45px;
	margin-bottom: 15px;
}
}


	

/* Portfolio
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.folio {
width: 80%;
height: 80%;
margin:0 auto;
margin-top: 20px;
overflow-x: hidden;
overflow-y: auto;
text-align: center;
background-color: #d0d0d0;
border: 3px ridge #414141; 
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
-o-border-radius:10px;
-webkit-animation: fadein3 4s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein3 4s; /* Firefox < 16 */
-ms-animation: fadein3 4s; /* Internet Explorer */
-o-animation: fadein3 4s; /* Opera < 12.1 */
animation: fadein3 4s;
}

.folio img {
max-width:60%;
margin-bottom: 20px;
margin-left: 2px;
margin-right: 2px;
display: inline-block;
}

@keyframes fadein3 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein3 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein3 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein3 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein3 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@media screen and (max-width: 1000px) {
	.folio img {
	margin-bottom: 10px;
	max-width:80%;
	}	
}

@media screen and (max-width: 600px) {
	.folio img {
	margin-bottom: 2px;
	max-width:90%;
	}	
}





