
html, body { 
  border:0; 
  margin:0; 
  padding:0; 
  }
  
body { 
  font:24px Arial, Helvetica, sans-serif; 
  background: url(../img/BackAlp1.png) ;
  background-repeat: no-repeat;
  background-size: 100% 20em;
background-color: #13172E;
/*background-color: #53172E;*/
  }

.gradientBox {
background: #ffb260; /* older browsers background */
background: -moz-linear-gradient(#ffb260, #ff7f13);
background: -o-linear-gradient(#ffb260, #ff7f13);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb260), to(#ff7f13));/* Older webkit syntax */
background: -webkit-linear-gradient(#ffb260, #ff7f13);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb260', endColorstr='#ff7f13',GradientType=0 );
}

.wrapper { 
 /* width:750px; */
 /* margin:60px auto; */
  }


.itemheader { 
    font-family: Futura; 
    font-size: 30px; 
    margin-bottom: 10px ; 
    color: #EEE; 


  }

.announce { 
    font-family: Futura; 
    font-size: 26px; 
    margin-bottom: 10px ; 
    color: #EEE; 
  }




  .menu {
    margin: 20px;
    margin-left: 30px;
    position: absolute;
    left: calc(100vw - 120px);
    top: 25px;
  }


  .menu img {
    width: 50px;
  }

h1 {
    width: 957px; 
    margin: 20px ; 
    font-size: 70px; 
    font-family: Futura; 
    font-weight: normal; 
 /*   font-style: italic; */
    color: #EEE; 
    }
    
    .mainhead{
    padding-left: 30px; 
   width: 700px

    }
    
h2 {
    width: 757px; 
    margin: 20px ; 
    font-size: 40px; 
    font-family: Futura; 
    font-weight: normal; 
 /*   font-style: italic; */
    color: #EEE; 
    }
    
h3 {
    width: 757px; 
    margin-left: 20px ; 
    font-size: 30px; 
    font-family: Futura; 
    font-weight: normal; 
 /*   font-style: italic; */
    color: #EEE; 
    }

h5 {
      margin: 0px ; 

    font-size: 20px; 
    font-family: Futura; 
    font-weight: normal; 
 /*   font-style: italic; */
    color: #EEE; 
    }
    h4 {
      margin: 0px ; 

    font-size: 26px; 
    font-family: Futura; 
    font-weight: normal; 
 /*   font-style: italic; */
    color: #EEE; 
    }
  
    
  p, td, ul {
    font-size: 24px; 
    font-family: Gill Sans, Arial; 
    font-weight: lighter; 
 /*   font-style: italic; */
    color: #DDD; 
    }
    
    
    
a {
  text-decoration: none;
  color: #AAE
}

label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
    color: #DDD

}

/* Centre the form within the page */
form {
    margin:20px;
    width:459px;
}

/* Style the text boxes */
input, textarea {
	width:439px;
	height:27px;
	background:#efefef;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
}

textarea {
	height:213px;
	background:url(images/textarea-bg.jpg) right no-repeat #efefef;
}

input, textarea {
    width:550px;
    height:27px;
    background:#efefef;
    border:1px solid #dedede;
    padding:10px;
    margin-top:3px;
    font-size:0.9em;
    color:#3a3a3a;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

input:focus, textarea:focus {
    border:1px solid #97d6eb;
}

#submit {
    width:127px;
    height:38px;
  /*  text-indent:-9999px;*/
    border:none;
    margin-top:20px;
    cursor:pointer;
}

	#submit:hover {
	    opacity:0.9;
	}
    
    
.maintext { 
  height:350px; 
 /* margin:60px auto; */
  }
  
  
p { 
 /* height:350px; */
 /* margin:30px ;
  width:750px;*/
 /* margin: 30px;*/

  }
  
  p.indent { 
 /* height:350px; */
 /* margin:30px ;
  width:750px;*/
  margin: 30px;

  }
  
  
.maincaption { 
    font-family: Futura; 
    font-size: 40px; 
    margin-bottom: 10px ; 
    color: #EEE; 
  }

  

  img.about { 
    margin-right:20px;
float: left;
  width: 300px;
 /* margin:60px auto; */
  }
  
    img.aboutr { 
    margin-right:20px;
float: right;
  width: 300px;
 /* margin:60px auto; */
  }
  

  img.smallicon { 
      border-radius:15px; 
      margin-right:1vw;
      width:8vw;
  }
  img.medicon { 
      border-radius:20px; 
      margin-right:10px;
      margin-left:30px;
      margin-top:30px;
      width:140px;
  }


  img.smallicon:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

 img.medicon:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}


