@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: arial,helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
}

#section0,
#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7{
    background-size: cover;
}

/* Defining each sectino background and styles 
* --------------------------------------- */
#section0{
    background-image: url("pic/BA-template.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
#section1{
    background-image: url("pic/sweater1.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
#section2{
    background-image: url("pic/Scan50.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
#section3{
    background-image: url("pic/Blekk1.png");
    background-repeat: no-repeat;
    background-position: center;
}
#section4{
    background-image: url("pic/JK-8882.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
#section5{
    background-image: url("pic/folkemusikkfredag2.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
#section6{
    background-image: url("pic/IMG_6968.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
#section7{
    background-image: url("pic/callme.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}
p{
	font-size: 2em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}

