@import url('https://fonts.googleapis.com/css2?family=Lacquer&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ranga:wght@400;700&display=swap');

* {
    background-color: black;


}

h1, header h2, footer p {
    text-align: center;
    color: white;
}

nav ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
}

nav ul li {
    margin: 20px;
    font-size: 2.5em;
}

a:hover {
    color: red;
}

a h2:hover {
    color: red;
}

a {
    text-decoration: none;
    color: white;
}

h1 a {
    color: red;
    font-family: "Lacquer", serif;
    font-weight: 400;
    font-style: normal;
}

h2 a, nav ul li a, p, h2, h3, li {
    color: white;
}

.first_row {
    display: flex;
    align-items: center;
}

.left, .right {
    flex: 1;
}

#title {
    font-size: 4em;
}

/*
header {
    background-image: url('photos/prestige.jpg');
    height: 800px;
    background-size: cover;
}
*/

header {

    width: 98%;
    margin: 10px;
    /* border: 1px solid white; */
    text-align: center;
    overflow: hidden;
    background-color: black;

}

h2 {
    background-color: black;
    padding: 2px;
    font-size: 5.5em;
    text-align: center;

    z-index: 1;
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
}

.video {
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    min-width: 100%; 
    min-height: 100%;
    z-index: -1;
    object-position: center;
    object-fit: cover;
}

video {
    object-fit: cover;
}

.link {
    font-size: 2.5em;
}

#pod_list {
    display: flex;
    justify-content: center;
    font-size: 1.25em;
}

body {
    min-width: 1020px;
}

.audio_link, .video_link {
    text-align: center;
    margin: 10px;
}

#vids {
    display: flex;
    justify-content: center;
}

iframe {
    margin: 10px;
}

.reel {
    display: flex;
    justify-content: center;
    margin: 10px;
}

.table {
    color: #000;
}

th, td {
    color: white;
    margin: 10px;
    width: 300px;
}

section h2 {
    font-family: "Ranga", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    justify-content: center;
}

h3 {
    text-align: center;
}

section p {
    margin: 100px;
    font-size: 2em;
}

#table {
    display: flex;
    justify-content: center;
    font-size: 2em;
}

.footnote {
    text-align: center;
}

.right_align {
    text-align: right;
}

table {
    margin: 50px;
}

#services {
    list-style-position: inside;
    font-size: 1.5em;
}

.heading {
    text-align: center;

}

/*
.vid {
    text-align: center;
}
    */

#origin {
    text-align: left;
}

#phone {
    margin-top: -100px;

}

.service {
    display: flex;
    justify-content: space-around;
    font-size: 2em;
}

.flex_item {
    margin: 50px;
}

#previous {
    margin-top: 70px;
    font-size: 10px;
    text-align: center;
}

#dc2_vid_dwnld {
    margin-bottom: 100px;
}

#desc {
    margin-left: 150px;
    margin-right: 150px;
}

audio {
    padding-bottom: 20px;
    margin-bottom: 45px;
    text-align: center;
    justify-content: center;
}