* { margin:0; padding:0; }

/* Change colors etc here */

body {
	color:#453801;
	font:14pt sans-serif;
	background-image: url('/images/pinkcloudsbg.png');
        background-size: cover;
}

a {
	color:#85d0bf;
	text-decoration:none;
}

a:hover {
	filter: blur(1.5px);
	opacity:.7;
}

/* Wrapper */

#container {
	width:calc(100% - 40px);
	margin:20px auto;
	padding:20px;
}

/* Header */

#header {
	font-size:1.1em;
	text-align:center;
}

#title {font:14pt georgia;
	font-size:2em;
	color:#453801;
	filter: blur(1.5px);
	padding-right:4em;
}

#title.a {	color:#453801;
	font:14pt sans-serif;}

/* Header links */

#header ul {
	list-style:none;
	margin:0;
}

#header li {
	display:inline-block;
	margin: 0px 10px 0px 0px;
}

/* Content styling */

#content {
	margin-top:20px;
	font-size:.7em;
}

/* Headers */

#content h1 {
	font-size:1.8em;
	font-weight:normal;
}

#content h2 {
	font-size:1.5em;
	font-weight:normal;
}

#content h3 {
	font-size:1.25em;
	font-weight:normal;
}

#content h4 {
	font-size:1em;
	font-weight:normal;
}

/* Paragraphs */

#content p {
	margin:10px 0px 10px 0px;
	line-height:1.5;
}

#content ul {
	list-style: inside;
	margin-left:20px;
}

#content ol {
	list-style: upper-roman inside;
	margin-left:20px;
}

#content li {
	margin:5px 0px 5px 0px;
}

/* Footer styling */

#footer {color:#b9a6b2;
	font-size:0.55em;
	margin:20px 0px 0px 0px;
	text-align:center;
}

#footer a{color:#b9a6b2;}

/* About */

#about {
	margin-top:50px;
	margin-bottom:50px;
	padding-left:100px;
	padding-right:100px;


}

/* Bits and pieces */

#picture img {
	max-width:400px;
}

#picture {
	margin: 50px;
}

hr {
	border:0.5px solid;
	margin:10px;
}

img {
	max-width:100%;
	margin:5px;
}


@media only screen and (min-width: 600px) {
  .small {
    max-width: 40%;
  }

  #container {
	width:70%;
  }
}

@media only screen and (min-width: 1023px) {
	body { font-size:16pt; }
}

/* Lightbox CSS */

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

img:hover {opacity:.7;
filter:blur(2px);
cursor: pointer;}

.modal img:hover, #picture img:hover, #about img:hover{opacity:1;
filter:blur(0px);
cursor: default;}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 70%;
  max-width: 400px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
right:-30px;
top:-30px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
color: #b9a6b2;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 20px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: -45px;
  border-radius: 3px 0 0 3px;
}

.prev {
left:-35px;
  border-radius: 3px 0 0 3px;
}

/* Next button on hover */
.prev:hover,
.next:hover {
color: #b9a6b2;
filter: blur(0.5px);
}
