/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*---------------------------------------------Website Information ---------------------------------------------------- */
/*--
TITTLE H1
Font IM FELL DW Pica Colour #fffff

SUBTITTLES H2
Font IM FELL DW Pica
Colour #e3c795/#ca8261

H3,H4
Font EB Garamond Colour #e3c795/#ca8261

BODY TEXT
Font EB Garamond Colour #fffff

BACKGROUND
Colour #3e6868 -- */
/*--------------------------------------------- Starting the Website---------------------------------------------------- */

body {
  max-width: 100%;
  background: #3e6868;
}

/* --------------------------- Starting with navigation ----------------------------- */
/* -------------------------------------------------------- */

ul {
  font-family: "EB Garamond", "Times New Roman", Georgia, Garamond;
  font-size: 1.9em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  letter-spacing: 0.3em;
  margin: 0px 100px 0px 100px;
}

ul li {
  margin: 60px 10px 30px 10px;
  padding: 10px 10px 10px 40px;
}

a {
  color: #e3c795;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline solid 3px #ffff;
}

a:active {
  text-decoration: underline;
}
/* --------------------------- End of navigation ----------------------------- */
/*------------------------------------------------------------------------------------------------- */

h1,
h2 {
  margin: 0;
}
/* --------------------------- Footer same in all the pages not change ----------------------------- */
footer {
  font-family: "EB Garamond", Georgia, Garamond, "Times New Roman";
  background-color: #99b198;

  bottom: 0px;
  width: 100%;
  height: 3%;
  text-align: center;
  margin-top: 10%;
  padding: 0.5% 0;
  color: #ffff;
}

/* --------------------------Starting body text page ----------------------------- */

main {
  display: grid;
  background-color: #ffff;
  padding: 50px 50px 50px 50px;
  margin: 100px;
  border: solid 8px #99b198;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.4);
}
/* ------------------------------------------------------- */
main h1 {
  font-family: "IM Fell Double Pica", Georgia, "Times New Roman", Times, serif;
  font-size: 6em;
  line-height: 1.5;
  border-top: 10em;
  padding: 5% 5%;
  margin: 35px 20px 35px 20px;
  max-height: 30em;
  width: 100%;
}

main h2 {
  font-family: "IM Fell Double Pica", Georgia, "Times New Roman", Times, serif;
  text-align: center;
  font-size: 3em;
  border-top: 10px;
  padding: 30px;
  margin-bottom: 50px;
  max-height: 30em;
}
main h3 {
  font-style: italic;
  font-family: "IM Fell Double Pica", Georgia, "Times New Roman", Times, serif;
  font-size: 2em;
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 50px 30px 30px 30px;

  max-height: 30em;
}
main p {
  font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 1.6;
  border-top: 8em;
  padding: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  max-height: 30em;
  width: 100%;
}

blockquote {
  border-top: 3px solid #e3c795;
  border-bottom: 3px solid #e3c795;
  font-size: 1.6em;
  line-height: 1.6em;
  text-align: center;
  font-style: italic;
  font-weight: 500;
  color: #3e6868;
  margin: 2.2em;
  padding: 1em;
  max-width: 85%;
}

#arrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: 200px;
}
/* --------------------------Ending body text page ----------------------------- */
/* -------------------------- Gabo page and Design page layout ----------------------------- */
#wrapper {
  background-color: #99b198;
}
#wrapper a {
  color: #ffff;
}
#wrapper a:hover {
  text-decoration: underline solid 3px #ca8261;
}
/* --------------------------Starting with Gabo page and Design page same layout ----------------------------- */
article {
  background-color: #3e6868;
  margin: 3em 10em 3em 10em;
  padding: 1em 1em 2em 1em;
  max-width: 90%;
  display: flow-root;
  border-radius: 20px;
}
article h1 {
  font-family: "IM Fell Double Pica", Georgia, "Times New Roman", Times, serif;
  text-align: center;
  color: #ffff;
  font-size: 4em;
  font-weight: 500;
  margin-top: 2em;
  margin-bottom: 1em;
}
article h2 {
  font-family: "IM Fell Double Pica", Georgia, "Times New Roman", Times, serif;
  text-align: center;
  color: #ffff;
  font-size: 2.5em;
  margin-top: 2em;
  margin-bottom: 2em;
  line-height: 1.5;
}
article h3 {
  font-family: "IM Fell Double Pica", Georgia, "Times New Roman", Times, serif;
  text-align: center;
  color: #ffff;
  font-size: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
}

article p {
  max-width: 90%;
  margin: 0 auto;
  font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
  font-size: 1.6em;
  line-height: 1.6;
  border-top: 8em;
  padding: 2% 2%;
  margin-bottom: 1%;
  max-height: 30em;
  color: #ffff;
}
/* --------------------------Ending with Gabo page and Design page same layout ----------------------------- */
/* --------------------------Starting with design for small screens----------------------------- */
@media (max-width: 700px) {
  li {
    display: block;
    margin: 0 auto;
    padding: 0 0.5em;
  }
  main h1 {
    font-size: 3em;
    line-height: 1.5;
    width: 70%;
  }
  main h2 {
    font-size: 2em;
    text-align: left;
  }
  main h3 {
    font-size: 1.5em;
    text-align: left;
  }
  main p {
    font-size: 1em;
    margin: auto;
  }
  blockquote {
    font-size: 1em;
  }
  ul {
    font-size: 1.7em;
  }
  #wrapper h1 {
    font-size: 3em;
    line-height: 1.5;
    width: 70%;
  }
  #wrapper h2 {
    font-size: 2em;
    text-align: left;
  }
  #wrapper h3 {
    font-size: 1.5em;
    text-align: left;
  }
  #wrapper p {
    font-size: 1em;
    margin: auto;
  }
}
/* --------------------------I need to work more on the small screens next time I will start the project with the small screen ----------------------------- */
