a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}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:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/* ===== GENERAL ===== */
* , body {
	box-sizing: border-box;
    font-size: 1em;
    font-family: 'Source Sans Pro', -apple-system, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 400;
	color: #2a2a2a;
	-webkit-font-smoothing: antialiased
}

body {
	/*background-color: rgb(184, 192, 195);*/
	background-color: #eaeaed;
}

strong {
	font-weight: bold;
}

a {
	color: #2c99c4;
	text-decoration: none;
}

p {
	line-height: 1.25em;
}

.inner {
	max-width: 100%;
	width: 960px;
	margin: 0 auto;
	padding: 13px 20px;
}

#header {
	background-color: rgb(55, 147, 184);
	background: linear-gradient(#00b4d8, #0077b6);
	height: 60px;
	
}


#logo {
	height: 34px;
}

#home {
	float: right;
	height: 34px;
}

h1 {
	background-color: #e8910c;
	background-color: #e9ff0d;
	text-transform: uppercase;
	font-weight: bold;
	display: inline;
	padding: 3px 12px;
/*	font-size: 1.2em;*/
}

#first {
	/*min-height: 30vh;*/
	height: auto;
	border-bottom: 1px dotted #aaa;
	display: flex;
	flex-direction: row;
	/*background-color: rgb(209, 216, 219);*/
	/*border-radius: 30px;*/

	 border-radius: 12px;
    padding: 1rem;
    margin: 1.5rem 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    background: #ffffff;
}

#firstimage {
	padding-right: 12px;
	align-self: flex-start;
	width: 80px;
	padding-left: 5px;
	margin: 12px 17px;
}

.firstdetails {
	flex-grow: 1;
}

h2 {
	padding: 12px 0;
	font-weight: bold;
	color: #777;
	text-transform: uppercase;
}



.block {
	width: 100%;
	display:flex;
	justify-content:center;
	 padding: 30px 20px;
	flex-direction: column;
	text-align: left;
	align-items:left;
	  /*background-color: rgba(255,255,255,0.3);*/
    /*border-radius: 30px;*/
    /*margin: 30px 0;*/


      background: #ffffff;
    border-radius: 12px;
    margin: 1rem 0;
    padding: 1rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

.minheight {
	min-height: 60vh;
}



.yellow {
	background-color: #e9ff0d;
	padding: 2px 5px;
	color: black;
	font-weight: bold;
}


#footer {
	min-height: 20vh;
	width: 100%;
}

