@font-face {
		font-family: digi;
		src:url(Images/font.woff);
}
	body{
	background:
	  /* On "top" */
	  repeating-linear-gradient(
	    180deg,
	    transparent ,
	    transparent 80%,
	    #f5f5f5 20%,
	    #f5f5f5
	  ),
	  /* on "bottom" */
	  linear-gradient(to right, #e6e6e6, #f5f5f5, #e6e6e6);
background-size: 100% 10px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: #15386A;
	text-align: center;
	margin: 0;
  cursor: url('Images/close.png'), pointer;
	  cursor: url('Images/test.png'), default;
}
	#clock{
		font-family: digi;
		font-size: 300%;
		font-weight: normal;
		color: gray;
	}
	 #quotes {
 		font-family: digi;
 		font-size: 200%;
 		font-weight: normal;
 		color: gray;
 	}
	.webChannels{
		width: 90%;
	}

	@media (orientation: landscape) {
	.column {
		display: inline-block;
		width: 20%;
	}
	.column img{
		margin-left: 20%;
		width: 100%;
	}
}

	@media (orientation: portrait) {
	.column {
		float: left;
		width: 40%;
		margin-right: 10%;
	}
	.column img{
		margin-left: 25%;
		width: 100%;
	}
	.botMob {
		margin-bottom: 50%;
	}
}
#clock {
	display: inline-block;
	vertical-align: top;
}
#stickied{
		position: fixed;
		bottom: 0;
		width: 100%;
}
	#bottom {
	  border: 10px solid #34beed;
	  border-style: solid none none none;
		background: #ccced2;
		position: fixed;
		bottom: 0;
		width: 100%;
		max-height: 15%;
	}
