html {
    margin:0;
    padding:0;
}

h3 {
    font-family: "comic sans ms", Arial, Helvetica, sans-serif;
    margin: 0;
    padding-left: 10px;
    padding-bottom: 4px;
    background: linear-gradient(to right, #1255FF,rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0),#1255FF),linear-gradient( skyblue, dodgerblue,dodgerblue,dodgerblue,dodgerblue,dodgerblue, #1255FF);
    color: white;
}

body {
    margin:0;
    padding:0;
    background: url(../images/bg.png) repeat 0 0;
    background-size: auto;
    animation: scroll 6s alternate infinite;
}

.content {
    background: mintcream;
    padding: 1rem 2rem;
}

button {
    width:175px;
    font-family: 'comic sans ms', Arial, Helvetica, sans-serif;
    color: mintcream;
    background: linear-gradient(to right, rgb(110,166,246), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0)), radial-gradient(ellipse at bottom right, rgb(52,128,244),rgb(52,128,244),rgb(52,128,244),rgb(64,134,244),rgb(64,134,244),rgb(110,166,246));
    margin: 5px 5px 5px 70px;
    height:2.2rem;
    z-index: 2;
    position: fixed;
    bottom: 0;
    display: none;
    float: left;
    border-radius: 4px;
    border: 0px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 13px;
    text-align: left;
    padding-left: 20px;
}

#restore2 {
    position: fixed;
    left: 180px;
    float:left;
}

.mainWindow {
    z-index: 1;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 450px;
    margin: 20px;
    background: radial-gradient(ellipse at top, dodgerblue,dodgerblue, blue),radial-gradient(dodgerblue,dodgerblue,dodgerblue,dodgerblue,dodgerblue,dodgerblue,dodgerblue,dodgerblue,mediumblue);
    padding: 2px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}


.left {
    position: relative;
    float: left;
    transition: 0.6s all;
}

.right {
    margin-left: 0px;
    position: relative;
    float: left;
    transition: 0.6s all;
}

.header {
    text-shadow: 1px 1px black;
}

.gradients {
    position: fixed;
    bottom: 0;
    left:0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0,0,0,0) ,rgba(226, 22, 226, 0.3)), linear-gradient(rgba(0, 238, 255, 0.2) ,rgba(0,0,0,0));
}

p {
    font-family: 'Courier New', Arial, Helvetica, sans-serif;
}

ul {
    font-family: 'Courier New', Courier, monospace;
    font-size: large;
}

.floatclear {
    float: none;
}

img.icon {
    float: right;
    max-height: 28px;    
}

img.icon:hover {
    opacity: 0.8;
}

.link {
    color:white;
    text-shadow: 1px 1px 3px blue;
}

.alapalkki {
    position: fixed;
    bottom: 0;
    left:0;
    width: 100vw;
    z-index: 1;
}

.green {
    position: fixed;
    width: 50px;
    background: linear-gradient(to bottom, rgb(110,166,246),#008b138a,rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0),#008b138a),radial-gradient(rgba(0, 255, 128, 0.6),rgba(0, 255, 128, 0.6),rgba(0, 128, 0, 0.8));
    height:46px;
    left:0;
    bottom:0;
    z-index: 0;
    border-bottom-right-radius: 40%;
    border-top-right-radius: 40%;
    border-right: 2px solid rgb(70, 140, 230);
}

.alapalkki>h3 {
    padding: 10px;
    background: linear-gradient(to bottom, rgb(110,166,246),#1255FF,rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0),rgb(0, 47, 255)),linear-gradient(#1255FF, rgb(32, 121, 255));

}

/* ~ MEDIA & ANIMATION ~
--------------------------------------------------------------------------*/

.left.minimized {
  -webkit-transform: translate(-40%, 80vh) scale(0);
}
.right.minimized {
  -webkit-transform: translate(-110%, 80vh) scale(0);
}

@keyframes scroll {
    100% {background-position: 400px 200px;}
}

@media (max-width: 375px) {
    body {
        background-size: 100%;
    }
}

@media (max-width: 500px) {
    .footer {
        display: none;
    }
}

@media (max-width: 425px) {
    .mainWindow {
        width: 87vw;
    }
    
    h3 {
        font-family: 'Times New Roman', Times, serif;
        font-size: 17pt;
    }
}

@media (max-width: 969px) {
    .right {
        margin-left: 20px;
    }
}