*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

@font-face {
    font-family: Kanit;
    src: url(../fonts/Kanit-Regular.ttf);
}

@font-face {
    font-family: FiraCode;
    src: url(../fonts/FiraCode-VariableFont_wght.ttf)
}

body {
    background-image: url(../img/HTMLCode.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: repeat-y;
    font-family: kanit;
    background-attachment: fixed;
}

.navbar {    
    background-color: #dad6d68f !important;
    width: 100%;
    position: fixed;
    z-index: 99;
    padding: 0; 
    border-bottom: 1px solid rgba(247, 247, 247, 0.747) !important;
    top: 0%;
    left: 0%;
}

.navbar.navBackground {
    background-color: rgb(212, 209, 209) !important;
}

nav .container {
    width: 100%;

    padding-bottom: 10px;
}

.navbar a:hover {
    color: grey;
    transition: color 0.5s ease;
}

.navbar-brand {
    text-shadow: 3px 3px 3px black;
    color: white;
    font-size: 2.2em;
}

.navbar ul a {
    color: white;
    text-shadow: 3px 3px 3px black;
}
.navbar-brand:hover {
    color: grey;
    transition: color 0.5s ease;
}

.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../img/Coffee_Laptop_Background.jpg);
    background-size: cover;
    background-position: right center;
    padding: 180px 0px;
    border-bottom: 3px solid rgba(247, 247, 247, 0.733);
}

.bannertext {
    background-color: #dad6d68f;
    border-radius: 15px;
    padding: 1em;
}

#about {
    background-color: rgb(223, 223, 223);
}

h1 {
    font-family: FiraCode;
    font-weight: bold;
}

h2,h3,h4,h5,h6 {
    font-family: FiraCode;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-shadow: 3px 3px 3px black;
}

h2::after, h3::after {
    content:' ';
    width: 40px;
    display:block;
    margin: 0 auto;
    border:2px solid rgb(255, 255, 255);

}

#about {
    border-top: 3px solid rgba(247, 247, 247, 0.733);
    border-bottom: 3px solid rgba(247, 247, 247, 0.733);
}

#about ul li {
    margin-bottom: 10px;
    font-size: 1.5em;
}
p {
    letter-spacing: .9px;
       line-height: 26px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

footer {
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f2f2f2;
}

.icon {
    width: 24px;
    height: 24px;
}