html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body, ul, ol, li, figure {
	margin: 0;
	padding: 0;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

body {
	background-color: #f1ebe3;
}

.site-title {
	font-style: normal;
	font-weight: 600;
	text-align: center;
	font-size: 3em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	text-transform: capitalize;
}

h1 {
	font-size: 4vw;
	text-align: center;
	text-transform: capitalize;
	margin-top: 0.5em;
	padding-bottom: 0em;
	margin-bottom: 0em;
}
.article h1 {
	font-size: 2.3em;
	text-align: left;
}

.article {
	padding-bottom: 3em;
	border-bottom: thin dashed #ccc;
}
.article img {
	box-shadow: none;
}

a {
	color: rgba(191,38,38,1.00);
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 6px;
	-webkit-box-shadow: 5px 5px 15px 0;
	box-shadow: 5px 5px 15px 0;
}

figcaption {
  font-size: 0.8em;
  color: #333; }

header {
	margin: 0 auto;
	min-height: 20vh;
	padding: 1em;
	max-width: 1100px;
}

.header {
	border-bottom: 1px solid rgba(0,0,0,0.50);
}

section {
	padding: 1em;
	max-width: 1100px;
	margin: 0 auto;
}

.navigation {
	list-style-type: none;
	display: flex;
	justify-content: space-around;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	flex-direction: column;
}

.navigation .nav-item a {
	padding: 0.75em;
	text-align: center;
	display: block;
	background-color: rgba(191,38,38,1.00);
	margin-bottom: 1px;
	color: white;
	text-decoration: none;
}

.card-list {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.card-list a {
    text-decoration: none;
	color: #222222;
}


.card-list li {
	flex: 1 0 calc(100% - 1em);
	padding: 0.5em;
}

.card {
	padding: 1em;
}


.home-about-justin {
  display: flex; 
flex-direction: column;}
.home-introduction {
}
pre code {
	display: block;
	border-radius: 5px;
	background-color: white;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
code {
	border-radius: 5px;
	display: inline;
	background-color: white;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

blockquote {
            font-style: italic;
            font-size: 2rem;
            margin: 1.6em 0;
        }
        
        cite {
            font-size: 0.8rem;
            display: block;
            margin-top: 0.5em;
        }
        
        cite:before {
            content: " — ";
        }
        
        .update {
            display: block;
            background-color: yellow;
            color: black;
            padding: 2em;
        }
        
        .button {
            display: block;
            background-color: #146607;
            color: white;
            border-radius: 0.5em;
            padding: 0.5em 1.6em;
        }
.article figure img {
}


.three-image-wrap {
	display: flex;
	flex-direction: column;
}


@media (min-width:550px){
.navigation {
	flex-direction: row;
}
.navigation .nav-item a {
	margin-bottom: 0;
	background-color: transparent;
	color: rgba(191,38,38,1.00);
}
.home-about-justin {
	flex-direction: row;
}
.about-image {
	flex-basis: 30em;
	margin-right: 3em;
}
.card-list li {
	flex: 1 0 calc(50% - 1em);
	padding: 0.5em;
}

.three-image-wrap {
	display: flex;
	flex-direction: row;
}
.image-wrap {
	flex: 1 0 30%;
	margin: 5px
}

}
.article {
	min-height: 0px;
	margin: 0 auto;
	max-width: 800px;
}
.article-introduction {
	font-size: 1.5em;
}
.article-aside {
	background-color: rgba(253,255,200,1);
	padding: 2em;
}

@media (min-width:950px){
.card-list li {
	flex: 1 0 calc(25% - 1em);
	padding: 0.5em;
}
}
