@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&display=swap');

.cal-sans-regular {
    font-family: "Cal Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.skip-to-content {
    display: none;
}

footer a:link {
    color: #0056b3; 
    text-decoration: underline;
}

footer a:visited {
    color: #7a7a7a; 
    text-decoration: underline;
}


body {
    background-image: url("media/old-vintage-world-map.jpg");
    background-repeat: repeat;
    background-position: center;
}

.container {
    padding: 0px;
}

main,
header {
    border-radius: 10px;
    background-color: white;
    border: 5px solid black;
    margin: auto;
}

.skip-to-content {
    display: none;
}

nav {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.nav-div {
    padding-bottom: 10px;
    background-color: rgb(250, 250, 250);
    border: 5px solid black;
    border-radius: 15px;
}

div[class^="col"] {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

figure {
    text-align: center;
    padding: 0;
    margin: 20px;
}

img {
    border: 5px solid black;
}

div[class^="content-blocks"] {
    padding-inline: 50px;
    display: block;
}

div[class^="border-class"] {
    border: 3px solid black;
    border-radius: 15px;
    background-color: rgb(250, 231, 198);
}

table {
    margin: auto;
    margin-bottom: 20px;
}

caption {
    text-align: center;
}

table,
th,
tr,
td {
    border: 2px solid black;
}

tr:nth-child(odd) {
    background-color: rgb(250, 235, 215);
}

tr:nth-child(even) {
    background-color: rgba(252, 233, 209, 0.856);
}

thead {
    text-align: center;
}

td {
    text-align: center;
    padding-inline: 5px;
}

tbody th {
    padding-right: 30px;
}

p[class^="info1"] {
    padding-inline: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
}

p[class^="info2"] {
    margin-inline: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
}

li {
    line-height: 2.5;
}

ul {
    list-style: none;
    padding-left: 0;
}


ul.custom li::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url('design/3465596_desert_egypt_egyptian_giza_landmark_icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}



footer {
    margin-top: 20px;
    padding-bottom: 10px;
    background-color: rgb(250, 250, 250);
    border: 5px solid black;
    border-radius: 15px;
}

footer div {
    text-align: center;
    padding-inline: 150px;
}

footer div ul {
    text-align: center;
    list-style: none;
}

.header-div {
    margin-top: 20px;
    margin-bottom: 20px;
    background: linear-gradient(to right, aquamarine 5%, white 10%, white 90%, aquamarine 95%);
}

.article-odd {
    background: linear-gradient(to bottom, aquamarine 10%, rgb(187, 255, 240) 25%, bisque 85%, rgb(255, 181, 45) 100%);
}

.article-even {
    background: linear-gradient(to bottom, rgb(255, 181, 45) 10%, bisque 25%, rgb(187, 255, 240) 85%, aquamarine 100%);
}


h2,
h3,
h4,
h5,
h6 {
    text-align: center;
    padding: 10px;
}

h1 {
    text-align: center;
    background-color: rgb(250, 250, 250);
    padding-top: 10px;
    margin: 0px;
}

.styleSwitcher-row {
    margin-top: 5px;
    justify-content: center;
    margin: auto;
    background-color: rgb(250, 250, 250);
    padding: 2px;
}