#log-di{
	background-image: linear-gradient(to right, #655f53 , #ded9d1);
	max-height:180px;
}
#nav-di{
	background-image: linear-gradient(to right, #655f53 , #ded9d1);
	height: 100%;
}

#foo-sep{
	height: 30px;
	background-image: linear-gradient(to right, #655f53 , #ded9d1);
}
#foo-sep2{
	height: 10px;
	background-color: #00a2e7;
}


#hImg{

	margin-top: 10px;
	max-height: 180px;
	aspect-ratio: 4/4;
	border: 2px solid transparent;

	
	
}


#hImg2{
	margin-top: 50px;	
	width: 60%;
	aspect-ratio: 3/1;
	float: right;
	border: 2px solid transparent;
	border-radius: 25px;
	

	
}

@media only screen and (max-width: 991px) {
  /* styles for small screens */
  #log-di{
  	display: flex;
  	justify-content: center;
  	align-items: center;

  }
  #log-di .row{
  	display: flex;
  	justify-content: center;
  	align-items: center;
  }
  #hImg{
  	margin-top: 0;
  	margin: 0;
  	padding: 0;
  	height: 150px;
  	width: 350px;
  }
  #hImg2 {
    display: none;
  }
}

#p-img{
	width:100%
}

@media only screen and (max-width: 1004px) {
  /* styles for small screens */
  #p-img {
    margin-top: 50px;    
  }

}
@media only screen and (max-width: 991px) {
  /* styles for small screens */
  #p-img {
    margin-top: 150px;    
  }

}
@media only screen and (max-width: 760px) {
  /* styles for small screens */
  #p-img {
    display: none;    
  }

}

.nav-item {
  background-color: transparent; 
  transition: all 0.5s ease;
  border-radius: 20px; 
}

.nav-item:hover {
  background-color: #234C5E; 
}

h3{
	color: black;
}
h3:hover{
	color: white;
}

#fcon{
	margin: 10px;
}
#fbtn{
	margin: 10px;
}


#pr-form {
  float: right;
  background-color: #234C5E;
	color: white;
	width: 400px;
}

/* Media query for small screens */
@media only screen and (max-width: 775px) {
  #pr-form {
    float: none; 
    margin: 0 auto;
    width: 300px;
  }
  .parent-form{
    text-align: center;
  }
}








#headrow{
	color: white;
	background-color: #234C5E;
}

#li-kli{
	
	font-weight: bolder;
}

#li-kli:hover{
	font-size: 20px;
	font-weight: bold;
	color: white;
	background-color: #234C5E;
	border-radius: 25px;
	letter-spacing: 3px;


}

#kon-form{
	background-color: #234C5E;
	color: white;
	width: 350px;
	float: right;
	margin-top: 50px;
	border-radius: 25px;
	margin-bottom: 50px;


}


/* Media query for small screens */
@media only screen and (max-width: 991px) {
  #kon-form {
    float: none;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 50px;
  }
  .parent-form{
    text-align: center;
  }
}


iframe{
	width:400px;
	height:350px; 
	border:0px; 
	margin-top: 80px;
	margin-bottom: 80px;	 
	border-radius:25px; 
	border: 5px solid #234C5E;
}
@media only screen and (max-width: 991px) {
  iframe {
	   
		border:0px;
		margin-top: 10px;
		margin-bottom: 50px;
   	
  }
}
@media only screen and (max-width: 420px) {
  iframe {
	  width:auto;
	  height:auto;
		border:0px;
		margin-top: 10px;
		margin-bottom: 50px;
   	
  }
}


