/*Asterix wildcard to override browser styles*/
*{
   padding:0;
   margin:0;
   
}

/*General Styles*/

header {background-color:rgb(117, 160, 193);
   border-width:3px;
   border-style:double;
   border-color:midnightblue;
   margin:10px
}

header {color:black;
   font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   text-align:center
}

body {background-color: white;
   margin:10px
}

#navigation {color:midnightblue;
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
text-align:center;
}

#main-body {background-color:rgb(117, 160, 193)}


h3 {
   border-width:3px;
   border-style:double;
   border-color:midnightblue
}

h3 {color:black;
    font-family:'sans-serif', 'Times New Roman';
    font-size:large;
    text-align:center;
}

p {color:black;
   font-family:'sans-serif', 'Times New Roman';
   font: size 80%;
   background-color:white;
   text-align:left;
   padding:10px;
}

#video {background-color: white;
background-position:center;
}

iframe {display:block;
margin:0 auto;
padding: 10px;
}

img {display:block;
margin:0 auto;
padding:10px;
background-color:white;
max-width: 100%;
height:auto;
}

#voyage {max-width: 50%;
height:auto;
}

#beagle {background-color: white;
   padding:10px;

}

#finches {background-color:white;
   border-width:3px;
   border-style:double;
   border-color:midnightblue;
   font-family:'sans-serif', 'Times New Roman';
    font-size:large;
    text-align:center;

}

#further-links {background-color:rgb(117, 160, 193);
   margin:0px;
   /*border-width:3px;
   border-style:double;
   border-color:midnightblue;
   margin:0px}*/
}

#extras {background-color:rgb(117, 160, 193);
   border-width:3px;
   border-style:double;
   border-color:midnightblue;
   margin:10px;
padding:10px;
}

#research-suggestions {background-color: white;
   margin:0px;
padding:0px;
text-align:center;

}
 #fieldset {background-color: white;}


#footer {position: sticky;
   bottom: 0;
}


/*padding*/
/*font-align*/