html,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,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}

html,body{ 
	width:100%;
	height:100%;
	background:#fff;
}

html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
  font:normal 75% Krub, Helvetica, sans-serif;
}
h1,h2,h3 {
    font-family:'Merriweather', serif;
}

h1 {
    font-size:37px;
    color:#fff;
    font-weight:400;
}
h2 {
   font-size:23px;
   color:#444;
   font-weight:400;
   line-height:40px;
}
.baseline {
    text-transform: uppercase;
    font-weight:400;
    color:#c9e6e8;
    line-height:30px;
    font-size:15px;
}
p {
    font-family: 'Krub', sans-serif;
    font-size:18px;
    font-weight:300px;
    color:#444;
}
.social-icons {
    margin-top:25px;
}
.social-icons i {
    font-size:37px;
    color:#c9e6e8;
    margin-right:10px;
}
.social-icons i:hover {
    font-size:37px;
    color:#fff;
}

#particles canvas{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1337;
}
.head {
    top:180px;
    width: 337px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index:1;  
}
.mid {
    background-color:#fff;
    padding-top:50px;
    height:300px;
}
.player {
    position:absolute;
    left:20px;
    bottom:20px;
    z-index:37;
}


/* --------- FORM -------- */
.cvform {
    margin:0 auto;
    width:400px;
}


a {
    color: #0083e8;
}

b, strong {
    font-weight: 600;
}

/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 45%;
  background-color: #61bac0;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 100%/0 0 80px 30px;
}

/* responsive */

@media screen and (max-height: 800px) {
.head {
    top:50px;
    }
}
@media screen and (max-height: 400px) {
	.social-icons {
		display:none;
	}
}

@media screen and (min-width: 200px) and (max-width: 640px) {
  .cvform {
    width:300px;
  }
    .mid {
        padding-top:35px;    
    }
}

