/*-------------------------------------------Body CSS----------------*/

body {
    color: black;
    background-color: black;
    background-image: url("https://homonculus-party.neocities.org/Images/background_main.png") ;
    background-repeat: repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    font-family: sans-serif;
    overflow: auto;
}

@import url('https://fonts.googleapis.com/css2?family=Nabla&family=Zen+Dots&display=swap');

.flex-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-evenly;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 1080px;
    height: auto;
    margin: auto;
    margin-bottom: 50px;
    
}

div.side {
    width: 250px;
}

div.middle {
    width: 550px;
}

div.content {
    background-color: #fadeaa;
    padding: 1px;
    border: 3px ridge #31b5a8;
    margin-bottom: 10px;
}

div.contentR {
    background-color: #fadeaa;
    padding: 1px;
    border: 3px ridge #ed3a2d;
    margin-bottom: 10px;
}

div.contentY {
    background-color: #fadeaa;
    padding: 1px;
    border: 3px ridge #f08d37;
    margin-bottom: 10px;
}

div.scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 400px;
}

.logo {
    display: block;
    margin: auto;
    width: 1500px;
}

/*-- windows display stuff --*/

.ButtonSection {
    display: inline-block;
    float: right;
    margin-right: 1px;
    padding: 2px;
}

/*-- default --*/
.Buttons {
    border-top: 2px solid #50ded0;
    border-left: 2px solid #50ded0;
    border-right: 2px solid #217782;
    border-bottom: 3px solid #217782;
    background-color: #31b5a8;
    
    padding: 1px;
    line-height: 8px;
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

div.WindowsTab {
    text-align: left;
    border-top: 2px solid #50ded0;
    border-left: 2px solid #50ded0;
    border-right: 2px solid #217782;
    border-bottom: 3px solid #217782;
    padding: 1px;
    background-color: #31b5a8;
    height: 30px;
}

/*-- red --*/
.ButtonsR {
    border-top: 2px solid #ff7866;
    border-left: 2px solid #ff7866;
    border-right: 2px solid #a31727;
    border-bottom: 3px solid #a31727;
    background-color: #ed3a2d;
    
    padding: 1px;
    line-height: 8px;
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

div.WindowsTabR {
    text-align: left;
    border-top: 2px solid #ff7866;
    border-left: 2px solid #ff7866;
    border-right: 2px solid #a31727;
    border-bottom: 3px solid #a31727;
    padding: 1px;
    background-color: #ed3a2d;
    height: 30px;
}

/*-- yellow --*/

.ButtonsY {
    border-top: 2px solid #ffc261;
    border-left: 2px solid #ffc261;
    border-right: 2px solid #cf5b25;
    border-bottom: 3px solid #cf5b25;
    background-color: #f08d37;
    
    padding: 1px;
    line-height: 8px;
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

div.WindowsTabY {
    text-align: left;
    border-top: 2px solid #ffc261;
    border-left: 2px solid #ffc261;
    border-right: 2px solid #cf5b25;
    border-bottom: 3px solid #cf5b25;
    padding: 1px;
    background-color: #f08d37;
    height: 30px;
}

.WindowsIcon {
    height: 15px;
    margin: 5px 3px 0px 3px;
    float: left;
    padding-right: 4px;
}

/*-------------------------------------------Fonts------------------*/

h1 {
    font-size: 17px;
    font: monospace;
    padding-left: 20px;
}

p {
    font-family:monospace;
    font-size: 17px;
    margin: 20px;
}

p.windows {
    color: black;
    margin: 4px;
    font-size: 14px;
}

a {
    color: #f08d37;
    font-family:monospace;
    font-size: 20px;
}

a:hover {
    color: #ffbe45;
}

/*-------------------------------------------Image CSS--------------*/

.frame {
    width: 250px;
    margin: auto;
}

img.logo {
    height: auto;
    width: 900px;
    object-fit: fill;
    padding-top: 20px;
    padding-bottom: 20px;
}

.showcase {
    display: block;
    width: 500px;
    margin: auto;
    padding: 10px;
}

/*------------------------------------------Scrollbar---------------*/

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background-color: #fadeaa;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #f08d37; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ffbe45; 
}

/*------------------------------------------Image Animations--------*/


.a {
    
   	animation: pulse 3s linear infinite;
}

@-webkit-keyframes "pulse" {
0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
50% {
   -webkit-transform: scale(0.5);
   transform: scale(0.5);
}
100% {
    -webkit-transform: scale(1);
   transform: scale(1);
}
}

/*-------------------------------------------Slideshow gallery----*/

