/* yo, we be stylin, yea */ 
@font-face {
  font-family: 'Roboto';
  src: url("Roboto-Regular.ttf") format("truetype");
}
html{
    scroll-behavior: smooth;
}
body {
  padding-top: 5rem;
  font-family: 'Roboto', sans-serif;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/corrielochbrandy.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
main{
    color: #ffffff;
}
main a{
    color: #ffffff;
}
main a:hover{
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
}

.big_welcome{
    text-align: center;
    margin-top: 15%;
    margin-bottom: 15%;
    min-height: 100%;
}
a.down-thing {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}
a.down-thing:hover {
    text-decoration: none;
}
.footer {
    width: 100%;
    line-height: 60px; /* Vertically center the text there */
    height: 60px;
    bottom: 0;
    width: 100%;
}
.footer {
    color: #bbbbbb;
}
.footer a {
    color: #bbbbbb;
}
.footer img {
    height: 30px;
}
.header-logo{
    font-weight: bold;
    color: #ffffff;
    margin-right: 20px;
}
.header-logo a{
    color: #ffffff;
}
.header-logo a:hover{
    color: #ffffff;
    text-decoration: none;
}
.header-logo img{
    height: 50px;
}
.bg-dark {
    background-color: #424147 !important;
}
hr {
    margin-top: 55px;
    margin-bottom: 55px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.float-left {
    margin-right: 30px;
}
.small_image{
    height: 50px;
}
.btn-lg img{
    height: 50px;
    margin: -8px 10px 0px 10px;
}
.btn-lg{
    font-weight: bold;
}

@media (max-width: 575.98px) {
    .footer {
        height: auto;
        position: static;
    }
}
