@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700,700i');

div.logobar {
  background: url(http://conf.researchr.org/getImage/scala-2017/orig/sunset-698474.png) no-repeat 0 100%;
  background-size: cover;
  height: 280px;
  color: #fff;
  position: relative;

  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  color: #fff;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  font-family: 'Source Sans Pro', sans-serif;
}

div.logobar a {
  color: #fff;
  opacity: 0.5;
}

a.navbar-brand {
  position: absolute;
  top: 20px;
  left: 10px;

  font-size: 72px;
  line-height: 72px;
  letter-spacing: -1px;
  opacity: 1 !important;
}

.brand-text {
  display: none;
}
a.navbar-brand::before {
  content: "Scala";
  color: #fff;
  font-weight: 700;
  opacity: 1;
}
a.navbar-brand::after {
  content: "'17";
  color: rgba(253, 190, 113, 1);
  opacity: 0.9;
}

@media (min-width: 768px) {

  .frame .place2 {
    position: absolute;
    top: 200px;
    left: 35px;
    width: 120px;
    height: 40px;
    padding: 0px;
    text-align: right;
  }

  .frame .place {
    left: 14px;
    position: absolute;
    top: 149px;
    width: 190px;
    height: 40px;
    padding: 0px;
  }

  .frame .place::after {
    content: "";
    display: block;
    position: absolute;
    right: -8px;
    bottom: -40px;
    border: 6px solid #E74C3C;
    border-radius: 50%;
    padding: 12px;
    box-sizing: border-box;
  }
  .frame .place::before {
    content: "";
    display: block;
    position: absolute;
    right: 3px;
    bottom: -29px;
    border: 3px solid #E74C3C;
    border-radius: 50%;
    padding: 4px;
    box-sizing: border-box;
    background: #E74C3C;
  }
  /* canada map */
  .frame .logobar .container::before {
    display: block;
    content: "";
    width: 221px;
    height: 174px;
    position: absolute;
    background: url(http://conf.researchr.org/getImage/scala-2017/orig/canada-map-md.png);
    background-size: 100% 100%;
    top: 105px;
    right: -55px;
  }
  /* petrol circle */
  .frame .logobar .container {
    position: absolute;
    z-index: 0;
    left: 20px;
    top: -20px;
    width: 350px;
    height: 350px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(19, 63, 75, 0.7)
  }
}

@media (max-width: 767px) {
  a.navbar-brand {
    left: 0;
    top: 0;
    font-size: 50px;
    line-height: 50px;
  }
  a.navbar-brand::after {
    color: #fff;
    opacity: 0.6;
  }
  div.logobar {
    height: 100px;
  }
  .place2{
    top: 0px !important;
  }
}

.place {
  left: 0;
  position: absolute;
  bottom: 0px;
}
.place2 {
  right: 0;
  position: absolute;
  bottom: 0px;
}
.place, .place2 {
  padding: 0.3em 1em;
}

.footer {
  background: #1E363E;
}

.tab-content h4 {
  margin-top: 1.75em;
}
