2023-09-08 00:18:46 +00:00
|
|
|
#logo {
|
|
|
|
max-height: 65px;
|
|
|
|
display: inline;
|
|
|
|
float: left;
|
|
|
|
padding-right: 30px;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
padding-top: 5px;
|
2022-12-29 23:58:01 +00:00
|
|
|
}
|
|
|
|
|
2023-09-08 00:18:46 +00:00
|
|
|
.navbar-nav>li>a {
|
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 15px;
|
|
|
|
line-height: 40px
|
2022-12-29 23:58:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
2023-09-08 00:18:46 +00:00
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 30px;
|
|
|
|
background-color: #333;
|
2023-09-24 00:33:17 +00:00
|
|
|
color: #fff;
|
|
|
|
text-align: center;
|
2022-12-29 23:58:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.footer-text {
|
2023-09-08 00:18:46 +00:00
|
|
|
line-height: 20px;
|
|
|
|
padding-top: 7px;
|
|
|
|
vertical-align: middle;
|
|
|
|
color: #FFFFFF;
|
|
|
|
display: table;
|
|
|
|
margin: 0 auto;
|
2022-12-29 23:58:01 +00:00
|
|
|
}
|
|
|
|
|
2023-09-08 00:18:46 +00:00
|
|
|
html,
|
|
|
|
body {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
2023-09-24 00:33:17 +00:00
|
|
|
background-color: #333;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #a5cff3;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover,
|
|
|
|
a:active {
|
|
|
|
color: #4dacff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.jumbotron {
|
|
|
|
margin: 0 0 0 0;
|
|
|
|
background: #333;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu {
|
|
|
|
background-color: #222;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu>li>a {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #222;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu>li>a:hover,
|
|
|
|
.dropdown-menu>li>a:active {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #555;
|
2022-12-29 23:58:01 +00:00
|
|
|
}
|
|
|
|
|
2023-09-08 00:18:46 +00:00
|
|
|
.carousel-inner,
|
|
|
|
.item,
|
|
|
|
.active {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
2022-12-29 23:58:01 +00:00
|
|
|
background-color: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-item {
|
2023-09-08 00:18:46 +00:00
|
|
|
padding-top: 100px;
|
2022-12-29 23:58:01 +00:00
|
|
|
}
|
|
|
|
|
2023-09-08 00:18:46 +00:00
|
|
|
.carousel {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
padding-top: 60px;
|
2022-12-29 23:58:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.carousel-inner {
|
2023-09-08 00:18:46 +00:00
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
2022-12-29 23:58:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.item img {
|
2023-09-08 00:18:46 +00:00
|
|
|
width: 100%;
|
|
|
|
vertical-align: bottom;
|
2022-12-29 23:58:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar {
|
2023-09-08 00:18:46 +00:00
|
|
|
padding-bottom: 30px;
|
2022-12-29 23:58:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.com-pic {
|
2023-09-08 00:18:46 +00:00
|
|
|
object-fit: cover;
|
|
|
|
max-width: 150px;
|
|
|
|
width: 100%;
|
|
|
|
height: 175px;
|
2022-12-29 23:58:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pres-pic {
|
2023-09-08 00:18:46 +00:00
|
|
|
object-fit: cover;
|
|
|
|
max-width: 222px;
|
|
|
|
width: 100%;
|
|
|
|
height: 259px;
|
2022-12-29 23:58:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.row h1 {
|
2023-09-08 00:18:46 +00:00
|
|
|
font-size: 20pt;
|
2023-09-07 23:35:12 +00:00
|
|
|
}
|