.logo{
    width: 15%;
    height: 15%;
    margin-top: 3px;
}

.header{
    text-align: center;
    background-color: #2C2F33;
    padding-bottom: 5px;
}

.bgch{
    display: block;
    transform-origin: bottom;
    position: relative;
    z-index: -1;
}

.load{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #2C2F33;
    z-index: 10;
    text-align: center;
}

.dots {
    color: white;
    font-size: 25px;
    display: inline;
    margin-top: 50%;
    position: absolute;
}

@keyframes te {
    0%{opacity:100%}100%{opacity:0%}
}
.tr{animation:te 1s linear;}
.hidden{opacity:0%}
body::-webkit-scrollbar {
    display: none;:
}
body{
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.center {
    text-align: center;
}
.h300{
    height: 17vh;
}

.quotes {
    width: 100%;
}

.quote {
    margin-left: 10%;
    margin-right: 10%;
    font-style: italic;
    text-align: center;
    vertical-align: center;
    margin-bottom: fill;
    display: block;
}
.pet {
    background-color: black;
    padding-bottom: 5px;
}

.pet p, .pet a {
    color: white;
}
.pet a {
    text-decoration: underline;
}

.center a {
    margin-left: 25%;
    margin-right: 25%;
    display: inline-block
}

.petitions {
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-basis: 10em;
    -webkit-flex-basis: 10em;
    justify-content: space-between;
    margin-left: 15%;
    margin-right: 15%;
}

.footerr {
    background-color: #000;
    padding-top: 60px;
    padding-bottom: 10px;
}

html {
    scroll-behavior: smooth;
}

.nav {
    background-color: #fff;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    margin-bottom: 5%;
    padding-top: 5px;
    padding-bottom: 10px;
}
.nav .buttons {
    display: flex;
    justify-content: space-between;
    margin-right: 15%;
    margin-left: 15%;
}

.nav a {
    color: #000;
}