body {
  font-family: Roboto, sans-serif;
  /*-image: url('https://content.codecademy.com/courses/learn-css-selectors-visual-rules/hypnotize_bg.png');*/
  background-image: url('img/BG.jpg');
}

header {
  padding: 20px 0;
}

header .row,
footer .row {
  display: flex;
  align-items: center;
}

h1 {
  font-weight: 700;
  margin: 0;
}

nav {
  display: flex;
  justify-content: flex-end;
}

a {
  padding: 0 20px;
  margin: 0;
}

.jumbotron {
  display: flex;
  align-items: center;
  /*background-image: url('https://content.codecademy.com/projects/personal_portfolio/background.jpeg');*/
  background-image: url('img/BG.jpg');
  background-size: cover;
  color: white;
  height: 800px;
}

.jumbotron h2 {
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  color: white;
}

.jumbotron h3 {
  margin: 0 0 20px;
  color: white;
}

section .row img {
  margin: 0 0 30px;
  width: 100%;
}

.col-md-6 {
  margin: 0 0 30px;
  color: white;
}

.btn.btn-primary {
  border-radius: 2px;
  color: #fbd1d5;
  background-color: #ffffff;
}

.btn.btn-primary:hover {
  color: #ffffff;
  background-color: #fbd1d5;
}

.btn-secondary {
  background-color: #2a70e0;
  color: #ffffff;
  margin: 0 0 30px;
}

.portrait {
  width:  350px;
  height: 300px;
}

figure img {
  width: 100%;
  height: auto;
}

figure {
  margin-bottom: 30px;
}

footer {
  font-size: 12px;
  padding: 20px 0;
}

footer .col-sm-8 {
  display: flex;
  justify-content: flex-end;
}

footer ul {
  list-style: none;
}

.gallery {
  display: block;
  flex-wrap: wrap;
  float: left;
  margin-bottom: 50px;
}

.home{
  float: right;
}

.pilttekst {
  margin-bottom: 50px;
}

.koolid {
  max-height: 300px;
  max-width: 500px;
}
.logo{
  max-width: 50%;
  max-height: 100%;
}