@font-face {
  font-family: "basiic";
  src: url("https://thefaechild.neocities.org/basiic.ttf");
}

@font-face {
  font-family: "barbiechildren";
  src: url("https://thefaechild.neocities.org/barbiechildren.ttf");
}

  * {
    box-sizing: border-box;
    line-height: 20px;
  }
  html {
    min-height: 150%;
  }
  body {
    animation: background 95s linear infinite;
    background:#a1d1f7;
    background-image: url("./Images/clouds.png"), linear-gradient(178deg,rgba(116, 138, 223, 1) 0%, rgba(190, 230, 255, 1) 51%, rgba(231, 250, 237, 1) 100%);
    background-size: 700px;
    color: rgba(32, 99, 108, 1);
    font-family: Monaco;
    font-size: 16px;  
    height: 100%;
    cursor: url("https://thefaechild.neocities.org/Images/Cursor.png"), auto;
  }
  
  @keyframes background {
    0%   { background-position: 0% 0%; }
    100% { background-position: 100% 0%; }
  }
  
  .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

  .middle {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

  .aboutimg {
    border: 15px solid white;
    border-radius: 5px;
    margin: 0px;
  }

  .left {
  float: left;
  padding: 5px;
}


 .right {
    float: right;;
}

  #pinkborder {
    height: auto;
    left: 50%;
    position: relative;
    top: 30px;
    transform: translateX(-50%);
    width: 80%;
  }

  #box {
    background-color: white;
    background-size: cover;
    border: 3px solid white;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
  }

  #box a {
    color: rgba(40, 140, 128, 1);
    text-decoration: none;
  }

  #box a:hover {
    color: rgba(40, 140, 128, 1);
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    transform: scale(1.12);
  }

  #headercontainer {
    background-image: url(./Images/TreeBanner.jpg);
    background-position: center;
    background-size: cover;
    border: 3px solid white;
    border-radius: 30px 30px 0px 0px;
    box-shadow: 0 0 13px 13px white inset;
    font-weight: 600;
    height: 34vh;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

  }

  .headimg {
            width: 60%;
            max-width: 800px;
            min-width: 300px;
            max-height: 300px;
            padding: 5px;
            margin-bottom: 10px;
}

  #box-footer {
    background: rgba(40, 140, 128, 1);
    border: 3px solid white;
    border-radius: 0px 0px 10px 10px;
    border-top: 0px;
    color: white;
    font-family: Monaco;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 7px 10px;
    text-align: center;
  }

  #box-footer a {
    color: #b3eeac;
    text-decoration: none;
  }

  #box-footer a:hover {
    color: white;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    transform: scale(1.12);
  }

  .header-text {
    color: lightblue;
    left: 10px;
    padding-top: 10px;
    position: absolute;
    text-align: left;
    text-shadow: 2px 1px white;
    top: 20px;
  }

  .header-text h1 {
    font-family: Garamond;
    font-size: 55px;
    margin: 0;
  }

  .header-text p {
    font-size: 14px;
    margin: 4px 0;
  }

  img.aboutimg {
    min-width: 100px;
    max-width: 340px;
    float: left;
    margin: 10px;
    padding: 5px;
         }

  .navstrip {
    align-items: stretch;
    background: white;
    border: 5px solid white;
    display: flex;
    font-style: italic;
    justify-content: space-between;
    overflow: hidden;
    margin: auto;
    padding: 0;
    width: 100%;
    border-left: 3px solid white; 
    border-right: 3px solid white
  }

  .navstrip a {
    align-items: center;
    background-color: rgba(218, 243, 215, 1);
    border: 5px solid white;
    border-radius: 10px;
    color: rgba(40, 140, 128, 1);
    float: left;
    flex: 1;
    font-family: "barbiechildren";
    font-size: 25px;
    height: 100%;
    justify-content: center;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 16.6%;
  }

  .navstrip a:hover {
    background-color: #b3eeac;
    font-weight: bold;
    text-decoration: none;
    transform: scale(1.12);
    z-index: 1;
  }

  .navport {
    width: 80%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    overflow: visible;
  }
  .navport a {
    float: left;
    padding: 5px;
    color: rgb(51, 102, 102);
    text-decoration: none;
    font-size: 16px;
    width: 14.25%; /* Four links of equal widths */
    text-align: center;
    background-color: White;
    border-radius: 10px;
    font-family: Monaco;
    
         }
    .navport a:hover, .dropdown:hover .dropbtn {
            background-color: #b3eeac;
            color: White;
         }
    .navport a.active {
            background-color: #b3eeac;
            color: White;
         }

