@import url('https://fonts.googleapis.com/css?family=Voltaire');

* {
  font-family: 'Voltaire', sans-serif !important;
}

body {
  background: #ceb27b url('../images/romo_bonneville_on_sandbed.jpg') no-repeat fixed center center;
  background-size: cover;
}

a {
  color: lightblue;
}

sup {
  vertical-align: super;
  font-size: small;
}

.signuptexttitle {
  font-size: 20px;
  color: white;
  margin-bottom: 20px;
}

.racesignupvideo {
  width: 90%;
  height: 500px;
}

.welcome-title {
  font-size: 45px;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(34, 34, 34, 1);
  padding-top: 20px;
  padding-bottom: 10px;
}

.welcome-subscription {
  text-align: center;
  color: white;
  font-size: 30px;
  padding-bottom: 20px;
}
.welcome-small {
  text-align: center;
  color: white;
  font-size: 20px;
  padding-bottom: 20px;
  line-height: 1.5;
}

.errorDivOnProduct {
  text-align: center;
}

.errorDivOnProduct button {
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}

.entire-site {
  width: 100%;
  height: 100%;
}

.big-container {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.news-content img {
  max-height: 500px;
  width: auto !important;
}

.date-title {
  text-align: center;
  color: white;
  font-size: 22px;
  font-style: italic;
}

.question {
  font-size: 20px;
  text-align: left;
  color: white;
  margin-top: 20px;
  font-style: italic;
}

.question-container {
  border-bottom: 1px solid white;
  padding-bottom: 20px;
}

.subheader-faq {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 30px;
  color: white;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  padding-top: 15px;
  padding-bottom: 15px;
}

.newrequirements-text {
  font-size: 30px;
  text-align: center;
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fc5b5a;
  font-style: italic;
}

.soldOutText {
  font-size: 35px;
  color: #fc5b5a;
  text-align: center;
  margin-top: 50px;
}

.soldOutDescription {
  text-align: center;
  font-size: 20px;
  color: #fc5b5a;
  margin-top: 10px;
}

.answer {
  font-size: 20px;
  text-align: left;
  color: white;
  margin-top: 5px;
  line-height: 1.25;
}

.header-title {
  font-size: 50px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 20px;
}

.buyMedallion {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid white;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 20px;
}

.medallionImage {
  width: 20%;
  box-sizing: border-box;
}
.medallionRight {
  width: 80%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.medallionImage img {
  width: 100%;
}

.medallionText {
  color: white;
  width: 80%;
}

.medallionTitle {
  font-size: 25px;
  margin-bottom: 5px;
}

.medallionDescription {
  margin-bottom: 10px;
}

#desktopsignupvideo {
  display: none;
}

input.medallionCheckmarkActual {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  cursor: pointer;
}

.medallionCheckmark {
  width: 20%;
}

.meallionPrice {
  font-size: 20px;
  margin-top: 20px;
}

.signatureWrapper {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.signatureWrapper label {
  display: block;
}

.smallSignatureText {
  font-size: 14px;
  margin-top: 5px;
  color: white;
  margin-bottom: 15px;
  line-height: 1.3;
}

#signature-pad {
  width: 50%;
  height: 100px;
}

.signatureWrapper button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.racelicenseCheckbox {
  display: block;
  text-align: center;
}

.participants-text table,
.ordersummaryform table {
  font-size: 16px;
  border-collapse: collapse;
  width: 100%;
  color: white;
}

.participants-text td,
.participants-text th,
.ordersummaryform td,
.ordersummaryform th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  vertical-align: middle;
}

.participants-text th,
.ordersummaryform th {
  font-size: 20px;
  font-weight: bold;
}

.ordersummaryform .imageTD {
  text-align: center;
}

.racelicenseImage {
  height: 50px;
  text-align: center;
  border-radius: 5px;
}

.payButton {
  text-align: center;
  margin-top: 30px;
}

.payButton button {
  width: 200px;
  padding: 10px;
  box-sizing: border-box;
  background-color: lightgreen;
  border: 1px solid white;
  border-radius: 5px;
  cursor: pointer;
}

.navigation-ul {
  list-style-type: none;
  text-align: right;
}

.navigation-li {
  display: inline-block;
  margin-bottom: 10px;
}

