/*!
 * Start Bootstrap - One Page Wonder (http://startbootstrap.com/template-overviews/one-page-wonder)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-one-page-wonder/blob/master/LICENSE)
 */

.navbar-custom {
  background-color: #148C94;
  /* font-size: 3em; */
}

body {
    padding-top: 60px;
}

@media (min-width: 992px) {
    body {
        padding-top: 62px;
    }
}

p a {
    color: #66aa88;
}

p a:visited {
    color: #66aa88;
}
p a:hover {
    color: #66aa88;
}
p a:active {
    color: #66aa88;
}



header.masthead {
    /*background: url('../images/The-future-of-football-with-Hololens.jpg') */
    background: url('../images/banner_wide.jpg')
    no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header.masthead > .overlay {
    padding: 5rem 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
}


    .display-1 {
      font-size: 8.2vw;
    }

@media (min-width: 992px) {
    header.masthead > .overlay {
        padding: 10rem 0;
    }
}
@media (max-width: 992px) {
    header.masthead > .overlay {
        padding: 8rem 0;
    }
}
@media (max-width: 640px) {
    header.masthead > .overlay {
        padding: 5rem 0;
    }
}
