body {
    background-image: url("../images/bg_tile.png");
    background-repeat: repeat;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    color: white;
}

.py-container {
    margin-left: 0;
}

.py-menu {
    margin-left: 0;
    height: min-content;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: white;
    border-radius: 0 0 10px 0;
}
.py-menu-item {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #385EAB;
    margin: 0 15px 0 15px; 
    text-decoration: none;
}
.py-snake {
    margin: 15px 15px 15px 0;
    background-image: url("../images/snake.png");
    background-size: 100% auto;
    background-position-y: center;
    height: 15vw;
    background-repeat: no-repeat;
}
.py-card {
    background-color: white;
    border-radius: 10px;
    border-width: 0;
    height: 220px;
    margin-bottom: 15px;
}

.py-ex {
    background-color: transparent;
    border-radius: 20px;
    border-width: 5px;
    border-color: #97C93D;
    height: fit-content;
    margin-bottom: 15px;
}

.py-ex-single {
    height: 20px;
}

.py-ex-title {
    float: left;
    font-size: 16px;
}
.py-ex-label {
    float: right;
    color:#97C93D;
    margin-bottom: 1rem;
}

ul {
    list-style-type: "# ";
    color: #97C93D;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
}
.py-ex-start, button.py-ex-start:hover, button.py-ex-start:focus, button.py-ex-start:active {
    background-color:#97C93D;
    border-radius: 5px;
    text-align: center;
    color: #385EAB;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: right;
    padding-left: 8px;
    padding-right: 8px;
    border-width: 1px;
}

.py-sub, button.py-sub:hover, button.py-sub:focus, button.py-sub:active {
    background-color:#97C93D;
    border-radius: 5px;
    text-align: center;
    color: #385EAB;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-top: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: right;
    padding-left: 8px;
    padding-right: 8px;
    border-width: 1px;
}

.py-button, button.py-button:hover, button.py-button:focus, button.py-button:active {
    background-color:#97C93D;
    border-radius: 5px;
    text-align: center;
    color: #385EAB;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: right;
    padding-left: 8px;
    padding-right: 8px;
    border-width: 1px;
    line-height: normal;
}

.py-code {
    background-color: white;
    border-radius: 10px;
    border-width: 0px;
    width: 100%;
    font-family: 'Courier Prime', monospace;
    outline: none;
}

a {
    color: #97C93D;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
}
a:hover {
    color: #97C93D;
    text-decoration: none;
    text-shadow: #97C93D 0 0 6px;
}

button, button:hover, button:focus, button:active {
    background-color:#97C93D;
    border-radius: 5px;
    border-width: 0px;
    text-align: center;
    color: #385EAB;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    font-size: 16px;
    box-shadow: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: right;
}
button {
    border-width: 1px;
}

button:hover, button:focus, button:active {
    border-width: 1px;
}

input {
    border-radius: 5px;
    border-width: 0px;
    padding-left: 2px;
}

p.py-label,p.py-label > label {
    margin-bottom: 0;
}

p.py-footer {
    text-align: center;
    bottom: 0;
    font-weight: 300;
}

.py-card a:hover, .py-menu a:hover {
    text-decoration: none;
    text-shadow: #97C93D 0 0 6px;
}
.py-card-text {
    text-align: center;
    color: #385EAB;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
}

.py-icon {
    height: 120px;
    background-repeat: no-repeat;
    background-position: center center;
}
.py-icon-inter {
    background-image:url(../images/inter.png);
}
.py-icon-down {
    background-image:url(../images/down.png);
}
.py-icon-extra {
    background-image:url(../images/extra.png);
}
.py-icon-update {
    background-image:url(../images/update.png);
}

table {
    background-color: white;
    border-radius: 5px;
    border-collapse: collapse;
    border-width: 0;
    color: #385EAB;
  }
  th.auth {
    width: 20%;
  }
  
  th.title {
    width: 50%;
  }
  
  th.pub {
    width: 16%;
  }
  th.src {
    width: 7%;
  }
  th.date {
    width: 7%;
  }
  
  td, th {
    border: 1px solid #385EAB;
  }
  td {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 300;
  }
  th {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
  }
  tr:first-child th {
    border-top: 0;
  }
  tr:last-child td {
    border-bottom: 0;
  }
  tr td:first-child,
  tr th:first-child {
    border-left: 0;
  }
  tr td:last-child,
  tr th:last-child {
    border-right: 0;
  }
