This commit is contained in:
progr76@gmail.com
2019-02-21 17:31:48 +03:00
parent 501ea7c584
commit 572a61a6a6
35 changed files with 4230 additions and 95 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -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;
}