body {
  background-image: url(./assets/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  font-family: "Ubuntu", sans-serif;
  color: #000000;
}

/*************TOP SECTION***************/

header {
  margin-top: 5%;
}

img.nav-logo {
  max-width: 170px;
  height: auto;
}

.topnav {
  margin: 0;
}

.roda-social-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}

.roda-social-menu img.icon {
  max-width: 20px;
  margin: 3px;
}

/*************VIDEO SECTION***************/

.video-container {
  padding-top: 30px;
}

video.show-reel {
  display: block;
  width: 100%;
}

video.show-reel:focus {
  outline: none;
}

div.show-reel-shadow {
  margin-top: -0.3px;
  max-height: 50px;
}

.show-reel-shadow img {
  width: 100%;
}

/*************INTRO SECTION***************/

.intro {
  padding-bottom: 45px;
}

.intro-container {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000000;
  margin-bottom: 1.5em;
}

.intro-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: bolder;
  text-transform: uppercase;
}

.intro-title h1 {
  font-weight: 700;
  font-size: 2rem;
}

.icon-section {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.icon-element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.icon-element img {
  width: 25px;
}

.sizer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-element .sizer {
  height: 50px;
  width: 50px;
}

.icon-element span {
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 9pt;
  letter-spacing: 0.1px;
}

.intro-roda {
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.8px;
  line-height: 2rem;
  text-align: justify;
}

/******************LOGO SECTION*********************/
.logo-grid {
  display: flex;
  padding: 3rem 4rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

.logo-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

img.partner-logo {
  max-width: 100px;
  max-height: auto;
  padding: 10px 10px 40px;
  width: 100%;
}

.logo-grid-mobile {
  display: none;
}

/***************CONTACT SECTION******************/
.contact-us-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-us {
  text-align: center;
  text-transform: uppercase;
}

.contact-us h2 {
  font-weight: 700;
  font-size: 3rem;
}

.contact-us img {
  max-width: 150px;
  margin: 20px auto;
}

.mail-us {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 110px;
}

.mail-us img {
  vertical-align: bottom;
}

.mail-us img:hover {
  cursor: pointer;
}

input,
input:focus,
textarea,
textarea:focus {
  outline: none;
  border-radius: 0;
  border: #000 2px solid;
  color: #000;
  background: none;
  width: 100%;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  padding: 6px 5px;
}

input::placeholder,
textarea::placeholder {
  color: #000;
}

div.input-sizer {
  padding: 3px;
  width: 100%;
}

input:hover,
textarea:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#message {
  height: 130px;
}

.getBack {
  font-size: 3.5rem;
  font-weight: 600;
}
/*****************FOOTER SECTION*******************/

.footer-contact {
  margin: 20px 0 40px;
}

.footer-content a {
  color: #000000;
  text-transform: uppercase;
}

.footer-content a:hover {
  text-decoration-line: none;
}

.icon-footer {
  max-width: 150px;
  padding: 1rem;
  text-shadow: 0 0 0.1rem #000000;
}

.footer-content .roda-social-menu {
  margin-bottom: 50px;
}

.footer-content p {
  margin-bottom: 60px;
}

.footer-content,
.footer-content .roda-social-menu,
.footer-contact {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 767px) {
  body {
    background-image: url(./assets/background_mobile_1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
  }

  /*************TOP SECTION***************/
  .roda-social-menu,
  .topnav {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }

  .topnav {
    margin-bottom: 30px;
  }

  /*************VIDEO SECTION***************/

  .video-container {
    padding-top: 0;
  }

  /*************INTRO SECTION***************/
  .intro-title {
    order: 2;
  }

  .icon-section {
    margin-bottom: 30px;
    padding: 0;
  }

  .intro-roda {
    padding: 0;
  }

  /*************LOGO SECTION***************/

  .logo-grid {
    display: none;
  }

  .logo-grid-mobile {
    display: block;
  }
  /***************CONTACT SECTION******************/

  .contact-us {
    padding: 10px 0;
  }

  .footer-contact {
    margin: 0;
  }

  .footer-content,
  .footer-content .roda-social-menu {
    margin: 50px 0;
  }
}
