﻿html ,body{
padding:0;
margin:0;
}


body{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5dcea+60,228fe2+100 */
background: #d5dcea; /* Old browsers */
background: -moz-linear-gradient(top,  #d5dcea 60%, #228fe2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d5dcea 60%,#228fe2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d5dcea 60%,#228fe2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5dcea', endColorstr='#228fe2',GradientType=0 ); /* IE6-9 */

}

.fa:hover, .fa a:hover{

 color: #1546ff;

}

@font-face{
   
	 font-family: 'redressed';
    src: url('police/redressed/redressed-webfont.eot');
    src: url('police/redressed/redressed-webfont.eot?#iefix') format('embedded-opentype'),
         url('police/redressed/redressed-webfont.woff') format('woff'),
         url('police/redressed/redressed-webfont.ttf') format('truetype'),
         url('police/redressed/redressed-webfont.svg#redressedregular') format('svg');
    font-weight: normal;
    font-style: normal;
	
	}



	

header{
height: auto;
margin:0 auto;
margin-bottom:10px;

background-color:#fff#;

text-align:center;
font-family:redressed;
font-size:3rem;

}
header h1{
margin-top:25px;
text-shadow:2px 2px 4px blue;
line-height:30px;
letter-spacing:3px;
font-size:150%;

}

header h2{
margin-top:25px;
text-shadow:2px 2px 4px blue;
line-height:30px;
letter-spacing:3px;
}




.btn-default {
  color: #000;
  background-color:#ffffee;
 
  border:2px solid orange;
}

.btn-default:hover {
  color: #fff;
  background-color: orange;
  border-color: #adadad;
}








nav{
height:30px;
margin:10px auto 30px;



text-align:center;

font-family:redressed;
font-size:1.7rem;

}
nav ul{
margin:0 auto;
padding:0;
list-style-type:none;
text-align:center;

}
nav ul li {
float:left;
margin:0;
padding:0;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2fefef+0,2fefef+24,2db6ed+46,7eeae8+80 */
background: #2fefef; /* Old browsers */
background: -moz-linear-gradient(left,  #2fefef 0%, #2fefef 24%, #2db6ed 46%, #7eeae8 80%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #2fefef 0%,#2fefef 24%,#2db6ed 46%,#7eeae8 80%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #2fefef 0%,#2fefef 24%,#2db6ed 46%,#7eeae8 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fefef', endColorstr='#7eeae8',GradientType=1 ); /* IE6-9 */

}

 
 


nav li a{
display:block;
width:150px;
color:#c800ff;
text-decoration:none;
padding:5px;
}
nav li a:hover{
color:#32baff;
background-color:#fff;
text-decoration:none;
}





article{

margin-top:10px;
padding:10px;
padding-bottom:40px;
background-color:rgba(111,198,228,0.2);
height:auto;
text-align:left;
font-size:1.6rem;
border:5px solid #ffffee;
border-left:none;
-webkit-border-radius:0 30px 30px 30px ;
-moz-border-radius:0 30px 30px 30px ;          
border-radius:-0 30px 30px 30px ;
box-shadow:6px 5px 0 #32baff;

}

	
	

article h1{
text-align:center;
font-size:3rem;

}


article h3{
text-align:center;

}

	article h4{
text-align:center;
}


article p strong{
	color:#0080ff;
}



article p{
	padding-left:15px;
}


	





footer{
text-align:center;
font-size:2.5rem;
text-shadow:2px 2px 4px blue;


text-align:center;
font-family:redressed;
margin-top:20px;
margin-bottom:1px;
}

footer h3{
text-align:center;
font-weight:bold;
color:#883fff;
text-shadow:2px 2px 2px #fff;
}


