|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* { |
|
box-sizing: border-box; |
|
} |
|
|
|
.nav-container { |
|
overflow: hidden; |
|
|
|
top: 0; |
|
width: 100%; |
|
height: 89px; |
|
} |
|
|
|
.nav-buttons { |
|
position: absolute; |
|
padding-right: 10px; |
|
right: 0px; |
|
width: 50%; |
|
height: 89px; |
|
float: right; |
|
} |
|
|
|
.nav-buttons * { |
|
float: right; |
|
color: white; |
|
padding-top: 34px; |
|
padding-bottom: 34px; |
|
padding-right: 25px; |
|
padding-left: 15px; |
|
background: none; |
|
border: none; |
|
outline: none; |
|
font-weight: 600; |
|
font-size: 16px; |
|
letter-spacing: 1px; |
|
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; |
|
} |
|
|
|
.nav-button:hover { |
|
border-bottom:3px solid |
|
} |
|
|
|
.nav-logo-container { |
|
position: absolute; |
|
left: 0px; |
|
width: 50%; |
|
height: 89px; |
|
} |
|
|
|
.nav-logo { |
|
height: 89px; |
|
width: 80px; |
|
} |
|
|
|
.logo { |
|
padding: 24px; |
|
height: 67px; |
|
width: 85px; |
|
} |
|
|
|
|
|
|
|
.nav2-head { |
|
position: fixed; |
|
z-index: 100; |
|
background: white; |
|
width: 100%; |
|
margin-left: 5px; |
|
} |
|
|
|
.nav2-head *{ |
|
|
|
background: white; |
|
} |
|
|
|
.nav2-container { |
|
display: flex; |
|
flex-direction: row; |
|
flex-wrap: nowrap; |
|
justify-content: space-between; |
|
height: 89px; |
|
border-bottom: 1px solid #e2e2e2; |
|
background: white; |
|
|
|
margin: -5px; |
|
} |
|
|
|
.nav2-buttons-container { |
|
width: 35%; |
|
} |
|
|
|
.nav2-search-container { |
|
background: white; |
|
width: 65%; |
|
display: flex; |
|
flex-direction: row; |
|
flex-wrap: nowrap; |
|
|
|
} |
|
|
|
.nav2-button { |
|
float: right; |
|
color: rgb(90, 87, 87); |
|
padding-top: 34px; |
|
padding-bottom: 34px; |
|
padding-right: 25px; |
|
padding-left: 15px; |
|
background: none; |
|
border: none; |
|
font-weight: bold; |
|
outline: none; |
|
font-size: 16px; |
|
letter-spacing: 1px; |
|
font-family: Roboto, "Helvetica Neue", sans-serif; |
|
} |
|
|
|
.nav2-button:hover { |
|
border-bottom:3px solid black; |
|
} |
|
|
|
.nav2-search-outer { |
|
width: 460px; |
|
|
|
} |
|
|
|
.nav2-logo { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
background-size: 10vw 6vw; |
|
margin-right: 5px; |
|
margin-top: 5px; |
|
|
|
background: white; |
|
|
|
width: 88px; |
|
} |
|
|
|
.logo2 { |
|
padding: 5px; |
|
height: 80px; |
|
width: 80px; |
|
} |
|
|
|
.nav2-search-inner { |
|
width: 100%; |
|
margin-top: 19px; |
|
margin-bottom: 19px; |
|
height: 50px; |
|
border-radius: 4px; |
|
background: white; |
|
|
|
|
|
box-shadow: 0 2px 4px rgba(0,0,0,0.1) ; |
|
transition: box-shadow 200ms ease-in; |
|
border: 1px solid #EBEBEB; |
|
} |
|
|
|
.nav2-search-inner:hover { |
|
box-shadow: 3px 5px 6px rgba(43, 42, 42, 0.1); |
|
} |
|
|
|
#nav2-search { |
|
margin-left: 10px; |
|
height: 100%; |
|
width: 390px; |
|
border: none; |
|
outline: none; |
|
|
|
|
|
font-family: Roboto, "Helvetica Neue", sans-serif; |
|
letter-spacing: 1px; |
|
|
|
background-color: transparent ; |
|
width: 100% ; |
|
text-overflow: ellipsis ; |
|
font-weight: 800 ; |
|
font-size: 17px ; |
|
color: rgb(72, 72, 72) ; |
|
border-image: initial ; |
|
padding: 0px ; |
|
} |
|
|
|
.nav-bar-container { |
|
width: 100%; |
|
} |
|
|
|
|
|
.link { |
|
text-decoration: none; |
|
} |
|
|