html {
    overflow-x: hidden;
}

p {

    font-size: 17pt;
    color: black;
    text-align: justify;
    text-justify: inter-word;
    margin-left: 10%;
    margin-right: 10%;
}

body {
    background-color: #f5f5f5;
    font-family: Roboto;
    font-weight: 550;
    max-width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
}

body::-webkit-scrollbar {
    display: none;
}

img {
    display: block;
    margin: auto;
}

.dropdown {
    position: relative;
}

.dropbtn {
    background-color: black;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: black;
    min-width: 160px;
    z-index: 1;
    text-align: center;
}

.dropdown-content a {
    padding: 10px 15px;
    text-align: center;
    justify-content: center;
}

.dropdown:hover .dropdown-content {
    display: block;
}



header {
    width: 100%;
    background-color: black;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0px -1px 3px cyan;
    z-index: 2;
}

header img {
    display: flex;
    height: 45px;
    padding: 5px;
    margin-left: 0;
    justify-content: left;
    z-index: 2;
}

header a {
    color: white;
    text-decoration: none;
    text-shadow: 0px 0px 16px #00f;
    font-size: 20px;
    padding: 0px 8px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-self: center;

}

header a:hover {
    color: #0ff;
    animation-duration: 3s;
    text-shadow: 0px 0px 16px cyan;
}


header h1 {
    background-size: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    background-blend-mode: darken;
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 60px;
    width: 100%;
    text-align: center;
    background-size: 100%;
    text-shadow: 0px 0px 8px blue;
    transition: all 0.3s ease;
}

header h1:hover {
    animation: pulseShadow 1.5s infinite ease-in-out;
}

@keyframes pulseShadow {
    0% {
        text-shadow: 0px 0px 8px blue;
    }

    50% {
        text-shadow: 0px 0px 8px cyan;
    }

    100% {
        text-shadow: 0px 0px 8px blue;
    }
}

.dropdown {
    position: relative;
    align-self: center;
}

.dropbtn {
    background-color: black;

}

.dropdown-content {
    display: none;
    position: center;
    background-color: black;
    border-radius: 0px 0px 10px 10px;
    min-width: 100%;
    z-index: 1;
}

.dropdown-content a {
    padding: 10px;

    align-self: center;
}

.dropdown:hover .dropdown-content {
    display: block;
}

h2 {
    display: block;
    text-align: left;
    font-size: 40pt;
    font-weight: 700;
    padding-top: 10pt;
    margin-left: 10%;
    padding-bottom: 10pt;
    outline: none;
}

h3 {
    display: block;
    text-align: left;
    font-size: 30pt;
    padding-top: 10pt;
    margin-left: 10%;
    padding-bottom: 10pt;
    outline: none;
}



h4 {
    font-size: 0;
}

h4::after {
    content: "";
    margin-left: 0px;
    padding-left: 0px;
    margin-right: auto;
    display: block;
    border-radius: 0px;
    align-items: left;
    width: 100%;
    height: 5px;
    margin-top: 5pt;
    background-color: black;
    box-shadow: 0px 0px 5px blue;
}

.sidebyside10 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-left: 10%;
    margin-right: 10%;

}

    

.center {
    text-align: center;
}

#role {
    background-color: royalblue;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    display: block;
    align-self: center;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin: auto;
    box-shadow: 0px 0px 5px blue;
}

.profile,
.post-text-box {
    flex: 70%;
    padding: 20px;
}

.sponsor {
    display: flex;
    flex-direction: column;
}

sponsor img {
    display: block;
    margin: auto;
    padding: 20px;
    height: auto;
    max-width: calc(100vw / 2);
    max-height: 150px;
}

.people img {
    display: block;
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.5);
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.default {
    display: block;
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.5);
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.blog img {
    display: inline-block;
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.5);
    justify-content: center;
    border-radius: 10px;
}

.shadowcornerround {

    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.blog video {
    display: inline-block;
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.5);
    justify-content: center;
    border-radius: 10px;
}

.blog {
    text-align: center;
}

.blog p {
    margin-left: 10%;
    margin-right: 10%;
}

.inline-image img {
    display: inline-block;
    align-self: left;
    margin-right: 10px;
}



.row {
    display: flex;
    flex-wrap: wrap;
}

footer {
    display: flex;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background: black;
    bottom: 0;
    justify-content: space-evenly;
}

footer a,
footer img {
    display: flex;
    margin-left: 10pt;
    margin-right: 10pt;
    height: 40px;
    padding: 3px;
}


iframe {
    display: block;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

/*SLIDESHOW STUFF----------------------------------------------*/
/* Slideshow container */
.slideshow-container {
    position: relative;
    margin: auto;

}

.slideshow-container img {

    height: 400px;

}

/* Hide the images */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 10%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: black;
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    border-radius: 3px;
    user-select: none;
}

.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 10%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: black;
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    border-radius: 3px;
    user-select: none;
}

/* Position the "next button" to the right */


/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 255, 0.8);
}

/* Caption text */
.text {
    color: black;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-shadow: 0px 0px white;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: black;
    border-radius: 2px;
    font-size: 20px;
    padding: 8px 12px;
    float: center;

    top: 0;
}





/*SLIDESHOW STUFF----------------------------------------------*/