/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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%;
/* ND removed below code to avoid font reset on font load when replacing Div with innerHTML*/
/*	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;
}

/*ND code below*/

body {
background: #330000;
padding: 0px;
}


@font-face {
font-family: "trajan pro";
src: url("TrajanPro-Regular.otf");
}

@font-face {
font-family: "herculanum";
src: url("Herculanum.ttf");
}

#card1 {
height: 30vw;
/*background-image: url("images/vikingfist.png");*/
background-color: #D90000;
}

#nameBox {
display: inline-block;
padding: 7vw 0px 0px 0px;
width: 100%; 
vertical-align: center;
}

#firstName {
padding: 10px 10px 0px;
display:inline-block;
color:#550000;
font-size: 5vw;
font-family: trajan pro, Arial, sans-serif;
}

#secondName {
display:inline-block;
color:#000000;
font-size: 10vw;
font-family: herculanum, Arial, sans-serif;
}

.transop {
transition: opacity 0.5s;
-webkit-transition: opacity 0.5s;
opacity: 1;
}


.align_c {
text-align: center;
}

#titlecard {
display: inline-block;
text-align: center;
background-color: #992222;
width: 100%;
}

#title {
display: inline-block;
background-color: #992222;
padding: 0px 10px;
font-family: Arial, sans-serif;
color:#ffffff;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: inline-block;
    vertical-align: center;
}

.button {
  width: 100%;
  background-color: #992222;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 3vw;
  margin: 0px 0px;
  cursor: pointer;
  transition: background-color 0.2s;
}

/*.button:hover{
background-color: #550000;
}*/

.button:active{
background-color: #ff0000;
}