.navigation-links {
  font-size: 20px;
  color: white;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  transition-timing-function: ease;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.navigation-links:hover {
  border-bottom: 2px solid #fc5b5a;
  color: #fc5b5a;
}

.navigation-menu {
  margin-top: 50px;
}

.active {
  color: #fc5b5a;
  border-bottom: 2px solid #fc5b5a;
}

.content {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  margin-top: 5px;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.welcome-video {
  margin-top: 20px;
}

.romo2016vid {
  margin-top: 20px;
  width: 90%;
  height: auto;
}

.facebook {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.sponsors {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.community-content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-size: 0px;
}

.sponsor-slideshow {
  height: 130px;
  width: 100%;
}

.facebook-iframe {
  float: right;
  width: 100%;
}

.history-text {
  font-size: 20px;
  color: white;
  text-align: left;
  line-height: 1.25;
}

.party-about {
  margin-bottom: 20px;
}

.flyerImage {
  margin-bottom: 20px;
  width: 100%;
}

.recapchacontainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-text {
  font-size: 20px;
  color: white;
  text-align: center;
  line-height: 1.5;
}

.imnotarobottext {
  color: white;
  font-size: 20px;
  margin-bottom: 10px;
}

.racerequirements-text {
  font-size: 20px;
  color: white;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 5px;
}

.rr-tabs-header {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  color: white;
  margin-bottom: 5px;
  margin-top: 20px;
}

.rr-tabs-li {
  font-size: 18px;
  color: white;
  list-style-type: circle;
  list-style-position: inside;
  line-height: 1.5;
}

.content-text {
  padding-right: 10%;
  padding-left: 10%;
  font-size: 0px;
}

.content-information {
  font-size: 20px;
  color: white;
  text-align: center;
}
.content-information p {
  margin-bottom: 20px;
}

.raceresulscar,
.raceresultsmotorcycle {
  width: 49%;
}

.raceresulscar {
  margin-bottom: 20px;
}

.raceresultstitle {
  font-size: 25px;
  color: white;
  text-align: center;
}

.raceresultsdescritpion {
  color: white;
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 15px;
  line-height: 1.3;
}

.raceresultscontext {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  margin-top: 10px;
}

.about-image {
  margin-top: 20px;
  margin-bottom: 20px;
}

.english-text {
  width: 100%;
  display: block;
  padding-right: 15px;
}

.press-title {
  font-size: 25px;
  color: white;
  margin-bottom: 10px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}

.press-text {
  font-size: 20px;
  color: white;
  line-height: 1.25;
  text-align: justify;
}

.press-image {
  margin-top: 40px;
  width: 100%;
  border-radius: 10px;
}

.language-image {
  height: 25px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  opacity: 0.8;
}

.news-banner {
  width: 100%;
}

.news-title {
  font-size: 30px;
  color: rgb(12, 255, 15);
  font-weight: bold;
}

.all-news-container {
  margin-top: 10px;
}

.news-body-text {
  font-size: 20px !important;
  color: white !important;
  margin-top: 10px !important;
}

.news-body-text div {
  font-size: 20px !important;
  color: white !important;
  margin-top: 10px !important;
}

.news-content {
  margin-top: 30px;
}

.rmf-officials-officlal {
  width: auto;
}

.rmf-officials-name {
  color: white;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
}

.signupimagesexplainer {
  font-size: 15px;
  font-style: italic;
}

.historyslideshows {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.slideshow-title {
  text-align: center;
  font-size: 25px;
  color: rgb(12, 255, 15);
  margin-bottom: 20px;
  line-height: 1.5;
}

.contact-form {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0px;
}

.contact-image {
  width: 60%;
  display: inline-block;
  vertical-align: top;
}

.contact-form-container {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}

.contact-label {
  font-size: 20px;
  color: white;
  margin-bottom: 20px;
}

.contact-actual-image {
  width: 100%;
  max-height: 400px;
}

.contact-input {
  margin-bottom: 20px;
  margin-top: 5px;
  width: 100%;
}

.contact-actual-form {
  padding-left: 20px;
}

.contact-input-text {
  height: 200px;
}

.form-submit-button {
  width: 100%;
}

.vintage-beach-racing {
  width: 90%;
  height: auto;
}

._2p3a {
  width: 100% !important;
}

.navigation-sublinks {
  font-size: 18px;
  color: white;
  text-decoration: none;
  transition-timing-function: ease;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.navigation-sublinks:hover {
  border-bottom: 2px solid #fc5b5a;
  color: #fc5b5a;
}

.dropbtn {
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 10px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.productTitle {
  font-size: 35px;
}

.productPrice {
  margin-top: 20px;
  font-size: 25px;
  margin-bottom: 20px;
}

.productPricePrice {
  color: #42f471;
  text-decoration: underline;
}

.productDescription {
  margin-top: 10px;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.productFormGroup {
  margin-bottom: 15px;
}

.productFormGroup label {
  font-size: 18px;
  margin-bottom: 5px;
}

.productFormGroup input {
  min-width: 25%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid black;
}

.productFormGroup label,
.productFormGroup input {
  display: block;
}

.shopPreview {
  width: 49%;
}
.productInformation {
  width: 49%;
  text-align: left;
  font-size: 14px;
  color: white;
}
.productImage {
  width: 100%;
  aspect-ratio: 3 / 2;
}

.shopMedia {
  width: 100%;
  margin-bottom: 10px;
}

.productContainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.productFormGroup button {
  background-color: rgb(27, 184, 27);
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  color: white;
  font-size: 20px;
  min-width: 30%;
  border: 1px solid black;
  cursor: pointer;
}

.productSmallText {
  font-size: 12px;
}

.signup-form-container {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-top: 30px;
}
.co-driver-address,
.driver-address {
  margin-top: 35px;
}

.signup-inputlabel {
  color: white;
  font-size: 20px;
}

.signup-translation-label {
  color: white;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.35;
}

.racelicense-input {
  margin-top: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}

.signup-inputSmallText {
  color: white;
  margin-bottom: 5px;
  font-style: italic;
}

.signup-input {
  width: 100%;
  height: 30px;
  border: none;
  margin-top: 10px;
  box-sizing: border-box;
}

.form-button-container {
  width: 100%;
  text-align: center;
}

.termsofcondition {
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid white;
  padding: 15px;
  line-height: 1.5;
  border-radius: 3px;
}

.rmf-officials {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: space-around;
}

.rmf-official-th,
.rmf-official-td {
  font-size: 20px;
}

.rmf-official-td {
  padding-top: 10px;
}

.radiobutton {
  font-size: 18px;
}

.checkbox-signup {
  width: 20px;
  height: 20px;
}

.signupimages {
  width: 50px;
  height: 50px;
  border: 1px solid white;
  object-fit: cover;
  object-position: center;
}

.signupimagesmallcontainer {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 30%;
}

.all-signup-images-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.coDriverContainer {
  box-sizing: border-box;
  border: 1px solid white;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 35px;
}

.all-signup-images-container::after {
  content: '';
  flex: 0 0 30%;
}

.signupimagescontainer {
  font-size: 0px;
}

.imageexplainer {
  font-size: 16px;
  color: white;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-style: italic;
}
.participantsnotyetpublic {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  color: white;
}

.coDriverTShirtContainer {
  display: none;
}

.codriverExtraContainer {
  margin-top: 20px;
  display: none;
}

.form-button-loading {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.form-button-loading-image {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.signupimageheader {
  font-size: 16px;
  margin-bottom: 5px;
  color: white;
}

.signupimageinput {
  border: 1px solid #ccc;
  display: inline-block;
  cursor: pointer;
}

.imageInput {
  background-color: white;
  margin-top: 10px;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
}

.imageLabel {
  cursor: pointer;
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 15px;
  margin-top: 5px;
  background-color: white;
  width: 70%;
}

.signupbutton {
  margin-top: 20px;
  width: 75%;
  border: 1px solid black;
  border-radius: 3px;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  background-color: white;
  transition: 0.2s all;
  background-color: mediumseagreen;
  color: white;
  font-weight: bold;
}

.signupbutton:hover {
  background-color: #42f471;
  cursor: pointer;
}

.signuperrorcontainer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.signuperrors {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 90%;
  padding: 10px;

  background-color: lightcoral;
  border: 1px solid rgba(0, 0, 0, 0.8);
}

.signuperrors p {
  font-size: 25px;
  color: black;
  margin-bottom: 20px;
  text-align: center;
}

.signuperrors li {
  color: black;
  font-size: 20px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.error {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  background-color: #f46241;
  color: white;
  padding-left: 20px;
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 5px;
  padding: 20px;
}

.signup-form-allinputs {
  display: none;
}

.contact-description {
  text-align: center;
  color: white;
  font-size: 18px;
  line-height: 1.5;
}

/* The Modal (background) */
.modal-uploading-popup {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.modal-content {
  background-color: white;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  border: 1px solid green;
  border-radius: 5px;
}

.images-uplading-text {
  color: green;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.modal-error-text {
  color: darkred;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.modal-error-popup {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.modal-content-error {
  background-color: white;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  border: 1px solid red;
  border-radius: 5px;
}

.loading-gif-uploading {
  width: 100px;
  height: auto;
  margin-top: 20px;
}

.presentation {
  height: 200px;
}

.signup-form-group {
  margin-bottom: 15px;
}

.header-title-link {
  text-decoration: none;
  color: white;
}

.racelicense-header-title {
  text-align: center !important;
}

.racelicense-form-groups {
  margin-top: 15px;
}

.racelicense-form-big-groups {
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid lightgray;
  border-radius: 5px;
  margin-bottom: 20px;
}

.no-margin-top {
  margin-top: 0px !important;
}

.racelicense-form-group-title {
  font-size: 30px;
  color: white;
  border-bottom: 1px solid lightgray;
  padding-bottom: 10px;
}

.optional {
  font-style: italic;
}

.racelicense-form-button-container {
  text-align: center;
}

.racelicense-form-button {
  background-color: mediumseagreen;
  padding: 10px 30px;
  border-radius: 5px;
  border: none;
  color: white;
  font-weight: bold;
  box-shadow: 0px 0px 5px 0px rgba(9, 9, 9, 0.65);
  cursor: pointer;
}

.racelicense-static-text {
  color: black;
  margin-top: 10px;
  background-color: white;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  box-sizing: border-box;
}

.errorContainer {
  width: 100%;
}

.flash-message-container {
  width: auto;
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid white;
}

.flash-message-title {
  font-size: 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.FAQButtons {
  width: 100%;
  display: flex;
  margin-top: 20px;
  justify-content: center;
}

.SingleFAQButtons button {
  padding: 10px 30px;
  margin-right: 20px;
  cursor: pointer;
}

.flash-message-description {
  font-size: 18px;
}

.flash-error {
  background-color: #f46241;
}

.flash-success {
  background-color: #42f471;
}

.all-signup-images-container-newphotos {
  margin-top: 20px;
}

/*
RESPONSIVE DESIGN
RESPONSIVE DESIGN
RESPONSIVE DESIGN
*/

@media only screen and (min-width: 320px) {
  .big-container {
    width: 98%;
  }

  .productContainer {
    width: 98%;
  }

  .productInformation {
    text-align: center;
  }

  .shopPreview,
  .productInformation {
    width: 100%;
    margin-bottom: 10px;
  }

  .productFormGroup input,
  .productFormGroup button {
    width: 100%;
  }

  .content-text {
    padding-left: 5%;
    padding-right: 5%;
  }

  .date-title {
    font-size: 15px;
  }

  .modal-content {
    width: 90%;
    padding: 10px;
  }

  .about-text {
    font-size: 15px;
  }

  .signup-form-container {
    width: 98%;
  }

  .contact-image {
    width: 100%;
  }

  .contact-form-container {
    width: 100%;
    margin-top: 20px;
  }

  .contact-actual-form {
    padding-left: 0;
  }

  .slideshow-title {
    font-size: 15px;
  }

  .photography-link {
    display: none;
  }

  .english-text,
  .danish-text {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .danish-text {
    margin-top: 20px;
  }

  .about-image {
    width: 100%;
  }

  .sponsors {
    width: 100%;
  }

  .facebook {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .welcome-title {
    font-size: 22px;
    text-align: center;
  }

  .content-title {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .header-title {
    font-size: 35px;
    text-align: center;
  }

  .navigation-links {
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 0.9em;
  }

  .navigation-ul {
    text-align: center;
    width: 100%;
  }

  .navigation-menu {
    margin-top: 20px;
  }
  .signupimagesmallcontainer {
    width: 100%;
  }

  #signature-pad {
    width: 100%;
  }
}

@media only screen and (min-width: 375px) {
  .navigation-links {
    font-size: 1.1em;
  }

  .raceresulscar,
  .raceresultsmotorcycle {
    width: 100%;
  }

  .date-title {
    font-size: 17px;
  }

  .about-text {
    font-size: 18px;
  }

  .header-title {
    font-size: 40px;
  }

  .signup-form-container {
    width: 98%;
  }
}

@media only screen and (max-width: 425px) {
  .medallionRight {
    flex-direction: column;
  }

  .medallionText {
    width: 100%;
  }

  .medallionCheckmark {
    width: 100%;
  }
}

@media only screen and (min-width: 425px) {
  .facebook-iframe {
    width: 340px;
    float: none;
  }

  .signup-form-container {
    width: 98%;
  }

  .navigation-links {
    font-size: 1.4em;
    margin-left: 3px;
    margin-right: 3px;
  }

  .signupimages {
    width: 60px;
    height: 60px;
  }

  .photography-link {
    display: block;
  }

  #mobileracesignupvideo {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .about-image {
    width: auto;
  }

  #signature-pad {
    width: 60%;
  }

  .signupimagesmallcontainer {
    width: 48%;
  }

  .content-text {
    padding-left: 5%;
    padding-right: 5%;
  }

  .date-title {
    font-size: 18px;
  }

  .signupimageheader {
    font-size: 18px;
  }

  .signupimages {
    width: 70px;
    height: 70px;
  }

  .about-text {
    font-size: 20px;
  }

  .signup-form-container {
    width: 90%;
  }

  .slideshow-title {
    font-size: 20px;
  }

  .navigation-links {
    font-size: 1.4em;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .header-title {
    font-size: 50px;
  }

  .navigation-menu {
    margin-top: 40px;
  }

  .big-container {
    width: 80%;
  }

  .welcome-title {
    font-size: 33px;
  }

  .facebook-iframe {
    float: none;
    width: 340px;
  }

  .vintage-beach-racing,
  .romo2016vid {
    height: 40vw;
  }

  #mobileracesignupvideo {
    display: none;
  }

  #desktopsignupvideo {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .contact-image {
    width: 50%;
  }

  #signature-pad {
    width: 50%;
  }

  .modal-content {
    width: 80%;
    padding: 50px;
  }

  .signup-form-container {
    width: 80%;
  }

  .contact-actual-form {
    padding-left: 20px;
  }

  .contact-form-container {
    width: 50%;
    margin-top: 0px;
  }

  .english-text {
    width: 100%;
    display: block;
    padding-right: 15px;
  }

  .danish-text {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    margin-top: 0px;
  }

  .date-title {
    font-size: 20px;
  }

  .big-container {
    width: 70%;
  }

  .facebook {
    width: 47.5%;
    float: right;
    margin: 0px;
  }

  .sponsors {
    width: 47.5%;
  }

  .vintage-beach-racing,
  .romo2016vid {
    height: 20vw;
  }

  .sponsors {
    width: 45%;
    margin-right: 2.5%;
  }

  .header-title {
    text-align: left;
    font-size: 50px;
  }

  .navigation-ul {
    text-align: right;
    width: auto;
  }

  .navigation-links {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .productContainer {
    width: 98%;
  }

  .productInformation {
    text-align: left;
  }

  .shopPreview,
  .productInformation {
    width: 49%;
    margin-bottom: 10px;
  }

  .productFormGroup input,
  .productFormGroup button {
    width: 100%;
  }

  .welcome-title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1440px) {
  .big-container {
    width: 70%;
  }

  .raceresulscar,
  .raceresultsmotorcycle {
    width: 49.5%;
  }

  .navigation-links {
    padding-left: 15px;
    padding-right: 15px;
  }

  .vintage-beach-racing,
  .romo2016vid {
    height: 20vw;
  }

  .signup-form-container {
    width: 60%;
  }

  .custom-file-upload {
    width: 80%;
  }
}
