/* Custom stylesheet for Serenity Capital */

body {
    height: 100%;
}

/*     General overwrite     */
a {
    color: #2C93FF;
}

a:hover,
a:focus {
    color: #1084FF;
}

a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    outline: 0;
}

/*           Font Smoothing      */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.navbar,
.brand,
.btn-simple {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

/*           Typography          */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-weight: 400;
    margin: 30px 0 15px;
}

h1,
.h1 {
    font-size: 52px;
}

h2,
.h2 {
    font-size: 36px;
}

h3,
.h3 {
    font-size: 28px;
    margin: 20px 0 10px;
}

h4,
.h4 {
    font-size: 22px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

p {
    font-size: 16px;
    line-height: 1.6180em;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    color: #999999;
    font-weight: 300;
    line-height: 1;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
    font-size: 60%;
}

/*           Navigation Bar             */
.navbar .navbar-brand {
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
}

.navbar-nav>li>a {
    margin-top: 13px;
    margin-bottom: 13px;
    padding-bottom: 12px;
    padding-top: 12px;
    font-size: 16px;
}

.navbar-nav>li>a [class^="fa"] {
    font-size: 22px;
}

.navbar-brand {
    padding: 20px 15px;
}

.navbar-collapse {
    border-color: rgba(0, 0, 0, 0);
}

@media (max-width: 768px) {
    .navbar-collapse {
        text-align: center;
    }
}

.page-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main {
    background-position: center center;
    background-size: cover;
    height: auto;
    left: 0;
    min-height: 0;
    min-width: 100%;
    position: relative;
    top: 0;
    width: auto;
    flex: 1;
}

.main .logo {
    color: #FFFFFF;
    font-size: 56px;
    font-weight: 300;
    position: relative;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
    margin-top: 80px;
    z-index: 3;
}

.main .content {
    position: relative;
    z-index: 4;
}

.main .motto {
    min-height: 80px;
}

.banner-text {
    color: #721c24;
    text-decoration: none;
}

.banner-text>a {
    color: #721c24 !important;
}

.banner-title:hover {
    color: black;
}

.subscribe {
    margin-bottom: 100px;
}

.main .motto,
.main .subscribe .info-text {
    font-size: 28px;
    color: #FFFFFF;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.33);
    text-align: center;
    margin-top: 30px;
}

.main .subscribe .info-text {
    font-size: 18px;
    margin-bottom: 20px;
}

.main .subscribe .info-text a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer {
    position: relative;
    width: 100%;
    color: #FFFFFF;
    z-index: 4;
    text-align: center;
    padding: 15px 0;
    background-color: #2683c6;
}

.footer a {
    color: #FFFFFF;
}