body {
    background: #2b2a33 !important;
    font-family: "Orbitron" !important;
}

/* Headline Border */

.headline {
    width: 180px;
    height: 4px;
    border-radius: 5px;
    background: white;
    margin:0px auto;
}

.header-wave {
    position: absolute;
    left: 0;
    bottom: 0;
}

/* Cookies */

.cookiestyle {
    width: 100%;
    height: 70px;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1000;
    bottom: 0;
}

.confirm {
    display: none;
}

.cookiestyle p {
    color: white;
}

.cookiestyle li a {
    text-decoration: none;
}

.cookiestyle .cookiebutton {
    background-color: #ffbf0c;
    border-radius: 5px;
    cursor: pointer;
}

/* Hover */

header nav li {
    transition: all 900ms;
}

header nav li:hover {
    background-color: #ffbf0c;
}

/* fonts */

.headline-text {
    text-shadow: 2px 2px black;
    background: #ffbf0c;
}

h5 {
    color: white;
}

ul.navbar-nav li.nav-item a {
    color: white !important;
}


.navbar-light .navbar-toggler {
    background: #ffbf0c !important;
}

span.skill-text {
    color: black;
    font-size: large;
}

label {
    color: white;
}

footer ul li {
    color: white;
}

footer h3 {
    color: white;
}

/* Icons */

.fab {
    color: white;
}

/* Form */

form {
    width: 600px;
}

.form-container {
    display: flex;
    justify-content: center;
}

footer {
    text-decoration: none;
}

/* Top Bottom */

#myBtn {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #ffbf0c;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
  }
  
  #myBtn:hover {
    background-color: black;
  }