#neutrone{}
@charset "utf-8";
/* CSS Document */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body, html {
	height: 100%;
	margin: 0;
	font: 400 15px/1.8 "Lato", sans-serif;
	color: #777;
}
.techno_bgimg-1, .techno_bgimg-2, .techno_bgimg-3{
	position: relative;
	/*opacity: 0.65;*/
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.techno_bgimg-1 {
	background-image: url("../img/digital4.jpg");
	min-height: 100%;

}

.techno_bgimg-2 {
	background-image: url("../img/digital5.jpg");
	min-height: 400px;

}

.techno_bgimg-3 {
	background-image: url("../img/digital1.jpg");
	min-height: 500px;

}
.techno_captionA {
	position: absolute;
	left: 0;
	top: 30%;
	width: 100%;
	text-align: center;
	color: #000;
}
.techno_captionA span.techno_border {
	background-color: #111;
	color: #fff;
	padding: 18px;
	font-size: 25px;
	letter-spacing: 10px;
}
.techno_caption {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	color: #000;
}
.techno_caption span.techno_border {
	background-color: #111;
	color: #fff;
	padding: 18px;
	font-size: 25px;
	letter-spacing: 10px;
}
.techno_caption a {color: #fff; text-decoration: none;}
.techno_caption a:hover{color: #fff;text-decoration: none}
.techno_caption a:selected{color: #fff;text-decoration: none}

h3 {
letter-spacing: 5px;
text-transform: uppercase;
font: 20px "Lato", sans-serif;
color: #111;
}

.techno_le{
	color: #777;
	background-color:white;
	padding:50px 80px;
	text-align: justify;
}
.techno_le a {color: #777; text-decoration: underline; font-weight: bold;}
.techno_le a:hover{color: #777;text-decoration: none}
.techno_le a:selected{color: #777;text-decoration: none}
@media screen and (max-width: 440px)  {
	.techno_le{padding:50px 30px 50px 30px;}
}
	
.techno_se-2{
	color:#ddd;
	background-color:#282E34;
	padding:50px 80px;
	text-align: justify;
}
.techno_se-2 img{
width: 80%;	
max-width:300px;
}
.techno_se-2 a {color: #ddd; text-decoration: underline; font-weight: bold;}
.techno_se-2 a:hover{color: #ddd;text-decoration: none}
.techno_se-2 a:selected{color: #ddd;text-decoration: none}
@media screen and (max-width: 440px)  {
	.techno_se-2{padding:50px 5px;}
}
@media screen and (max-width: 440px)  {
	.techno_se-2 img{width: 80%; max-width:250px;}
}

.techno_se-3{
	color:#ddd;
	background-color:#282E34;
	padding:50px 80px;
	text-align: justify;
}
.techno_se-3 img{
	width:100px;
}
.techno_se-3 a {color: #ddd; text-decoration: underline; font-weight: bold;}
.techno_se-3 a:hover{color: #ddd;text-decoration: none}
.techno_se-3 a:selected{color: #ddd;text-decoration: none}
@media screen and (max-width: 440px)  {
	.techno_se-3{padding:50px 5px;}
}


/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {ì
.techno_bgimg-1, .techno_bgimg-2, .techno_bgimg-3 {
background-attachment: scroll;
    }

}