@font-face {
  font-family: BoldPixels;
  src: url(../assets/fonts/BoldPixels1.4.ttf);
}

* {
    text-align: center;
    font-family: BoldPixels;
}


header {
    text-align: center;
    color:white;
    margin-bottom: 20px;
    font-size: 32px;
    text-shadow: 4px 4px rgb(153, 153, 153);
}

body {
    background: linear-gradient(180deg,rgb(38, 11, 43) 0%, rgb(15, 18, 77) 50%, rgba(4, 7, 15, 1) 100%);
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    font-size: x-large;
    padding: 0;
    margin: 0;
}

footer {
    padding-top: 50px;
    color:white
}

.background-img {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    mix-blend-mode:overlay;
    opacity: 65%;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 40px;
}

p {
    font-size: 32px;
    padding-left: 25px;
    padding-right: 25px;
}

.container {
    width: 75%;
    background-color: rgba(214, 214, 214, 0.6);
    margin: auto;
    text-align: center;
    padding-bottom: 25px;
    border-radius: 25px;
    margin-bottom: 50px;
}

.row {  
    padding-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.192);
}

.row img {
    max-width: 600px;
    width: 100%;
    min-width: 300px;
    height: auto;
}

.header-software {
    background-color: rgb(105, 88, 255);
    padding-top: 10px;
    color:rgb(243, 243, 243);
    padding-bottom: 10px;
    margin-left: calc(-2.5% - 15px);
    transform:translateY(-10px);
    border-radius: 50px;
    border-style:ridge;
    border-width: 15px;
    border-color: rgb(77, 118, 255);
    width: 105%;
    
}

.header-project {
    background-color: rgb(0, 247, 255);
    background: linear-gradient(180deg,rgb(214, 214, 214, 0) 0%, rgba(0, 247, 255, 0.685) 50%, rgba(214, 214, 214, 0) 100%);
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:rgb(0, 0, 0);
    text-shadow: 0px 0px 16px rgb(255, 255, 255);
    mix-blend-mode:screen;
}

ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.item > img {
    width: 75%;
    height: auto;
}

.flex-row {
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-content: start;

}

.vid-box {
    background-color: rgba(0, 0, 0, 0.438);
    padding: 15px;
    margin: 15px;
    width: 375px;
    height: 400px;
    border-radius: 25px;
    color:white;
}

.button {
    background-color: rgb(34, 178, 226);
    width: 200px;
    height: 50px;
    color:white;
    stroke: black;
    margin: 15px;
    stroke-width: 12px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-decoration-style:none;
}
.button a {
    color:white;
    text-decoration: none;
    text-decoration-style: none;
}
.button:hover {
    color:rgb(178, 189, 189);
    background-color: rgb(21, 117, 150);
}

.button:active {
    background-color: rgb(94, 215, 255);
}

.gallerymedia {
    width: 350px;
}

.row ul {
    display:block;
    flex-direction:column;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.row li {
    padding: 10px;
}
/* ---- reset ---- */
canvas { 
    display: block; 
    z-index: -2;
}
 /* ---- particles.js container ---- */ 
#particles-js { 
    position:fixed; 
    width: 100%; 
    height: 100%; 
    top: 0;
    z-index: -2;
} 