html, body{
	height:100%;
	background: url("../images/eggs_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

#header{
	background:#DEAD22;
}

#header h2 {
    text-shadow: 2px 2px #fff;
    color: #444;
	font-size: 32pt;
    position: relative;
    top: -7px;
}
#header h3 {
    text-shadow: 2px 2px #fff;
    color: #444;
	font-size: 21pt;
    position: relative;
    top: -7px;
}

#header .btn{
	background:#aaa;
	}

#header .btn:hover{
	color:black;
	background:#aaa;
	}

.btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #DEAD22;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin-bottom: 10px;
  cursor:pointer;
  margin-top:10px
}

.btn-info {
	border:0px;
	position:relative;
	float:right;
    margin-top: 20px;
	clear: right;	
}

.btn:hover {
  background: #119ef5;
  text-decoration: none;
}


#checkBtn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #DEAD22;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin-bottom: 10px;
  cursor:pointer;
  margin-top:10px
}

.modal-header {
    background: #DEAD22;
    border-radius: 5px;
}

.modal-header .close {
    margin-top: -10px;
}

#checkBtn:hover {
  background: #119ef5;
  text-decoration: none;
}


a {
    color: #FFFFFF;
    text-decoration: none;
}

p {
    margin: 0 0 10px;
    font-size: 20px;
}

.intro {
    background: rgba(222, 173, 34, 0.4);
    padding: 2rem .5em 1em .5em;
	color:#000;
	font-size: 20px!important;
	margin: 1em 4em 2em 4em;
}

p.videoHeading {
    margin: 1em 0em 1em 0em;
    background:rgba(222, 173, 34, 0.4);
    padding: 2rem 0em 1em 0em;
	color:#000;
	font-size: 20px!important;
	    margin: 1em 4em 2em 4em;
}

h1, .h1 {
    font-size: 36px;
    background-color: #DEAD22;
    color: #fff;
    padding: 10px;
}

.list ul {
    margin-top: 7rem;
    list-style: none;
    font-weight: 800;
    z-index: 100;
    position: absolute;
    top: 20rem;
    right: 5.5rem;
	    color: #DEAD22;
}

ul.list-inline li img {
    width: 120px;
}

th {
    text-align: center;
    background-color: #DEAD22;
    color: #fff;
}
#penToolOptions button {
    font-size: 14px;
    padding: 5px 10px 5px 10px;
}

#penToolOptions, #penToolOptions.active {
    top: 2px;
}

#score img {
    display: block;
    margin: auto auto auto auto;
    padding-top: 25%;
}

headBar{
	background:#B14B4D;
}

.ui-dialog .ui-dialog-titlebar-close{
	background-image:url("http://resource.download.wjec.co.uk.s3.amazonaws.com/vtc/2015-16/15-16_09/eng/eggs/images/close.png");
}