/* 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%;
	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;
}

/*My Css Index.html page --------------------------------*/

body{
    background-color:#5a5050;
    border-width: thick;
    border-color: #3eaca8; 
}

#logo{
    margin:auto;
    height:100%;
    width:100%;
    max-width:500px;
    max-height:200px;
    margin-top:25px;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
}
#logo{
transition: .5s ease;
}
#logo:hover{
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
transition: .5s ease;
}

#desc{
    margin:auto;
    margin-top: 75px;
    margin-bottom: 75px;
    width:100%;
    max-width: 500px;
    height:100%;
    padding: 20px;
    box-sizing: border-box;
    
}
#desc p{
    padding:5px;
    text-align: center;
    font-family: Courier New;
    color:#a2d4ab;
    line-height: normal;
    font-size: 1.2em;
}

.begin{
    background-color: #40ada9;
    border: none;
    color: #e6efc2;
    width:100%;
    height:100%;
    min-width:126px;
    min-height:47px;
    text-align: center;
    font-size: 1.2em;
    cursor: pointer;
    text-decoration: none;
}
.begin:hover{
    background-color: #e6efc2;
    color:#3eaca8;
}
a {
    text-decoration: none;
}


/*Webcam Page-------------------------------------------*/
#logo2{
    margin:auto;
    height:100%;
    width:100%;
    max-width:500px;
    max-height:200px;
    margin-top:25px;
    margin-bottom: 40px;
    padding: 20px;
    box-sizing: border-box;
}
#logo2{
transition: .5s ease;
}
#logo2:hover{
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
transition: .5s ease;
}
#my_camera{
    margin:0;
    padding:0; 
    width:100%;
    height:100%;
    max-height:375px;
    max-width:500px;
}
input[type="submit"]{
    background-color:#40ada9;
    border: none;
    color: #e6efc2;
    text-align: center;
    text-decoration: none;
    font-family: Courier New;
    font-size: 1.2em;
    width:100%;
    height:100%;
    max-width:126px;
    max-height:47px;
    margin-bottom: 20px;
    
}

input[type="submit"]:hover{
    background-color: #e6efc2;
    color:#3eaca8;
}
/*Result Page--------------------------------------------*/
#logo3{
    margin:auto;
    height:100%;
    width:100%;
    max-width:500px;
    max-height:200px;
    margin-top:25px;
    margin-bottom:0px;
    padding: 20px;
    box-sizing: border-box;
}
#submit{
    background-color:#40ada9;
    border: none;
    color:#e6efc2;
    text-align: center;
    text-decoration: none;
    margin-bottom: 100px;
    font-family: Courier New;
    font-size: 1.2em;
    width:100%;
    height:100%;
    max-width:250px;
    max-height:47px;
    margin-bottom: 30px;
    margin:auto;
}
#submit:hover{
    background-color: #e6efc2;
    color:#3eaca8;
}

h1{
    text-align:center;
    color:#e6efc2;
    font-size: 4em;
    font-family:Courier New;
    margin-top:50px;
    margin-bottom: 50px;
    
}
center{
    margin-bottom: 30px;
    margin-top: 30px;
}
#gif{
    margin:auto;
    width:100%;
    height:100%;
    max-width:540px;
    max-height:284px; 
}