website/static/css/home-theme.css [345:434]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -webkit-transition: border-color 200ms, color 200ms, linear;
    -moz-transition: border-color 200ms, color 200ms, linear;
    -ms-transition: border-color 200ms, color 200ms, linear;
    -o-transition: border-color 200ms, color 200ms, linear;
    transition: border-color 200ms, color 200ms, linear;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
}
header .btn.active, header .btn:hover {
    border-color: #444;
    color: #444;
}
footer {
    background-color: #fff;
    height: 150px;
    padding: 33px 0 31px;
}
footer .left {
    color: #808080;
    font-size: 14px;
    width: 400px;
    line-height: 27px;
    font-weight: 200;
    float: left;
}
footer .logo {
    width: 135px;
    height: 28px;
    margin-bottom: 10px;
}
footer .logo a {
    display: block;
    height: 100%}
footer a {
    font-size: 14px;
    font-weight: 400;
}
footer ul.primary-nav {
    height: 50px;
    line-height: 50px;
    position: relative;
    top: 18px;
}
footer ul.primary-nav li:last-child a {
    padding-right: 0;
}
#home header, #home footer {
    padding-right: 8%;
    padding-left: 8%}
#home .container {
    max-width: 970px !important;
}
.hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #ec1454;
    height: 500px;
    position: relative;
}
.hero .container {
    height: 100%;
    text-align: center;
}
.hero h1 {
    color: #fff;
    font-size: 40px;
    letter-spacing: -0.01em;
    line-height: 1.22em;
    margin-bottom: 30px;
}
.hero h2 {
    color: #fff;
    font-size: 18px;
    line-height: 1.55em;
    letter-spacing: 0em;
    margin-bottom: 25px;
}
@media screen and (max-width: 400px) {
    .hero h1 {
    font-size: 30px;
}
.hero h2 {
    font-size: 15px;
}
.hero .btn {
    font-size: 13px;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



website/static/css/parlai.css [446:535]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -webkit-transition: border-color 200ms, color 200ms, linear;
    -moz-transition: border-color 200ms, color 200ms, linear;
    -ms-transition: border-color 200ms, color 200ms, linear;
    -o-transition: border-color 200ms, color 200ms, linear;
    transition: border-color 200ms, color 200ms, linear;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
}
header .btn.active, header .btn:hover {
    border-color: #444;
    color: #444;
}
footer {
    background-color: #fff;
    height: 150px;
    padding: 33px 0 31px;
}
footer .left {
    color: #808080;
    font-size: 14px;
    width: 400px;
    line-height: 27px;
    font-weight: 200;
    float: left;
}
footer .logo {
    width: 135px;
    height: 28px;
    margin-bottom: 10px;
}
footer .logo a {
    display: block;
    height: 100%}
footer a {
    font-size: 14px;
    font-weight: 400;
}
footer ul.primary-nav {
    height: 50px;
    line-height: 50px;
    position: relative;
    top: 18px;
}
footer ul.primary-nav li:last-child a {
    padding-right: 0;
}
#home header, #home footer {
    padding-right: 8%;
    padding-left: 8%}
#home .container {
    max-width: 970px !important;
}
.hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #ec1454;
    height: 500px;
    position: relative;
}
.hero .container {
    height: 100%;
    text-align: center;
}
.hero h1 {
    color: #fff;
    font-size: 40px;
    letter-spacing: -0.01em;
    line-height: 1.22em;
    margin-bottom: 30px;
}
.hero h2 {
    color: #fff;
    font-size: 18px;
    line-height: 1.55em;
    letter-spacing: 0em;
    margin-bottom: 25px;
}
@media screen and (max-width: 400px) {
    .hero h1 {
        font-size: 30px;
    }
    .hero h2 {
        font-size: 15px;
    }
    .hero .btn {
        font-size: 13px;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



