* {
    font-family   : 'Raleway', sans-serif;
    font-weight   : 100;
    letter-spacing: 1px;
    font-size     : 16px;
}

/****************
* Headlines
****************/
h1 {
    font-size: 350%;
}

h2 {
    font-size  : 250%;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    text-align : center;
}

h3 {
    font-size: 200%;
}

h4 {
    font-size: 150%;
}

h5 {
    font-size      : 100%;
    text-decoration: underline;
}

h6 {
    font-size : 100%;
    font-style: italic;
}

/***************
* Menu
***************/
.user {
    font-weight: bold;
    font-size: 120%;
    color: #150a54;
}

.menu-point {
    padding-bottom: 0.6em;
}

.menu-point a {
    color: #999897;
    font-size: 14px;
    font-weight: 500;
}

.menu-point a:hover {
    color          : #000000;
    text-decoration: none;
}

.to_home {
    color: #636b6f;
}

.to_home:hover {
    color: #636b6f;
    text-decoration: none;
}

/***************
* Miscellaneous
***************/
html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    height: 100vh;
    margin: 0;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.box {
    background-color: #E0E0E0;
}

.full-height {
    height: 100vh;
}

.flex-container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
    
.flex-box {
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex;
}

.flex-item {
    width: 100%;
    padding: 20px;
    margin: 10px;
    border: 1px solid #aaa;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}
.alert {
    margin-top: 0.6em;
}

.page-content {
    width: 90%;
    margin: auto;
    padding: 20px;
}

input::placeholder {
    color:#E0E0E0 !important;
}

/***********************
* Special Media queries
***********************/
@media (max-width: 576px) {
    .page-content {
        width: 100%;
    }
}
