﻿@media (max-width: 400px) {
  #headshot {
    margin-top: 5px;
    width: 150px;
    height: 150px;
  }
}

/*
#headshot {
  border-radius: 50%;
}
    */

.btn-default:focus, .btn-default:hover {
  color: #000;
  border: 1px solid silver;
  outline: none;
  background-color: whitesmoke;
}

.btn-default {
  color: whitesmoke;
  border: 1px solid silver;
  background-color: transparent;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000;
  background-color: silver;
  border-color: silver;
  box-shadow: 0 0 0 .25rem silver;
}

.header-title {
  font-family: "Cabin","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  margin: 0 0 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.content-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