footer {
    clear:left;
    margin-top:50px;
    margin-bottom:1em;
    margin-left:0px;
    padding:5px;
    padding-left:30px;
    color:#DDD;
    font-size:14px;
    border-top:1px;
    border-top-style:solid;
    border-top-color:#888;
}

p.artisttext {
    margin-left: 20px;
    width: 70%;
}





html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.rm-hidden {
position: absolute;
top: 60px;
left: 0;
width: 100%;
z-index: -2;

}
.rmp-hidden {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: -3;

}
.grad {
position: absolute;
top: 60px;
left: 0;
width: 100%;
height: 200px;
z-index: -1;

}

.grad1 {
position: absolute;
top: calc(57vw - 200px + 60px);
left: 0px;
width: 100%;
height: 200px;
z-index: -1;

}

.grad2 {
position: absolute;
top: calc(57vw + 59px);
left: 0px;
width: 100%;
height: 700px;
z-index: -1;

}

.vid-right{
    position: relative;
    left: calc(100vw - 520px - 40px);

    width: 100px;
    height: 450px;
    transform: scale(1.1);
}

.vid-left{
    position: relative;
    left: calc(20px + 30px);

    width: 600px;
    height: 450px;
    transform: scale(1.1);
}



.lanframe{
position: absolute;
top: 0px;
left: 0px;
width: 500px;
z-index: -1;
margin-right:  -100px;

}

.lanshadow{
position: absolute;
top: -92px;
left: -122px;
width: 743px;
z-index: -4;
margin-right:  -100px;
opacity: 0.7;
}


.lanvid{
position: absolute;
top: 20px;
left: 18px;
width: 464px;
z-index: -1;

}

.par-left{
    position: relative;
    left: 30px;
    top: -460px;

    width: calc(100vw - 620px);
}

.par-right{
    position: relative;
    left: 600px;
    top: -460px;

    width: calc(100vw - 620px);
}

.phead { 
    font-family: Futura; 
    font-size: 35px; 
    margin-bottom: -10px ; 
    margin-top: 5px ; 
    color: #EEE; 
  }
.parli { 
    margin-bottom: -15px ; 
    margin-left: 40px ; 
      text-indent: -20px;

  }

  .moveup { 
    margin-top: -300px ; 
  }

.pcaption { 
    font-size: 30px; 
  }

@media screen and (min-width: 900px) {

    p.wider { 
width:calc(100vw - 450px); 
margin-left:-160px

  }

}
 

 div.artist {
   display:inline-block; 
   margin-left:30px; 
   margin-bottom: 30px;
   font-size: 18px;
 }

   div.artist iframe{
    width: 400px ;
    height: 300px ;
  }

.textar {
    width: 90%;
    margin-left: 30px;
}

.textal {
    width: 90%;
    margin-left: 30px;

}

.textr {
    width: 60%;
}
.contentr {
    float: right;
    margin: 20px;
    width: 35%;
}

.textl {
    width: 60%;
    margin-left: 35%;

}


.contentl {
    float: left;
    margin: 20px;
    width: 35%;
}

div.appsbig{
   display: block;   
}

div.appssmall{
   display: none;   
}
/*---------------------------------------------*/
/*          media max-width: 900               */
/*---------------------------------------------*/


@media screen and (max-width: 900px) {

    body {
       /* ´´´background-color: #d00;*/
    }
    
    .mainhead{
    font-size: 55px; 
padding-left: 10px;
padding-bottom: 50px;
margin-top: 18px;
width: 820px;
    }

.vid-right{
    position: relative;
    left: calc(50vw - 450px / 2);

    width: 100px;
    height: 450px;
    transform: scale(1);
}

.vid-left{
    position: relative;
    left: calc(50vw - 450px / 2);

    width: 600px;
    height: 450px;
    transform: scale(1);
}




.par-left{
    position: relative;
    left: 40px;
    top: -50px;

    width: calc(100vw - 80px);
    transform: scale(.9);

}

.par-right{
    position: relative;
    left: 40px;
    top: -50px;

    width: calc(100vw - 80px);
    transform: scale(.9);
}

.phead { 
    font-family: Futura; 
    font-size: 30px; 
    margin-bottom: -10px ; 
    margin-top: 5px ; 
    color: #EEE; 
  }
.parli { 
    margin-bottom: -15px ; 
    margin-left: 40px ; 
      text-indent: -20px;

  }

  .moveup { 
    margin-top: 0px ; 
  }

 .maincaption { 
    font-family: Futura; 
    font-size: 30px; 
    margin-bottom: 10px ; 
    color: #EEE; 
  }

   p.indent { 
 /* height:350px; */
 /* margin:30px ;
  width:750px;*/
  margin: 30px;

  }
  

   p.wider { 


  }  

img.smallicon { 
      border-radius:15px; 
      margin-right:1vw;
      width:11vw;
  }

.textr {
    width: 90%;
  margin-left: 30px;
  font-size: 18px;
}
.contentr {
    float: right;
    margin: 20px;
    width: 35%;
}

.contentl {
    float: right;
    margin: 20px;
    width: 35%;
}

.textl {
    width: 90%;
  margin-left: 30px;
    font-size: 18px;


}



}

