100 lines
1.8 KiB
CSS
100 lines
1.8 KiB
CSS
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
|
|
|
|
.table {
|
|
color: #f2d8bb !important;
|
|
}
|
|
|
|
.navbar-collapse {
|
|
height: 100vh;
|
|
/*display: flex;
|
|
align-items: center;
|
|
justify-content: center;*/
|
|
text-align: center !important;
|
|
align-content: center;
|
|
}
|
|
|
|
.navbar-collapse .nav-link {
|
|
font-size: 1.4em;
|
|
letter-spacing: 2px;
|
|
}
|
|
|
|
.navbar-collapse .nav-item:not(:last-child) {
|
|
border-bottom: 0px solid white;
|
|
padding: 0.2em 1em;
|
|
}
|
|
|
|
.navbar {
|
|
background-color: #022c28;
|
|
color: #d0eae9;
|
|
}
|
|
|
|
.nav-link {
|
|
color: #d0eae9 !important;
|
|
}
|
|
|
|
.content {
|
|
top: 60px;
|
|
}
|
|
|
|
body {
|
|
/*background-image: url('/uploads/0988758e-e16c-4c2c-8c1e-efa3ac5f0274/images/ribi1_brighter.png') !important;*/
|
|
background-color: #022c28;
|
|
background-attachment: fixed;
|
|
background-position: center;
|
|
background-size: cover;
|
|
color: aqua;
|
|
font-family: "Montserrat", sans-serif;
|
|
font-optical-sizing: auto;
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
|
|
h1 {
|
|
font-family: "Montserrat", sans-serif;
|
|
font-optical-sizing: auto;
|
|
font-weight: 700;
|
|
font-style: bold;
|
|
padding-top: 30px;
|
|
padding-bottom: 10px;
|
|
font-size: 2.986rem;
|
|
}
|
|
|
|
h2 {
|
|
font-family: "Montserrat", sans-serif;
|
|
font-optical-sizing: auto;
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
padding-top: 15px;
|
|
padding-bottom: 10px;
|
|
font-size: 2.488rem;
|
|
}
|
|
|
|
h3 {
|
|
font-family: "Montserrat", sans-serif;
|
|
font-optical-sizing: auto;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
font-size: 2.074rem;
|
|
}
|
|
|
|
p {
|
|
color: #fff;
|
|
font-size: x-large;
|
|
}
|
|
|
|
.btn-primary {
|
|
color: #d0eae9;
|
|
background-color: #014d4e;
|
|
border: 0px;
|
|
}
|
|
.btn-primary:hover {
|
|
color: #fff;
|
|
background-color: #086262;
|
|
border: 0px;
|
|
}
|
|
|
|
.row {
|
|
padding-bottom: 30px;
|
|
} |