@font-face {
  font-family: montserrat;
  src: url("Montserrat-Regular.ttf");
}
@font-face {
  font-family: montserrat-bold;
  src: url("Montserrat-Bold.ttf");
}

body {background-color: #061C30;
   font-family: montserrat;
   color: #eeeeee}

html {
  font-size: 16px;
}

html, body, .container-fluid {
  height: 100%;
}

.row {min-height: 100%;}

.photo {
  background-image: url("paragraph.jpg");
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.name {
  font-family: montserrat-bold;
}

h1 {
  font-size: 2rem;
}

h2 { font-size: 1.5rem;
     padding-bottom: 1.5rem;
}

.desc {padding-top: 6rem; padding-left: 3rem; padding-right: 3rem;}

.bold {
  font-family: montserrat-bold;
}

.kontakt {
  padding-top: 1.5rem;
}
