@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap');

div {

    width: 70%;
    margin:0 auto;
    padding: 1em 1em;
}

h1,h2,h3,h4,h5{
    text-align: center;
    
}

h1 {
    font-weight: 800;
   
}

.banner {
    width: 100%;
    padding-bottom: 0;
}

.row{
    color: #F5F3F0;
    width: 100%;
    
    background-color: #002FB3; 
    

}

.row h3 {
    color: #FFB800;
}

.trailers{
    width: 100%;
    background-color: #F5F3F0;
    text-align: center;
}
.trailers a{
    display: block;
    
}
.consult{

    background-color: #FFB800;
    width: 100%;
}

.features{

    width: 100%;
    font-size: 1.4em;
    background-color: #FFB800;
    text-align: center;
  
     
}

.features ol {
    text-align: left;
    display: inline-block;
    list-style:disc;

   
}

.testimonials{
    width: 100%;
    padding: 1em 1em 1em 1em;
    font-size: 1.4em;
    
    text-align: center;
    background-color: #F5F3F0;
}

.testimonials ol{
    width: 70%;
    
    display: inline-block;
    list-style:disc;
    text-align: left;
}



.center {
    text-align: center;
}

.trailer {
    text-align: center;
   
}
.trailer a {
    display: block;
    font-size: 1.4em;
    text-align: center;
}
.intro {
    font-size: 1.3em;
    padding: 0;
}

.intro em{
    font-weight: 600;
    font-style: normal;
}

.steps ul{
    list-style-type: none;
    font-size: 1.3em;
}

.steps ul p{
    margin-left: 10%;
    
}
.steps li {
    font-size: 1.4em;
    font-weight: 600;
}

.steps {
    margin-bottom: 10%;
}

.trailers h2{
    text-align: center;
    text-transform: uppercase;
    
}

.moretrailers{
    color:#F5F3F0;
    width: 100%;
}

.studios{
    width: 100%;
    background-color: #FFB800;
}

.studios img{
    margin: 0 auto;
    display: block;
    width: 30%;
    padding: 1em;
    vertical-align: center;
}



.steps h2{
    text-align: center;
    font-size: 2em;
    font-weight: 800;
    text-transform: uppercase;
}

.submission ol li{
    font-size: 1em;
    font-weight: 500;
    margin: 0 auto;
    width: 50%;
    margin-top: 1%;
}

.topvideo {
    text-align: center;
    
}
.gallery {
    text-align: center;
}
.gallery iframe{
    width: 560px;
    height: 315px;
    float: left;
    margin: 1em;
}


footer {
    color: black;
    text-align: center;
    
    width: 100%;
}

.payment li{
    font-weight: 700;
}

.payment ul p{
    font-weight: 700;
    line-height: 1px;
    
}

/* First make sure the video thumbnail images are responsive. */

  
  /* 
  This is the starting grid for each video with thumbnails 4 across for the largest screen size.
  It's important to use percentages or there may be gaps on the right side of the page. 
  */

  .video {
    background: #fff;

    
/* Thumbnails 4 across */
    float: left;
  }

/*Background*/


/* Buttons */


   /* 
   These keep the height of each video thumbnail consistent between YouTube and Vimeo.
   Each can have thumbnail sizes that vary by 1px and are likely break your layout. 
   */

  .video figure {
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;

    .video figure a {
      display: block;
      margin: 0;
      padding: 0;
      border: none;
      line-height: 0;
    }
  }

  /* Media Queries - This is the responsive grid. */

  @media (max-width: 1024px) {
    .video {
      width: 31.333%; /* Thumbnails 3 across */
    }
  }

  @media (max-width: 600px) {
    .video {
      width: 48%; /* Thumbnails 2 across */
    }
  }

  @media (max-width: 360px) {
    .video {
      display: block;
      width: 96%; /* Single column view. */
      margin: 2%; /* The smaller the screen, the smaller the percentage actually is. */
      float: none;
    }
  }

  /* These are my preferred rollover styles. */

  .video img {
    width: 100%;
    opacity: 1;
  }

  .video img:hover, .video img:active, .video img:focus {
    opacity: 0.75;
  }



