.container  {
  top: 0px;
  padding: 0px 0px;
  margin: 0px;
  width: 100%;
}

.row-header {
  margin: 0px auto;
  padding: 0px 0px;
}
.row-content {
  margin: 0px auto;
  padding: 50px 0px;
  border-bottom: 1px ridge;
  min-height: 300px;
}
.row-footer {
  margin: 0px auto;
  padding: 20px 0px;
  background-color: #bec2c4;
}
.jumbotron {
  margin: 0px;
  width: 100%;
  padding: 0px 0px;
  background: #7986CB;
  color: floralwhite;
}

.jumbotron > img{
  width: 100%;
}

.navbar-inverse {
  font-size: 1.4em;
  background: #1040ba;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .active > a {
  background: #1040ba;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .active > a:hover {
  background: #1040ba;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .active > a:focus {
  background: #1040ba;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .open > a {
  background: #1040ba;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .open > a:hover {
  background: #1040ba;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .open > a:focus {
  background: #1040ba;
  color: #ffffff;
}

address {
  color: #0f0f0f;
  font-size: 80%;
  margin: 0px;
}
body {
  align: center;
  padding: 0px 0px 0px 0px;
  z-index: 0;
}
.tab-content {
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 10px;
}

#carouselButtons {
  bottom: 0px;
  position: absolute;
  right: 0px;
}


.stylish-panel {
    padding: 20px 0;
    text-align: center;
}

.stylish-panel > div > div{
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: 0.2s;
}
/*
.stylish-panel > div:hover > div{
    margin-top: -10px;
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: rgba(200, 200, 200, 0.1);
    transition: 0.5s;
}

.stylish-panel > div:hover img {
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}*/

.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}

#banner {
  width: 100%;
  height: 273px;
  background-color: gray;
  overflow: hidden;
}

#events {

  background-color: white;
}

#members {
  background-color: #f7f4c0;
}

.circle-avatar{
/* make it responsive */
max-width: 100%;
width:100%;
height:auto;
display:block;
/* div height to be the same as width*/

/* make it a cirkle */
border-radius:50%;

/* Centering on image`s center*/
background-position-y: center;
background-position-x: center;
background-repeat: no-repeat;

/* it makes the clue thing, takes smaller dimention to fill div */
background-size: cover;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.email  {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
