/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/templates/modern-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

html, body { height: 100%; width: 100%; }

body {
  padding-top: 56px;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.navbar-dark .navbar-nav .nav-link {
color: white;
}
.navbar-dark .navbar-nav .nav-link:hover {
color: yellow;
}

#editor {
    min-height: 75vh;
}

#selectedFile {
    display: none;
}

#openFile {
    display: none;
}

.monoSpace {
    font-family: monospace;
}

legend {
    font-size: 12pt;
}

.aceDiff {
    height: 90vh;
}

.modal-dialog {
  width: 100vw;
    min-width: 100vw;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content {
  height: 100vh;
  min-height: 100vh;
  border-radius: 0;
}