body {
	color: #228AAB;
	padding-top: 70px !important;
		/* background-color: #011025; */
	background:
		linear-gradient(#04131a33, #04131a33),
		
		url("../images/banners/insta_blur_27.jpg") center / cover no-repeat fixed,
		#04131a;
	
	padding-top: 72px;
	text-shadow: 0 3px 12px rgba(0,0,0,0.8);
}

.navbar {
	box-shadow: 0 5px 15px rgba(0,0,0,0.7);
}

.navbar-expand-lg {
	color: #64C3E1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: linear-gradient(180deg, #04131A99, #092a3b99);
	border-bottom: 1px solid rgba(255,255,255,0.20)
}

.navbar-dark .navbar-nav .active > .nav-link {
  color: #ffffff;          /* активная страница */
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .active > .nav-link {
  color: #64C3E1;
}

.contact-icons a {
  margin-left: 14px;
  display: inline-flex;
  align-items: center;
}

.contact-icons svg {
  width: 24px !important;
  height: 24px !important;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.6));
  transition: transform .15s ease, filter .15s ease;
}

.contact-icons a:hover svg {
  transform: translateY(-1px);
  filter: drop-shadow(0 4px 8px rgba(0,0,0,.6));
}

.contact-icons img {
  width: 24px;
  height: 24px;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.6));
}

/*.contact-icons { outline: 2px solid red; }
.contact-icons a { outline: 2px solid lime; }
.contact-icons svg { outline: 2px solid cyan; }
*/

.jumbotron {
	background: linear-gradient(180deg, #04131Ab9, #092a3bbf);
	border-radius: 20px;
	border: 1px solid rgba(255,255,255,0.15);
}



/* Contact modal styling */
#contactModal .modal-content {
  background: linear-gradient(180deg, #04131aee, #092a3bee);
  color: #228AAB; 
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 20px;
  box-shadow: 0 18px 60px rgba(0,0,0,.55);
}

#contactModal .modal-header,
#contactModal .modal-footer {
  border-color: #145367;
}

#contactModal .close {
  color: #228AAB;
  text-shadow: none;
  opacity: .9;
}
#contactModal .close:hover { opacity: 1; }

#contactModal label { color: #228AAB; }

#contactModal .form-control,
#contactModal .form-control-file {
  background: rgba(0,0,0,.22);
  border: 1px solid #145367;
  color: #145367;
  border-radius: 12px;
}

#contactModal .form-control::placeholder { color: #CB1FBA; }

/* active text field */
#contactModal .form-control:focus {
  background: #165A70;  
  border-color: #145367;
  box-shadow: 0 0 0 .1rem #64C3E1;
  color: #36C9F7;
}

#contactModal .form-text { color: #228aab !important; }

/* send button */
#contactModal .btn-primary {
  border: 0;
  border-radius: 12px;
  background: rgba(100,195,225,.95);
  color: #04131a;
  font-weight: 600;
}
#contactModal .btn-primary:hover { filter: brightness(1.05); }

/* background attachment */
#contactModal .form-control-file {
  background: #041720 !important;
  border: 1px solid #145367;
  padding: 6px;
  border-radius: 12px;
}

/* close button */
#contactModal .btn-outline-light {
	/*background: #955DD3;*/
	border-radius: 12px;
	border-color: #145367;
	color: #145367;
}

/* close button */
#contactModal .btn-outline-light:hover {
	background: #145367;
	border-color: rgba(255,255,255,.35);
	color: rgba(100,195,225,.95);
}

/* darker overlay behind the modal */
.modal-backdrop.show { opacity: .75; }

#contactModal .custom-file-label {
  background: #165A70;
  border: 1px solid #145367;
  color: #228AAB;
  border-radius: 12px;
}

#contactModal .custom-file-label::after {
  background: #145367;
  color: #36C9F7;
  border-left: 1px solid #145367;
}


/*#165a70
#145367
#36C9F7
*/