* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Zilla Slab", serif;
    font-weight: 500;
    font-style: normal;
}

html{
    background: url('Gold_Weave.png');
    background-color: rgb(24, 127, 128)
}

.page-landing {
    width: 900px;
    height: 700px;
    background: url('Clouds_Original.png') no-repeat center center/cover;
    margin-left: auto;
    margin-right: auto;
}

.page {
    width: 900px;
    height: 700px;
    background: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
}

.main-nav{
    background: #EBC987;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
}

.nav-link-text{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.2rem;
    font-style: italic;
    padding-top: 11px;
}

.footer{
    margin-top: auto;
    background: #EBC987;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1 {
    
}

h3 {
    color: #FFFFFF;
}

/*parallelogram Shape */
.parallelogram-landing {
    width: 300px;
    height: 200px;
    background: green;
    transform: skew(-20deg);
    margin: 50px;
    border-radius: 6px;
}

.parallelogram-landing ul {
    margin-left: 40px;
}

.link-parallelogram {
    width: 100px;
    height: 50px;
    background: green;
    transform: skew(-20deg);
    margin: 50px;
    border-radius: 6px;
    text-align: center;
    color: white;
    text-decoration: none;
    box-shadow: -8px 0px 0px 0px rgba(255,255,255,1);
}

.link-parallelogram:hover {
    background: red;
}

.link-parallelogram-selected {
    box-shadow: inset 0 0 0 3px red;
}


.page-landing-cards {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.page-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.entity-counter{
    font-size: 1.5rem;
}

.blog-landing-content{
    margin-left: 20px;
}

.blog-landing-content a{
    color: #007AFF;
}

.blog-landing-content a:hover{
    color: #0056b3;
}

.blog-footer-pager{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.apps-footer-pager{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.package-card{
    display: grid;
    grid-template-columns: 0.4fr 1fr 0.1fr;
}

.package-card i{

}

.package-card-links{
    font-size: 2rem;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

.package-card-content{
    margin-top: 30px;
}

.parallelogram-package{
    width: 120px;
    height: 120px;
    background: green;
    transform: skew(-20deg);
    margin: 35px;
    border-radius: 6px;
}

.parallelogram-package-icon{
    transform: skew(20deg);
    padding-top: 25px;
    padding-left: 20px;
}



.zilla-slab-light {
    font-family: "Zilla Slab", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .zilla-slab-regular {
    font-family: "Zilla Slab", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .zilla-slab-medium {
    font-family: "Zilla Slab", serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .zilla-slab-semibold {
    font-family: "Zilla Slab", serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .zilla-slab-bold {
    font-family: "Zilla Slab", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .zilla-slab-light-italic {
    font-family: "Zilla Slab", serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .zilla-slab-regular-italic {
    font-family: "Zilla Slab", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .zilla-slab-medium-italic {
    font-family: "Zilla Slab", serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .zilla-slab-semibold-italic {
    font-family: "Zilla Slab", serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .zilla-slab-bold-italic {
    font-family: "Zilla Slab", serif;
    font-weight: 700;
    font-style: italic;
  }
  