@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
@font-face {
	font-family: 'JetBrains Mono';
	src:	url('font/web/eot/JetBrainsMono-Regular.eot') format('embedded-opentype'),
			url('font/web/woff2/JetBrainsMono-Regular.woff2') format('woff2'),
			url('font/web/woff/JetBrainsMono-Regular.woff') format('woff'),
			url('font/ttf/JetBrainsMono-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
* {
	-webkit-font-feature-settings: "liga" on, "calt" on;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-family: 'JetBrains Mono';
}
body{
	color: #ededed;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

.formcontainer {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

h1{
	font-size: 6em;
}
h2{
	font-size: 4em;
}
h3{
	font-size: 3em;
}
h4{
	font-size: 2.5em;
}
p{
	font-size: 2em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}

#contact {
	background: #ededed;
	padding: 25px;
	margin: 150px 0;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact textarea {
	width: 100%;
	border: 1px solid #ccc;
	background: #FFF;
	margin: 0 0 5px;
	padding: 10px;
	color: #000000;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact textarea:hover {
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
	border: 1px solid #aaa;
}

#contact input {
	max-width: 90%;
}

#contact textarea {
	height: 100px;
	max-width: 90%;
	resize: none;
}

#contact button[type="submit"] {
	cursor: pointer;
	width: 95%;
	border: none;
	background: #000000;
	color: #ededed;
	margin: 0 0 5px;
	padding: 10px;
	font-size: 15px;
}

#contact button[type="submit"]:hover {
	background: #000000;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
	outline: 0;
	border: 1px solid #aaa;
}

::-webkit-input-placeholder {
	color: #000000;
}

:-moz-placeholder {
	color: #000000;
}

::-moz-placeholder {
	color: #000000;
}

:-ms-input-placeholder {
	color: #000000;
}

#section0 {
	background-image: url(images/qubico0.jpg);
	background-size:     cover;
	background-repeat:   no-repeat;
	background-position: center center;
}
#section1 {
	background-image: url(images/qubico1.jpg);
	background-size:     cover;
	background-repeat:   no-repeat;
	background-position: center center;
}
#section2 {
	background-image: url(images/qubico2.jpg);
	background-size:     cover;
	background-repeat:   no-repeat;
	background-position: center center;
}
#section3 {
	background-image: url(images/qubico3.jpg);
	background-size:     cover;
	background-repeat:   no-repeat;
	background-position: center center;
}
#section4 {
	background-image: url(images/qubico4.jpg);
	background-size:     cover;
	background-repeat:   no-repeat;
	background-position: center center;
}