66 lines
968 B
CSS
66 lines
968 B
CSS
@font-face {
|
|
font-family: sansitaBold;
|
|
src: url(../fonts/Sansita-Bold.ttf);
|
|
}
|
|
|
|
@font-face {
|
|
font-family: sansitaItalic;
|
|
src: url(../fonts/Sansita-Italic.ttf);
|
|
}
|
|
|
|
.main-container{
|
|
margin-top: 0px;
|
|
}
|
|
|
|
.bg-edda-paper {
|
|
background-image: url(../images/paper_texture.png);
|
|
}
|
|
|
|
.bg-edda-dpurple {
|
|
background-color: #47398e;
|
|
}
|
|
|
|
.bg-edda-lpurple {
|
|
background-color: #d0cee1;
|
|
}
|
|
|
|
h2{
|
|
font-family: sansitaBold;
|
|
color: #b0dac9;
|
|
}
|
|
|
|
h3{
|
|
font-family: sansitaBold;
|
|
font-size: 1.5rem;
|
|
color: #47398e;
|
|
}
|
|
|
|
h4{
|
|
font-family: sansitaItalic;
|
|
font-size: 1rem;
|
|
letter-spacing: 0.15rem;
|
|
color: #47398e;
|
|
}
|
|
|
|
.div-edda-form{
|
|
padding: 5rem 2rem 5rem 2rem;
|
|
}
|
|
|
|
.form-control{
|
|
background-color: #e8e8e8 !important;
|
|
border-radius: 0px !important;
|
|
}
|
|
|
|
.btn-edda{
|
|
font-family: sansitaBold;
|
|
font-size: 1.75rem;
|
|
color: white;
|
|
background-color: #47398e;
|
|
border-radius: 0.75rem;
|
|
letter-spacing: 0.15rem;
|
|
}
|
|
|
|
.footer{
|
|
background-color:#d0cee1 !important;
|
|
}
|