#one .inner {
  display: flex;
  align-items: center;
}

.wrapper.style1 {
  background-color: #0b4b5c;
}

#one .inner .major {
  padding-right: 40px;
}

#one .inner img {
  width: 250px;
  height: auto;
  border-radius: 50%;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.links {
  display: flex;
}

.spot-header h3 {
  margin-bottom: 0;
  margin-right: 20px;
}

.wrapper.alt.style2 h2 {
  margin-bottom: 5px;
  margin-right: 50px;
}

header.major h2 {
  border-bottom: solid 2px #465767;
}

.spot-header:after {
  content: '';
  display: block;
  height: 2px;
  background-color: #465767;
}

.wrapper.alt.style2 h3 {
  font-size: 14px;
  font-weight: 500;
}

.wrapper.style3.special li {
  width: 20%;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  text-align: center;
}

.wrapper.style3.special li div {
  width: 80%;
  margin: 0 auto;
}

li h4 {
  display: block;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .wrapper.style3.special li h4 {
    font-size: 5px;
  }

  .wrapper.style1.special .inner {
    display: block;
  }
}

.spotlight img:hover {
  opacity: .5;
}

.wrapper.style3.special li {
  background-color: inherit;
}

.wrapper.alt.style2 .major {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  background-color: #273038;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.wrapper.style3 {
  background-color: #616a81;
}

.header .icons {
  width: 30%;
  padding-right: 100px;
}

.redirect-icons {
  font-size: 30px;
}

.redirect-icons a:hover {
  opacity: 0.5;
}

#nav {
  display: flex;
}

.actions.vertical.touch li {
  display: flex;
  align-items: center;
}

.actions.vertical.touch li h3 {
  padding-right: 15px;
  font-size: 20px;
}

.actions.vertical.touch li:last-child h3 {
  font-size: 25px;
  padding-left: 5px;
}

#banner {
  background-image: url('http://wallpapercave.com/wp/Y4EJI08.jpg');
}

.news-junkies {
}
