html {
 background: url(/gehirimages/skeintwixtbackground4.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-color: #e7e1d0;
font-family: Verdana, Geneva, sans-serif;
font-size: 1em;
}


p {
	height: 100%;
	margin: 20px;
	line-height: 1.1; }

p.normal {
font-variant: normal;
}

p.small {
  font-variant: small-caps;
}

p.indent {
	margin: 20px 20px 20px 70px;}


/* unvisited link */
a:link {
  color: #6f442b;
}

/* visited link */
a:visited {
  color: #6f442b;
}

/* mouse over link */
a:hover {
  color: #e0c399;
}

/* selected link */
a:active {
  color: #e0c399;
}

a { text-decoration: none; }


h2 {
margin-left: 20px;
margin-top: 25px;
    font-size: 20px;
}

h3 {
  text-align: center;
    font-size: 20px;
}
h3.normal {
font-variant: normal;
}

h3.small {
  font-variant: small-caps;
}


li {  list-style-type: none;}

li a {
  list-style-type: none;
  display: block;
  color: #000;
  padding: 8px 5px;
  text-decoration: none;
}

/* Change the link color on hover */
li a:hover {
  background-color: #6f442b;
  color: white;
}

hr{
        height: 1px;
        background-color: #6f442b;;
        border: none;
        width: 95%;
    }


.card {
  width: 97%;
  background-color: #f1f1f1;
  transition: 0.3s;
  margin-left: 13px;
  padding-bottom: 5px;
  box-shadow: 0 4px 5px 3px rgba(0,0,0,0.1);
  border-color: #6f442b;
  border-top-style: none;
  border-right-style: Solid;
  border-bottom-style: none;
  border-left-style: none;
}

/* Add some padding inside the card container */
.container {
  padding: 2px 16px 2px 16px;
}

.sidebarcard {
  background-color: #f1f1f1;
  width: 100%;
  height: 100%;
  border-color: #6f442b;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: Solid;
  box-shadow: 0 4px 5px 3px rgba(0,0,0,0.1);
  transition: 0.3s;
}




body {
  margin: 0;
  height: 100%;
}

/* Create three unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
}

/* Left and right column */
.column.side {
  margin-left: 30px;
  width: 16%;
  height: 100%;
}

/* Middle column */
.column.middle {
  margin-left: 60px;
  height: 110%;
  width: 50%;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column.side, .column.middle {
    width: 100%;
  }
}

.centershadow {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  box-shadow: 0 4px 5px 3px rgba(0,0,0,0.2);
}
