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

/*----------------------------------------- End reset*/

body{
	font-family: "Times", Arial, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-variant: normal;
	line-height: 1.2;
}

header{
	margin: 50px 0px;
}

ul{margin-bottom: 15px;}

nav  ul{
	position: absolute;
	top: 2%;
	right: 10%;
	margin-bottom: 0px;
}

nav ul li{
	display: inline-block;
}

nav li a{
	text-decoration: none;
	font-weight: bold;
	color: black;
}

footer{
	margin: 50px 0px 100px 0px;	
}

/*p,ul{color: #333;}*/

i{font-style: italic; font-size: 1.6em; color: grey;}

a#top{
	position: absolute;
	right: 10%;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.8em;
	color: black;
}

#container{
	background-color: white;
	margin: 1% auto; 
	width: 85%;
}

.your-message {
    border: 2px dotted grey;
    padding: 10px;
    /*position: relative;*/
    margin-bottom: 30px;
}

img{width: 100%; margin-bottom: 50px;}

form{margin-bottom: 10px;}

input,textarea {
    display: block;
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.connect{margin-top: 50px;}

#res,#contactres{position: relative;}

/*Typography*/
p{margin-bottom: 15px; font-size: 2em;}
strong,b{font-weight: 600;}
li{list-style: inside; font-size: 1.8em;}
legend{font-size: 2em; font-weight: 600;}
span{font-size: 1.8em;}
.success{color: green;}
.error{color:red;}
h2{font-size: 2.4em; text-transform: uppercase;margin-bottom: 10px;}

.element-sizer, .element-item{
	width: 20%;
}
.odd{background-color: rgb(254,241,2,0.1);}
.even{background-color: rgb(0,173,239,0.1);}
