/*****************************
093020 13.46
*****************************/
* {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*****************************
Global variables
*****************************/
/*Colours*/
/*Typography*/
html {
  font-family: Arial, Helvetica, sans-serif;
  color: #e3e3cd;
  background-image: url("https://images.unsplash.com/photo-1442029739115-ce733f0de45e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1344&q=80");
  background-position: center center;
  background-repeat: no-repeat;
  margin: auto;
  background-size: cover;
  width: 100%;
}

a {
  color: #e3e3cd;
  margin: 0;
  padding: 0;
}

h1 {
  color: #0affde;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.4);
}

.center {
  margin: auto;
}

.extra-margin-top-bottom {
  margin-top: 50px;
}

.extlink {
  font-size: 24px;
  color: #0affde;
}

ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: auto;
}

/******************
Navigation Section
*******************/
nav {
  margin: auto;
  max-width: 400px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: auto;
  padding: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  min-width: 350px;
  max-width: 450px;
}

nav li {
  padding: 15px 5px;
  border: 3px solid #e3e3cd;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-transition: 2s  ease-out;
  transition: 2s  ease-out;
  border: 2px solid #e3e3cd;
  min-width: 70px;
}

li:hover {
  background-color: #842F32;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

/******************
Home Page Images
*******************/
.info-image {
  border: 2px solid #842F32;
  border-radius: 50%;
  width: 150px;
  margin: 20px 0px;
}

.stitchedimage {
  width: 300px;
}

/******************
Home Page
*******************/
.main-column {
  max-width: 600px;
  min-width: 200px;
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-title {
  font-size: 2em;
}

.info-position {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 800;
}

.info-text {
  opacity: 0.9;
  margin-top: 10px;
  line-height: 1.8rem;
  font-size: 1.2rem;
  text-align: justify;
}

/******************
Social Media
*******************/
.fab:hover {
  background-color: black;
  color: #44f8f8;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 250px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 20px auto;
}

.icon-social {
  font-size: 32px;
}

/******************
Poem Pages
*******************/
.box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.poem-box li {
  margin: 15px;
}

.poem-box {
  text-align: center;
  border: 3px solid rgba(255, 192, 203, 0.4);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 200px;
          flex: 1 0 200px;
  padding: 20px 5px;
  background-color: rgba(132, 47, 50, 0.3);
  width: 250px;
}

.poem-box a {
  color: white;
  text-transform: uppercase;
}

.poem-box a:hover {
  background-color: black;
  color: #df6747;
  padding: 20px;
}

.poem-background {
  background-color: rgba(0, 0, 0, 0.4);
  margin: 10px;
  padding: 10px;
}

.page-wrapper-poem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  width: 100%;
  margin: 40px auto 0 auto;
}

.page-wrapper-poem a {
  margin: 20px;
  font-size: 20px;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.info-text-white {
  opacity: 0.9;
  margin-top: 10px;
  line-height: 1.8rem;
  font-size: 1.2rem;
  text-align: left;
  color: white;
}

.info-text-white::first-letter {
  color: #df6747;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 50px;
  margin-top: -50px;
}

.large-aqua {
  line-height: 3rem;
  font-size: 2rem;
  color: #0affde;
}

.large-aqua p {
  background: rgba(0, 0, 0, 0.4);
}

/*end of poems page*/
/******************
My Story

******************/
.mystory-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}

.chapter-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  gap: 1em;
  max-width: 300px;
  height: 300px;
  overflow: hidden;
}

.chapter-images img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border: 1px solid white;
  border-radius: 10px;
}

.nav-button {
  padding: 0.6em 1em;
  background-color: #842F32;
  color: white;
  border: 1px solid white;
  border-radius: 20px;
  margin-bottom: 1em;
}

.nav-button:hover {
  background: black;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.para-padding p {
  padding: reset;
  padding: 10px 0;
  line-height: 1.4;
}

/*end of My Story*/
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  height: 120px;
  margin: 30px 0;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-top: 1px solid #e3e3cd;
  border-bottom: 1px solid #e3e3cd;
}

/***************
Contact Page
***************/
.fas, .fab {
  color: #0affde;
  font-size: 2pc;
  margin: 0 10px;
}

.form-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #0affde;
}

.mycontactform {
  max-width: 300px;
  padding-top: 20px;
}

.input {
  width: 100%;
  margin-bottom: 10px;
}

.formbox {
  height: 40px;
  width: 300px;
}

.formbox {
  font-size: 1.2rem;
}

.messagebox {
  font-size: 1.8em;
}

.formbox:focus,
textarea:focus {
  background-color: black;
  font-size: 1.3rem;
  color: #e3e3cd;
}

:focus::-webkit-input-placeholder {
  color: #0affde;
}

:focus:-ms-input-placeholder {
  color: #0affde;
}

:focus::-ms-input-placeholder {
  color: #0affde;
}

:focus::placeholder {
  color: #0affde;
}

textarea {
  width: 100%;
  height: 100px;
}

.formbottom {
  margin: 20px 0;
}

.formcheckbox {
  width: 25px;
  height: 25px;
}

.btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.formbutton {
  width: 150px;
  height: 50px;
  background-color: #0affde;
  border: 1px solid #0affde;
  -webkit-box-shadow: 2px 2px 10px white;
          box-shadow: 2px 2px 10px white;
  font-size: 1.2rem;
}

.formbutton:hover {
  border: 5px solid white;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  background-color: #000;
  color: #0affde;
}

.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0affde;
}

.page-title h1 {
  font-size: 2rem;
  margin: 20px 0;
}

@media only screen and (min-width: 600px) {
  .stitchedimage {
    width: 550px;
  }
  footer {
    width: 600px;
  }
  .poem-background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    width: 400px;
  }
}

/*
@media (max-width: 600px) {

    .main-column {
        display: flex;
        margin: 0;
    }

    body {
        width: 100%;
        height: 100vh;
    }

    nav li {
        width: 50%;
    }   

    .stitchedimage {
        width: 300px;
    }

    .info-text{
        margin: 0 20px;
    }

    .info-image {
        width: 50%;
        margin-bottom: 10px;
    }

    footer {
        flex-direction: column;
    }
}

@media only screen and (max-width: 825px){
   
    .page-wrapper {
        margin: 0 auto;
    }

} */
/*.divwrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
}*/
/*.info-box-wrapper{
    display: flex;
    flex-direction:column;
}

.info-box {
    display: flex;
    justify-content: center;
    align-items: center;
     width: 300px;
     height: 300px;
     border: 1px solid orangered;
     margin: 20px;
     background-size: cover;
     border-radius: 50%;
    
    }



.box1 {
    background-image: url("images/websites.png");

}

.box2 {
    background-image: url("images/poem.jpg");
    

}

.box3 {
    background-image: url("images/angel.jpg");

}

.second-box{
    border: 1px solid white;
    background: $dark-gray-t;
}

main {
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    width: 100%;
}*/
/*# sourceMappingURL=styles.css.map */