*{
margin: 0px;
padding: 0px;
font-size: 18px;
box-sizing: border-box;
}

a:link { color: blue; font-size: 18px; text-decoration: none; }
a:visited { color: blue; text-decoration: none; } 
a:hover { color: red; }

a.small:link { color: blue; font-size: 10px; text-decoration: none; }
a.small:visited { color: blue; text-decoration: none; } 
a.small:hover { color: red; }

.totalpage{
height: 200px;
}
.wrapper{
position: relative;
/*width: 90%;*/
width: 1000px;
border: 1px solid #e1e1e1;
box-shadow: 0 0 20px #000;
margin: 10px auto 15px auto;
padding: 5px;
font-size: 18px;
background-color: #F8FBFC;
}

.backgroundimg{
position: relative;
/*width: 100%;*/
/*width: 700px;*/
/*height: 470px;*/
height: 258px;
border: 1px solid #e1e1e1;
margin: 10px auto 15px auto;
padding: 0px;
font-size: 18px;
background-size: 100%;
/*background-image: url("http://trombones.uren.tv/trombones.jpg");*/
/*background-image: url("./images/main01.jpg");*/
background-image: url("./images/main.png");
}

h1 {font-size: 36px; text-align: center; }
h2 {font-size: 26px; text-align: center; }
h3 {font-size: 20px; text-align: center; }
	
Img {
  border: 0px solid #3e2b14;
  padding: 0px;
}

td {
text-align: center;
}
.tdbackimg {
position: relative;
height: 400px;
border: 1px solid #e1e1e1;
margin: 10px auto 15px auto;
text-align: center;
background-image: url("http://trombones.uren.tv/tromboneplayer.gif");
}
.tdbackimgmike {
position: relative;
height: 400px;
border: 1px solid #e1e1e1;
/*margin: 10px auto 15px auto;
text-align: center;*/
background-image: url("http://trombones.uren.tv/images/mike.jpg");
}
.tdbackimgsimon {
position: relative;
height: 400px;
border: 1px solid #e1e1e1;
/*margin: 10px auto 15px auto;
text-align: center;*/
background-image: url("http://trombones.uren.tv/images/simon.jpg");
}
.tdbackimgioan {
position: relative;
height: 400px;
border: 1px solid #e1e1e1;
/*margin: 10px auto 15px auto;
text-align: center;*/
background-image: url("http://trombones.uren.tv/images/ioan.jpg");
}
.tdbackimgkaren {
position: relative;
height: 400px;
border: 1px solid #e1e1e1;
/*margin: 10px auto 15px auto;
text-align: center;*/
background-image: url("http://trombones.uren.tv/images/karen.jpg");
}
.tdbackimgpeter {
position: relative;
height: 400px;
border: 1px solid #e1e1e1;
/*margin: 10px auto 15px auto;
text-align: center;*/
background-image: url("http://trombones.uren.tv/images/peter.jpg");
}

.flippedimage {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
	filter: FlipH;
}

