:root {
  font-family: Inter, sans-serif;
  font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}
@supports (font-variation-settings: normal) {
  :root { font-family: InterVariable, sans-serif; }
}

body {
    max-width: 900px;
    margin: auto;
}
    
.navhome {
    position: fixed;
    z-index: 1;
    /* background-color: #44F; */
    background-color: #FFF;
    width: 110%;
    left: 0;
    top: 0;
    text-indent: 28px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #FFF;
}

.nav {
    position: fixed;
    z-index: 1;
    background-color: #FFF;
    width: 110%;
    left: 0;
    top: 0;
    text-indent: 28px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #000;
}

.main {
    padding-top: 57px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
}

h1, h2 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5;
    padding-left: 55px;
    padding-top: 5px;
}

h2 {
    padding-bottom: 5px;
    border-bottom: 2.3px solid;
}

.hlink {
    font-weight: 600;
    border-bottom: 2.3px solid;
}

.navicon {
    height: 30px;
    position: absolute;
    padding-top: 14px;
    padding-left: 20px;
    margin-top: 0;
    box-shadow: none;
}

.icon {
    height: 20px;
    position: absolute;
    padding-top: 18px;
    padding-left: 25px;
    margin-top: 0;
    box-shadow: none;
}

p {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 220;
    color: #000;
    line-height: 1.5;
    padding-left: 8px;
    padding-right: 8px;
    border-bottom: 0;
    text-align: justify;
}

.plink{
    font-weight: 220;
    border-bottom: 1px solid;
}

a {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 380;
    line-height: 1.6;
    color: #000;
    text-decoration: none;
    border-bottom: 1.4px solid;
}

a:hover {
    font-weight: 900;
    border-bottom: 4px solid;
    color: #00F;
    transition: 0.5s;
    transition-timing-function: ease;
}

.pad {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -10px;
}

img {
    margin-bottom: 2%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.text {
    font-weight: 380;
    text-indent: 20px;
    font-size: 18px;
}

.imgdesc {
    padding-top: 0px;
}

hr {
    border: none;
    background-color: #000;
    height: 0.1px;
}

.verticalscroll {
    height: 400px;
    overflow-x: auto; 
    overflow-y: hidden; 
    margin-bottom: 2%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.verticalscrolldouble {
    height: 600px;
    overflow-x: auto; 
    overflow-y: hidden; 
    margin-bottom: 2%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
