/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template/scrolling-nav)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

header {
  padding: 100px 0 0 0;
}

section {
  padding: 20px 0;
}

.short-text { display: none; }

@media (max-width: 420px) {
    .short-text { display: inline-block; }
    .full-text { display: none; }
}