@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
body {
  /* font-weight: 300; */
  background: #1f1f1f;
}

.starter-template {
/*  margin-top: 250px;*/
  color: #bfbfbf;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

.vertical-center {
    min-height: 77%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 77vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #bababa;
    font-size: 1.1em;

    /* Set the fixed height of the footer here */
    height: 55px;
    text-align: right;
    /* background-color: #f5f5f5; */
}

.footer p {
    margin-bottom: 0;
    margin-top: 0;
    }

.footer .container {
    padding-right: 5px;
}

a {
    color: #00d5ff;
}
a:hover {
    color: #00d5ff;
    text-decoration: underline;
}

a.linkedin {
    margin-right: 5px;
}

a.bitbucket {
    margin-left: 10px;
}
a.linkedin, a.bitbucket {
    color: white;
}

a.linkedin:hover {
    color: #0077B5;
}
a.bitbucket:hover {
    color: #94ff52;
}
