Implemented first stage of visual overhaul
This commit is contained in:
3340
css/animate.css
vendored
Normal file
3340
css/animate.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
6566
css/bootstrap.css
vendored
6566
css/bootstrap.css
vendored
File diff suppressed because it is too large
Load Diff
6
css/bootstrap.min.css
vendored
Normal file
6
css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
12
css/hexagons.min.css
vendored
12
css/hexagons.min.css
vendored
File diff suppressed because one or more lines are too long
698
css/style.css
698
css/style.css
@@ -1,428 +1,360 @@
|
||||
/*!
|
||||
* Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
|
||||
* Code licensed under the Apache License v2.0.
|
||||
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
|
||||
*/
|
||||
/*
|
||||
Theme Name: Laura
|
||||
Theme URL: https://bootstrapmade.com/laura-free-creative-bootstrap-theme/
|
||||
Author: BootstrapMade.com
|
||||
Author URL: https://bootstrapmade.com
|
||||
*/
|
||||
|
||||
body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
color: #fff;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
html {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
margin: 0 0 35px;
|
||||
text-transform: uppercase;
|
||||
font-family: Montserrat,"Verdana",Verdana,Arial,sans-serif;
|
||||
font-weight: 700;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0 0 25px;
|
||||
line-height: 1.4;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-size: 18px;
|
||||
line-height: 1.5;
|
||||
letter-spacing: 0.5px;
|
||||
font-size: 15px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.data {
|
||||
padding-bottom: 75px;
|
||||
ol, ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
@media(min-width:768px) {
|
||||
p {
|
||||
margin: 0 0 35px;
|
||||
font-size: 20px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
blockquote, q {
|
||||
quotes: none;
|
||||
}
|
||||
blockquote:before, blockquote:after,
|
||||
q:before, q:after {
|
||||
content: '';
|
||||
content: none;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #2C9FFF;
|
||||
-webkit-transition: all .2s ease-in-out;
|
||||
-moz-transition: all .2s ease-in-out;
|
||||
transition: all .2s ease-in-out;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#HeaderBlock {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
a:hover, a:focus, a:active{
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:focus {
|
||||
text-decoration: none;
|
||||
color: #8D9BB6;
|
||||
}
|
||||
|
||||
.light {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.documentation {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.documentation b {
|
||||
color: #2C9FFF;
|
||||
}
|
||||
|
||||
.navbar-custom {
|
||||
margin-bottom: 0;
|
||||
border-bottom: 1px solid rgba(255,255,255,.3);
|
||||
text-transform: uppercase;
|
||||
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
.navbar-custom .navbar-brand {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.navbar-custom .navbar-brand:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.navbar-custom .navbar-brand .navbar-toggle {
|
||||
padding: 4px 6px;
|
||||
font-size: 16px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.navbar-custom .navbar-brand .navbar-toggle:focus,
|
||||
.navbar-custom .navbar-brand .navbar-toggle:active {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.navbar-custom a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.navbar-custom .nav li a {
|
||||
-webkit-transition: background .3s ease-in-out;
|
||||
-moz-transition: background .3s ease-in-out;
|
||||
transition: background .3s ease-in-out;
|
||||
}
|
||||
|
||||
.navbar-custom .nav li a:hover {
|
||||
outline: 0;
|
||||
color: rgba(255,255,255,.8);
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.navbar-custom .nav li a:focus,
|
||||
.navbar-custom .nav li a:active {
|
||||
outline: 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.navbar-custom .nav li.active {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.navbar-custom .nav li.active a {
|
||||
background-color: rgba(255,255,255,.3);
|
||||
}
|
||||
|
||||
.navbar-custom .nav li.active a:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@media(min-width:768px) {
|
||||
.navbar-custom {
|
||||
padding: 20px 0;
|
||||
border-bottom: 0;
|
||||
letter-spacing: 1px;
|
||||
background: 0 0;
|
||||
-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
|
||||
-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
|
||||
transition: background .5s ease-in-out,padding .5s ease-in-out;
|
||||
}
|
||||
|
||||
.navbar-custom.top-nav-collapse {
|
||||
padding: 0;
|
||||
border-bottom: 1px solid rgba(255,255,255,.3);
|
||||
background: #000;
|
||||
}
|
||||
}
|
||||
|
||||
.intro {
|
||||
display: table;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
padding: 100px 0;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
background: url(../img/background.jpg) no-repeat bottom center scroll;
|
||||
background-color: #000;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
/***********************************
|
||||
************************************
|
||||
Responsive media queries
|
||||
************************************
|
||||
***********************************/
|
||||
.header {
|
||||
background: url('../img/bg-banner03.jpg') no-repeat fixed;
|
||||
background-size: cover;
|
||||
-o-background-size: cover;
|
||||
min-height: 630px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.intro-minecraft{
|
||||
background: url(../img/background-minecraft.jpg) no-repeat bottom center scroll;
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
.navbar-default {
|
||||
background-color: transparent;
|
||||
border: 0px;
|
||||
padding: 20px 0;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
|
||||
.intro .intro-body .title-heading {
|
||||
font-size: 30px;
|
||||
.navbar-brand {
|
||||
font-size: 36px;
|
||||
font-family: 'Satisfy', cursive;
|
||||
}
|
||||
|
||||
.intro .intro-body {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.intro .intro-body .brand-heading {
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
.intro .intro-body .intro-text {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
@media(min-width:768px) {
|
||||
.intro {
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.intro .intro-body .brand-heading {
|
||||
font-size: 100px;
|
||||
}
|
||||
|
||||
.intro .intro-body .intro-text {
|
||||
font-size: 26px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.btn-circle {
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
margin-top: 15px;
|
||||
padding: 7px 16px;
|
||||
border: 2px solid #fff;
|
||||
border-radius: 100%!important;
|
||||
font-size: 40px;
|
||||
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
|
||||
color: #fff;
|
||||
background: 0 0;
|
||||
-webkit-transition: background .3s ease-in-out;
|
||||
-moz-transition: background .3s ease-in-out;
|
||||
transition: background .3s ease-in-out;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.btn-circle:hover,
|
||||
.btn-circle:focus {
|
||||
outline: 0;
|
||||
color: #fff;
|
||||
background: rgba(255,255,255,.1);
|
||||
.navbar-default .navbar-nav > li > a{
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
color: #fff;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.btn-circle i.animated {
|
||||
-webkit-transition-property: -webkit-transform;
|
||||
-webkit-transition-duration: 1s;
|
||||
-moz-transition-property: -moz-transform;
|
||||
-moz-transition-duration: 1s;
|
||||
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
|
||||
color: #fffde0;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.btn-circle:hover i.animated {
|
||||
-webkit-animation-name: pulse;
|
||||
-moz-animation-name: pulse;
|
||||
-webkit-animation-duration: 1.5s;
|
||||
-moz-animation-duration: 1.5s;
|
||||
-webkit-animation-iteration-count: infinite;
|
||||
-moz-animation-iteration-count: infinite;
|
||||
-webkit-animation-timing-function: linear;
|
||||
-moz-animation-timing-function: linear;
|
||||
}
|
||||
|
||||
@-webkit-keyframes pulse {
|
||||
0 {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
50% {
|
||||
-webkit-transform: scale(1.2);
|
||||
transform: scale(1.2);
|
||||
}
|
||||
|
||||
100% {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
|
||||
@-moz-keyframes pulse {
|
||||
0 {
|
||||
-moz-transform: scale(1);
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
50% {
|
||||
-moz-transform: scale(1.2);
|
||||
transform: scale(1.2);
|
||||
}
|
||||
|
||||
100% {
|
||||
-moz-transform: scale(1);
|
||||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
|
||||
.content-section {
|
||||
padding-top: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.download-section {
|
||||
width: 100%;
|
||||
padding: 50px 0;
|
||||
color: #fff;
|
||||
background: url(../img/network-banner.png) no-repeat center center scroll;
|
||||
background-color: #000;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
background-size: cover;
|
||||
-o-background-size: cover;
|
||||
}
|
||||
|
||||
#map {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
margin-top: 100px;
|
||||
}
|
||||
|
||||
@media(min-width:767px) {
|
||||
.content-section {
|
||||
padding-top: 100px;
|
||||
padding-bottom: 100px;
|
||||
}
|
||||
|
||||
.download-section {
|
||||
padding: 100px 0;
|
||||
}
|
||||
|
||||
#map {
|
||||
height: 400px;
|
||||
margin-top: 250px;
|
||||
}
|
||||
}
|
||||
|
||||
.btn {
|
||||
border-radius: 0;
|
||||
text-transform: uppercase;
|
||||
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
font-weight: 400;
|
||||
-webkit-transition: all .3s ease-in-out;
|
||||
-moz-transition: all .3s ease-in-out;
|
||||
transition: all .3s ease-in-out;
|
||||
}
|
||||
|
||||
.btn-default {
|
||||
border: 1px solid #2C9FFF;
|
||||
color: #2C9FFF;
|
||||
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
|
||||
color: #fffde0;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.btn-default:hover,
|
||||
.btn-default:focus {
|
||||
border: 1px solid #fff;
|
||||
outline: 0;
|
||||
color: #000;
|
||||
background-color: #fff;
|
||||
.top-nav-collapse {
|
||||
padding: 0;
|
||||
background: rgba(50,60,70, 0.9);
|
||||
}
|
||||
|
||||
ul.banner-social-buttons {
|
||||
margin-top: 0;
|
||||
.bg-color{
|
||||
background-color: RGBA(0, 0, 0, 0.67);
|
||||
min-height: 650px;
|
||||
}
|
||||
|
||||
.section-divider {
|
||||
display: none;
|
||||
.navbar-border{
|
||||
}
|
||||
.banner-text{
|
||||
border-left: 5px solid #BE2525;
|
||||
padding: 15px 40px;
|
||||
color: #fff;
|
||||
margin-top: 170px;
|
||||
}
|
||||
.banner-text h2, .banner-text p{
|
||||
font-size: 40px;
|
||||
font-weight: 400;
|
||||
font-family: 'Questrial', sans-serif;
|
||||
}
|
||||
.banner-text h2 span{
|
||||
font-family: 'Satisfy', cursive;
|
||||
}
|
||||
.overlay-detail{
|
||||
margin: 0 auto;
|
||||
}
|
||||
.overlay-detail a i {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
bottom: -140px;
|
||||
font-size: 24px;
|
||||
color: #fff;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border: 1px solid #fff;
|
||||
line-height: 40px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.deco{
|
||||
font-family: 'Satisfy', cursive;
|
||||
|
||||
@media screen and (max-width:767px) {
|
||||
#logo_about {
|
||||
display: none;
|
||||
}
|
||||
.section-divider {
|
||||
}
|
||||
#about{
|
||||
background: url('../img/about-banner.jpg') no-repeat;
|
||||
background-size: cover;
|
||||
margin-bottom: -3px;
|
||||
}
|
||||
.section-padding{
|
||||
padding: 60px 0px;
|
||||
}
|
||||
.title{
|
||||
font-size: 24px;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
.title-text{
|
||||
padding: 0px 25px 0px 0px;
|
||||
border-right: 5px solid #BE2525;
|
||||
font-size: 24px;
|
||||
}
|
||||
.about-text p{
|
||||
color: #444;
|
||||
}
|
||||
.abt-list li{
|
||||
padding: 5px 0px;
|
||||
font-size: 18px;
|
||||
font-weight: 400;
|
||||
}
|
||||
#portfolio{
|
||||
background-color: #f0f1e9;
|
||||
}
|
||||
.grid-padding{
|
||||
padding: 0 8px;
|
||||
}
|
||||
.grid-padding img{
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.padding-right-zero{
|
||||
padding-right: 0px !important;
|
||||
}
|
||||
#myGrid{
|
||||
margin-top: 50px;
|
||||
}
|
||||
.test-sec blockquote {
|
||||
background: #eee;
|
||||
display: block;
|
||||
}
|
||||
.heading_large {
|
||||
display: none;
|
||||
}
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
padding: 15px;
|
||||
position: relative;
|
||||
}
|
||||
.test-sec blockquote::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
bottom: -14px;
|
||||
margin-left: 10px;
|
||||
border-top: 14px solid #eee;
|
||||
border-left: 14px solid transparent;
|
||||
border-right: 14px solid transparent;
|
||||
}
|
||||
blockquote {
|
||||
padding: 10px 20px;
|
||||
margin: 0 0 20px;
|
||||
font-size: 17.5px;
|
||||
border-left: 5px solid RGBA(0, 0, 0, 0.18);
|
||||
}
|
||||
.test-sec .carousel-info span {
|
||||
display: block;
|
||||
}
|
||||
.test-sec span.testimonials-name {
|
||||
color: #62646f;
|
||||
font-weight: 600;
|
||||
margin: 16px 0 5px;
|
||||
}
|
||||
#contact {
|
||||
width: 100%;
|
||||
background-color: RGBA(8, 7, 7, 0.92);
|
||||
}
|
||||
|
||||
@media screen and (min-width:768px) {
|
||||
.heading_small {
|
||||
display: none;
|
||||
}
|
||||
#heading_large {
|
||||
width: 512px;
|
||||
}
|
||||
#contact .btn-primary {
|
||||
background: #BE2525;
|
||||
border: 1px solid #BE2525;
|
||||
}
|
||||
|
||||
@media(max-width:1199px) {
|
||||
ul.banner-social-buttons {
|
||||
margin-top: 15px;
|
||||
}
|
||||
.validation {
|
||||
color: red;
|
||||
display:none;
|
||||
margin: 0 0 20px;
|
||||
font-weight:400;
|
||||
font-size:13px;
|
||||
}
|
||||
|
||||
@media(max-width:767px) {
|
||||
ul.banner-social-buttons li {
|
||||
display: block;
|
||||
margin-bottom: 20px;
|
||||
padding: 0;
|
||||
}
|
||||
#sendmessage {
|
||||
color: green;
|
||||
border:1px solid green;
|
||||
background: #fff;
|
||||
display:none;
|
||||
text-align:center;
|
||||
padding:15px;
|
||||
font-weight:600;
|
||||
margin-bottom:15px;
|
||||
}
|
||||
|
||||
ul.banner-social-buttons li:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#errormessage {
|
||||
color: red;
|
||||
display:none;
|
||||
border:1px solid red;
|
||||
text-align:center;
|
||||
padding:15px;
|
||||
font-weight:600;
|
||||
margin-bottom:15px;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
#sendmessage.show, #errormessage.show, .show {
|
||||
display:block;
|
||||
}
|
||||
|
||||
footer {
|
||||
padding: 50px 0;
|
||||
padding: 40px 0;
|
||||
background: #F2F3EB;
|
||||
}
|
||||
|
||||
footer p {
|
||||
margin: 0;
|
||||
.footer a {
|
||||
color: #BE2525;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
text-shadow: none;
|
||||
background: #879FBB;
|
||||
background: rgba(255,255,255,.2);
|
||||
.footer__navigation li, .social-list li{
|
||||
display: inline-block;
|
||||
}
|
||||
.contact-sec h2 {
|
||||
font-size: 28px;
|
||||
color: #fff;
|
||||
font-weight: 600;
|
||||
padding: 15px 0px;
|
||||
}
|
||||
.footer__navigation li a
|
||||
{
|
||||
display: inline-block;
|
||||
color: #767676;
|
||||
font-weight: 600;
|
||||
font-variant-ligatures: common-ligatures;
|
||||
font-size: 1.2em;
|
||||
line-height: 1.625em;
|
||||
margin-top: 0;
|
||||
margin-bottom: 1.625em;
|
||||
padding-right: 10px;
|
||||
}
|
||||
.contact-sec p {
|
||||
color: #fff;
|
||||
font-size: 18px;
|
||||
padding: 16px 0px 24px;
|
||||
}
|
||||
.contact-sec i{
|
||||
padding-right: 15px;
|
||||
}
|
||||
.contact-sec a {
|
||||
color: #FFF;
|
||||
background-color: RGBA(174, 142, 142, 0.7);
|
||||
display: inline-block;
|
||||
padding: 16px 34px;
|
||||
font-size: 18px;
|
||||
transition: all 0.5s ease-in 0s;
|
||||
}
|
||||
.carousel-info, blockquote {
|
||||
float: left;
|
||||
}
|
||||
.social-list li{
|
||||
transition: 0.2s linear;
|
||||
-webkit-transition: 0.2s linear;
|
||||
-moz-transition: 0.2s linear;
|
||||
opacity: .5;
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
}
|
||||
.social-list li a{
|
||||
font-size: 28px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
.type-underline, .type-underline:hover{
|
||||
color: #767676;
|
||||
}
|
||||
.footer__lower {
|
||||
margin-top: 3.25em;
|
||||
}
|
||||
.type--fine-print{
|
||||
color: #767676;
|
||||
}
|
||||
.navbar-toggle {
|
||||
position: relative;
|
||||
background-color: #fff;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.navbar-nav > li > a {
|
||||
padding-top: 24px;
|
||||
padding-bottom: 24px;
|
||||
}
|
||||
.navbar-brand{
|
||||
margin-top: 9px;
|
||||
}
|
||||
.grid-item { width: 200px; }
|
||||
.grid-item--width2 { width: 400px; }
|
||||
|
||||
::selection {
|
||||
text-shadow: none;
|
||||
background: #879FBB;
|
||||
background: rgba(255,255,255,.2);
|
||||
}
|
||||
|
||||
img::selection {
|
||||
background: 0 0;
|
||||
}
|
||||
|
||||
img::-moz-selection {
|
||||
background: 0 0;
|
||||
}
|
||||
|
||||
body {
|
||||
webkit-tap-highlight-color: rgba(255,255,255,.2);
|
||||
/***********************************
|
||||
************************************
|
||||
Responsive media queries
|
||||
************************************
|
||||
***********************************/
|
||||
@media (min-width: 551px) and (max-width: 980px){
|
||||
.title-text{
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 100px) and (max-width: 550px) {
|
||||
|
||||
.navbar-nav > li > a {
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
.navbar-brand{
|
||||
margin-top: 0px;
|
||||
}
|
||||
.carousel-info {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.type--fine-print{
|
||||
text-align: center;
|
||||
}
|
||||
.text-center-xs{
|
||||
text-align: center !important;
|
||||
}
|
||||
.social-list{
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.banner-text h2, .banner-text p {
|
||||
font-size: 30px;
|
||||
}
|
||||
.title-text{
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user