* {
	margin: 0;
	padding: 0;
}

a
 {
	text-decoration: underline;
	color: #353535;
}

a:hover {
	text-decoration: none;
}

body {
    font-family: Gotham Narrow SSm A,Gotham Narrow SSm B,Rubik,Lato,Lucida Grande,Lucida Sans Unicode,Tahoma,Sans-Serif;
    font-style: normal;	
	line-height: 1.75em;
	font-size: 11.5pt;
	color: #353535;

	position: relative;
}

html {
	scroll-behavior: smooth;
}

body::after {
  content: "";
/*  background: url(/external/insurcovid/img/insur_12.jpg) no-repeat center center fixed;  */
background-color: #e5f2fc;
  background-size: cover;
  opacity: 0.4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

body,input {
	/* font-family: Kreon, serif; */
}

nav {
	padding-top: 30px;
	position: absolute;
	top: 100px;
	height:  70px;
}

.navbar-brand {
	top: 0;
}

.navbar-brand img {
	margin-top: 40px;
	max-width: 200px;
}

.navbar-dark .navbar-nav .active>.nav-link  {
	color: white;
	  text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link  {
	  text-decoration: underline;
	  font-size: 1.5em;
}

.bg-cust {
	background-color: #034A76;
}
	
.content_area {
  /* 
  padding-top: 74.6691871456%;
 
 
	padding-bottom: 60px;
	 padding-top: 20%; */
	background: url(../img/IMG_20200806_114453.jpg) no-repeat  center center;
	color: white;	
    background-size: cover; 
	height: 90vh; 
	font-size: 50px;  
	line-height: 1.1em;
}

.first-block {
	width: 100%; 
	height: 100%; 
	position: relative;
}

.first-block p {
	position: absolute; 
	top: 45%; 
	width:100%;
}

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

.cards-title, .about-title {
	color: gray;  
	line-height: 1.1em;
}

.cards-title {
		font-size: 50px; 
}

.about-title {
	font-size: 30px; 
}


.card-text-add {
	font-size: 30px; 
	line-height: 1.1em;
}

.comments-title {
    text-align: center;
    padding-top: 2rem;
}

.h2, h2 {
    font-family: Gotham Narrow SSm A,Gotham Narrow SSm B,Rubik,Lato,Lucida Grande,Lucida Sans Unicode,Tahoma,Sans-Serif;
    font-style: normal;
    font-size: clamp(1.8rem,calc(1.8rem + .2vw),3rem);
    letter-spacing: -.05rem;
    font-weight: 800;
}

.comments-title span {
    position: relative;
}


.comments-title span:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(130deg,#ff7a18,#af002d 41.07%,#319197 76.05%);
}

.card { 
	min-height:450px;
	background-color: #EAEAEA;
}

#footer {
	margin-top: 15px;
	background-color: #034A76;
	color: white;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 15px;
}

@media (max-width: 979px) {
  body {
    padding-top: 0px;
	font-size:20px;
  }
  
  nav {
	height: auto;
  }
  .navbar-brand img {
	margin-top: 0;
	max-width: 70px;

}

.navbar-collapse { 
	background:#034A76;  /*replace with desired color*/ 
	position: relative;
	z-index: 1000;
} 
.navbar-nav  { padding-left: 15px; margin: 0;}


 .content_area  {
	font-size: 30px;
 }
  
.cards-title {
	font-size: 30px;
}

.about-title {
	font-size: 20px; 
}

.card-img-top {
    width: 100%;
    height: 35vw;
    object-fit: cover;
}
.card { 
	height:350px;
	margin-bottom: 15px;
	margin-bottom: 15px;
}
}
