body {
    background: #CCCCCC url("images/background.jpg") ;
    font-family: Helvetica, sans-serif;
    line-height: 24px;
}

#wrapper {
    background-color: #87CEFA;
    border: 2px solid #FFFFFF;
    margin: auto;
    overflow: auto;
    width: 1000px;
}

header {
    background-color: #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    overflow: auto;
}

header h1 {
    font-size: 60px;
    text-align: center;
}

nav {
    background-color: #87CEFA;
    font-size: 14px;
    padding: 5px;
    text-align: center;
}

nav a {
    text-decoration: none;
}


article {
    background-color: #FFFFFF;
    float: left;
  

footer {
    background-color: #87CEFA;
    border-top: 2px solid #FFFFFF;
    clear: both;
    font-size: 14px;
    text-align: center;
}

footer a {
    color: #000000;
    text-decoration: none;
}

footer h6 {
    margin: 0;
}

blockquote {
    color: #F6A82C;
    font-style: italic;
}

aside {
	background: #CCCCCC url("back.jpg") ;
}


.alignright {
  float: right;
  margin: 20px;
}

.right{
	float:right;
	padding:30px;
}

.left{
	
	float:left
}

	button {
			color: #000000;
			background-color: #ffffff;
			font-size: 19px;
			border: 1px solid #2d63c8;
			padding: 15px 50px;
			cursor: pointer
		}
		button:hover {
			color: #ebebeb;
			background-color: #ffffff;
		}
	
	


a {
  color:white ; /* Color when the user mouses over the link */
}

.spaced-image {
  margin: 10px; /* Adds 10px of space on all sides of each image */
  display: inline-block; /* Helps with alignment and spacing control */
}

  article m {
	 padding:15px;
	 margin:15px;
 }

}



.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

img {
  border-radius: 50%;
}

#borderimg {
  border-image: url(border.png) 30 round;
}

@font-face {
  font-family: myFont; /* set name */
  src: url(sansation_light.woff); /* url of the font */
}

p {
  font-family: myFont; /* use font */
}

p.test1 {
  width: 200px;
  border: 1px solid #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

h1 {
  text-shadow: 2px 2px;
}

#img1 {
  filter: blur(40px);
}

.button1 {background-color: #04AA6D;} /* Green */
