

.colourheader1 {
  color: #000;
}

.button {
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  padding: 10px 20px;
  margin: 5px;

}

/*Colour Buttons and their effects start here*/

/*Red Button - 3D push button*/
.red1 {
  display: inline-block;
  background-color: #FF0000;
  font-family: Ubuntu;
  border:solid 2px #FF4D4D;
  border-radius: 5px;
  box-shadow: 0px 5px 0px #CC0000;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}

.red1:active {
  -webkit-box-shadow: 0px 2px 0px #d35400;
  -moz-box-shadow: 0px 2px 0px #d35400;
  box-shadow: 0px 2px 0px #d35400;
  position:relative;
  top:4px;
}

/*Blue Button - slide right to left effect*/
.blue1 {
  display: inline-block;
  background-color: #3366CC;
  font-family: Droid Sans;
  border-radius: 5px;
  box-shadow: 6px 0px #0047B3;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}

.blue1:hover {
  box-shadow: 4px 0 #0047B3;
  left: 2px;
  position: relative;
}

.blue1:active {
  box-shadow: 0 0 #0047B3;
  position: relative;
	left: 6px;
  
}
/*Green Button*/
.green1 {
  display: inline-block;
  background-color: #009900;
  font-family: Roboto;
}

.green1:hover {
  background-color: #00BE00;
}

/*Orange Button*/
.orange1 {
  display: inline-block;
  background-color: #E68A00;
  font-family: Droid Sans;
}

.orange1:hover {
  background-color: #E65C00;
}

/*Purple Button - Just highlighted when you hover over the button*/
.purple1 {
  display: inline-block;
  background-color: #6C0090;
  font-family: Lato;
}

.purple1:hover {
  background-color: #9900CC;
}

/*Shape Buttons and their effects start here*/
.round1 {
  display: inline-block;
  background-color: #B3B3B3;
  font-family: Roboto;
  border-radius: 5px;
 position:absolute;
 left:800px;
top:25px;

}
.round11 {
  display: inline-block;
  background-color: #B3B3B3;
  font-family: Roboto;
  border-radius: 5px;
 position:absolute;
 left:700px;
top:25px;

}

.round2 {
  display: inline-block;
  background-color: #000000;
  font-family: Lato;
  border-radius: 25px;
}

.round2:hover {
  background-color: #5A5A5A;
}

.circle {
  display: inline-block;
  background-color: #000000;
  font-family: Droid Sans;
  border-radius: 50%; 
}

.round1:hover {
  background-color: #5A5A5A;
}

/*Hover Effect Buttons and their effects start here*/

/*Ghost Button. Reversed the colours for the active state*/
.ghost1 {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #002A7D;
  font-family: Droid Sans;
  color: #002A7D;
}

.ghost1:hover, .ghost1:active {
  background-color: #002A7D;
  color: #fff;
}

.hover2 {
  display: inline-block;
  background-color: #3366CC;
  font-family: Droid Sans;
}

.hover3 {
  display: inline-block;
  background-color: #3366CC;
  font-family: Droid Sans;
}