@font-face {
    font-family: ThreeK;
    src: url(3270NerdFont-Regular.ttf); 
} 

html *
{
   /*font-size: 1em !important;*/
   /*color: #FFF !important;*/
   font-family: Verdana, sans-serif !important;
}

body {
    background-image: url(media/pictures/view2.webp);
    /* background-color: #0D1B1E;*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: white;
    /* background-size: cover; */
}

a {
    color: #B0B0FF;
}

footer {
    text-align: center;
}

/* The navbar container */
.topnav {
    border: 1px solid #d6efdb;
    border-radius: 8px;
    overflow: hidden;
    background-color: #333338;
    width: 70%;
    margin: 0 auto;
    border-radius: 10px 10px 0px 0px; /* top-left, top-right, bottom-right, bottom-left */
}

/* Navbar links */
.topnav a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 7px 8px;
    text-decoration: none;
}

/* Links - change color on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
    border-radius: 10px;
}

.topnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.topnav b {
    float: right;
    padding: 7px 8px;
    text-align: right;
    color: white;
}


.header {
    background-color: #777783c5;
    text-align: center;
    /* padding: 40px; */
    border: 1px solid #0D1B1E;
    height: 100px;
    padding-top: 20px;
    width: 70%;
    margin: 0 auto;
    /*border-radius: 0px 0px 10px 10px;*/ /* top-left, top-right, bottom-right, bottom-left */
    margin-bottom: 33px;
}



/* Home */
.standalone {
    width: 70%;
    margin: 0 auto;
    border-radius: 10px 10px 0px 0px; /* top-left, top-right, bottom-right, bottom-left */
    text-align: center;
}

.block {
    border: 1px solid #0D1B1E;
    /*border-radius: 8px;*/
    text-align: center;
    font-size: larger;
    color: white;
    background-color: #333338c5;
    /* float: right; */

    /* height: 650px; */
    /* box-shadow: 0px 0px 5px 2px black; */
}
details > summary {
    /*list-style: none;*/
  }
  details > summary::-webkit-details-marker {
    /*display: none;*/
  }

.block h1 {
    font-size: larger;
    color:aqua;
}

.block ul {
    text-align: left;
}

.block p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.block sup{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: large;
}

.block1 {
    /*border: 1px solid #1a1a1a; */
    border: 1px solid #0D1B1E; 
    background-color: #777783a3;
    /*border-radius: 10px;*/
    text-align: center;
    font-size: larger;
    color: white;
    width: 96%; 
    margin-right: 0 auto;
    margin-bottom: 33px;
    /* float: left; */

    /* height: 650px; */
    /* box-shadow: 0px 0px 5px 2px black; */
}

.leftcolumn {
    float: left;
    width: 50%;
}

/* Right column */
.rightcolumn {
    float: left;
    width: 50%;
}

/* Clear floats after the columns */
.row {
    width: 70%;
    margin: 0 auto;
    content: "";
    display: table;
    clear: both;
}
/* Blog */
.block2 {
    border: 1px solid #EEEEFF;
    width: 70%;
    margin: 15%;
    margin-top: 25px;
    margin-bottom: 25px;
    /*border-radius: 4px;*/
    text-align: center;
    color: white;
    background-color: #443333;
    /* height: 650px; */
    /* box-shadow: 3px 3px 5px 5px black; */
}

.block2 h1 {
    font-size: larger;
}

.block2 ul {
    text-align: left;
}

.block2 p {
    padding-top: 10px;
    padding-bottom: 10px;
}


/* My Stuff */

.block3 {
    border: 1px solid #EEEEFF;
    width: 96%;
    margin-top: 25px;
    margin-bottom: 25px;
    /*border-radius: 4px;*/
    text-align: center;
    color: white;
    background-color: #44333384;
}

/* Projects */
.dropdown {
    border: 1px solid #4c4c4c;
    width: 70%;
    margin: 15%;
    margin-top: 50px;
    margin-bottom:0px;
    /*border-radius: 10px;*/
    text-align: center;
    font-size: 30px;  
    color: white;
    background-color: #4c4c4c;
    padding-top: 20px;
    padding-bottom: 20px;
}

.dropdown h1 {
    font-size: 35px;
    font-family: 'Segoe UI';
    text-align: left;
    margin-left: 15%;
    margin-top: 50px;
    margin-bottom: 50px;
}




.dropdown2 {
    width: 70%;
    margin: 15%;
    margin-top: 25px;
    margin-bottom: 10px;
    /* border-radius: 10px; */
    text-align: left;
    font-size: 30px; 
}

.dropdown2 h1 {
    font-size: 25px;
    text-align: left;
    margin-left: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.dropdown2 p {
    font-size: 15px;
}

.dropdown2 a {
    color: turquoise;
}
