@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");

body, html {
    font-family: Verdana;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

html {
    display: table;
}
body {
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: Roboto;
}
a {
    color: darkred;
}
a:hover {
    color: darkred;
}

.line {
    background-color: #c9302c;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
}
.line .logo a {
    font-family: Exo;
    font-size: 70px;
    color: #fff;
}
.line .logo a span {
    color: darkred;
}
.line .logo a:hover {
    text-decoration: none;
}
.copy {
    border-top: 1px solid lightgrey;
    padding-top: 40px;
}
.comming {
    margin-top: 30px;
    font-size: 30px;
}
.comming span {
    font-size: 50px;
}

p {
    text-align: justify;
    font-size: 20px;
    margin-bottom: 40px;
}

h1 {
    font-size: 50px;
    margin-bottom: 40px;
}

button.btn {
    font-size: 35px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    width: 90%;
}

.buttons {
    margin-bottom: 30px;
    margin-top: 5px;
}

.question {
    margin-bottom: 40px;
    font-size: 30px;
}

.source {
    text-align: center;
    font-size: 20px;
    margin-top: -30px;
    margin-bottom: 40px;
    color: gray;
}
.source a {
    color: gray;
}

.clear {
    clear: both;
}

.align_center {
    text-align: center;
}

.menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
    text-align: right;
    padding-right: 30px;
    padding-top: 10px;
}
.menu a {
    font-size: 20px;
    color: darkred;
}
.menu li {
    display: inline;
    margin-left: 20px;
}

.list.list-unstyled {
    margin-bottom: 50px;
    text-align: left;
}
.list.list-unstyled a {
    color: #000;
    font-size: 22px;
}
.list.list-unstyled a:hover {
    text-decoration: none;
}
.list.list-unstyled small {
    color: gray;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}