			body	        {
					font-family:"Tahoma";
					letter-spacing:2px;
					}
					
			p       {
			        font-size:1.3em;
			}
			
			#trees	        {
					width:100vw;
					height:100vh;
					position:fixed;
					}

            #logo           {
					width:60px;
					height:60px;
					}
			
			h1		{
					font-size:5vw;
					color:white;
					letter-spacing:30px;
					}
					
			h2		{
					color:white;
					}
			
			#body	        {
					position:relative;
					top:200px;
					}
					
			#socialmedia	{
					clear:both;
					float:right;
					margin:50px;
					}
					
			#socialmedia img	{
					margin:40px;
					}
					
			.pages	        {
					margin:0;
              		letter-spacing:2px;
              		background-color:rgba(223, 220, 220, 0.7);
              		padding:30px;
					color:black;
                    margin-bottom:50px;
					min-height: 950px;
					}
					
			#homepage       {
					margin:0;
              		letter-spacing:2px;
              		background-color:rgba(223, 220, 220, 0.7);
              		padding:30px;
					color:black;
                    margin-bottom:50px;
					min-height: 200px;
					}
					
			.skills	        {
					margin:0;
              		letter-spacing:2px;
              		background-color:rgba(223, 220, 220, 0.7);
              		padding:30px;
					color:black;
					}
				
			#profilepic	{
					float:left;
					margin:20px;
					width:25vw;
                     height:25vw;
					}
			
			a		{
					color:white;
					text-decoration:none;
					}
					
			a:visited	{
					color:white;
					text-decoration:none;
					}
			
			.container img	{
					width:5vw;
                    height:5vw;
					}
					
			.pages img	{
					width:150px;
                    height:150px;
					}
			
			.label {
					color:white;
					font-weight:bold;
					}

		
			@media screen and (max-width: 800px) {
			#socialmedia img      {
                    width:20px;
					height:20px;					
                                        }
	                                }