68 lines
1.1 KiB
CSS
68 lines
1.1 KiB
CSS
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
|
|
|
|
body{
|
|
background-color: white;
|
|
width: 100%;
|
|
|
|
font-family: "Roboto", serif;
|
|
font-optical-sizing: auto;
|
|
font-weight: 500;
|
|
font-style: italic;
|
|
font-variation-settings: "wdth" 100;
|
|
|
|
font-size: 1.5em;
|
|
}
|
|
hr{
|
|
border-color: #e77713;
|
|
background-color: none !important;
|
|
width: 100% !important;
|
|
margin-bottom: 1em;
|
|
|
|
|
|
}
|
|
|
|
h1{
|
|
font-size: 2em;
|
|
|
|
font-weight: 700;
|
|
}
|
|
b{
|
|
font-weight: bold;
|
|
}
|
|
|
|
.carousel-cover-skew{
|
|
height: 10em;
|
|
|
|
background-color: white;
|
|
}
|
|
.carousel-cover-skew-top{
|
|
position: relative;
|
|
z-index: 1;
|
|
bottom: -4em;
|
|
|
|
transform: skewY(-2deg);
|
|
-webkit-transform: skewY(-2deg);
|
|
}
|
|
.carousel-cover-skew-bottom{
|
|
position: relative;
|
|
z-index: 1;
|
|
bottom: 4em;
|
|
margin-bottom: -9em;
|
|
|
|
transform: skewY(-3deg);
|
|
-webkit-transform: skewY(-3deg);
|
|
}
|
|
.error404{
|
|
margin: auto;
|
|
padding: 4em;
|
|
color: white;
|
|
}
|
|
|
|
@media screen and (min-width: 1000px){
|
|
|
|
}
|
|
@media screen and (max-width: 1000px){
|
|
body{
|
|
font-size: unset;
|
|
}
|
|
} |