@charset "UTF-8";

html {box-sizing: border-box;}
*, *:before, *:after {box-sizing: inherit;}

* {
	padding: 0;
	margin: 0;
}


#wrapper {
    background-color: #435663;
    margin: 0 auto;
    max-width: 960px;
    padding: 2px;
}
body {
    background-color: #F7F4EA;
    font-family: 'Raleway', sans-serif;
    color: #263633;
}

header {
	background-image: url("../images/bird-header.jpg");
	background-repeat: no-repeat;
	padding: 20px;
	border-radius: 6px;
}

header h1 {
    text-align: center;
    color: #142333;
    font-size: 40pt;
    text-shadow: 5px 5px 3px #ACCCD4;
}

header h2 {
    color: #FFFFFF;
    text-shadow: 0 0 3px #142333;
	font-size: 27pt;
	text-align: center;
}

nav {
	background-color: #acccd4;
	top: 150px;
	text-align: center;
	border-radius: 5px;
}

nav a {
    display: inline-block;
    padding-top: 1%;
    padding-bottom: 1%;
	text-decoration: none;
	color: #142333;
	font-size: 120%;
	width: 32%;
}

nav a:hover {
    color: #acccd4;
    background-color: #142333;
    border-radius: 4px;
}

footer {
	padding: 10px;
	text-align: center;
	background-color: #acccd4;
	clear: both;
	color: #1422333;
}

#photos img {
    width: 100%;
    max-width: 300px;
    box-shadow: 3px 3px #ACCCD4;
    border-radius: 5px;
	display: block;
    margin: auto;
 
}

main, aside {
	padding: 3%;
	margin: 0 auto;
	border-radius: 40px;
}

h1 {
	font-family: 'Sigmar', sans-serif;
}

h2 {
    font-family: 'Cal Sans', sans-serif;
    text-shadow: 1px 1px #919d90;
	font-size: 200%;
	color: #142333;
}
main h2 {
	text-align: center;
}
h3 {
    font-family: 'Cal Sans', sans-serif;
	font-size: 150%;
	color: #142333;
}

ul {
	list-style-position: inside;
}

.nodot {
	list-style: none
}

#formh {
	text-align: left;
}

aside {
    background-color: #D2DCB6;
	text-align: center;
}

main {
	background-color: lightgoldenrodyellow;
	border: thick solid #142333;
}

#submit {
    background-color: #FFFFFF;
    color: #435663;
    border-color: #FFFFFF;
	font-size: 16px;
	padding: 6px 10px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.6);
}

#submit:hover {
	color: #FFFFFF;
	background-color: #435663;
	border-color: #435663;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.6);
}

aside a {
	text-decoration: none;
}

aside a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
}

#half ul {
	list-style: none;
}

li {
	padding-left: 3px;
}

.rescue {
	text-align: center;
}

aside a {
	text-decoration: none;
	color: orangered;
}

aside a:hover {
	color: darkslategray;
}

aside a:visited{ 
	color: palevioletred;}

.logos {
	height: 50px;
	padding: 10px;
}

@media screen and (min-width:960px){
	.column1 {
		width: 25%; 
		float: left;}
	.column2 {
    	width: 50%;
    	float: left;
}
	nav a {
		width: 16%;}
	#full {
		width: 100%;
	}
	#half {
		width: 60%;
		margin: 0;
	}
	#right {
		width: 40%;
		float: right;
		margin: 0;
	}
}

	header h1 {
		font-size: 50px;
}

	main {
		border-radius: 60px;
}
	aside {
		border-radius: 60px;
}

	aside p, aside ul {
		text-align: left;
}



