185 lines
2.3 KiB
CSS
185 lines
2.3 KiB
CSS
/* Custom Stylesheet */
|
|
/**
|
|
* Use this file to override Materialize files so you can update
|
|
* the core Materialize files in the future
|
|
*
|
|
* Made By MaterializeCSS.com
|
|
*/
|
|
|
|
nav ul a,
|
|
nav .brand-logo {
|
|
color: #444;
|
|
}
|
|
|
|
nav {
|
|
height: 148px !important;
|
|
}
|
|
|
|
p {
|
|
line-height: 2rem;
|
|
}
|
|
|
|
#logo-container {
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
height: 100%;
|
|
}
|
|
|
|
.button-collapse {
|
|
color: #26a69a;
|
|
}
|
|
|
|
.sub-button {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.parallax-container {
|
|
min-height: 380px;
|
|
line-height: 0;
|
|
height: auto;
|
|
color: rgba(255,255,255,.9);
|
|
}
|
|
.parallax-container .section {
|
|
width: 100%;
|
|
}
|
|
|
|
@media only screen and (max-width : 992px) {
|
|
.parallax-container .section {
|
|
top: 40%;
|
|
}
|
|
#index-banner .section {
|
|
top: 10%;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width : 600px) {
|
|
.parallax-container .section {
|
|
height: auto;
|
|
overflow: auto;
|
|
}
|
|
.container {
|
|
height: auto;
|
|
}
|
|
#index-banner .section {
|
|
top: 0;
|
|
}
|
|
}
|
|
|
|
#tagline {
|
|
font-weight: 600;
|
|
}
|
|
|
|
#event-info {
|
|
font-weight: 400;
|
|
}
|
|
|
|
#registration-banner {
|
|
min-height: 100px;
|
|
max-height: 150px;
|
|
}
|
|
|
|
#registration-banner .section{
|
|
top: auto;
|
|
}
|
|
|
|
.icon-block {
|
|
padding: 0 15px;
|
|
}
|
|
.icon-block .material-icons {
|
|
font-size: inherit;
|
|
}
|
|
|
|
footer.page-footer {
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
.parallax img {
|
|
display: inherit;
|
|
max-width: 200%;
|
|
}
|
|
|
|
#mlh-trust-badge {
|
|
display: block;
|
|
max-width: 100px;
|
|
min-width: 60px;
|
|
position: fixed;
|
|
right: 50px;
|
|
top: 0;
|
|
width: 10%;
|
|
z-index: 10000;
|
|
}
|
|
|
|
.sponsors {
|
|
line-height: 1;
|
|
}
|
|
|
|
.sponsor-name {
|
|
margin-right: 20px;
|
|
margin-bottom: 20px;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.sponsors img {
|
|
display: inline-block;
|
|
margin-right: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.sponsors h2 {
|
|
font-weight: 600;
|
|
font-family: "Archivo Narrow", "Helvetica", sans-serif;
|
|
}
|
|
|
|
.logo {
|
|
max-width: 85%;
|
|
}
|
|
|
|
.partner-sponsors img {
|
|
max-height: 170px;
|
|
}
|
|
|
|
.gold-sponsors img {
|
|
max-height: 70px;
|
|
}
|
|
|
|
.silver-sponsors img {
|
|
max-height: 68px;
|
|
}
|
|
|
|
.bronze-sponsors img {
|
|
max-height: 60px;
|
|
}
|
|
|
|
.platinum-sponsors .sponsor-name {
|
|
font-size: 110px;
|
|
}
|
|
|
|
.footer-info {
|
|
padding: 10px;
|
|
}
|
|
|
|
#logo-container {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
}
|
|
|
|
.nav-logo {
|
|
height: 84px;
|
|
}
|
|
|
|
#hosted-by-container {
|
|
height: 64px;
|
|
text-align: center;
|
|
display: flex;
|
|
align-items: center;
|
|
font-weight: 600;
|
|
font-size: 40px;
|
|
}
|
|
|
|
.hosted-by-logo {
|
|
height: 64px;
|
|
}
|