You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
568 B

.container-fluid-custom {
background-color: rgb(1, 1, 126);
color: #fff;
height: 40px;
}
.contact {
font-size: 15px;
}
.contact i {
color: orange;
vertical-align: -10px;
margin-right: 15px;
}
.contact span {
color: #fff;
margin: 5px;
vertical-align: -1px;
}
.social-media i {
vertical-align: -10px;
padding: 10px;
width: 40px;
}
.social-media i:hover {
background-color: orange;
}
.social-media a {
color: #fff;
}
@media (max-width: 1000px) {
.xs-hidden {
display: none !important;
}
}