@font-face {
	font-family: 'easySolutions';
	font-style: normal;
	font-weight: normal;
	src: url('/fonts/easySolutions.eot');
	src: local('☺'),
		url('/fonts/easySolutions.woff') format('woff'),
		url('/fonts/easySolutions.ttf') format('truetype'),
		url('/fonts/easySolutions.svg#easySolutions') format('svg');
}

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-family: Helvetica, Verdana, Arial, sans-serif;
	vertical-align: baseline;
  color: white;
}
/* 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;
}
:link,:visited,ins{ 
  text-decoration: none;
  color: white;
}
a:hover {
  text-decoration: underline;
}

body, .wrapper
{
  background-color: black;
}

.icon-home:before, .icon-office:before, .icon-phone:before, .icon-envelop:before, .icon-location:before, .icon-quotes-left:before, .icon-linkedin:before, .icon-twitter:before, .icon-google-plus:before, .icon-skype:before, .icon-stackoverflow:before {
	font-family: 'easySolutions';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-home:before {
	content: "\25a0";
}
.icon-office:before {
	font-family: 'easySolutions';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\25a1";
}
.icon-phone:before {
	content: "\25a2";
}
.icon-envelop:before {
	content: "\25a3";
}
.icon-location:before {
	content: "\25a4";
}
.icon-quotes-left:before {
	content: "\25a5";
}
.icon-linkedin:before {
	content: "\25a6";
}
.icon-twitter:before {
	content: "\25a7";
}
.icon-google-plus:before {
	content: "\25a8";
}
.icon-skype:before {
	content: "\25a9";
}
.icon-stackoverflow:before {
	content: "\25ab";
}

.wrapper {
  width: 100%;
  text-align: center;
}

.wrapper .content {
  display: inline-block;
  margin: 15pt;
}

.section {
  margin-top: 20pt;
}

/* For modern browsers */
.section:before,
.section:after {
  content:"";
  display:table;
}
.section:after {
  clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.section {
  zoom:1;
}

h1, h2 {
  line-height: 1.5;
}

h1 {
  font-size: 60pt;
}

h2 {
  font-size: 50pt;
}

.social-button{
  font-size: 60pt;
  margin: 0 20pt;
}

a.social-button:hover{ 
  text-decoration: none;
}

.profile-image {
  float: left;
}

.profile-image img {      
  border: 5px solid white;
  border-radius: 20px; 
}

.contact-info {
  vertical-align: middle;
  font-size: 30pt;
  line-height: 1.5;
  float: left;
}

.contact-info table {
  text-align: left;
  margin-left: 30pt;
}

.contact-info  tr td:first-child {
  padding-right: 15pt;
}

.language-change {
  text-align: right;
  font-size: 15pt;
  font-style: italic;
}

@media screen
  and (max-width: 1023px) {
  .section .profile-image, .section .contact-info {
    display: block;
    float: none;
  }

  .contact-info table {
    margin-left: auto;
    margin-right: auto;
  }

  .section .profile-image {
    text-align: center;
  }
}

@media screen
  and (max-width: 755px) {
  body {
    min-width: 650px;
  }

  .wrapper .content {
    margin: 10pt;
  }

  .section {
    margin-top: 10pt;
  }

  h1, h2 {
    line-height: 1.2;
  }

  h1 {
    font-size: 40pt;
  }

  h2 {
    font-size: 30pt;
  }

  .social-button{
    font-size: 50pt;
    margin: 0 10pt;
  }

  .contact-info {
    font-size: 30pt;
    line-height: 1.2;
  }

  .contact-info  tr td:first-child {
    padding-right: 15pt;
  }

  .language-change {
    font-size: 15pt;
  }
}