/*---------------------------------------------*/
/*          media max-width: 500               */
/*---------------------------------------------*/


@media screen and (max-width: 500px) {
h2 {
    width: 450; 

    }
    body {
     /*   background-color: #d00;*/
    }
    
 

.vid-right{
    position: relative;
    left: -10px;

    width: 200px;
    transform: scale(.5);
}

.vid-left{
    position: relative;
    left: -10px;

    width: 200px;
    transform: scale(.5);
}




.par-left{
    position: relative;
    left: 0px;
    top: -150px;

    width: calc(100vw - 0px);
    transform: scale(.8);

}

.par-right{
    position: relative;
    left: 0px;
    top: -150px;

    width: calc(100vw - 0px);
    transform: scale(.8);
}

.phead { 
    font-family: Futura; 
    font-size: 28px; 
    margin-bottom: -10px ; 
    margin-top: 5px ; 
    color: #EEE; 
  }
.parli { 
    margin-bottom: -15px ; 
    margin-left: 40px ; 
      text-indent: -20px;

  }

  .moveup { 
    margin-top: -200px ; 
  }

  .pcaption { 
    margin-top: 20px ; 
    font-size: 20px; 
    margin-bottom: -120px ; 
  }

h1 {
    width: 957px; 
    margin: 20px ; 
    font-size: 70px; 
    font-family: Futura; 
    font-weight: normal; 
 /*   font-style: italic; */
    color: #EEE; 
    }
    
    

    .grad {
position: absolute;
top: 60px;
left: 0;
width: 100%;
height: 40px;
z-index: -1;

}

.grad1 {
position: absolute;
top: calc(57vw - 40px + 60px);
left: 0px;
width: 100%;
height: 40px;
z-index: -1;

}

.grad2 {
position: absolute;
top: calc(57vw + 59px);
left: 0px;
width: 100%;
height: 100px;
z-index: -1;

}

   .mainhead{
    font-size: 25px; 
padding-left: 10px;
padding-bottom: 50px;
width: 450px;
    }

.menu {
    margin: 20px;
    margin-left: 30px;
    position: absolute;
    left: calc(100vw - 80px);
    top: 2px;
    width: 30px;
  }

  .menu img {
    width: 30px;
  }
 .maincaption { 
    font-family: Futura; 
    font-size: 20px; 
    margin-bottom: -100px ; 
    color: #EEE; 
  }

   p.wider { 


  }
  img.about { 
align: center;
float: none;
  display: block;
  width: 70vw;

 /* margin:60px auto; */
  }

    h2.about { 
    font-size: 22px;
    width: calc(100vw - 40px);

  }
  

    h3.about { 
    font-size: 20px;
    width: calc(100vw - 40px);

  }
  p.about { 
    font-size: 18px;

  }
  div.artist iframe{
    width: 240px ;
    height: 180px ;
  }

  div.move500{
    margin-top: -110px;
  }

img.smallicon { 
      border-radius:11px; 
      margin-right:1vw;
      width:18vw;
  }


.textr {
    width: 90%;
  margin-left: 30px;
  font-size: 18px;
}
.contentr {
    float: right;
    margin: 20px;
    width: 35%;
}

.contentl {
    float: right;
    margin: 20px;
    width: 35%;
}

.textl {
    width: 90%;
  margin-left: 30px;
    font-size: 18px;


}

ul{
    font-size: 18px;
}


.contentl {
    float: right;
    margin: 20px;
    width: 35%;
}

div.appsbig{
   display: none;   
}

div.appssmall{
   display: block;   
}
}


