Files
SimpleWebConf.github.io/css/custom.css
2021-05-03 12:55:48 +02:00

106 lines
1.9 KiB
CSS

.small-footer-text p {
font-size: .5em;
}
.btn.btn-primary.big-red-button {
background: #f44336;
padding: 1em 2em;
font-size: 1.2em;
box-shadow: 0px 0px 5px 5px rgb(255 255 255 / 46%);
}
.btn.btn-primary.big-blue-button {
background: #44bece;
padding: 1em 2em;
font-size: 1.2em;
box-shadow: 0px 0px 5px 5px rgb(255 255 255 / 46%);
}
@media screen and (max-width: 768px) {
.btn.btn-primary.big-red-button,
.btn.btn-primary.big-blue-button {
padding: .5em;
margin: 0 5%;
width: 90%;
font-size: 0.8em;
}
}
#fh5co-intro {
padding-bottom: 0px;
}
#navbar-2nd-logo a {
font-size: 15px !important;
}
#navbar-2nd-logo img {
float: right;
max-height: 55px;
position: absolute;
top: 0;
left: 80px;
}
@media screen and (max-width: 768px) {
#navbar-2nd-logo img {
top: -8px
}
.row.navbar.navbar-default > div.logo-menu-line {
height: 70px;
}
}
@media screen and (min-width: 768px) and (max-width: 1084px) {
#fh5co-header .navbar-brand {
font-size: 1em;
}
}
.navbar-fixed-top .navbar-brand {
white-space: nowrap;
margin-left: -30px;
}
.js-fh5co-nav-toggle.fh5co-nav-toggle {
margin-right: 20px;
}
.navbar-fixed-top .navbar-brand img {
filter: invert(50%)
}
.navbar-fixed-top .navbar-2nd-logo img {
/* filter: invert(100%); */
}
#coc #fh5co-header {
display: none;
}
#coc #fh5co-header.navbar-fixed-top {
display: block;
}
body {
margin: 0px !important;
}
html {
overflow-x: hidden !important;
overscroll-behavior-x: revert;
}
#fh5co-services .section-heading {
padding-bottom: 10px;
margin-bottom: 10px;
}
.box-testimony blockquote h3 {
margin-bottom: 0;
}
#fh5co-services .box-testimony .author > figure img[alt~="conference"] {
border-radius: 0;
}
.top-actions {
margin-top: 3em;
}
h3 {
color: #fff;
}