#brand {
  font-family: 'Pacifico', cursive;
  color: white;
  text-align: center;
  padding-top: 60px;
  font-size: 80px;
}

#regular{
  background:url("images/background.jpg")no-repeat;
  background-size: cover;
  padding: 0;
  margin: 0;
  color: white;
  /*font-family: 'Play', sans-serif;*/
  font-family: 'Cuprum', sans-serif;
  letter-spacing: 1px;

}

#gradient{
  background: no-repeat;
  width: 100%;
  height: 800px;
  padding: 0px;
  margin: 0px;
  font-family: 'Cuprum', sans-serif;
  letter-spacing: 1px;
  color: white;
}


#diff{
  /*margin-top: 9%;*/
}
/*.col-xs-1{
  border: 2px solid rgba(255,255,255, .5);
  border-radius: 3px;
}*/

.col-xs-3{
text-align: center;
margin-bottom: 15px 0;
padding: 0;
}

.whole{
  border: 2px solid rgba(255,255,255, .5);
  border-radius: 3px;
}

.eachCard {
border: 2px solid rgba(255,255,255, .5);
margin: 5px;
padding: 25px 0px;
font-size: 20px;
font-weight: bold;
/*text-shadow: .2px 0 0 #000, 0 -.2px 0 #000, 0 1px 0 #000, -.2px 0 0 #000;*/

/*height: 150px;*/
}

.eachCard:hover{
  margin:2px 0 0 0;
  background-color: white;
  color: rgb(168, 122, 30);
  font-size: 22px;
  box-shadow: 3px 3px 3px #888888;
/*#888888;*/
}

.selected{
  margin:2px 0 0 0;

}

.cntr{
  color: white ;
  text-align: center;
  border: 2px solid rgba(255,255,255, .5);
  padding: 20px 0px;
  font-size: 25px;
}

span .cntr{
/*font-size: 15px*/
}

div.col-xs-12.cntr:hover{
  background-color: white;
  color: rgb(168, 122, 30);
  box-shadow: 3px 3px 3px #888888;

}

.scoreCard{
  margin-top: 5%;
}

#points, #timeCard{
  color: white ;
  text-align: center;
  padding: 20px 0px;
  font-size: 40px;
}

#colorEvaluator{
  color: white ;
  text-align: left;
  padding: 20px 0px;
  font-size: 30px;
  margin-top: 10px;
}

#colors2{
  padding: 20px 0px;
  text-align: center;
  font-size: 20px;
  color: white;
}

.invisible{
  visibility: hidden;
}

.blocked {
  pointer-events: none;
}

.help{
  border: 2px solid rgba(255,255,255, .5);
}

#roundOver{
position: relative;
bottom: 550px;

}


#scrHd {
  text-align: center;
  margin-bottom: 20px;
  font-size: 43px;
}

#roundScoreCard {
  /*background-color: white;*/
  border: 4px solid rgba(255,255,255, .5);
  /*opacity: .7;*/
  border-radius: 5px;
  padding: 10px;
}

#plyrScore{
  font-size: 50px;
  margin: 10px 10px 20px 10px;
}



#start2{
  /*background-color: rgb(168, 122, 30);
  color: white;*/
  font-size: 30px;
  margin-bottom: 25px;
}

#replay{
  font-size: 30px;
  text-align: center;
  padding-top: 35px;
}

#replay:hover{
  font-size: 40px;
}

.actualScore{

}


#sig{
  /*border: 4px solid rgba(255,255,255, .5);*/
  font-family: 'Pacifico', cursive;
  display: inline-block;
  float: right;
  position: relative;
  left: 35%;
  padding: 0 0 40px 0;
  font-size: 30px;
  color: white;
  letter-spacing: 1px;
}

#replaceW_Color{
  font-size: 30px;
}

a {
  color: white;
}
/*================MEDIA QUERIES====================*/




/*=============ALL BROWSERS ======================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*===================================*/

@media screen and (max-width: 600px){

  /*#regular{
    background: black;
  }*/
  .eachCard {
  border: 2px solid rgba(255,255,255, .5);
  margin: 5px;
  padding: 25px 0px;
  font-size: 20px;
  font-weight: bold;
  height: 115px;
  }

.cntr{
  color: white ;
  text-align: center;
  border: 2px solid rgba(255,255,255, .5);
  padding: 20px 0px;
  font-size: 18px;
}

#points, #timeCard{
  position: relative;
  top: 30px;
  font-size: 25px;
  text-align: center;
  margin-bottom: 15px 0;
  padding: 0;
}

#timeCard{
  position: relative;
  right: 20px;
}

#colorEvaluator, #colorE, #replaceW_Color {
  position: relative;
  top:10px;
  right: 12px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px 0;
  padding: 0;
}


#replaceW_Color {
  position: relative;
  bottom: 10px;
}

.eachCard{
padding-top: 20px;
}

#roundOver {
  position: relative;
  bottom: 720px;
  /*top: 225px;*/
}

#scrHd {
  text-align: center;
  margin-bottom: 45px;
  margin-top: 20px;
  font-size: 25px;
}

#plyrScore{
  font-size: 35px;
  margin: 10px 10px 20px 10px;
}

#start2{
  font-size: 25px;
}


#gameOver, #repeat{
  font-size: 20px;
}

}
