Fixed fonts, changed contact page. removed lines
This commit is contained in:
@@ -24,7 +24,8 @@ section, summary, time, mark, audio, video {
|
||||
border: 0;
|
||||
font-size: 100%;
|
||||
font: inherit;
|
||||
vertical-align: baseline;}
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
article, aside, details, figcaption, figure,
|
||||
footer, header, hgroup, menu, nav, section {
|
||||
@@ -178,11 +179,11 @@ input, select, textarea {
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
color: #ffffff;
|
||||
font-weight: 600;
|
||||
/*font-weight: 600;*/
|
||||
line-height: 1.5;
|
||||
margin: 0 0 1rem 0;
|
||||
/*margin: 0 0 1rem 0;*/
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.2rem;
|
||||
letter-spacing: 0.4rem;
|
||||
}
|
||||
|
||||
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
|
||||
@@ -190,21 +191,21 @@ input, select, textarea {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
h1.major, h2.major, h3.major, h4.major, h5.major, h6.major {
|
||||
border-bottom: solid 1px #ffffff;
|
||||
width: -moz-max-content;
|
||||
width: -webkit-max-content;
|
||||
width: -ms-max-content;
|
||||
width: max-content;
|
||||
padding-bottom: 0.5rem;
|
||||
margin: 0 0 2rem 0;
|
||||
}
|
||||
/*h1.major, h2.major, h3.major, h4.major, h5.major, h6.major {*/
|
||||
/* border-bottom: solid 1px #ffffff;*/
|
||||
/* width: -moz-max-content;*/
|
||||
/* width: -webkit-max-content;*/
|
||||
/* width: -ms-max-content;*/
|
||||
/* width: max-content;*/
|
||||
/* padding-bottom: 0.5rem;*/
|
||||
/* margin: 0 0 2rem 0;*/
|
||||
/*}*/
|
||||
|
||||
h1 {
|
||||
font-family: 'Oswald', sans-serif;
|
||||
font-size: 2.25rem;
|
||||
line-height: 1.3;
|
||||
letter-spacing: 0.5rem;
|
||||
font-size: 3.25rem;
|
||||
/*line-height: 1.3;*/
|
||||
/*letter-spacing: 0.5rem;*/
|
||||
}
|
||||
|
||||
h2 {
|
||||
@@ -609,7 +610,7 @@ input, select, textarea {
|
||||
/* Icon */
|
||||
|
||||
.custom-icon{
|
||||
width: 5rem;
|
||||
width: 15rem;
|
||||
}
|
||||
|
||||
.icon {
|
||||
@@ -1280,19 +1281,19 @@ input, select, textarea {
|
||||
-ms-transition: opacity 0.325s ease-in-out;
|
||||
transition: opacity 0.325s ease-in-out;
|
||||
position: relative;
|
||||
margin-top: 3.5rem;
|
||||
margin-top: .5rem;
|
||||
}
|
||||
|
||||
#header > *:before {
|
||||
content: '';
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: calc(-3.5rem - 1px);
|
||||
left: calc(50% - 1px);
|
||||
width: 1px;
|
||||
height: calc(3.5rem + 1px);
|
||||
background: #ffffff;
|
||||
}
|
||||
/*#header > *:before {*/
|
||||
/* content: '';*/
|
||||
/* display: block;*/
|
||||
/* position: absolute;*/
|
||||
/* top: calc(-3.5rem - 1px);*/
|
||||
/* left: calc(50% - 1px);*/
|
||||
/* width: 1px;*/
|
||||
/* height: calc(3.5rem + 1px);*/
|
||||
/* background: #ffffff;*/
|
||||
/*}*/
|
||||
|
||||
#header > :first-child {
|
||||
margin-top: 0;
|
||||
|
Reference in New Issue
Block a user