Untitled
unknown
plain_text
4 years ago
1.7 kB
8
Indexable
body {
font-family: 'Poppins', sans-serif;
}
.responsive {
width: 100%;
height: auto;
}
.top-nav {
text-align: right;
padding-top: 30px;
}
.top-nav li {
display: inline;
padding: 20px;
}
.top-nav li a {
color: #fff;
text-transform: uppercase;
font-weight: bold;
text-decoration: none;
}
.top-nav li a:hover {
text-decoration: underline;
}
.top-bar {
height: 100px;
background: #012a4a;
}
.hero {
height: 400px;
background: #01497c;
text-align: center;
padding-top: 200px;
}
.hero h1, .hero h3 {
color: #fff;
}
.hero h3 {
margin: 40px auto;
}
.hero .button, .video-intro .button {
background: #ffb703;
padding: 15px 30px;
color: #01497c;
border-radius: 5px;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
border: 2px solid #fb8500;
}
.benefits {
padding-top: 100px;
padding-bottom: 100px;
}
.video-intro {
padding-top: 100px;
padding-bottom: 100px;
background: #e9ecef;
}
.video-intro h3 {
font-weight: 400;
line-height: 24px;
}
.programs {
padding-top: 100px;
padding-bottom: 100px;
background: #01497c;
}
.programs p, .programs h4 {
font-weight: 400;
color: #fff;
}
.programs h2 {
font-weight: 700;
color: #fff;
text-align: center;
}
.sign-up {
background: #2a6f97;
padding-top: 50px;
padding-bottom: 50px;
}
.signup-form input {
width: 100%;
}
.footer {
background: #22223b;
padding-top: 50px;
padding-bottom: 50px;
}
.copyright {
background: #212529;
padding-top: 50px;
padding-bottom: 50px;
}
.copyright p {
color: #fff;
text-align: center;
}
.footer p {
color: #fff;
}Editor is loading...