/*~~~~~~~~~~~~~~~~~~~~~~~*/
         .project {
            padding: 15px;
            border-radius: 25px;
            width: 100%;
            background-color: White;
            font-family: Monaco; 
            position: relative;
            display: flex;
            flex-direction: column;   
         }

         .projectimg {
            padding: 15px;
            height: auto;
            border-radius: 25px;
            width: 40%;
            max-width: 800px;
            min-width: 250px;
            background-color: White;
            font-family: Monaco; 
         }
          .commission-container {
            display: flex;
            margin: auto;
            margin-top: 50px;
            margin-bottom: 50px;
            border-radius: 20px;
            background-color: rgba(255, 255, 255, 1);
            padding: 20px;
            width: 100%;
         }
         .commission {
            font-size: 15px;
            color:rgb(51, 102, 102); 
         }
         table {
            border-collapse: collapse;
            width: 100%;
         }
         th, td {
         text-align: left;
         padding: 8px;
         color:rgb(51, 102, 102);
         }
         tr:nth-child(even) {background-color: rgb(51, 102, 102, 0.2)}

         ol {
            color: rgb(51, 102, 102);
         }

  .straightrainbowbar {
    background: rgba(40, 140, 128, 1);
    color: white;
    font-family: Monaco;
    font-size: 18px;
    font-weight: 600;
    padding: 7px;
  }

  .straightrainbowbar-header {
    background: rgba(40, 140, 128, 1);
    border-radius: 30px;
    color: white;
    font-family: Monaco;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 7px 0;
    position: sticky;
    text-align: center;
    top: 0;
    z-index: 10;
  }


  .marquee-left {
    color: rgba(40, 140, 128, 1);
    flex: 1;
    font-family: 'basiic';
    font-size: 20px;
    overflow: hidden;
    padding: 10px;
    white-space: nowrap;
  }



  .box-sections {
    box-sizing: border-box;
    display: flex;
    gap: 10px;
    padding: 10px;
    width: 100%;
    height: 100%;
    overflow: scroll;
    flex-wrap: wrap;
  }

  .left-col,
  .mid-col,
  .right-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .left-col,
  .right-col {
    flex: 1;
  }

  .mid-col {
    flex: 3;
  }

  .inner-box {
    background: rgba(218, 243, 215, 1);
    border: 2px solid white;
    border-radius: 5px;
    box-shadow: inset 0 0 4px #ffffff;
    min-height: 220px;
    overflow: scroll;
    padding: 10px;
  }
  .inner-box-text {
  width: 100%;
  }
.innerpattern {
    background-image: url("./Images/leaf%20pattern.png");
    background-size: 250px;
}

  ::selection {
    background: rgba(40, 140, 128, 1);
    color: white;
  }

           .row {
            display: -ms-flexbox; /* IE 10 */
            display: flex;
            -ms-flex-wrap: wrap; /* IE 10 */
            flex-wrap: wrap;
            padding: 0 4px;
         }
         .column img {
            margin-top: 8px;
            vertical-align: middle;
            width: 70%;
         }        
          .grid-container {
            display: flex;
            margin: auto;
            margin-top: 50px;
            margin-bottom: 50px;
            border-radius: 20px;
            background-color: rgba(255, 255, 255, 1);
            padding: 20px;
            width: 90%;

         }
         
        .shrine-container {
            display: flex;
            margin: auto;
            margin-top: 50px;
            margin-bottom: 50px;
            border-radius: 20px;
            background-color: rgba(255, 255, 255, 1);
            padding: 20px;
            width: 90%;
         }
          .column {
            -ms-flex: 33%; /* IE10 */
            flex: 33%;
            max-width: 33%;
            padding: 0 8px;
          }
         .blogcontainer {
            display: flex;
            margin: auto;
            margin-top: 50px;
            margin-bottom: 5px;
            border-radius: 20px;
            background-color: rgba(255, 255, 255, 1);
            padding: 5px;
            width: 90%;
         }
         .bloglink {
            display: flex;
            margin: auto;
            margin-top: 50px;
            margin-bottom: 5px;
            border-radius: 20px;
            background-color: rgba(255, 255, 255, 1);
            padding: 5px;
            width: 60%;
            max-width: 800px;
         }
         .blogleft {
            width: 100%;
            padding: 10px;
         }
          .blogtall {
            padding: 5px;
            width: 30%;
            float: right;
            border-radius: 15px;
            min-width: 200px;
            max-width: 300px;
         }
        .blog {
            padding: 5px;
            width: 50%;
            float: right;
            border-radius: 15px;
            min-width: 200px;
            max-width: 300px;
         }
         
         


         /* Responsive layout - makes a two column-layout instead of four columns */
         @media screen and (max-width: 900px) {
         .column {
            -ms-flex: 50%;
            flex: 50%;
            max-width: 50%;
         }
         }

         /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
         @media screen and (max-width: 600px) {
         .column {
            -ms-flex: 100%;
            flex: 100%;
            max-width: 100%;
         }
         }



        @media only screen and (max-width : 900px) {
           html {
    min-height: 150%;
  }
          .headimg {
           margin: 0;
          padding: 0;
          }
          .navbar a, .navport a{
            width: 100%;
            display: block;
          }
            .navstrip{
              width: 100%;
            display: block;
          }
            .left-col,
  .mid-col,
  .right-col {
flex: 100%;
width: 100%;
  }
  .inner-box {
  width: 100%
  }
  .commission-container {
   width: 100%; 
  }
    #pinkborder {
      display: block;
    width: 100%;
  }
  }



      @media only screen and (max-width : 500px){
}