|
@ -3,52 +3,70 @@ |
|
|
src: url(./fonts/Comfortaa-Regular.ttf); |
|
|
src: url(./fonts/Comfortaa-Regular.ttf); |
|
|
font-weight: normal; |
|
|
font-weight: normal; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@font-face { |
|
|
@font-face { |
|
|
font-family: Comfortaa; |
|
|
font-family: Comfortaa; |
|
|
src: url(./fonts/Comfortaa-Light.ttf); |
|
|
src: url(./fonts/Comfortaa-Light.ttf); |
|
|
font-weight: lighter; |
|
|
font-weight: lighter; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@font-face { |
|
|
@font-face { |
|
|
font-family: Comfortaa; |
|
|
font-family: Comfortaa; |
|
|
src: url(./fonts/Comfortaa-Bold.ttf); |
|
|
src: url(./fonts/Comfortaa-Bold.ttf); |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#header-bar { |
|
|
#header-bar { |
|
|
height: 10%; |
|
|
height: 10%; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
background-color: rgb(208, 208, 208); |
|
|
background-color: rgb(208, 208, 208); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#header-title { |
|
|
#header-title { |
|
|
font-size: 25px; |
|
|
font-size: 25px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#logo { |
|
|
#logo { |
|
|
height: 60px; |
|
|
height: 60px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#error-code { |
|
|
#error-code { |
|
|
font-family: Comfortaa; |
|
|
font-family: Comfortaa; |
|
|
font-size: 200px; |
|
|
font-size: 200px; |
|
|
color: rgb(208, 208, 208); |
|
|
color: rgb(208, 208, 208); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#navigation { |
|
|
#navigation { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
right: 20px; |
|
|
right: 20px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#dcimg { |
|
|
#dcimg { |
|
|
width: 300px; |
|
|
width: 300px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.error { |
|
|
.error { |
|
|
color: rgb(208, 208, 208); |
|
|
color: rgb(208, 208, 208); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.big-title { |
|
|
.big-title { |
|
|
font-family: Comfortaa; |
|
|
font-family: Comfortaa; |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
|
font-size: 60px; |
|
|
font-size: 60px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.l-title { |
|
|
|
|
|
font-family: Comfortaa; |
|
|
|
|
|
font-weight: normal; |
|
|
|
|
|
font-size: 40px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.m-title { |
|
|
.m-title { |
|
|
font-family: Comfortaa; |
|
|
font-family: Comfortaa; |
|
|
font-weight: normal; |
|
|
font-weight: normal; |
|
|
font-size: 150%; |
|
|
font-size: 150%; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.nav-sep { |
|
|
.nav-sep { |
|
|
position: relative; |
|
|
position: relative; |
|
|
left: 10px; |
|
|
left: 10px; |
|
@ -57,23 +75,28 @@ |
|
|
border-left: 2px solid #232323; |
|
|
border-left: 2px solid #232323; |
|
|
height: 30px; |
|
|
height: 30px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.nav-item { |
|
|
.nav-item { |
|
|
padding: 5px; |
|
|
padding: 5px; |
|
|
font-size: 20px; |
|
|
font-size: 20px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.nav-item a { |
|
|
.nav-item a { |
|
|
color: #232323; |
|
|
color: #232323; |
|
|
text-decoration: none; |
|
|
text-decoration: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.nav-item a:hover { |
|
|
.nav-item a:hover { |
|
|
color: rgb(250, 152, 33); |
|
|
color: rgb(250, 152, 33); |
|
|
text-decoration: none; |
|
|
text-decoration: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.home-content { |
|
|
.home-content { |
|
|
padding: 20px; |
|
|
padding: 20px; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
max-height: 40px; |
|
|
max-height: 40px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.side-img { |
|
|
.side-img { |
|
|
display: block; |
|
|
display: block; |
|
|
position: relative; |
|
|
position: relative; |
|
@ -82,23 +105,45 @@ |
|
|
max-height: 500px; |
|
|
max-height: 500px; |
|
|
max-width: 500px; |
|
|
max-width: 500px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.side-txt { |
|
|
.side-txt { |
|
|
display: block; |
|
|
display: block; |
|
|
position: relative; |
|
|
position: relative; |
|
|
width: 50%; |
|
|
width: 50%; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.text-title { |
|
|
.text-title { |
|
|
background-color: rgb(208, 208, 208); |
|
|
background-color: rgb(208, 208, 208); |
|
|
border-radius: 20px 20px 0px 0px; |
|
|
border-radius: 20px 20px 0px 0px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.text-content { |
|
|
.text-content { |
|
|
background-color: rgb(242, 242, 242); |
|
|
background-color: rgb(242, 242, 242); |
|
|
border-radius: 0px 0px 20px 20px; |
|
|
border-radius: 0px 0px 20px 20px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.card-deck { |
|
|
|
|
|
position: relative; |
|
|
|
|
|
padding-top: 20px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.card { |
|
|
|
|
|
background-color: rgb(208, 208, 208); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.card-body { |
|
|
|
|
|
background-color: rgb(242, 242, 242); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.rounder { |
|
|
|
|
|
border-radius: 20px !important; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.main { |
|
|
.main { |
|
|
position: relative; |
|
|
position: relative; |
|
|
top: 20px; |
|
|
top: 20px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
body { |
|
|
body { |
|
|
background-color: #232323; |
|
|
background-color: #232323; |
|
|
} |
|
|
} |
|
@ -106,9 +151,11 @@ body { |
|
|
.big-title { |
|
|
.big-title { |
|
|
font-size: 30px; |
|
|
font-size: 30px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.side-img { |
|
|
.side-img { |
|
|
display: none; |
|
|
display: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.side-txt { |
|
|
.side-txt { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
top: 10px; |
|
|
top: 10px; |
|
@ -116,6 +163,7 @@ body { |
|
|
transform: translate(-50%, 0%); |
|
|
transform: translate(-50%, 0%); |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#navigation { |
|
|
#navigation { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
top: 50px; |
|
|
top: 50px; |
|
@ -123,20 +171,29 @@ body { |
|
|
transform: translate(-50%, 0%); |
|
|
transform: translate(-50%, 0%); |
|
|
width: 400px |
|
|
width: 400px |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.nav-item { |
|
|
.nav-item { |
|
|
font-size: 19px; |
|
|
font-size: 19px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#header-bar { |
|
|
#header-bar { |
|
|
height: 100px; |
|
|
height: 100px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#header-title { |
|
|
#header-title { |
|
|
left: 0px; |
|
|
left: 0px; |
|
|
width: 20%; |
|
|
width: 20%; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#logo { |
|
|
#logo { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
left: 50%; |
|
|
left: 50%; |
|
|
transform: translate(-50%, 0%); |
|
|
transform: translate(-50%, 0%); |
|
|
height: 60px; |
|
|
height: 60px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.card { |
|
|
|
|
|
align-self: center; |
|
|
|
|
|
width: 80%; |
|
|
|
|
|
} |
|
|
} |
|
|
} |