@charset "UTF-8";
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
background-color: #f4f4f4;
}

hr {
clear: both;
}
#cruise-background {
background-image: url(images/logo-cruise.jpg);
background-size: cover;
background-position: center;
margin-top: 50px;
}
table {
width: 80%;
margin: 40px auto;
border-collapse: collapse;
}
th,
td {
border: 2px solid #444;
padding: 8px;
text-align: center;
}
td {
background-color: rgba(255, 255, 255, 0.6);
font-weight: bold;
height: 50px;
}
th {
background-color: rgba(186, 105, 116, 0.6);
font-size: 1.5em;
color: #fff;
}
caption {
color: #72343D;
background-color: lightgrey;
font-size: 1.1em;
padding: 5px;
text-align: left;
}


quote {
display: block;

padding: 20px;

font-family: 'Artifika';

font-size: 1.25rem;

line-height: 1.6;

color: #7d2531;

background-color: #f9f9f9;

border-left: 5px solid #007bff; 
margin: 20px 0;

}
header img {
width: 100%;
height: 200px;
object-fit: cover;
}
h1 {
text-align: center;
padding: 20px;
background-color: white;
margin: 0;
font-family: 'Artifika';
}

h2 {
font-family: 'Artifika';
}
/* Navigation */
nav {
background-color: #BA6974;
}
nav ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
}
nav li {
padding: 15px 20px;
}
nav a {
color: #fff;
text-decoration: none;
font-weight: bold;
}

nav li:hover {
background-color: #005f8a;
}
/* Separation for Home link */

.home {
border-right: 3px solid white;
margin-right: 10px;
}
/* Aside Section */
aside {
background-color: white;
padding: 20px;
overflow: auto;
line-height: 1.2em;
font-size: 1.5em;
}
aside img {
float: left;
width: 500px;
margin-right: 20px;
border-radius: 20px;
border: 2px solid #c7c5c5;
box-shadow: 5px 5px 10px #c7c5c5;
}
aside h2 {
margin-top: 0;}

article.layout {
padding: 30px;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px; }
article.gallery {
padding: 30px;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}

article {
background-color: white;
padding: 20px;
margin-top: 10px;
}
form {
display: flex;
flex-direction: column;
max-width: 500px;
}
label {
margin-top: 10px;
font-weight: bold;
}
input, select, textarea {
padding: 8px;
margin-top: 5px;
}
input[type="submit"] {
margin-top: 15px;
background-color: #0077b6;
color: white;
border: none;
cursor: pointer;
}
input[type="submit"]:hover {
background-color: #005f8a;
}
/* Footer */

footer {
background-color: #222;
color: #eee;
text-align: center;
padding: 15px;
margin-top: 10px;
}






#birds-background {
  background-image: url(images/robin.jpg);
    background-size: cover;
}

.birds-title {
  text-align: center;
  color: #fff;
  margin-top: 30px;
  padding-top: 30px;
  font-size: 2.5em;
  text-shadow: 2px 2px 2px #000;
}

.birds-container {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

.birds {
  background: #f4f8fb;
  padding: 20px;
  border: 2px solid #0038b8;
  width: 800px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.birds ul,
.birds ol {
  margin-left: 20px;
  line-height: 1.5;
  font-size: 1.5em;
}

.birds p {
  margin-top: 10px;
  font-style: italic;
  font-size: 1.5em;
}

h1 {
margin: 20px 50px 0;
text-align: center;
}
.intro-content {
display: flex;
align-items: flex-start;
gap: 20px;
margin: 50px;
}
.map-image {
width: 500px;
height: auto;
border: 2px solid grey;
border-radius: 20px;
box-shadow: 5px 5px 25px grey;
margin-right: 20px;
}
.intro-content p {
width: 50%;
line-height: 1.6;
font-size: 1.2em;
}
.definition {
max-width: 2000px;
margin: 0 auto;
text-align: left;
}
.details {
margin: 50px;
font-size: 1.2em;
}

dl {
margin-top: 20px;
}
dt {
display: block;
margin: 20px;
text-indent: 0;
font-weight: bold;
color: #AB4E5B;
border-bottom: 1px solid rgba(186, 105, 116, 0.235);
}
dd {
display: block;
margin: 0 0 20px 3%;
text-indent: 0;
}
h1 {
margin: 20px 50px 0;
text-align: center;
}
.intro-content {
display: flex;
align-items: flex-start;
gap: 20px;
margin: 50px;
}
.map-image {
width: 500px;
height: auto;
border: 2px solid grey;
border-radius: 20px;
box-shadow: 5px 5px 25px grey;
margin-right: 20px;
}
.intro-content p {
width: 50%;
line-height: 1.6;
font-size: 1.2em;
}
.definition {
max-width: 2000px;
margin: 0 auto;
text-align: left;
}
.details {
margin: 50px;
font-size: 1.2em;
}
dl {
margin-top: 20px;
}
dt {
display: block;
margin: 20px;
text-indent: 0;
font-weight: bold;
color: #AB4E5B;
border-bottom: 1px solid rgba(186, 105, 116, 0.235);
}
dd {
display: block;
margin: 0 0 20px 3%;
text-indent: 0;
}

