@font-face {
  font-family: Josefin;
  src: url(../fonts/JosefinSans-Regular.ttf);
  src: url(../fonts/JosefinSans-Bold.ttf); }

body {
  height: 100%;
  font-family: "Josefin";
  color: #f1f1f1;
  background-color: #3d3937 !important;
  font-size: 16px;
  margin-top: -30px;
  overflow-x: hidden; }
  body p {
    font-size: 1.3em; }

.sidebar-wrapper {
  overflow: hidden;
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.sidebar-wrapper-rvl {
  overflow: hidden;
  z-index: 1000;
  position: fixed;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-right: 250px; }

#wrapper.toggled #sidebar-wrapper {
  width: 250px; }

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px; }

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px; }

/* Sidebar Styles */
.toggle-nav {
  width: 3.5%;
  text-align: center;
  display: block;
  height: auto;
  float: none;
  position: fixed;
  z-index: 999;
  margin: 0 auto;
  top: 55px;
  left: 82%; }
  .toggle-nav .bar {
    margin-bottom: 8px;
    border: solid 2px #f1f1f1; }

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none; }

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px; }

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
  font-size: 16px; }

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2); }

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none; }

.sidebar-nav > .sidebar-brand {
  width: 150px;
  height: 65px;
  font-size: 20px;
  line-height: 60px;
  margin-top: 50px; }

.sidebar-nav > .sidebar-brand a {
  color: #999999; }

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none; }

@media (min-width: 768px) {
  #sidebar-wrapper {
    width: 250px; }
  #wrapper.toggled #sidebar-wrapper {
    width: 0; }
  #page-content-wrapper {
    padding: 20px;
    position: relative; }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0; } }

.jumbotron {
  margin-bottom: 0;
  background-color: #3d3937; }
  .jumbotron .container {
    text-align: center; }
    .jumbotron .container .portrait {
      width: 50%;
      height: auto; }
    .jumbotron .container h2 {
      color: #f1f1f1;
      padding-bottom: 20px; }
  .jumbotron .btn {
    height: 59px;
    background-color: rgba(198, 198, 198, 0);
    position: relative;
    border: solid 2px #f1f1f1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    text-align: left;
    font-size: 1.8em;
    color: #f1f1f1;
    text-decoration: none;
    padding-right: 10px; }
    .jumbotron .btn span {
      padding-right: 60px; }
    .jumbotron .btn .toggle {
      margin-left: 10px;
      display: inline-block; }
  .jumbotron .btn:hover {
    background-color: #f1f1f1;
    color: #2a2a2a; }
    .jumbotron .btn:hover i {
      color: #3d3937 !important; }

button:focus {
  outline: 0 !important; }

.contact-btns {
  opacity: 0;
  margin-top: 20px; }
  .contact-btns a {
    text-decoration: none; }
  .contact-btns .glyphicon {
    font-size: 50px;
    padding-right: 33px;
    color: #f1f1f1 !important; }
  .contact-btns img {
    vertical-align: top; }

.contact-btns-reveal {
  opacity: 1;
  margin-top: 20px; }

.toggle {
  width: 36px;
  text-align: center;
  display: block;
  height: auto;
  float: none;
  position: absolute;
  z-index: 999;
  margin: 0 auto;
  top: 22%;
  left: 72.5%; }

.toggle:hover {
  cursor: pointer; }

.btn:hover .bar1 {
  border: solid 2px #3d3937 !important; }

.btn:hover .bar2 {
  border: solid 2px #3d3937 !important; }

.btn:hover .bar3 {
  border: solid 2px #3d3937 !important; }

.toggle div {
  border: solid 2px #f1f1f1;
  width: 100%;
  margin-top: 5px;
  background: #f1f1f1;
  float: left;
  position: relative;
  clear: both;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.bar1,
.bar2,
.bar3 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border: solid 2px #f1f1f1;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0; }

.left,
.right,
.down {
  border-radius: 6px; }

.left {
  -webkit-transform: rotate(48deg);
  -moz-transform: rotate(48deg);
  -ms-transform: rotate(48deg);
  -o-transform: rotate(48deg);
  transform: rotate(48deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: solid 6px #3d3937;
  right: 2px !important;
  top: 7px; }

.right {
  -webkit-transform: rotate(-230deg);
  -moz-transform: rotate(-230deg);
  -ms-transform: rotate(-230deg);
  -o-transform: rotate(-230deg);
  transform: rotate(-230deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  left: -2px !important;
  border: solid 6px #3d3937;
  top: -2px !important; }

.down {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0; }

.summary {
  padding: 1% 0 2% 0;
  background-color: #c2b196; }
  .summary h1 {
    color: #333333; }
  .summary h6 {
    font-size: 2em;
    color: #333333; }

h3 {
  text-decoration: underline;
  font-size: 2.2em; }

h4 {
  font-size: 1.5em;
  line-height: 1.3em; }

.col-md-6 p {
  font-size: 1.4em; }

.col-md-6 ul {
  font-size: 1.4em;
  padding-bottom: 10%; }

.subsection {
  font-size: 2em;
  text-align: center; }

.skills {
  margin-bottom: 20px; }

.last-row {
  margin-bottom: 10%; }

footer {
  background-color: black;
  height: 40px;
  padding: 10px 0; }
  footer div h5 {
    display: inline;
    margin: 0 auto;
    font-size: 1.2em;
    color: #f1f1f1; }
  footer div a {
    text-decoration: underline;
    color: #f1f1f1; }
  footer div a:hover {
    color: #DDDDDD; }

@media screen and (max-width: 768px) {
  .portrait {
    margin-top: 45px; }
  .toggle-nav {
    width: 8%; } }

@media screen and (max-width: 620px) {
  footer {
    height: 60px; }
  .btn {
    margin: 0 auto;
    display: block; }
  .toggle-nav {
    width: 10%; } }

@media screen and (max-width: 460px) {
  .jumbotron {
    padding: 0; }
  .jumbotron .btn {
    display: block;
    margin: 0 auto; }
  .portrait {
    margin-top: 60px !important;
    width: 60% !important; }
  .last-row {
    margin-bottom: 27%; }
  .contact-btns {
    margin-bottom: 20px; }
  h4 {
    font-size: 1.3em !important; }
  h3 {
    text-align: center; }
  .col-md-6 p {
    font-size: 1.4em; }
  .col-md-6 ul {
    font-size: 1.2em; } }
