:root {
    --blue: #348c8d;
    --darkblue: #1e5253;
    --green: #37a07b;
    --grey: #535353;
  }

body {
    overflow-x: hidden;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

/*navbar*/
.navbar-custom {
    background-color: white;
    border-color: transparent;
  }

.navbar-custom .navbar-nav li a {
    letter-spacing: 1px;
    font-size: 0.9rem;
    color: var(--grey);
  }

.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:focus {
  color: black;
  font-weight: bold;
  outline: none;
}

/* .myimage {
    position: absolute;
    padding-top: 80px;
} */

/* .overlay {
    min-height: 70vh;
    align-items: left;
    justify-content: left;
    position: relative;
  }
  
.overlay-wrapper{
      text-align: left;
      padding-top: 60px;
      padding-left: 20px;
  } */

.header-h2 {
    font-weight: unset;
    font-size: x-large;
}

.header-h1 {
    font-size: 3rem;
    color: var(--blue);
}

.header-h3 {
    font-size: small;
    font-weight: unset;
    color: var(--grey);
    text-transform: unset;
}

.container-img {
    padding-left: 100px;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  /* padding: 1.25rem; */
  /* border-radius: calc(.25rem - 1px); */
}

.card-img, .card-img-bottom {
  border-bottom-right-radius:  unset;
  border-bottom-left-radius:  unset;
}
.card-img, .card-img-top {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}

.section-heading {
    font-size: 3rem;
  }

.section-subheading {
    font-weight: 400;
    line-height: 2rem;
  }

  #invite, #registration, #about {
    background-color: var(--blue);
    color: white;
  }

  #newsletter, #quotes, #news-events, #cities {
    padding-top: 30px;
  }

  #newsletter a, #quotes a, #news-events a, #cities a {
    color: var(--blue);
    font-size: 2rem;
    font-weight: bold;
  }

  section {
    padding: 90px 0 50px 0;
  }

  .btn-auroral {
      background-color: #59A2A3;
      border: none;
      font-weight: regular;
  }

  .btn-auroral-light, .modal-footer button {
    background-color: white;
    border: solid 1px #59A2A3;
    font-weight: regular;
    color: #59A2A3;
}

.btn-auroral-light:hover, .modal-footer button:hover {
  background-color: #59a2a343;
  border: solid 1px #59A2A3;
  font-weight: regular;
  color: #59A2A3;
}

.btn-header {
  background-color: #59A2A3;
  color:white;
  height: 2rem;
  width: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-decoration: none;
  margin-left: 5px;
}

.btn-header:hover {
  background-color: var(--blue);
}

.modal-body a {
  color:black;
  text-decoration: underline;
  font-weight: bold;
}

.newsletter-simple-link {
  color: var(--blue);
  font-size: 1.2rem !important;
  font-weight: bold;
}

  #myVideo {
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 66px); 
    object-fit: cover;
  }

.card-title {
    text-transform: none;
    color: white;
}
.border-news {
    border: none;
}

#partners .logos img{
    width: 128px;
  }

.social a {
    background-color: black;
    color:white;
    height: 2.5rem;
    width: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 100%;
    text-decoration: none;
}
.simple-link a {
  background-color: black;
  color:white;
  padding: 3px 6px;
  border-radius: 4px;
  text-decoration: none;
}

.hr-blue {border-top: var(--blue) 4px solid;
  width: 12%;
  margin-left: 0px;
  border-radius: 4px;
}

/* telemovel */
@media (max-width: 768px) {
    .myimage {
        position: absolute;
        padding-top: 150px;
    }
    
    .overlay {
        min-height: 40vh;
        position: relative;
      }

    .header-h1 {
        font-size: xx-large;
    }

    .overlay-wrapper{
        padding-top: 40px;
    }

    .section-heading {
        font-size: xx-large;
      }

    .container-img {
        padding-left:30px;
    }
}


/*form*/
section#contact form#mauticform_auroralcontactform .form-group {
    margin-bottom: 1.5rem;
  }
  section#contact form#mauticform_auroralcontactform .form-group input,
  section#contact form#mauticform_auroralcontactform .form-group textarea {
    padding: 1.25rem;
  }
  section#contact form#mauticform_auroralcontactform .form-group input.form-control {
    height: auto;
  }
  section#contact form#mauticform_auroralcontactform .form-group-textarea {
    height: 100%;
  }
  section#contact form#mauticform_auroralcontactform .form-group-textarea textarea {
    height: 100%;
    min-height: 10rem;
  }
  section#contact form#mauticform_auroralcontactform p.help-block {
    margin: 0;
  }
  section#contact form#mauticform_auroralcontactform .form-control:focus {
    border-color: var(--darkblue);
    box-shadow: none;
  }
  section#contact form#mauticform_auroralcontactform ::-webkit-input-placeholder {
    font-weight: 700;
    color: #ced4da;
  }
  section#contact form#mauticform_auroralcontactform :-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
  }
  section#contact form#mauticform_auroralcontactform ::-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
  }
  section#contact form#mauticform_auroralcontactform :-ms-input-placeholder {
    font-weight: 700;
    color: #ced4da;
  }

