/*body {font-family: Nunito, sans-serif;background-color: #E0E0E0;}*/

body {
  font-family: Open Sans, sans-serif;
  font-family: Nunito, sans-serif;
  color: #525f7f;
  background-color: #fff;
  background-image: url(https://www.transparenttextures.com/patterns/sandpaper.png); /*https://www.transparenttextures.com/*/
}

@media (min-width: 1366px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 1360px !important;
	}
}

.dropdown-toggle::after {vertical-align: .14em;}
.navbar {background-color: #080c0f!important;}

/*
index_content
*/
.video-background-holder {
  position: relative;
  background-color: black;
  height: calc(100vh - 72px);
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-background-image {
    background-image: url(/assets/images/bg7.jpg);
    background-size: cover;
	background-position: center;
	position: absolute;
	z-index: 0;
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.icon {
    width: 3rem;
    height: 3rem;
}

.icon-shape {
    display: inline-flex;
    padding: 12px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}