@charset "UTF-8";
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Apply a natural box layout model to all elements: http://paulirish.com/2012/box-sizing-border-box-ftw/ */
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {
  max-width: 100%;
}

/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
  outline: none;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover 
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clear {
  zoom: 1;
  clear: both;
}

@font-face {
  font-family: "skater_girls_rockregular";
  src: url("../fonts/skater_girls_rock-webfont.woff2") format("woff2"), url("../fonts/skater_girls_rock-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamRounded-Light";
  src: url("../fonts/GothamRounded-Light.eot");
  src: url("../fonts/GothamRounded-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRounded-Light.woff") format("woff"), url("../fonts/GothamRounded-Light.ttf") format("truetype"), url("../fonts/GothamRounded-Light.svg#GothamRounded-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamRounded-Book";
  src: url("../fonts/GothamRounded-Book.eot");
  src: url("../fonts/GothamRounded-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRounded-Book.woff") format("woff"), url("../fonts/GothamRounded-Book.ttf") format("truetype"), url("../fonts/GothamRounded-Book.svg#GothamRounded-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamRounded-Medium";
  src: url("../fonts/GothamRounded-Medium.eot");
  src: url("../fonts/GothamRounded-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRounded-Medium.woff") format("woff"), url("../fonts/GothamRounded-Medium.ttf") format("truetype"), url("../fonts/GothamRounded-Medium.svg#GothamRounded-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamRounded-Bold";
  src: url("../fonts/GothamRounded-Bold.eot");
  src: url("../fonts/GothamRounded-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRounded-Bold.woff") format("woff"), url("../fonts/GothamRounded-Bold.ttf") format("truetype"), url("../fonts/GothamRounded-Bold.svg#GothamRounded-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?9hnao7");
  src: url("../fonts/icomoon.eot?9hnao7#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?9hnao7") format("truetype"), url("../fonts/icomoon.woff?9hnao7") format("woff"), url("../fonts/icomoon.svg?9hnao7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
  content: "\E900";
}

.icon-linkedin:before {
  content: "\E901";
}

.icon-person:before {
  content: "\E902";
}

.icon-phone:before {
  content: "\E903";
}

.icon-star:before {
  content: "\E904";
}

.icon-tick:before {
  content: "\E905";
}

html {
  height: 100%;
}

body {
  height: 100%;
  font: 62.5% "GothamRounded-Book", sans-serif;
  min-width: 1200px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #202020;
  color: #fff;
}

.wrapmeup {
  width: 1140px;
  margin: 0 auto;
}

h1 {
  font: 3.5rem "GothamRounded-Light", sans-serif;
  text-align: center;
}
h1 span {
  font-family: "GothamRounded-Medium", sans-serif;
}

h1:nth-of-type(2) {
  background: #7bddae;
  font-size: 1.4rem;
  color: #202020;
  padding: 8px;
  width: 350px;
  margin: 0 auto;
  border-radius: 10px;
}

h2 {
  font: 2.5rem "GothamRounded-Light", sans-serif;
  text-align: center;
}
h2 span {
  color: #7bddae;
  font-family: "GothamRounded-Medium", sans-serif;
}

h3 {
  font: 1.6rem "GothamRounded-Light", sans-serif;
  color: #fff;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
}

p {
  text-align: center;
  color: #999;
  font: 1.1rem "GothamRounded-Light", sans-serif;
}

.mover_1 {
  left: 0 !important;
}

.mover_2 {
  left: 33% !important;
}

.mover_3 {
  left: 68% !important;
}

.header {
  height: 4rem;
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.header h2 {
  font: 1.1rem "GothamRounded-Medium", sans-serif;
}
.header h2 span {
  color: #7bddae;
}
.header ul {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header ul li {
  font: 0.8rem "GothamRounded-Medium", sans-serif;
  cursor: pointer;
  transition: 0.2s ease-in;
  padding: 16px 0;
}
.header ul li:hover {
  color: #7bddae;
}

.header-content {
  padding-top: 120px;
  position: relative;
}
.header-content img {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -200px;
}
.header-content h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 20px;
}
.header-content p {
  font: 1.1rem "GothamRounded-Light", sans-serif;
  text-align: center;
  margin-top: 12px;
}
.header-content .info-holder {
  width: 540px;
  margin: 60px auto;
  height: 80px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.header-content .info-holder dl {
  border: 1px solid rgba(250, 250, 250, 0.4);
  padding: 12px 22px;
  width: 260px;
  border-radius: 2rem;
}
.header-content .info-holder dl dt {
  font: 2rem "GothamRounded-Medium", sans-serif;
  float: left;
  margin-right: 12px;
}
.header-content .info-holder dl dd {
  font-size: 0.8rem;
  margin-top: 4px;
}

.about-me {
  padding: 80px 0;
}
.about-me .portfolio {
  margin-top: 60px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.about-me .portfolio dl {
  border-radius: 10px;
  width: 24%;
  height: 6.8rem;
  background: #282828;
  padding: 10px;
}
.about-me .portfolio dl dt {
  font: 1.1rem "GothamRounded-Medium", sans-serif;
  color: #7bddae;
  margin-bottom: 8px;
}
.about-me .portfolio dl dd {
  color: #999;
  font: 0.9rem "GothamRounded-Light", sans-serif;
}
.about-me h4 {
  margin: 50px 0;
  color: #7bddae;
  font: 1.4rem "GothamRounded-Light", sans-serif;
}
.about-me .languages {
  width: 100%;
}
.about-me .languages .language-holder {
  border-radius: 10px;
  background: #7bddae;
  padding: 6px 0 6px 20px;
  width: 24%;
  float: left;
  margin-right: 1.3%;
  margin-bottom: 1%;
}
.about-me .languages .language-holder span {
  color: #202020;
  font-size: 2rem;
  float: left;
  margin-top: 4px;
}
.about-me .languages .language-holder h5 {
  color: #202020;
  font: 0.8rem "GothamRounded-Medium", sans-serif;
  margin-top: 11px;
}
.about-me .languages .language-holder:nth-of-type(4n) {
  float: right;
  margin-right: 0;
}
.about-me .languages:after {
  content: "";
  display: table;
  clear: both;
}

.projects {
  padding: 80px 0;
  background: #282828;
}
.projects h2 {
  margin-bottom: 50px;
}
.projects .project-holder a {
  float: left;
  width: 49%;
}
.projects .project-holder a dl {
  background: #202020;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  float: left;
  margin-bottom: 20px;
}
.projects .project-holder a dl dt {
  font-size: 1.2rem;
  color: #7bddae;
  margin-bottom: 8px;
}
.projects .project-holder a dl img {
  width: 100%;
}
.projects .project-holder a:nth-of-type(2n) {
  float: right;
}
.projects .project-holder:after {
  content: "";
  display: table;
  clear: both;
}

.testimonials {
  padding: 80px 0;
}
.testimonials .comments {
  width: 800px;
  margin: 50px auto;
  border-radius: 10px;
  background: #282828;
  padding: 20px;
  height: 200px;
}
.testimonials .comments .rating {
  width: 140px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}
.testimonials .comments .rating span {
  color: #7bddae;
  font-size: 1rem;
}
.testimonials .comments .rating p {
  font: 0.7rem "GothamRounded-Medium", sans-serif;
}
.testimonials .comments p {
  color: #fff;
  text-align: left;
}
.testimonials .people {
  width: 800px;
  margin: 20px auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.testimonials .people dl {
  width: 32%;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.testimonials .people dl:hover {
  transform: scale(1.1);
}
.testimonials .people dl img {
  width: 60px;
  float: left;
  margin-right: 12px;
}
.testimonials .people dl dt {
  color: #7bddae;
  font: 0.9rem "GothamRounded-Medium", sans-serif;
  margin-top: 12px;
}
.testimonials .people dl dd {
  color: #999;
  font-size: 0.8rem;
}
.testimonials .slider {
  width: 800px;
  margin: 50px auto;
  height: 2px;
  background: #303030;
  border-radius: 2px;
  position: relative;
}
.testimonials .slider .slide {
  width: 32%;
  position: absolute;
  height: 2px;
  border-radius: 2px;
  background: #7bddae;
  top: 0px;
  left: 0px;
  transition: 0.2s ease-in;
}

.my-contacts {
  padding: 80px 0;
  background: #282828;
}
.my-contacts .contact-holder {
  width: 700px;
  margin: 50px auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.my-contacts .contact-holder img {
  width: 180px;
}
.my-contacts .contact-holder .information-holder {
  width: 500px;
  margin-top: 30px;
}
.my-contacts .contact-holder .information-holder label {
  width: 49%;
  float: left;
  margin-bottom: 1rem;
}
.my-contacts .contact-holder .information-holder label span {
  font-size: 2.5rem;
  float: left;
  margin-right: 6px;
}
.my-contacts .contact-holder .information-holder label h6 {
  font-size: 1.1rem;
  margin-top: 8px;
}
.my-contacts .contact-holder .information-holder label a {
  font-size: 1.1rem;
  padding-top: 8px;
  color: #fff;
  float: left;
}
.my-contacts .contact-holder .information-holder label a:hover {
  text-decoration: underline;
}
.my-contacts .contact-holder .information-holder label:nth-of-type(2n) {
  float: right;
}