body {
    height: 100%;
    color: #252525;
    background-color: #222222;
    margin: 0px;
    line-height: 30px;
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
}

a {
    color: #48D;
    text-decoration: none;
}

p {
    color: rgb(230, 230, 230);
    font-size: 1.125em;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

p a:hover {
    color: #48D;
    text-decoration: underline;
}

h1, h2 {
    font-size: 3em;
    margin-bottom: 0px;
    margin-top: 50px;
    margin-bottom: 25px;
    line-height: 40px;
    color: rgb(230, 230, 230);
}

h3 {
    font-size: 2em;
    margin-bottom:25px;
    margin-top: 30px;
    text-align: left;
    color: rgb(230, 230, 230);
}

hc3 {
    font-size: 1.4em;
    font-weight: bold; 
    margin-bottom:25px;
    margin-top: 30px;
    text-align: center;
    color: rgb(230, 230, 230);
}


h4 {
    font-size: 1.25em;
    margin-bottom: 25px;
    margin-top: 25px;
}

h4 a:hover {
    color: #48D;
    text-decoration: underline;
}

.rounded {
    border-radius: 175px 175px 175px 175px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-transform: translateZ(0);
}

.coverArt {
    color: white;
    text-align: center;
    max-height: 350px;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 0px;
}

.coverArtFull {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.coverArtFullRAOT {
    max-height: 75%;
    max-width: 75%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.coverDiv {
    height: 600px;
    position: relative;
    padding-top: 40px;
}

.coverDivHomePage {
    height: 450px;
    position: relative;
    padding-top: 40px;
}

.coverDivFull {
    height: 500px;
    position: relative;
}

.descriptionDivRAOT {
    color: rgb(250, 250, 250);
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    margin-top: 0px;
    padding: 15px;
    text-align: center;
    
}

.descriptionDivRAOT img {
    display: block; /* Make the image a block element */
    margin: 0 auto; /* Center the block element horizontally */
  }

.descriptionDiv {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    margin-top: 0px;
    padding: 15px;
}

.descriptionDivIndex {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    margin-top: 0px;
    padding: 15px;
}

.footer {
    height: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.light {
    font-size: 1em;
    text-align: center;
}

.socialLink {
    height: 25px;
    vertical-align: middle;
}

.socialLink2 {
    height: 25px;
    margin-left: 2px;
    vertical-align: middle;
}

.subtle {
    text-align: center;
    color: rgb(121, 122, 104);
    font-size: 1em;
    background-color: rgb(195,195,200);
}

.textBubbleDiv {
    background-color: rgb(225,225,230);
    text-align: center;
    max-width:  280px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 30px 30px 30px 30px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.grid {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    max-width: 1600px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
  /* Create four equal columns that sits next to each other */
  .column {
    flex: 32%;
    max-width: 100%;
    padding: 0 4px;
  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .column {
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      flex: 100%;
      max-width: 100%;
    }
  }
  

.card {
    text-decoration: none;
    position: relative;
    -ms-flex: 33.33%; /* IE10 */
    flex: 33.33%;
    max-width: 33.33%;
}

.cardBig {
    text-decoration: none;
    position: relative;
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
    max-width: 50%;
}

.item {
    text-decoration: none;
    position: relative;
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
}


.itemBig {
    text-decoration: none;
    position: relative;
    -ms-flex: 42%; /* IE10 */
    flex: 42%;
    max-width: 42%;
}

.content {
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
}

.video-container {
    position: relative;
    width: 100%; /* Or set a specific width */
    max-width: 800px; /* Or adjust to your desired max-width */
    height: 0;
    padding-bottom: 75%; /* 16:9 aspect ratio. Adjust according to your aspect ratio */
    border-radius: 15px 15px 0px 0px;
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-transform: translateZ(0);
    overflow: hidden;
}

.video-container-youtube {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 0;
    padding-bottom: 75%;
    border-radius: 0px 0px 0px 0px;
    -webkit-transform: translateZ(0);
    overflow: hidden;
    margin-bottom: 0;
}

.video-container-youtube iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 75%;
    border: 0;
    margin-bottom: 0;
  }

  /* for the element right after your video, e.g. a <p> */
.video-container-youtube + * {
    margin-top: 0;
  }
  
.video-RAOT {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.4); /* Adjust the scale factor as needed */
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the entire area of the container */
}

.video-ATAN {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1); /* Adjust the scale factor as needed */
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the entire area of the container */
}

.video-CARRR {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1); /* Adjust the scale factor as needed */
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the entire area of the container */
}

.card img {
    color: white;
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 5px;
    padding: 0px;
    border-radius: 15px 15px 0px 0px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-transform: translateZ(0);
}

.card-body a:hover {
    text-decoration: none;
}

.body-text {
    max-width: 1600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.subtitle {
    color: rgb(201, 201, 201);
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
    margin-top: 0px;
    padding: auto;
    font-size: 1em;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 0px;
}

.title {
    color: rgb(250, 250, 250);
    font-weight: bold;
    line-height: 25px;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
    margin-top: 0px;
    padding: auto;
    font-size: 1.5em;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 0px;
}

.description {
    color: #999;
    display: block;
    line-height: 18px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-top: 0px;
    padding: auto;
    font-size: 1.25em;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 20px;
}

.contact {
    background-color: rgb(46,46,48);
    padding: 25px;
    margin: auto;
}

.contact-body {
    max-width: 1600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.contact h2 {
    font-size: 3em;
    max-width: 1600px;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 40px;
    margin-bottom: 10px;
    line-height: 40px;
}

.item img {
    color: white;
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 0px;
}

.img-full {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 0px;
}

.card-body {
    background-color: rgb(46,46,48);
    height: auto;
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-top: 0px;
    padding: auto;
    border-radius: 0px 0px 15px 15px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-transform: translateZ(0);
}

.hero-image {
    height: auto;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 5px;
}

.hero-text {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 97%;
    left: 50%;
    transform: translate(-50%, -110%);
    color: white;
}

.topnav {
    overflow: hidden;
    background-color: rgb(50,50,50);
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: rgb(142,142,147);;
}

.topnav .icon {
    display: none;
}

.topnav img {
    color: white;
    text-align: center;
    width: 30px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

.topnav a:not(:first-child) {
    display: none;
}

.topnav a.icon {
    float: right;
    display: block;
}

.topnav.responsive {
    position: relative;
    
}

.topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
}

.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
}

.rightVerticalLine {
    border-right: thin solid #555555;
}

.leftVerticalLine {
    border-left: thin solid #555555;
}

@media screen and (max-width: 1200px) {
    .card {
        -ms-flex: 33.33333%; /* IE10 */
        flex: 33.33333%;
        max-width: 33.33333%;
    }
    
    .item {
        -ms-flex: 33.33333%; /* IE10 */
        flex: 33.33333%;
        max-width: 33.33333%;
    }
}

@media screen and (max-width: 900px) {
    .card {
        -ms-flex: 50%; /* IE10 */
        flex: 50%;
        max-width: 50%;
    }
    
    .item {
        -ms-flex: 50%; /* IE10 */
        flex: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .card {
        -ms-flex: 100%; /* IE10 */
        flex: 100%;
        max-width: 100%;
    }
    
    .item {
        -ms-flex: 100%; /* IE10 */
        flex: 100%;
        max-width: 100%;
        
    }
}

/* @media (prefers-color-scheme: dark) {
    body {
        color: #eee;
        background-color: #222222;
    }
    
    p {
        color: rgb(230, 230, 230);
    }
    
    .subtitle {
        color: rgb(181, 182, 137);
    }
    
    .subtle {
        color: rgb(121, 122, 104);
        background-color: rgb(43, 43, 46);
    }
    
    .title {
        color: rgb(255, 254, 224);
    }
    .description {
        color: rgb(173, 169, 145);
    }
    
    .card-body {
        background-color: rgb(46,46,48);
    }
    
    .contact {
        background-color: rgb(46,46,48);
    }
    
    .textBubbleDiv {
        background-color: rgb(51, 51, 42);
    }
    
    .topnav {
        background-color: rgb(50,50,50);
    }
} */
