@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
	font-size: 100%;
	box-sizing: border-box;
	}
*,:after,:before {
	box-sizing: inherit;
	}

body {
	padding: 0;
	margin: 0;
	font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
	font-weight: 400;
	line-height: 1.5;
    color: #0a0a0a;
	background: rgba(127, 133, 172, .08);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

img {
	max-width: 100%;
    height: auto;
	-ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
    }

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0;
	}

.row {
	max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    }

.column,.columns {
	width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
    }

div img {
  box-shadow: 10px 5px 5px rgba(126, 126, 126, 0.8);
  border: 0.3rem solid rgba(126, 126, 126, 0.6);;
    }


/* My CSS */
.Lsidebar {
	margin-left: 40px;
    }
.Lsidebar img {
	border: 5px solid grey;
    }

footer {
	text-align: center;
	}


@media screen and (min-width:40em) {
	.medium-1 {
	width:8.33333%;
	}
.medium-3 {
	width:25%;
	}
.medium-8 {
	width:66.66667%;
	}
}




