0.899
This commit is contained in:
10
Source/SITE/CSS/bootstrap.min.css
vendored
10
Source/SITE/CSS/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
8
Source/SITE/CSS/font-awesome.min.css
vendored
8
Source/SITE/CSS/font-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
31
Source/SITE/CSS/style.min.css
vendored
31
Source/SITE/CSS/style.min.css
vendored
@@ -3,7 +3,8 @@ body, h1, h2, h3, h4, h5, h6
|
||||
font-family: Roboto, sans-serif
|
||||
}
|
||||
a, a:focus, a:hover {
|
||||
text-decoration: none
|
||||
text-decoration: none;
|
||||
font-size: 14px;
|
||||
}
|
||||
body {
|
||||
font-size: 14px;
|
||||
@@ -18,13 +19,15 @@ h1, h2, h3, h4, h5, h6 {
|
||||
color: #10161A
|
||||
}
|
||||
.main-color, a {
|
||||
color: #6195FF
|
||||
color: #6195FF;
|
||||
font-size: 22px;
|
||||
}
|
||||
h1 {
|
||||
font-size: 54px
|
||||
}
|
||||
h2 {
|
||||
font-size: 36px
|
||||
font-size: 32px;
|
||||
text-transform: uppercase !important;
|
||||
}
|
||||
h3 {
|
||||
font-size: 21px
|
||||
@@ -42,7 +45,8 @@ a {
|
||||
a:focus, a:hover {
|
||||
outline: 0;
|
||||
opacity: .8;
|
||||
color: #6195FF
|
||||
color: #6195FF;
|
||||
font-size: 22px;
|
||||
}
|
||||
.white-text {
|
||||
color: #FFF
|
||||
@@ -198,6 +202,7 @@ input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, inp
|
||||
}
|
||||
.main-nav li a {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
-webkit-transition: .2s color;
|
||||
transition: .2s color
|
||||
}
|
||||
@@ -593,7 +598,7 @@ header {
|
||||
}
|
||||
@media only screen and (min-width:992px) {
|
||||
.about {
|
||||
min-height: 324px
|
||||
min-height: 300px
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width:991px) {
|
||||
@@ -836,4 +841,20 @@ header {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1)
|
||||
}
|
||||
}
|
||||
|
||||
#cookiesmessage {
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
background: #667586;
|
||||
height: 40px;
|
||||
color: #ffffff;
|
||||
bottom: 0px;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#cookiesmessage a {
|
||||
color: #000;
|
||||
font-size: 18px;
|
||||
}
|
||||
Reference in New Issue
Block a user