/*
 * Globals
 */

/* Color Set */
/*
	#AEC6CF
	#759BA9
	#477282
	#244D5C
	#F3F5F5
	#FFFFFF
*/

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

/* circle button */
.btn-circle:hover,
.btn-circle:focus {
  color: white;
  background-color: #759BA9;
}
.btn-circle {
  color: white;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  background-color: transparent;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 17px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.btn-circle.btn-vutuv {
    padding: 18px 11px;
    font-size: 20px;
}
/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #477282;
}
body {
  color: #F3F5F5;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.site-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}

/*
 * Site
 */

.site {
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 90px;
}

.profilepic {
    height: 160px;
	border: 2px solid;
	color: #F3F5F5;
}
.name-heading {
	font-size: 45pt;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}
.skills {
	font-size: 12pt;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
}
.links {
    margin-top: 20px;
}

.social-buttons {
	
}

.left {
    margin-right: 65%;
}

/*
 * Footer
 */

.site-footer-center {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
  font-size: 12pt;
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}


/*
 * Affix and center
 */
@media (min-width: 768px) {
  /* Pull out footer */
  .site-footer-center {
    position: fixed;
    bottom: 0;
	text-align: center;
    padding-top: 70px;
    padding-bottom: 30px;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .site-footer-right,
  .site-footer-left,
  .site-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .site-footer-center,
  .site-container {
    width: 700px;
  }
}