.borderripped {
  border-width: 20px 0 20px 0;
  border-style:solid;
  border-image: url(./images/tornpaper.jpg) 50 0 50 0 repeat;
  -webkit-border-image: url(./images/tornpaper.jpg) 50 0 50 0 repeat;
  -moz-border-image: url(./images/tornpaper.jpg) 50 0 50 0 repeat;
  border-image-slice: 50 0 50 0 fill;
  border-image-width: 20 0 20 0;
  width: 100%;
  height: 60px;
}
.pripped {
  font-weight: bold;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* POST-IT NOTES */

/* @import url(http://fonts.googleapis.com/css?family=Satisfy); */
@font-face {
  font-family: 'Satisfy';
  font-style: normal;
  font-weight: 400;
  src: local('Satisfy'), url(http://fonts.gstatic.com/s/satisfy/v6/2OzALGYfHwQjkPYWELy-cw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
.quote-container {
  margin-top: 10px;
  position: relative;
}
.quote-containermike {
  margin-top: -170px;
  margin-left: 200px;
  position: relative;
}
.quote-containersimon {
  margin-top: -200px;
  margin-left: -150px;
  position: relative;
}
.quote-containerioan {
  margin-top: 130px;
  margin-left: -120px;
  position: relative;
}
.quote-containerpeter {
  margin-top: -150px;
  margin-left: -170px;
  position: relative;
}
.quote-container 2{
  margin-top: 10px;
  position: relative;
}
.note {
  color: #333;
  position: relative;
  width: 200px;
  margin: 0 auto;
  padding: 20px;
  /*font-family: Satisfy;*/
  font-family: Courier New;
  font-size: 30px;
  box-shadow: 0 10px 10px 2px rgba(0,0,0,0.3);
}
.note .author {
  display: block;
  margin: 40px 0 0 0;
  text-align: right;
}
.yellownote {
  background: #eae672;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
.bluenote {
  background: lightblue;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
.greennote {
  background: lightgreen;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.salmonnote {
  background: lightsalmon;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.pin {
  background-color: #aaa;
  display: block;
  height: 32px;
  width: 2px;
  position: absolute;
  left: 50%;
  top: -16px;
  z-index: 1;
}
.pin:after {
  background-color: #A31;
  background-image: radial-gradient(25% 25%, circle, hsla(0,0%,100%,.3), hsla(0,0%,0%,.3));
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.1),
              inset 3px 3px 3px hsla(0,0%,100%,.2),
              inset -3px -3px 3px hsla(0,0%,0%,.2),
              23px 20px 3px hsla(0,0%,0%,.15);
  content: '';
  height: 12px;
  left: -5px;
  position: absolute;
  top: -10px;
  width: 12px;
}
.pin:before {
  background-color: hsla(0,0%,0%,0.1);
  box-shadow: 0 0 .25em hsla(0,0%,0%,.1);
  content: '';

  height: 24px;
  width: 2px;
  left: 0;
  position: absolute;
  top: 8px;

  transform: rotate(57.5deg);
  -moz-transform: rotate(57.5deg);
  -webkit-transform: rotate(57.5deg);
  -o-transform: rotate(57.5deg);
  -ms-transform: rotate(57.5deg);

  transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
}
/* END OF POST-IT */

.nicebutton {
	height:30px;
    background-color:#CEF6F5;
    border:1px solid #CEF6F5; /*same colour as the background*/
    color:green;
	font-size:14pt;
    /*set the border-radius at half the size of the width and height*/
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    /*give the button a small drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
    box-shadow: 1px 1px 6px rgba(0,0,0, .75);
}
.nicebutton:hover{
    background:white;
    border:1px solid #C0F0F0;
    /*reduce the size of the shadow to give a pushed effect*/
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0, .75);
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0, .75);
    box-shadow: 0px 0px 2px rgba(0,0,0, .75);
	}
.nicebutton2 {
	height:30px;
    background-color:blue;
    border:1px solid blue; /*same colour as the background*/
    color:lightblue;
	font-size:14pt;
    /*set the border-radius at half the size of the width and height*/
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    /*give the button a small drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
    box-shadow: 1px 1px 6px rgba(0,0,0, .75);
}



/*******************/
/* RESPONSIVE */
.flexContainer {
	
	margin-right:auto;
	margin-left:auto;
	position:relative;
	padding-bottom:0px;
	
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	/*border: 3px solid blue;*/
	}
	
.flexTopNav {
  /*height: 30px;*/
	margin: auto;
	padding-top:0px; /* 10px */
	padding-bottom:20px; /* 5px */
	padding-left:30px; /* 10px */
	padding-right:30px; /* 5px */
  overflow: hidden;
  background-color: white;
  /*border: 3px solid green;*/
}

/* Style the links inside the navigation bar */
.flexTopNav a {
  float: left;
  display: inline;
  width:50%;
  color: black;
  text-align: center;
  padding: 14px 16px; /* 14px 16px */
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.flexTopNav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the "active" element to highlight the current page */
.flexTopNav a.active {
  background-color: #2196F3;
  color: white;
}

/* Style the search box inside the navigation bar */
.flexTopNav input[type=text] {
  float: right;
  padding: 2px; /* 6px */
  border: none;
  margin-top: 2px; /* 8px */
  margin-right: 16px;
  font-size: 17px;
}

/* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally */
@media screen and (max-width: 600px) {
  .flexTopNav a, .flexTopNav input[type=text] {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    /*padding: 4px;*/ /* 14px */
  }
  .flexTopNav input[type=text] {
    border: 1px solid #ccc;
  }
}
	
	
/*******************/
/*******************/
/* Always keep these viewport elements at the bottom of this css file */
@viewport{
	zoom: 1.0;
	width: extend-to-zoom;
}
@_ms_viewport{
	zoom: 1.0;
	width: extend-to-zoom;
}