#mauticform_input_auroralcontactform_submit.btn {
    background-color: var(--darkblue);
    border: none;
    color: white;
  }
  
  .mauticform-innerform {}
  .mauticform-post-success {}
  .mauticform-error { margin-bottom: 10px; color: red; }
  .mauticform-helpmessage { display: block; font-size: 0.9em; margin-bottom: 3px; }
  .mauticform-errormsg { display: block; color: red; margin-top: 2px; }
  
  .mauticform_wrapper { margin: 10px auto; }
  .mauticform-name { font-weight: bold; font-size: 1.5em; margin-bottom: 3px; }
  .mauticform-description { margin-top: 2px; margin-bottom: 10px; }
  .mauticform-message { margin-bottom: 10px;color: green; }
  .mauticform-row { display: block; margin-bottom: 20px; }
  .mauticform-label { font-size: 1.1em; display: block; font-weight: bold; margin-bottom: 5px; }
  .mauticform-row.mauticform-required .mauticform-label:after { color: #e32; content: " *"; display: inline; }
  .mauticform-selectbox, .mauticform-input, .mauticform-textarea { width: 100%; padding: 0.5em 0.5em; border: 1px solid #CCC; background: #fff; box-shadow: 0px 0px 0px #fff inset; border-radius: 4px; box-sizing: border-box; }
  .mauticform-checkboxgrp-row {}
  .mauticform-checkboxgrp-label { font-weight: normal; }
  .mauticform-checkboxgrp-checkbox {}
  .mauticform-radiogrp-row {}
  .mauticform-radiogrp-label { font-weight: normal; }
  .mauticform-radiogrp-radio {}
  /*.mauticform-button-wrapper .mauticform-button.btn-default, .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default { color: #5d6c7c;background-color: #ffffff;border-color: #dddddd;}*/
  .mauticform-button-wrapper .mauticform-button, .mauticform-pagebreak-wrapper .mauticform-pagebreak { display: inline-block;margin-bottom: 0;font-weight: 600;text-align: center;vertical-align: middle;cursor: pointer;background-image: none;border: 1px solid transparent;white-space: nowrap;padding: 6px 12px;font-size: 13px;line-height: 1.3856;border-radius: 3px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
  .mauticform-button-wrapper .mauticform-button.btn-default[disabled], .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] { background-color: #ffffff; border-color: #dddddd; opacity: 0.75; cursor: not-allowed; }
  .mauticform-pagebreak-wrapper .mauticform-button-wrapper {  display: inline; }


  /* who we are */
.blockquote-footer {
  text-align: right;
  font-size: small;
  color: var(--grey);
}



@media only screen and (max-width: 600px) {
  section {
    padding: 10px 0 50px 0;
  }

.section-heading {
  font-size: 3rem;
  text-align: center !important;
}

.section-subheading {
  font-weight: 400;
  line-height: inherit;
  text-align: left !important;
  font-size: 0.85rem;
  line-height: 1.2rem;
}


p, .card-text {
  font-size: 0.85rem;
  line-height: 1.1rem;
  text-align: left;
}
.header-h1 {
  font-size: 1.8rem;
  text-align: center !important;
}
section#invite .invite-list .fa-5x {
  font-size: 3em;
  text-align: center;
}

section#invite .invite-title {
  font-size: 1rem;
  text-align: center;
}


/* home banner */

.home-banner p.card-text {
  margin-left: 0px !important;
  margin-top: 0px !important;
}

.home-banner .card-img {
  padding-top: 6rem;
}
.home-banner .header-h1 {
  font-size: 1.3rem;
  text-align: center !important;
}
.home-banner .header-h2 {
  font-weight: 400;
  line-height: inherit;
  text-align: center !important;
  font-size: 0.85rem !important;
  line-height: 1.2rem;
  padding: 0 !important;
  margin: 0.5rem !important;
}

section#news .header-h2{
  font-weight: 400;
  line-height: inherit;
  text-align: left !important;
  font-size: 1rem !important;
  line-height: 1.4rem;
  padding: 0 !important;
  margin: 0 !important;
}

.home-banner .header-h3 {
  font-weight: 400;
  line-height: inherit;
  text-align: center !important;
  font-size: 0.75rem;
  line-height: 1.2rem;
  padding: 0 !important;
  margin: 0.5rem !important;
}

section#registration .registration-list p{
  text-align: center !important;
}
section#quotes{
  display: none;
}

section#cities .links a{
  font-size: 0.85rem;
  line-height: 1.1rem;
  text-align: center;
}
section#cities .links a:hover{
  text-decoration: underline;
}
section#about h1{
  color: #fff;
}
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .home-banner .card-img {
    padding-top: 5rem;
  }
  p, .card-text {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  .section-subheading {
    font-weight: 400;
    line-height: 1.4rem;
}
section {
  padding: 10px 0 50px 0;
}
section#about h1{
  color: #fff;
}
.home-banner .header-h2{
  font-weight: 400;
  line-height: inherit;
  text-align: left !important;
  font-size: 1rem !important;
  line-height: 1.4rem;
  padding: 0 !important;
  margin: 0.5rem !important;
}

section#news .header-h2{
  font-weight: 400;
  line-height: inherit;
  text-align: left !important;
  font-size: 1rem !important;
  line-height: 1.4rem;
  padding: 0 !important;
  margin: 0 !important;
}

}