* {
	margin: 0;
}

html {
	height: 100%;
}

body {
	background-color: #fdfdfd;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
}

img {
 	max-width: 100%;
}

.flex-wrapper {
	display: flex;
  	min-height: 100vh;
  	flex-direction: column;
	justify-content: space-between;
	padding-top: 70px;
}

#green-terminal {
	color: #00ff00;
}

.font-header {
	font-family: 'Inconsolata', monospace;
}

.font-paragraph {
	font-family: 'Open Sans', sans-serif;
}

nav {
	font-size: 1.5em;
}

.dropdown-menu li {
	font-size: 1.5em;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Concert One', cursive;
}

#user-name {
	font-size: 5em;
	text-transform: uppercase;
}

.user-description {
	border-style: solid;
	border-width: 5px;
	border-color: #292929;
	margin-top: 20px;
	margin-bottom: 1em;
	padding: 15px;
	font-size: initial;
}

.user-profile {
	padding: 0;
}

.user-picture {
	border-style: solid;
	border-width: 5px;
	border-color: #292929;
	margin-top: 20px;
}

i {
	margin: 10px 20px 10px 20px;
	color: #333;
}

.post-link {
	float: left;
}

.post-date {
	float: right;
}

.post-header {
	background-color: #F5F5F5;
	overflow: hidden;
	padding: 0 5px 0 5px;
}

.post-summary, .post-content{
	clear: both;
}

.post-summary {
	padding: 0 5px 0 5px;
}

.post-list-footer {
	padding-bottom: 5px;
}

#post-list {
	list-style: none;
	padding-left: 0;
}

.post-list-item {
	margin-top: 20px;
	border-style: solid;
	border-width: 0 0 3px 0;
	border-color: #292929;
}

.post-comments {
	padding-top: 10px;
	border-top-style: solid;
}

.wrapper {
	min-height: 100%;
	margin: 0 auto;
}

.footer {
	background-color: #F5F5F5;
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	padding: 10px;
}

.footer p {
	margin: 0 !important;
}

.col-centered{
	float: none;
	margin: 0 auto;
}

div p {
	text-align: justify;
}

td {
	margin: 0 20px 0 20px;
}

/* CUSTOM */

@media screen and (max-width: 980px) { 
	.user-description {
		border-style: none;
		margin-top: 20px;
		margin-bottom: 1em;
		padding: 15px;
		font-size: initial;
	}
}

@media screen and (max-width: 980px) { 
	.user-picture {
		max-width:200px;
	}
}

.big-img{
	margin:20px auto;		
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
	margin: 0.5em;
	padding: 0.5em;
}

.blink {
	border: solid #F00;
	margin: 10px;
}

.blink *{
	animation: blinker 1s linear infinite;
	color:#F00;
	font-size:26px;
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
}

@media screen and (max-width: 980px) { 
	.blink *{
		display: block;
	}
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.youtube{
	margin: 20px auto;
	text-align: center;
	max-width: 640px;
	text-align: center;
	font-style: italic;
	font-size: smaller;
}

.external-content{
	margin: 20px auto;
	text-align: center;
	width: 640px;
	height:385px;
	font-style: italic;
	font-size: smaller;
}

.external-content iframe{
	width:100%;
	height:100%;
}

@media screen and (max-width: 980px) { 
	.external-content{
		width:90vw;
		height:50vw
	}
}

.gallery{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.gallery div{
	margin:20px 0;		
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
	margin: 0.5em;
	padding: 0.5em;
}