/* Import google fonts */
/* @import url('https://fonts.googleapis.com/css?family=Economica'); */
@import url('https://fonts.googleapis.com/css?family=Lora&display=swap');

 /* unvisited link */
a:link {
  color: white;
  cursor: default;
}

/* visited link */
a:visited {
  color: white;
  cursor: default;
}

/* mouse over link */
a:hover {
  color: #12EFFF;
  cursor: default;
}

/* selected link */
a:active {
  color: #12EFFF;
  cursor: default;
} 

/* Icon link colors on index */
        #xboxlink {
            color: green;
        }

        #githublink {
            color: gray;
        }

        #twitterlink {
            color: #00aced;
        }

        #twitchlink {
            color: #6441a5;
        }

        #redditlink {
            color: #FF5700;
        }

        #instagramlink {
            color: white;
        }

        #skypelink {
            color: #00AFF0;
        }

        #emaillink {
            color: white;
        }
        
        #discordlink {
            color: #7289da;
        }
        #slacklink {
            color: #3AAF85;
        }
        
        body {
			background-color:#191f26;
			font-family: 'Changa', sans-serif;
            font-size: 16px;
            color: white;
		}