@import url(//db.onlinewebfonts.com/c/4b5ae315f5df148f0ab479a7cedc9832?family=ISOCPEUR);

/* LAYOUT */
#all {
    background-color: WhiteSmoke;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: black 0px dotted;
    border-radius: 0px;
    
}

img {
border: 0px solid black;
padding: 0px;
}

nav {
    margin: 0px;   
	
}
#header {
    margin-left: 0px;
}
#main {
    clear: both;
    margin: 0px;
}
hr {
    border: 0;
    border-bottom: 1px dashed black;
}
/* LISTOR */
li {
    list-style-type: none;
    margin-left: 0px;
    text-align: left;
}
/* TYPOGRAFI */


body {
    text-align: left;
    background: WhiteSmoke;
}


wrapper {
  background: none repeat scroll 0 0 WhiteSmoke;
  
  margin: 0 auto;
  overflow: hidden;
  width: 700px;
}




p {
    font-family: ISOCPEUR;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	line-height: 18px;
color: black;
letter-spacing: 1px;
}
h2 {
    text-decoration: none;
    font-family: ISOCPEUR;
    text-transform: uppercase;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 13px;
    color: black;
    letter-spacing: 2px;
}
h3 {
    font-family: ISOCPEUR;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 18px;
color: black;
letter-spacing: 3px;
}
/* LÄNKAR */
a {
    text-decoration: none;
    font-family: ISOCPEUR;
    text-transform: uppercase;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 13px;
    color: black;
    letter-spacing: 2px;
}
a:hover {
    text-decoration: none;
    color: black;
    border-bottom: none;
}

.carousel {
  position: relative;
  max-width: 800px;
  margin: auto;
}

.carousel img {
  width: 100%;
  height: auto;
  display: block;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 20px;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}