35 lines
628 B
CSS
35 lines
628 B
CSS
|
|
|
|
|
|
.text-50{
|
|
font-size: 50px;
|
|
}
|
|
.web-logo{
|
|
width: 90px;
|
|
display: block;
|
|
padding: 10px 0;
|
|
}
|
|
|
|
header{
|
|
background-color: red;
|
|
}
|
|
@media (min-width:992px) {
|
|
|
|
.header-transparent .menu-fixed .main-header, .header-transparent.with-topbar .menu-fixed .main-header{
|
|
background-color: red;
|
|
}
|
|
.header-transparent .menu-fixed .menu > li > a{
|
|
color: white;
|
|
}
|
|
.header-transparent .menu > li > a:hover, .header-transparent .menu > li:hover a{
|
|
color: white;
|
|
}
|
|
|
|
}
|
|
.tp-banner-container {
|
|
margin-top: 120px;
|
|
}
|
|
.tp-banner{
|
|
height: 600px !important;
|
|
max-height: 900px !important;
|
|
} |