|
|
@ -54,7 +54,7 @@ body { |
|
|
|
.box { |
|
|
|
.box { |
|
|
|
background: #024361; |
|
|
|
background: #024361; |
|
|
|
margin-bottom: 2em; |
|
|
|
margin-bottom: 2em; |
|
|
|
padding: 1em 2em 0.7em; |
|
|
|
padding: 1em 2em 0.7em 1em; |
|
|
|
border-style: solid; |
|
|
|
border-style: solid; |
|
|
|
border-color: #8FDD75; |
|
|
|
border-color: #8FDD75; |
|
|
|
border-width: 2px; |
|
|
|
border-width: 2px; |
|
|
@ -65,7 +65,6 @@ body { |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-position: right; |
|
|
|
background-position: right; |
|
|
|
background-blend-mode: luminosity; |
|
|
|
background-blend-mode: luminosity; |
|
|
|
padding-right: 10%; |
|
|
|
|
|
|
|
text-shadow: 0px 0px 5px #012E42, |
|
|
|
text-shadow: 0px 0px 5px #012E42, |
|
|
|
0px 0px 10px #012E42, |
|
|
|
0px 0px 10px #012E42, |
|
|
|
0px 0px 15px #012E42, |
|
|
|
0px 0px 15px #012E42, |
|
|
@ -300,3 +299,16 @@ h3, |
|
|
|
padding-bottom: 3px; |
|
|
|
padding-bottom: 3px; |
|
|
|
z-index: 9999; |
|
|
|
z-index: 9999; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.image-bar { |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
justify-content: space-around; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
background-color: #f0f0f0; |
|
|
|
|
|
|
|
padding: 10px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.image-bar img { |
|
|
|
|
|
|
|
max-height: 100px; |
|
|
|
|
|
|
|
margin: 0 10px; |
|
|
|
|
|
|
|
} |