
body {
  margin: 0;
  padding: 0;
  width: 100;
  background-color:#ccb69f;
  font-family: sans-serif;
}
main{
  width: 100%;
  height: calc(100VH - 70PX);
  margin-top: 70px;
  align-items: center;
}

h1{
  font-size: 36px;
  line-height: 42px;
  color: #1c1c1c;
  font-family: cursive;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
p{
  font-size: 14px;
  line-height: 18px;
  color: #002e35dc;
  font-family: sans-serif;
  margin-left: 15%;
  margin-right: 60px;

}
a{
  
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  font-family:Georgia, 'Times New Roman', Times, serif;
}
.main-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #e7ba8e;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
  align-items: center;
}
.main-header-logo{
  width: fit-content;
  height: 100%;
  display: flex;
}
.main-header-logo img{
  height: 70px;

}
.main-header-nav{
  width: 100;
  height: 100%;
  align-items: center;
}
.main-header-nav ul{
  display: flex;
  list-style: none;
  margin:0 0 0 0;
  text-align: center;
}
.main-header-nav ul li{
  display: inline;
  float: left;
}
.main-header-nav ul li a {
  color: #697ede;
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 60px;


}
.main-header-signUp{
  width: 60px;
  height: 50%;
  background-color: #c5792d;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 35px;
  margin-right: 30px;
  align-items: center;
  
}
.main-header-signUp a{
  display: flex;
  padding-top: 10px ;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
  color: #fffefe;
}
/*This bit of code is uded to change the background colour*/
@keyframes change{
  0%
  {
    background-image: url(../img/background\ fast.jpg);
  }
  20%
  {
    background-image: url(../img/Dom\ and\ rock.jpg);
  }
  40%
  {
    background-image: url(../img/paul\ and\ Dom.jpg);
  }
  60%
  {
    background-image: url(../img/race03_hires.jpg.crdownload);
  }
  80%
  {
    background-image: url(../img/paul\ and\ Dom\ stand.jpg);
  }
  100%
  {
    background-image: url(../img/fast-and-furious-7.jpg);
  }
}
.media-display{
  width: 100%;
  height: calc(100VH - 70PX);
  background-color:#14192b;
  position: relative;
  background-image: url(../img/background\ fast.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  justify-content: center;
  animation: change 10s infinite ease-in-out;
}


.media-display-text{
  position: relative;
  width: fit-content;
  top: 40%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  margin-left: 20%;
  
}
.media-display h1{
  font-size: 64px;
  color: #c5792d;
  
}
.media-display h2{
  font-size: 35px;
  line-height: 48px;
  text-align: center;
  color: #333332;
  font-style: italic;
  background: linear-gradient(to right,#6b3903,#e7ba8e);


  
}
.media-display-text a{
  background-color: #c5792d;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 25px;
margin-left: 75%;
}


.text-container{
  position: absolute;
  background: linear-gradient(to top,#d6b697,#D9D0C7);

}
.text-container a {
  margin-top: 10px;
  font-size: 18px;
  display: block;
  background-color: #f59739;
  padding: 10px 20px;
  width: fit-content;

}
.photo-section{
  display: flex;
  justify-content: center;
}
.photo-section img{
  width: 200px;
  height: auto;
  margin: 10px;
  transition: transform 0.3s ease;
}
.photo-section img:hover{
  transform: scale(1.1);
}
.cast-container{
  display: flex;
  align-items: center;
  border: 4px solid #f4b679;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  position: relative;
}
.cast-container img {
  width: 50%;
  height: auto;
  object-fit: cover;
}
.cast-container p{
  top: 20%;
  left: 50%;
  font-size: 18px;
  font-weight: 200;
  border-left: 2px solid salmon;
}
.gallery-set{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100vh;
  background-attachment: fixed;
  background: linear-gradient(to top ,#ec7702,#c0660c);
}
.gallery-set-item{
  width: 20%;
  height: 20%;
  margin: 10px;
  border: 2px solid #e7ba8e;
  overflow: hidden;
}
.gallery-set-item img,
.gallery-set-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.form-container {
  max-width: 700px;
  margin: 50px auto;
  padding: 30px;
  background-color: #c5792d;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
form {
  margin-top: 20px;
}
label, input {
  display: block;
  margin-bottom: 10px;
}
input[type="text"], input[type="email"], input[type="password"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
input[type="submit"] {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: #007bff;
  color: #fff;
  cursor: pointer;
}
input[type="submit"]:hover {
    background-color: #0056b3;
  
  }
  
.success-text{
  align-items: center;
  background-color: #39cc0c;
  width: fit-content;
  justify-content: center;
  margin-top: 50%;
  margin-left: 50%;
}

