/* Variables */
:root{
  /* Cursors */
  --cursor-normal: url(/cursor/Spider-Man-Normal.ani), auto;
  --cursor-broken: url(/cursor/Spider-Man-Unavailable.ani), auto;
  --cursor-text: url(/cursor/Spider-Man-Text.ani), auto;
  --cursor-: url(/cursor/Spider-Man-Text.ani), auto;
  
  /* Colors */
  --color-border-light-grey: #b0b0b0;
  --color-background-grey: #c0c0c0;
  --color-background-light-grey: #e0e0e0;
  --color-shadow-grey: #808080;
  --color-text-white: #ffffff;
  --color-text-dark-blue: #000080;
  --color-text-light-blue: #1084d0;
  --color-text-lighter-blue: #a5cef7;
  --color-text-dark: #222;
  --color-text-icon-caption: #fff;
  --color-text-icon-shadow: rgba(0, 0, 0, 0.25);
  --color-black: #0a0a0a;
  --color-dark-grey-shadow: #757575;
  --color-medium-grey-shadow: #9f9f9f;
  --color-light-grey-shadow: #dfdfdf;
  --color-dark-blue-selected: #000a71;
  --color-toolbar-border-dark: #7c7c7c;
  --color-toolbar-separator: #797979;
  --color-input-background: #f0f0f0;
  --color-icon-background: #d7d7d7;
  --color-icon-background-hover: #a0a0a0;
  --color-progress-track: #000;
  --color-progress-shadow-light: #b8b8b8;
  --color-spotify-imgage: #d9d9d9;
  --color-skills-progress: #d0d0d0;
  --color-slills-progress-bar: #004080;
  --color-web-search: #5c5c5c;
  --color-web-search-bar: #e7e7e7;
  --color-toolbar-start-menu: #0261a0;
  
  /* Coordinets */
}

/* Cursors */
.cursor:hover{
  cursor: var(--cursor-normal);
  transform: scale(1.1);
}

/* Layout */
.wrapper {
  width: 1200px;
  padding-top: 20px;
  margin: 0 auto;
  padding: 20px;
}

body{
	-webkit-font-smoothing:antialiased;
	font-family: "Comic Sans MS", sans-serif;
	line-height:1.4;
	margin: 0 auto;
	padding: 30px;
	max-width:900px;
	height: 100%;
	cursor: var(--cursor-normal)
}

header{
  width:100%;
  vertical-align: middle;
  padding: 60px;
  text-align: center;
}

.floatLeft{ 
  float: left; 
}

.floatRight{ 
  float: right; 
}

.navbar{
  display: flex;
}

.navbar a {
  color: yellow;
  padding: 14px 20px;
  text-decoration: none;
  text-align: center;
}

.navbar a:hover {
  color: red;
}

/* Column container */
.row {  
  display: flex;
  flex-wrap: wrap;
}

/* Sidebar/left column */
.side {
  flex: 30%;
  padding: 20px;
}

/* Main column */
.main {
  flex: 70%;
  padding: 20px;
}

/* Footer */
footer {
  padding: 30px;
  text-align: center;
  background: #ddd;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.intro{
	font-size:4em;
}

.max { 
  display: block;
  width: 860px;
  word-wrap: break-word;
}

/* Background and Images */
.bg1 {
	background-image: url("https://i.imgur.com/YUPql5N.gif");
}

.bg2 {
	background-image: url("https://i.imgur.com/SHZe50s.gif");
}

/* Text Color and Size */
a {
	color: #000000;
}

h1, h2, h3, p, a {
  color: yellow;
}

.container {
  width: 1000px;
  height: 100%;
  border: 2px solid black;
  box-sizing: border-box;
}

span.line {
  color: red;
}

.myspaceTable{
  word-wrap: break-word;
}

.myspaceTable{
  color:#d5e7ff;
  word-wrap:break-word;
  font-family:times;
  font-size:16px
}

/* Text Formatting */
.wordart {
  font-family: Arial, sans-serif;
  font-size: 4em;
  font-weight: bold;
  position: relative;
  padding-top: 20px;
  z-index: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wordart.rainbow {
  transform: skew(0, -15deg) scale(1, 1.5);
  -webkit-transform: skew(0, -15deg) scale(1, 1.5);
  -moz-transform: skew(0, -15deg) scale(1, 1.5);
  -o-transform: skew(0, -15deg) scale(1, 1.5);
  -ms-transform: skew(0, -15deg) scale(1, 1.5);
}

.wordart.rainbow .text{
  background: red; 
  background: -webkit-linear-gradient(left, #b306a9, #ef2667, #f42e2c, #ffa509, #fdfc00, #55ac2f, #0b13fd, #a804af);
  background: -o-linear-gradient(left, #b306a9, #ef2667, #f42e2c, #ffa509, #fdfc00, #55ac2f, #0b13fd, #a804af);
  background: -moz-linear-gradient(left, #b306a9, #ef2667, #f42e2c, #ffa509, #fdfc00, #55ac2f, #0b13fd, #a804af);
  background: linear-gradient(to right, #b306a9, #ef2667, #f42e2c, #ffa509, #fdfc00, #55ac2f, #0b13fd, #a804af); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#wm-ipp #wm-ipp-inside {
  margin: 0 6px;
  border:5px solid #000;
  border-top:none;
  background-color:rgba(255,255,255,0.9);
  -moz-box-shadow:1px 1px 4px #333;
  -webkit-box-shadow:1px 1px 4px #333;
  box-shadow:1px 1px 4px #333;
  border-radius:0 0 8px 8px;
}

/* @group Blink */
.blink {
	-webkit-animation: blink 1.5s linear infinite;
	-moz-animation: blink 1.5s linear infinite;
	-ms-animation: blink 1.5s linear infinite;
	-o-animation: blink 1.5s linear infinite;
	animation: blink 1.5s linear infinite;
}

@-webkit-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}

@-moz-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}

@-ms-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}

@-o-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}

@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
/* @end */


/* Button Marqee */
.buttonScroll {
    height: 55px;
    width: 430px;
    margin-top: 180px
}

.marquee {
    --gap: 1rem;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 1rem
}

.marquee__content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    gap: 1rem;
    animation: 20s linear infinite scroll;
    list-style: none
}

@keyframes scroll {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(calc(-100% - var(--gap)))
    }
}

/* Text Marquee */
.scroll-left {
  height: 100px;	
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.scroll-left h2 {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  /* Starting position */
  -moz-transform:translateX(100%);
  -webkit-transform:translateX(100%);	
  transform:translateX(100%);
  /* Apply animation to this element */	
  -moz-animation: scroll-left 8s linear infinite;
  -webkit-animation: scroll-left 8s linear infinite;
  animation: scroll-left 8s linear infinite;
}

/* Scroll */
@-moz-keyframes scroll-left {
  0%   { -moz-transform: translateX(100%); }
  100% { -moz-transform: translateX(-100%); }
}

@-webkit-keyframes scroll-left {
  0%   { -webkit-transform: translateX(100%); }
  100% { -webkit-transform: translateX(-100%); }
}

@keyframes scroll-left {
  0% { 
    -moz-transform: translateX(100%); 
    -webkit-transform: translateX(100%);
    transform: translateX(100%); 		
 }
 100% { 
  -moz-transform: translateX(-100%); 
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);  
  }
}

/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .row, .navbar {   
    flex-direction: column;
  }
}

/* Layout: Rows and Columns */ 
/*
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
*/
/* Create four equal columns that sits next to each other */
/*
.column {
  flex: 24%;
  max-width: 24%;
  padding: 0 3px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
/*
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
/*
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
*/


