@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
html,
body,
div,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
b,
article,
body {
  line-height: 1; }
html, body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 1px; }

.content article cta {
  color: #2196f3; }
  .content article cta::after {
    content: "\f178";
    font: normal normal normal 14px/1 FontAwesome; }
  .content article cta a {
    transition: ease-in-out 0.25s;
    text-decoration: none;
    color: inherit;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase; }
  .content article cta a:hover {
    margin-right: 10px;
    transition: ease-in-out 0.25s; }

.content h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  text-transform: capitalize; }
  .content h2 small {
    color: #ff3333;
    font-size: 16px;
    font-weight: inherit;
    text-transform: uppercase; }

.content p {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 80%;
  line-height: 1.4;
  text-decoration: : none;
}

.content a{
  text-decoration: : none;
}

.sidebar {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 0px;
  background-image: url("../media/split.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 0px;
  display: none; }

.content {
  margin: 0px; }
  .content article {
    margin: 50px 0px 25px 0px;
  text-decoration: none;

  }

.skill span {
	background: #eee;
	padding: 0.2em 0.4em;
	line-height: 2em;
	border-radius: 3px;
}

.projecta span {
  background: #eee;
  padding: 0.2em 0.4em;
  line-height: 2em;
  border-radius: 3px;
}

.med span {
  background: #eee;
  padding: 0.2em 0.4em;
  line-height: 2em;
  border-radius: 3px;
}

@media only screen and (min-width: 56.25em) {
  .sidebar {
    display: block; }
  .content {
    margin-left: 39.0833333333%;
    padding: 5% 0% 5% 10%; }
    .content article {
      margin: 0px 0px 50px 0px; } }

@media only screen and (min-width: 68.75em) {
  .sidebar {
    display: block; }
  .content {
    margin-left: 39.0833333333%;
    padding-top: 5em; }
    .content article {
      margin: 0px 0px 50px 0px; } }

