div.logobar {
    padding: 10px 15px;
    background-color: rgb(248, 248, 248);
    color: #777777;
}
.logobar .container{
	border-bottom: 1px solid #e7e7e7;
}
.logobar a {
    color: #4e5e6b;
}
.navbar{
  border-top: none !important;
}
.navbar-brand {
  font-size : 36px;
}
.navbar{
  border-radius: 0px !important;
}
.place {
  float: left;
  padding : 23px 0 0 40px
}
.place2 {
  float: right;
  padding : 23px 0 0 0px
}


img[alt$=">"] {
  float: right;
  margin-left: 100px;
  width: 300px;
}

img[alt$="<"] {
  float: left;
}

img[alt$="><"] {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
  float: none!important;
}

.column {
  float: left;
  width: 50%;
  padding: 5px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.center.hel-logo {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  text-align: center;
}


/* overwriting some given CSS stuff for nicer footer */
/* might have to readjust this later, if more things are showing up in the footer */
/* originally modified this to place the university logos nicely */
.col-sm-3 {
	width: 25%;
}

.col-sm-5 {
	width: 15%;
}

.col-sm-2 {
	width: 30%;
}
