@media (max-width: 1000px) {
    p, a, li, legend{
    font-size: 16px !important;
    }
    h1 {
        font-size: 22px !important;
    }
    h4 {
        font-size: 18px !important;
    }
    .padded {
        padding-left:5vw !important;
        padding-right:5vw !important;
    }

}
html {
    text-align: center;
}
.padded {
    padding-left:19vw;
    padding-right:19vw;
}
p, a, li, legend{
    font-size: 19px;
}
p {
    padding-top: 7px;
}
h1 {
    font-size: 29px;
}
h4 {
    font-size: 19px;
}
body {
    overflow-x: hidden;
}
.active {
    color:#2459cc;
}
.header a {
    padding-left: 3vw;
    padding-right: 3vw;
}
.header {
    text-align: right;
}
img {
    border-radius: 8px;
    transition: transform 0.2s ease;
}
a {
    color:#000000;
    transition: color 0.2s ease;
}
a:hover {
    color:#2459cc;
}
