@charset "UTF-8";
/*!
 =========================================================
 * Material Dashboard - v1.1.1
 =========================================================
 * Product Page: http://www.creative-tim.com/product/material-dashboard
 * Copyright 2017 Creative Tim (http://www.creative-tim.com)
 * Licensed under MIT (https://github.com/creativetimofficial/material-dashboard/blob/master/LICENSE.md)
 =========================================================
 * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
 */
/* ANIMATION */
/* SHADOWS */
/* Shadows (from mdl http://www.getmdl.io/) */

body {
  background-color: #d9d7d2;
}

/* test */

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  line-height: 1.5em;
}

.serif-font {
  font-family: "Roboto Slab", "Times New Roman", serif;
}

.page-header {
  height: 60vh;
  background-position: center center;
  background-size: cover;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

a {
  color: #222121;
}
a:hover,
a:focus {
  color: #525255;
  text-decoration: underline;
}
/* a.text-info:hover,
a.text-info:focus {
  color: #000000;
} */
a .material-icons {
  vertical-align: middle;
}

h2, .h2 {
  font-size: 2.6em;
}

/* test */

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  margin: 15em;
}

.navbar {
  max-height: 30px;
}

.navbar-brand {
  padding: 0 15px;
  height: 30px;
  line-height: 80px;
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 1px;
  height: 30px;
  padding: 0px !important;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    margin-top: 0px;
    height: 30px;
    padding: 5px 8px !important;
  }
  .headercontainer{
    margin-top: 50px;
  }
  .header{
    margin-top: 90px;
  }
}

.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: transparent;
  margin-top: -2px;
}

.navbar-inverse .navbar-toggler-icon{
  padding: 1px !important;
  height: 1px;
}



.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}


header {
  padding: 156px 0 100px;
}

section {
  padding: 150px 0;
}

body * {
  box-sizing: border-box;
}


.timeline {
  width: 100%;
  max-width: 800px;
  background: #fff;
  padding: 100px 50px;
  position: relative;
  box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0px;
  left: calc(33% + 15px);
  bottom: 0px;
  width: 4px;
  background: #ddd;
}
.timeline:after {
  content: "";
  display: table;
  clear: both;
}

.cventry {
  clear: both;
  text-align: left;
  position: relative;
}
.cventry .title {
  margin-bottom: .5em;
  float: left;
  width: 33%;
  padding-right: 30px;
  text-align: right;
  position: relative;
}
.cventry .title:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border: 4px solid salmon;
  background-color: #fff;
  border-radius: 100%;
  top: 15%;
  right: -8px;
  z-index: 99;
}
.cventry .title h3 {
  margin: 0;
  font-size: 120%;
}
.cventry .title p {
  margin: 0;
  font-size: 100%;
}
.cventry .body {
  margin: 0 0 3em;
  float: right;
  width: 66%;
  padding-left: 30px;
}
.cventry .body p {
  line-height: 1.4em;
  font-weight: 400;
}
.cventry .body p:first-child {
  margin-top: 7px;
  font-weight: 400;
}
.cventry .body ul {
  color: #aaa;
  padding-left: 0;
  list-style-type: none;
}
.cventry .body ul li:before {
  content: "–";
  margin-right: .5em;
}
