2020-07-16 07:32:52 +01:00
|
|
|
.view {
|
2021-10-13 07:17:52 +01:00
|
|
|
background: url("/slides/homepage.jpg")no-repeat center center;
|
2020-04-27 07:28:00 +01:00
|
|
|
background-size: cover;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar {
|
2023-02-26 04:28:57 +00:00
|
|
|
background: rgb(0, 50, 73);
|
2020-04-27 07:28:00 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.footer-grad {
|
2023-02-26 04:28:57 +00:00
|
|
|
background: rgb(0, 50, 73);
|
2020-04-27 07:28:00 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.top-nav-collapse {
|
2023-02-26 04:28:57 +00:00
|
|
|
background-color: #003249;
|
2020-04-27 07:28:00 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
.navbar {
|
2023-02-26 04:28:57 +00:00
|
|
|
background-color: #003249;
|
2020-04-27 07:28:00 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
html,
|
|
|
|
body,
|
|
|
|
header,
|
|
|
|
.view {
|
|
|
|
height: 100%;
|
|
|
|
}
|
2021-10-13 07:17:52 +01:00
|
|
|
|
|
|
|
.jumbotron-header {
|
|
|
|
height: 200px;
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|