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

html {
  padding:0;
  margin:0;
}
body {
  padding:0;
  margin:0;
  overflow-x:hidden;
  font-family: 'Roboto', sans-serif;
  background-color: #eee;
}
section {
  padding-bottom:1em;
  padding-top:1.5em;
}
ul {
  padding:0;
  margin:0;
}
header {
  background-image: url("../images/mainCover-min.png");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  height:100vh;
}
.nav-mobile {
  display:none;
  width:100%;
  max-height:56px;
  overflow: hidden;
  position: fixed;
  z-index: 10;
  font-size: 200%;
  background-color: rgba(50,50,50,0.5);
}
.btn-menu {
  float:left;
}
.top-mobile-menu a {
  float:right;
  margin-right: 16px;
}
.top-mobile-menu a.last-link {
  margin-right:0;
}
.nav-mobile ul>li {
  border-bottom: solid 1px #eee;
}
.nav-mobile ul>li:nth-child(6){
  border:none;
}
.menu-extended {
  max-height: 100%;
}
.nav-mobile a, .nav-mobile span {
  color: #ddd;
}
.nav-mobile a:active, .nav-mobile a:focus {
  color: #ddd;
  text-decoration: none;
}
.nav {
  width: 100%;
  position: fixed;
  z-index: 10;
  font-size:130%;
  background-color: rgba(50,50,50,0.5);
}
ul.nav-list {
  display: inline-block;
  width:100%;
  text-align: center;
  text-transform: uppercase;
}
.nav-list li {
  display: inline-block;
  padding: 8px 16px;
}
.nav-list li:after {
  display:block;
  content: '';
  border-bottom: solid 3px #fff;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.nav-list li:hover:after {
   transform: scaleX(1);
}
.nav-list li>a {
  color: #ddd;
}
.nav-list li>a:hover {
  text-decoration: none;
  color:#fff;
}
.nav-list li>a:focus {
  text-decoration: none;
}
.hr-logo {
  width:100%;
  height:100%;
}
.hr-logo-container {
  display:none;
  position: relative;
  top:25%;
  left:50%;
  transform: translateX(-50%);
  width:250px;
}
section.hr-project {
  text-align: center;
}
.headline-1 {
  font-size: 400%;
  margin-bottom: 0.7em;
  text-align: center;
}
section.hr-project .description {
  text-align: justify;
  font-size: 130%;
}
.description-2 {
  text-align: justify;
  font-size: 130%;
}
.description-2 li, .margin-list>li {
  margin-left: 24px;
}
.no-top-margin {
  margin:0 0 0.5em 0;
}
.bold {
  font-weight: bold;
}
.hr-video-container>video  {
  width:100%;
}
.hr-video-container>iframe {
  width:100%;
  min-height: 300px;
}
div.partner-description>h3 {
  margin:0;
  padding-bottom: 1em;
}
.partner-description>p {
  text-align: justify;
}
div.partner-logo>img {
  display: inline-block;
  max-width: 100%;
}
section.partners>.container>.row {
  margin-bottom:2em;
}
.tbc {
  text-align: center;
}
.form-row {
  text-align: center;
}
.form-row div {
  margin-bottom:1em;
}
.form-row>div>input {
  padding:8px 16px;
  width:100%;
}
.select-form {
  width:100%;
  padding:8px 16px;
}
.label-question {
  text-align: left;
}
#personal-data {
  text-align: left;
}
#personal-data>input {
  display: inline;
  width: 4em;
}
input::placeholder {
  color:#aaa;
}
.btn-custom {
  padding: 4px 16px;
  border: solid 1px #a9a9a9;
  border-radius: 16px;
  background-color: #f44842;
  color:#eee;
  font-weight: bold;
  font-size: 130%;
  letter-spacing: 2px;
}
.btn-custom:hover {
  background-color: #f44842;
  color:#eee;
}

.patron-logo>img {
  max-width: 100%;
  display: inline-block;
  text-align: center;
}
.esn-description {
  text-align: justify;
}
.esn-logo>img {
  max-width:100%;
}
.contact-info p{
  margin-left: 1em;
}
.contact-info p.last{
  margin-bottom:1.5em;
}


footer {
  text-align:right;
  padding: 4px 16px;
  background-color: #aaa;
}
footer>p {
  margin:0;
}
footer a {
  color:#ddd;
}
footer a:hover {
  color:#fff;
}


/* Google Map */
#map {
  width:100%;
  height:300px;
}
#map .map-control {
  display:none;
}

/* scrolling function */
:focus {
  outline: none;
}

@media screen and (max-width:576px) {
  .nav {
    display: none;
  }
  .nav-mobile {
    display: block;
    padding: 8px 16px;
  }
  .partner-logo {
    text-align: center;
  }
  .partner-description>h3 {
    padding: 1em 0;
    text-align: center;
  }
  .patron-logo>img {
    width:100%;
  }
  .form-row div>input {
    width:80%;
  }
  .select-form {
    width:80%;
  }
  .label-question {
    text-align: center;
  }
  .description, .description-2, .esn-description {
    text-align: left;
  }

}
@media screen and (max-width:1023px) {
  header {
    background-image: url("../images/mainCoverMobile.png");
    background-attachment: fixed;
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
    height:100vh;
  }
  .hr-logo-container{
    display: inline-block;
  }
}
