2020-07-27 20:13:22 +00:00
|
|
|
@charset "utf-8"
|
|
|
|
|
|
|
|
// Set your brand colors
|
|
|
|
$dblue: #1c2d61
|
|
|
|
$infoblue: #193e74
|
|
|
|
$dred: #9c0011
|
|
|
|
$dwhite: #f0f8ff
|
|
|
|
$code: $dblue
|
|
|
|
$pre: $dblue
|
|
|
|
|
2020-07-30 20:27:10 +00:00
|
|
|
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700')
|
|
|
|
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600')
|
|
|
|
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro:400')
|
2020-07-27 20:13:22 +00:00
|
|
|
|
|
|
|
// Update Bulma's global variables
|
2020-07-30 20:27:10 +00:00
|
|
|
$family-serif: "Libre Baskerville",serif
|
|
|
|
$family-sans-serif: "Montserrat", sans-serif
|
|
|
|
$family-monospace: "Source Code Pro",monospace
|
|
|
|
//$family-primary: $family-serif
|
|
|
|
|
2020-07-27 20:13:22 +00:00
|
|
|
/* $grey-dark: $brown;
|
|
|
|
/* $grey-light: $beige-light;
|
|
|
|
$primary: $dred
|
|
|
|
$info: $infoblue
|
|
|
|
|
|
|
|
//josh-rose-trYl7JYATH0-unsplash
|
|
|
|
//tersius-van-rhyn-xcQWMPm9fG8-unsplash
|
|
|
|
//cassie-boca-x-tbVqkfQCU-unsplash
|
2020-07-30 20:27:10 +00:00
|
|
|
//jf-martin-Ofs3LjEUcrk-unsplash
|
|
|
|
// background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1)), url(img/jf-martin-Ofs3LjEUcrk-unsplash.jpg)
|
|
|
|
//jesse-gardner-EqdpXeemf58-unsplash
|
2020-07-27 20:13:22 +00:00
|
|
|
#hero-main
|
2020-07-31 13:13:07 +00:00
|
|
|
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 1)), url('img/jf-martin-Ofs3LjEUcrk-unsplash.jpg')
|
2020-07-27 20:13:22 +00:00
|
|
|
background-size: 100% 100%
|
|
|
|
background-repeat: no-repeat
|
|
|
|
.hero-body h1, h2, p
|
|
|
|
text-shadow: -2px -2px black
|
|
|
|
color: #fff
|
|
|
|
|
|
|
|
.main-title
|
|
|
|
font-size: 4rem
|
|
|
|
|
|
|
|
.card.full-height
|
|
|
|
height: 100%
|
|
|
|
&:hover
|
|
|
|
box-shadow: 1px 1px 3px $info;
|
|
|
|
|
2020-07-30 20:27:10 +00:00
|
|
|
h1
|
|
|
|
font-family: $family-serif
|
|
|
|
|
|
|
|
.doc
|
|
|
|
h1
|
|
|
|
border-bottom: 1px solid #ccc
|
2020-07-31 13:13:07 +00:00
|
|
|
padding-bottom: 0.15em
|
2020-07-30 20:27:10 +00:00
|
|
|
|
2020-08-13 21:25:51 +00:00
|
|
|
|
2020-07-27 20:13:22 +00:00
|
|
|
a.zola-anchor
|
|
|
|
padding-left: 0.75rem
|
|
|
|
display: none
|
2020-07-31 13:13:07 +00:00
|
|
|
font-family: $family-monospace
|
2020-07-27 20:13:22 +00:00
|
|
|
|
|
|
|
h1:hover a.zola-anchor
|
|
|
|
display: inline
|
|
|
|
|
|
|
|
h2:hover a.zola-anchor
|
|
|
|
display: inline
|
|
|
|
|
|
|
|
h3:hover a.zola-anchor
|
|
|
|
display: inline
|
|
|
|
|
|
|
|
h4:hover a.zola-anchor
|
|
|
|
display: inline
|
|
|
|
|
|
|
|
nav.breadcrumb
|
|
|
|
background: $dwhite
|
|
|
|
padding-top: 0.25rem
|
|
|
|
padding-bottom: 0.25rem
|
|
|
|
a
|
|
|
|
font-weight: bold
|
|
|
|
color: $dblue
|
|
|
|
&:hover
|
|
|
|
color: black
|
|
|
|
|
2020-07-30 20:27:10 +00:00
|
|
|
span.unsplash-credit
|
2020-07-31 13:13:07 +00:00
|
|
|
color: #555
|
|
|
|
margin-right: 0.5em
|
2020-07-30 20:27:10 +00:00
|
|
|
float: right
|
|
|
|
font-size: smaller
|
|
|
|
a
|
2020-07-31 13:13:07 +00:00
|
|
|
color: #555
|
2020-07-30 20:27:10 +00:00
|
|
|
&:hover
|
2020-07-31 13:13:07 +00:00
|
|
|
color: #777
|
|
|
|
|
2020-07-27 20:13:22 +00:00
|
|
|
|
|
|
|
//import all of bulma
|
|
|
|
@import "../../node_modules/bulma/bulma.sass"
|
2020-07-31 13:13:07 +00:00
|
|
|
|
|
|
|
p.has-text
|
|
|
|
color: $text
|
|
|
|
|
|
|
|
.card.full-height
|
|
|
|
.card-content
|
|
|
|
height: 100%
|
2020-08-13 21:25:51 +00:00
|
|
|
|
|
|
|
.content.doc
|
|
|
|
font-size: 1.1em
|
|
|
|
max-width: $desktop
|
|
|
|
text-align: left
|