* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
[hidden] {
    display: none;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: \201c \201d \2018 \2019;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body,
figure {
    margin: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
legend {
    border: 0;
    padding: 0;
}
html {
    height: 100%;
  	width: 100vw;
}
body {
    background-color: #eaeaea;
    height: min-content;
    color: silver;
    font-size: 20px;
  	height: 100%;
}
h1 {
    margin-top: 2px;
    font-family: Oswald, sans-serif;
}
ul {
    list-style: none;
    padding-left: 5px;
}
.contentWrapper {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column; 
  	height: min-content;
}
.blog-i {
    font-size: 29px;
    color: rgba(186, 158, 34, 0.91);
}
.top-section {
    background-color: #111;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 7px;
}
#left-side-top,
#right-side-top {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
}
#left-side-top {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    align-items: center;
    font-family: Oswald, sans-serif;
  	line-height: 25px;
}
.paragraph {
    font-size: 13px;
    width: 62%;
}
#article-1 {
    font-size: 13px;
    width: 82%;
  	text-align: left;
}
.social {
    color: silver;
}
.posts {
    height: 100%;
    width: 100%;
    background-image: url(../pictures/graffiti-wall-pic.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-self: center;
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 5px 15px 5px 12px;
    justify-content: center;
}
.pic-group {
    height: auto;
  	min-width: 90%;
    padding: 10px;
    background-color: rgba(240, 255, 255, 0.55);
    border-radius: 10px;
    margin-top: 3px;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.blog-link {
  	text-decoration: none;
  	width: 90%;
  	margin-bottom: 25px;
}
.pic-caption {
    font-family: "Playfair Display", serif;
    font-size: 13px;
  	font-style: italic;
  	font-weight: bolder;
}
.screenshot {
    width: 100%;
    border-radius: 2%;
}

h4 { /* post tiltles */
  font-size: 22px;
  font-family: "Playfair Display", serif;
  color: #191977cf;
  text-align: center;
  word-break: break-word;
  margin: 8px;
}


@media only screen and (min-width: 576px) {  
	h1 {
        font-size: 4em;
        margin-bottom: 1px;
    }
}


@media only screen and (min-width: 768px) {  

}


@media only screen and (min-width: 992px) {  
	.pic-group {
		min-width: 51%;      
  	}
  	.blog-link {
  		width: 51%;
    }
}

@media only screen and (min-width: 1200px) {  
	.pic-group {
		min-width: 60%;      
  	}
  	.blog-link {
  		width: 60%;
    }
    .contentWrapper {
      height: 100%;
    }
}

@media only screen and (min-width: 1400px) {  
	.pic-group {
		min-width: 55%;      
  	}
  	.blog-link {
  		width: 55%;
    }
}


