@font-face {
font-family: Montserrat-Light;
src:  url("../fonts/Montserrat-Light.ttf" ) format( "truetype" );
font-weight: 400;
font-style: normal;
} 


@font-face {
font-family: Montserrat-SemiBold;
src:  url("../fonts/Montserrat-SemiBold.ttf" ) format( "truetype" );
font-weight: 400;
font-style: normal;
} 

header {
  background-color: white;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* border-bottom: solid 1px #c6cdd5; */
  /* box-shadow: 0 1px 20px rgba(1,1,1,0.1);  *7
  /* box-shadow: 0 0.1px 5px rgba(1,1,1,0.1);  */
  /* box-shadow: 0 0.1px 5px rgba(1,1,1,0.3);  */
  box-shadow: 1px 1px 1px rgba(1,1,1,0.1);
  z-index: 1000;
}

.logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  outline:none;
}

.logo img {
  margin-left: 44px;
}

.logo span {
 font-family: 'Montserrat-SemiBold', sans-serif;
 font-size: 20px;
 color: #0f2b46;
 font-weight: 500;
 letter-spacing: -0.4px;
 margin: 0;
 margin-top: -2px;
 margin-left: 9px;
 white-space: nowrap; 

}

nav {
 margin-left: 60px;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 7px;
  display: flex;
  gap: 30px;
}

nav li {
 
}

nav a {
  font-family: 'Montserrat-Light', sans-serif;  
  font-size: 19px;
  font-weight: 200;
  color: #0f2b46;
  text-decoration: none;
}

nav a:hover {
  padding-bottom:14px;
  color: #3785ab;
  text-decoration: none;
  border-bottom: solid 3px #006494;
}

.login {
  margin-left: auto;
  margin-right:33px;
}

.login ul {
  list-style: none;
  margin: 0;
  padding-top: 15px;
  display: flex;
  gap: 7px;
}

.login li {
  font-family: 'Montserrat-Light', sans-serif;  
  font-size: 19px;
  font-weight: 200;
  color: #0f2b46
}

.login a {
  font-family: 'Montserrat-Light', sans-serif;  
  font-size: 17px;
  font-weight: 200;
  color: #0f2b46;
  text-decoration: none;
}

.login a:hover {
  color: #3785ab;
  text-decoration: none;
}

