2018-02-25 00:49:23 +01:00
|
|
|
/*
|
2018-04-23 23:14:38 +02:00
|
|
|
Solid State by HTML5 UP
|
2018-02-25 00:49:23 +01:00
|
|
|
html5up.net | @ajlkn
|
|
|
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
|
|
*/
|
|
|
|
|
2018-04-23 23:14:38 +02:00
|
|
|
/* Basic */
|
2018-02-25 00:49:23 +01:00
|
|
|
|
2018-04-23 23:14:38 +02:00
|
|
|
body {
|
|
|
|
background-color: #2e3141;
|
|
|
|
background-image: url("../../images/bg.jpg");
|
|
|
|
background-size: cover;
|
|
|
|
background-attachment: fixed;
|
|
|
|
background-position: center;
|
2018-02-25 00:49:23 +01:00
|
|
|
}
|
|
|
|
|
2018-04-23 23:14:38 +02:00
|
|
|
body:before {
|
|
|
|
background: rgba(46, 49, 65, 0.8);
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
height: 100%;
|
|
|
|
left: 0;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
body > * {
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Features */
|
|
|
|
|
|
|
|
.features article {
|
|
|
|
display: inline-block;
|
|
|
|
width: 45%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Menu */
|
|
|
|
|
|
|
|
#menu .inner {
|
|
|
|
margin: 4em auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Wrapper */
|
2018-02-25 00:49:23 +01:00
|
|
|
|
2018-04-23 23:14:38 +02:00
|
|
|
#wrapper > header {
|
|
|
|
background: none !important;
|
2018-02-25 00:49:23 +01:00
|
|
|
}
|
|
|
|
|
2018-04-23 23:14:38 +02:00
|
|
|
.wrapper.spotlight .inner {
|
|
|
|
text-align: left !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wrapper.spotlight .image {
|
2018-02-25 00:49:23 +01:00
|
|
|
display: inline-block;
|
2018-04-23 23:14:38 +02:00
|
|
|
margin: 0 3em 2em 0 !important;
|
|
|
|
vertical-align: middle;
|
|
|
|
width: 24%;
|
2018-02-25 00:49:23 +01:00
|
|
|
}
|
|
|
|
|
2018-04-23 23:14:38 +02:00
|
|
|
.wrapper.spotlight .content {
|
2018-02-25 00:49:23 +01:00
|
|
|
display: inline-block;
|
2018-04-23 23:14:38 +02:00
|
|
|
vertical-align: middle;
|
|
|
|
width: 70%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Banner */
|
|
|
|
|
|
|
|
#banner {
|
|
|
|
background: none !important;
|
2018-02-25 00:49:23 +01:00
|
|
|
}
|
|
|
|
|
2018-04-23 23:14:38 +02:00
|
|
|
/* Footer */
|
|
|
|
|
|
|
|
#footer {
|
|
|
|
background: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer .inner form {
|
2018-02-25 00:49:23 +01:00
|
|
|
display: inline-block;
|
2018-04-23 23:14:38 +02:00
|
|
|
width: 45%;
|
2018-02-25 00:49:23 +01:00
|
|
|
}
|
|
|
|
|
2018-04-23 23:14:38 +02:00
|
|
|
#footer .inner .contact {
|
|
|
|
display: inline-block;
|
|
|
|
width: 45%;
|
|
|
|
}
|