|
|
|
@ -10,7 +10,7 @@
|
|
|
|
# General
|
|
|
|
# General
|
|
|
|
--------------------------------------------------------------*/
|
|
|
|
--------------------------------------------------------------*/
|
|
|
|
body {
|
|
|
|
body {
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-family: "Open Sans", sans-serif, "Poppins";
|
|
|
|
color: #444444;
|
|
|
|
color: #444444;
|
|
|
|
/* color: #FFF8E1 ; */
|
|
|
|
/* color: #FFF8E1 ; */
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -31,7 +31,7 @@ h3,
|
|
|
|
h4,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h5,
|
|
|
|
h6 {
|
|
|
|
h6 {
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-family: "Open Sans", sans-serif, "Poppins";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------
|
|
|
|
/*--------------------------------------------------------------
|
|
|
|
@ -166,10 +166,11 @@ h6 {
|
|
|
|
justify-content: space-between;
|
|
|
|
justify-content: space-between;
|
|
|
|
padding: 10px 0 10px 30px;
|
|
|
|
padding: 10px 0 10px 30px;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 550;
|
|
|
|
font-weight: 500;
|
|
|
|
color: #0b2341;
|
|
|
|
color: #0b2341;
|
|
|
|
white-space: nowrap;
|
|
|
|
white-space: nowrap;
|
|
|
|
transition: 0.3s;
|
|
|
|
transition: 0.3s;
|
|
|
|
|
|
|
|
font-family: "Poppins", sans-serif;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.navbar a i,
|
|
|
|
.navbar a i,
|
|
|
|
@ -421,6 +422,7 @@ h6 {
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
font-size: 48px;
|
|
|
|
font-size: 48px;
|
|
|
|
font-weight: 700;
|
|
|
|
font-weight: 700;
|
|
|
|
|
|
|
|
font-family: sans-serif;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#hero p {
|
|
|
|
#hero p {
|
|
|
|
@ -546,8 +548,8 @@ h6 {
|
|
|
|
content: '→';
|
|
|
|
content: '→';
|
|
|
|
font-size: 20px;
|
|
|
|
font-size: 20px;
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
right: 10px;
|
|
|
|
right: 12px;
|
|
|
|
top: 50%;
|
|
|
|
top: 45%;
|
|
|
|
transform: translateY(-50%);
|
|
|
|
transform: translateY(-50%);
|
|
|
|
transition: right 0.5s;
|
|
|
|
transition: right 0.5s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|