/* CSS Style Landing */

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

body { font-family: 'Lato', sans-serif; background: url('../image/page/wall.jpg') no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; }
.bg-dark { background-color: #333 !important; }
.btn-light { color: rgb(142, 19, 19); } .btn-light:hover { color: rgb(142, 19, 19); }
.form-check-input { position: relative !important; margin-top: 0 !important; margin-right: .5rem !important; }
section { top: 76px; }

a.navbar-brand { margin: auto; }
.cover-pic { padding: 0 50px; }
footer { padding: 35px 0 35px 0; border-top: solid 1px #000; }
footer a { color: #ddd; } footer a:hover { color: #6c757d; text-decoration: none; }
footer .list-inline-item { color: #ccc; }

.form-box { background-color: rgba(142, 19, 19, 0.60); max-width: 500px; border: solid 2px #fff; border-radius: 10px; margin: 25% auto; }
.form-box a { color: #fff; }
@media (max-width: 576px) { section	{ margin-top: 35%; } .fixed-bottom {position: unset !important; } }
form { margin: auto; padding: 20px; }
.form-control { margin-bottom: 10px; }

/* fix cookiebar */
@media (max-width: 576px) { #cookie_info_box { width: 90% !important; } }