@import "nib"

body{
	margin:0;
	padding:0;
}


h1 {
	font-size: 64px;
    line-height: 64px;
	color:#333333;
	font-family: 'Roboto', sans-serif;
    font-weight:600;
    display: inline;
    letter-spacing: 1px;
}

h2 {
	font-size: 28px;
	color:#333333;
	font-family: 'Roboto', sans-serif;
    font-weight:100;
    display: inline;
}


.cntr {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.lnk {
  font-size: 28px;
  line-height: 42px;
  color:#333333;
  font-family: 'Roboto', sans-serif;
  font-weight:600;
  display: inline;
  letter-spacing: 1px;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(255,255,255,0.1);
}
.lnk:after {
  content: '';
  position: absolute;
  left: 0;
  height: 2px;
  width: 0%;
  background: #333;
  margin-top: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lnk:hover:after {
  width: 100%;
}


/*

a {
    font-size: 38px;
    line-height: 42px;
    color:#333333;
    font-family: 'Roboto', sans-serif;
    font-weight:600;
    display: inline;
    letter-spacing: 1px;
}
*/
.spacing-bottom-L {
    height: 38px;
}

.spacing-bottom-M {
    height: 7px;
}


.hello { 
	align-content: center;
    height: auto;  
    padding-top: 100px;
	  margin: 0 auto; 
    width: 70%;
    padding-right: 15%;
    padding-right: 15%;
    position: relative;
    vertical-align: center; 
}

.links { 
  align-content: center;
    height: auto;  
    margin: 0 auto; 
    width: 70%;
    padding-right: 15%;
    padding-right: 15%;
    position: relative;
    vertical-align: center; 
}







