85 lines
1.7 KiB
CSS
85 lines
1.7 KiB
CSS
body, p, ul, ol {
|
|
font-size: 14px;
|
|
font-size: 1.6rem;
|
|
line-height: 2rem;
|
|
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-weight: 400;
|
|
color: #454545;
|
|
letter-spacing: -0.35px;
|
|
}
|
|
|
|
.nav-custom{
|
|
border-bottom: 3px solid #009edb!important;
|
|
padding-top: 0rem !important;
|
|
padding-bottom: 0rem !important;
|
|
padding-left: 6rem !important;
|
|
padding-right: 6rem !important;
|
|
}
|
|
|
|
.navbar-light .navbar-nav .nav-link{
|
|
color: black !important;
|
|
font-size: 12.35px !important;
|
|
}
|
|
|
|
.navbar-light .navbar-brand{
|
|
color: black !important;
|
|
font-size: 12.35px !important;
|
|
}
|
|
|
|
.header{
|
|
padding-top: 2rem;
|
|
}
|
|
|
|
.logo{
|
|
width: 20rem;
|
|
border-right: solid black 1px ;
|
|
margin-right: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.title{
|
|
width: 30%;
|
|
}
|
|
|
|
.title a{
|
|
font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
line-height: 1;
|
|
text-transform: none;
|
|
text-decoration: none;
|
|
font-weight: 700;
|
|
color: #4d4d4d !important;
|
|
font-size: 27.006116208px;
|
|
margin-top: 21.8475998092px;
|
|
letter-spacing: 0.027em;
|
|
}
|
|
|
|
.search-box{
|
|
margin-left: auto;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.navbar2{
|
|
padding-top: 0rem !important;
|
|
padding-bottom: 0rem !important;
|
|
background-color: #4d4d4d !important;
|
|
}
|
|
|
|
.navbar-nav2 > .nav-item{
|
|
border-right: solid #fff 1px;
|
|
/* margin-right: 10px;
|
|
margin-left: 10px; */
|
|
justify-content: center;
|
|
}
|
|
|
|
.navbar-nav2 > .nav-item:hover {
|
|
background-color: #f2f2f2;
|
|
}
|
|
.navbar-nav2 > .nav-item> .nav-link:hover{
|
|
color: #000 !important;
|
|
}
|
|
|
|
.navbar-nav2 > .nav-item > .nav-link{
|
|
color: #fff !important;
|
|
padding: 0px 10px 0px 10px !important;
|
|
|
|
} |