File size: 1,574 Bytes
f5071ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
.modal-background {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

.modal-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white; 
}


.logo {
    width: 10vw;
    height: 6vw;
        background-size: 5vw 3.5vw;
    background-image: url(http://logok.org/wp-content/uploads/2014/07/airbnb-logo-belo-880x628.png);
    background-position-x: 50%;
    background-position-y: bottom;
    margin-top: 10px;
        background-repeat: no-repeat;
    // transform: rotate(180deg);
}


.nav-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
    height: 100px;
}


.login-signup {
    height: 10vw;
    padding: 10px;
    margin: initial;
    vertical-align: middle;
}
.login-signup > button {
    font-family: 'Circular', '-apple-system', 'BlinkMacSystemFont', 'Roboto', 'Helvetica Neue', sans-serif;
    // font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    // line-height: 1.43;
    color: white;
    margin-right: 30px;
    background: none;
    border: none;
    margin-top: 10px;
}

.login-signup > button:hover {
    cursor: pointer;
    text-decoration: underline; 
}

.login-signup > h2 {
    padding-top: 2px;
    // font-family: 'Montserrat', sans-serif;
    font-family: 'Circular', '-apple-system', 'BlinkMacSystemFont', 'Roboto', 'Helvetica Neue', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: white;
    display: inline-block;
    margin-right: 10px;    
}