﻿/*@import url('https://fonts.googleapis.com/css2?family=Jersey+15&family=Mate:ital@0;1&display=swap');*/

body {
    font-family:'04b 30';
    margin: 0;
    color: #333;
    background-color: #f0f0f0;
}

.header 
{
    background-color: #282c34;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
}

h2 {
    -webkit-text-stroke: 0.5px black;
}

h3 {
    color: black;
    -webkit-text-stroke: 0.1px white;
}

h4{
    color: black;
}

.section-header 
{
    background: url("https://media.tenor.com/JTlJU1QmYAQAAAAM/cogs-gears.gif");
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
}


.logo {
    width: 60px;
    border-radius: 50%;
    border-color: deepskyblue;
    border: 2px solid;
    /*vertical-align: middle;*/
}

.navbar 
{
    text-align: center;
    margin: 20px 0;
    line-height: 0.1;
}

.navbar a 
{
    color: #61dafb;
    margin: 0 15px;
    text-decoration: none;
    font-weight: bold;
}

.navbar a:hover 
{
    color: #21a1f1;
}

.projects-section
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    background-color: darkslategrey;
}

.project-card 
{
    background-color: #fff;
    border-radius: 20px;
    border-color: black;
    border: 2px solid;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 250px;
    margin: 15px;
    text-align: center;
    overflow: hidden;
}

.project-card img 
{
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-bottom: 2px solid #61dafb;
}

.project-card h5 
{
    padding: 10px 0;
    color: #444;
}

.footer
{
    background-color: #282c34;
    color: #ffffff;
    text-align: center;
    padding: 10px;
}

.begin 
{
    text-align: center;
    padding-top: 20px;
}

.page-title 
{
    font-family: 'Mate', serif;
    color: #333;
    font-size: 36px;
    margin-top: 20px;
}

.button 
{
    display: inline-block;
    margin: 5px 10px;
    padding: 10px 15px;
    background-color: steelblue;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s;
}

.button a 
{
    color: white;
    text-decoration: none;
}

.button:hover 
{
    background-color: midnightblue;
}

.kern 
{
    padding: 20px;
    max-width: 800px;
    margin: auto;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.glow 
{
    font-size: 28px;
    font-weight: bold;
    color: #282c34;
    text-align: center;
}

.content-section
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
}

.profile-pic 
{
    width: 150px;
    border-radius: 50%;
    margin-top: 15px;
    border: 5px solid #61dafb;
}

.about-text 
{
    margin: 15px;
    text-align: center;
    font-family: 'Mate', serif;
    font-size: 18px;
    color: #444;
}

hr 
{
    width: 50%;
    border: 1px solid #61dafb;
    margin: 20px auto;
    color: darkslategrey;
}

.button.top-link, .button.bottom-link 
{
    background-color: #444;
    color: white;
}

.button.top-link:hover, .button.bottom-link:hover 
{
    background-color: #282c34;
}
