#header {
	margin-bottom: 0;
	padding-top: 2.5rem;
	padding-bottom: 1.5rem;
}

#logo {
	margin: 0 auto;
	max-width: 210px;
}

#logo img {
  padding: 0;
	display: block;
}

#content {
	background-color: #141d44;
}

#content .row {
	padding-top: 2.5rem;
	padding-bottom: 1.5rem;
}

#content .row:last-of-type {
	padding-bottom: 3rem;
}

.cover {
	width: 100%;
	height: 300px;
	background-image: url("../images/shoot-panoramic-photos-2@2x-1.jpg") ;
	background-size: cover;
	background-position: center;
}

@media (max-width: 768px) {
	.cover {
		height: 180px;
  }
}

.cover-lg {
	width: 100%;
	height: 400px;
	background-image: url("../images/shoot-panoramic-photos-2@2x-1.jpg") ;
	background-size: cover;
	background-position: center;
}

@media (max-width: 768px) {
	.cover-lg {
		height: ;
  }
}

#home {
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}

.category {
  margin-top: 0;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
}

.profile {
}

.profile h1, .profile h2, .profile h3, .profile h, .profile h5, .profile p {
  margin-top: 0;
  margin-bottom: 20px;
}

.profile button {
  margin-top: 0;
  margin-bottom: 20px;
}

  .so-tab {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 25px 0;
  }
  .so-tab label {
    position: relative;
    display: block;
    padding: 0 25px 0 0;
    margin-bottom: 15px;
    line-height: normal;
    cursor: pointer;
  }
  .so-tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  .so-tab-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s;
  }
  /* :checked */
  .so-tab input:checked ~ .so-tab-content {
    max-height: none;
  }
  /* Icon */
  .so-tab label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
  }
  .so-tab input[type=checkbox] + label::after {
    content: "+";
  }
  .so-tab input[type=radio] + label::after {
    content: "\25BC";
  }
  .so-tab input[type=checkbox]:checked + label::after {
    transform: rotate(315deg);
  }
  .so-tab input[type=radio]:checked + label::after {
    transform: rotateX(180deg);
  }


.sitemap {
  margin-top: 2rem;
  list-style: none;
}

.sitemap li {
  margin-bottom: 1rem;
  padding-left: 0;
}

#bottomlogos {
	text-align: center;
}

#bottomlogos img {
	margin: 5px 10px;
	padding: 5px;
	width: 120px;
	display: inline-block;
}

#footer {
	padding-top: 2rem;
	background-color: #111839;
}

footer {
	margin-bottom: 3rem;
}

footer ul {
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	font-size: 0.875rem;
	display: flex;
	justify-content: center;
}

footer li {
  margin-bottom: 0;
	padding: 0 1rem;
}

footer p {
	text-align: center;
	font-size: 0.875rem;
}

footer p:last-of-type {
	margin-top: 0.75rem;
}