@import "compass/css3";

* {
  @include box-sizing(border-box);


}
body{

	height: 100%;

	margin: 0;
	padding: 0;
	width: 100%;
}

h1 {
    font-family:"Wellfleet";
	font-weight:normal;
	font-size: 55px;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
}

#git,#lin,#fa {
  text-align: center;
  padding-top: 10px;
  margin-top: 20px;
  margin: 0;
	padding: 10px;
  max-width: 48px;
  max-height: 48px;
}

#social{
  text-align: center;
  padding-top: 20px;
}

#Full {
    font-family:"Wellfleet";
	font-weight:normal;
	font-size: 35px;
	text-align: center;
	color: #000;
	margin: 0;
	padding: 0;
}
#mach,#spam {
    font-family:"Wellfleet";
	font-weight:normal;
	font-size: 35px;
	text-align: center;
	color: #46c27d;
	margin: 0;
	padding: 0;
}

h2 {
   font-family:"Arvo";
   font-weight: normal;
   font-size: 40px;
   text-align: center;
   color: #fff;
   margin: 0;
	padding: 0;
}

#Skil,#proj {
   font-family:"Arvo";

   color: #000;
   font-weight: bold;
   font-size: 40px;
   text-align: center;


}
h4{
  font-family:"Arvo";

  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;

}


h3 {
   font-family: "Arvo";
   color: #000;
   font-weight: bold;
   font-size: 18px;
   text-align: center;
   margin: 5px 0;
	padding: 0;
	z-index: 1;
	position: relative;
}



.center { margin: 0 auto; }
.content{ margin: 0 auto; width: 960px; }
.clear { clear: both; }
a.lpanel { float: left; color: #e1e1e1; font-size: 12px; font-family:"Wellfleet"; text-decoration: none; margin: 7px 11px; }
a.rpanel { float: right; color: #e1e1e1;  font-size: 12px; font-family:"Wellfleet"; text-decoration: none; margin: 7px 11px; }

a.lpanel:hover{ color: #fff; }
a.rpanel:hover{ color: #fff; }
/*= HEADER & NAVIGATION
--------------------------------------------------------*/

#header {
	width: 100%;
	background: url('../img/header-bg.png');

	height: 50px;
	position: fixed;

}

#nav { width: 410px; float: right; }
#logo a { color: #fff; text-align: center; text-decoration: none; float: left; font-size: 28px; margin-top: 10px; color: #fff; font-family:"Wellfleet"; font-weight: bold; }
#nav ul{
	list-style: none;
	display: block;
	margin: 0 auto;
	list-style: none;
}

#nav li{
	margin-top: 9px;
	float: left;
	padding-left: 21px;
}

#nav li a { color: #fff; opacity:0.6; font-size: 16px; text-decoration: none; font-family: 'Wellfleet'; }
#nav li a.active { color: #fff; opacity:1; border-bottom: 2px solid #fff; }
#nav li a:hover { color: #fff; opacity:1;  }




#divider { background: url('../img/divider.png')no-repeat; width: 300px; height: 35px; margin: 0px auto 27px auto; }


/*= BUTTONS
--------------------------------------------------------*/

button.btn-know {
	padding: 15px 47px;
	margin: 40px 38.8%;
	text-align: center;
	border: 4px solid #fff;
	color: #fff;
	background: transparent;
	font-size: 19px;
	cursor: pointer;
	text-shadow: -1px 2px 0px rgba(90, 90, 90, 0.56);
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn-know:hover { background: #fff; color: transparent; }
ul.built { list-style: none; margin: 0 auto; width: 730px; }
.built li img{ float: left; padding-right: 34px; }




#home, #skills{ width: 100%; }
#home{
	background:url('../img/bg.png')50% 0 no-repeat fixed;


	background-position: center ;

	color: #fff;
	height: 100%;
	margin: 0;
	padding: 100px 0 260px 0;
	background-size: cover;
  border-bottom: 4px groove #fff;
}

.circular {
	width: 275px;
	height: 260px;
  margin-left: 33%;
  margin-bottom: 20px;
  text-align: center;
	border-radius: 250px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	background: url(../img/rsz_me.jpg) no-repeat;
  background-position: center;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	}



#skills{
  background:url('../img/bg.png') 50% 0 no-repeat fixed;

	height:  100%;
	padding: 70px 0;
  background-size: cover;
  border-bottom: 4px groove #fff;

}

#projects{
  background:url('../img/bg.png')  50% 0 no-repeat fixed;

	height: 100%;
	padding:70px 0 70% 0;
	background-size: cover;
  border-bottom: 4px groove #fff;
}

#contact{
  background-color: #1fb496;
	color: #333333;
	height: 50%;
	padding:20px 0;
  background-size: cover;
}

#chart {
	align-items: center;
	height: 400px;
	width: 400px;
  text-align: left;
  box-shadow: 0px 2px 8px rgba(0,0,0,0);
	color: #fff;
  margin: 24px auto;
  background: transparent;
}
.grid {
  background: white;
  margin: 0 0 $pad 0;

  &:after {
    /* Or @extend clearfix */
    content: "";
    display: table;
    clear: both;
  }
}

[class*='col-'] {
	float: left;
  padding-right: $pad;
  .grid &:last-of-type {
  	padding-right: 0;

  }
}
.col-1-4 {
  width: 255px;
  background-color: transparent;
  height: 160px;

  padding: 5px 25px 5px 5px;
  /* border-right: 10px; */
  /* border-left: antiquewhite; */
  margin-right: 10px;
  margin-top: 30px;
  margin-left: 10px;
  /*border: 1px solid #000;*/


/*.grid-pad {
  padding: $pad 0 $pad $pad;
  [class*='col-']:last-of-type {
    padding-right: $pad;
  }*/
}
#proj1{
  /*background:url("../img/ebola.png") 100% 0 no-repeat;  */
  background:url("../img/barr.png") 100% 0 no-repeat;
}

#proj2{
  background:url("../img/ini.png") 100% 0 no-repeat  ;
}
#proj3{

  background:url("../img/ebola.png") 100% 0 no-repeat;
}
#proj4{
  background:url("../img/cont.png")100% 0 no-repeat ;
}#proj5{
  background:url("../img/cat.png") 100% 0 no-repeat ;
}
#proj6{
  background:url("../img/port.png") 100% 0 no-repeat ;
}#proj7{
  background-color: #fff;
  text-align: center;

}#proj8{
  background-color: #000 ;
}

#spam{
  padding-top: 30px;
}

/*#proj1:hover{
  text-align: center;

}*/
/*#proj2:hover{
  text-align: center;

  background: rgba(0,0,0,0.5);
}
#proj3:hover{
  text-align: center;

  background: rgba(0,0,0,0.5);
}
#proj4:hover{
  text-align: center;

  background: rgba(0,0,0,0.5);
}
#proj5:hover{
  text-align: center;

  background: rgba(0,0,0,0.5);
}
#proj6:hover{
  text-align: center;

  background: rgba(0,0,0,0.5);
}
#proj7:hover{
  text-align: center;

  background: rgba(0,0,0,0.5);
}
#proj8:hover{
  text-align: center;

  background: rgba(0,0,0,0.5);
}*/

#copyright  { color: #fff; font-family:"Wellfleet";  font-size: 14px; margin-top: 100px; text-align: center;  }
#copyright  a { text-decoration: none; color: #fff;  }
