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

html, body {
  height: 100%;
}

body {
  padding-top: 56px;
  display: flex;
  flex-direction: column;
}

.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;
}

.container {
  flex: 1;
}

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

.ag-bg-dark { 
  background-color: #161116;
}

.ag-nav-link {
  color: #DCC144!important;
}

.ag-silver {
  color: #E0E8E3;
}

.ag-logo {
  height: 2rem;
  width: 2rem;
}

.ag-header {
  height: 65vh;
  background-color: #161116;
  background-image: url("./../assets/icons/white-diamond-dark.png");
  color: #E0E8E3;
}

.ag-header-content {
  margin: auto;
  text-align: center;
  position: relative; 
  top: 20vh;
}

.ag-header-content h1 {
  font-size: 4rem;
}

footer {
  position: relative;
  bottom: 0;
  width: 100%;
}