body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;

  }

header {
  padding: 20px 0;
}

.mainIMG {
background-image:url(../images/mainfen2.jpg);
background-size:cover;
}

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

header h1 {
  font-weight: 700;
  margin: 0;
}
header .fix2 {
  	font-size: 36px;
  	margin: 0;
	display:inline-block;
	color:black;
	text-decoration:none;
	padding:0px 0px;
	
}
header nav {
  display: flex;
  justify-content: flex-end;
}

header p {
  padding: 0 20px;
  margin: 0;
}
.sizeL {
height:500px;
}
.sizeS {
height:400px;
}


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

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

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

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

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

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

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

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

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

footer ul {
  list-style: none;
}

footer li img {
  width: 32px;
  height: 100px;
}

/* Dropdown */

div a, .dropbtn {
    display: inline-block;
    color: black;
    text-align: center;
	font-size:16px;
    padding: 20px 7px;
    text-decoration: none;
}
div a, .fix {
	display:inline-block;
	color:black;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	padding:0px 0px;
}

div a:hover, .dropdown:hover .dropbtn {
    background-color: white;
}

div.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 10px;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 6px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #fff}

.dropdown:hover .dropdown-content {
    display: block;
}
.siz250 {height:250px;}
