@media only screen and (min-width: 64.063em) {
  .fullwidth {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial; } }
#bg-wrapper {
  background-image: url("/img/nextround-bg1.jpg");
  background-size: cover; }

#main-content {
  padding-top: 20px; }
  #main-content h1, #main-content h2, #main-content h3, #main-content h4, #main-content p {
    color: white; }
  #main-content a:first-child {
    color: orange; }
    #main-content a:first-child:hover {
      color: darkorange; }
  #main-content .flex-video {
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px; }

#social-icons img {
  border-radius: 50%; }

@media only screen and (min-width: 40.063em) {
  #form-sent {
    margin-top: 100px; } }
#form-sent {
  background: rgba(255, 255, 255, 0.2);
  border: 3px solid rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 30px 0px; }

form textarea {
  height: 140px; }
form .button {
  width: 100%;
  background: orange; }
  form .button:hover {
    background: darkorange; }
  form .button:active {
    background: darkorange; }

#second-content {
  margin-top: 20px; }
