
#main-container {
  text-align: center;
  /*so content is not covered by navbar*/
  margin-top: 118px;
  padding: 0 8%;
}

.navbar-brand > img {
  max-width: 260px;
  opacity: .8 !important;
  transition: all 0.1s ease;
}

.navbar-brand>img:hover{
  opacity: 1 !important;;
}

.margin-top-adjustment {
  margin-top: 80px !important;
}

.margin-top-adjustment-small {
  margin-top: 80px !important;
}




#navbar {
}

.narrowitem {
}

.lastitem {
}

.socialbold {
  font-weight: bold;
  letter-spacing: -0.02em;
}

.navbar-nav {
  margin-top: 34px;
}

.nospace-top {
  margin-top: 0px; 
  padding-top: 0px;
}

#grid {
  max-width: 1024px;
  margin-top: 200px;
}

.centre {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.navbar-default {
  padding: 0 8%;
}


.container-fluid>.navbar-header {
  margin-left: 0;
  margin-right: 0;
}




.navbar-default .navbar-nav > .active > a {
  background-color: transparent;
  /*navbar height to be at least margin-top of #main-container*/
  padding-top: 26px;
  color: black;
  height: 50px;
  opacity: 1;
  padding: 10px 0;
  /*transitions*/
  transition: all 0.1s ease;
}

.navbar-default .navbar-nav > .active > a:hover {
  background-color: white;
}


.navbar-default .navbar-nav > li > a {
  padding: 10px 0;
}

.navbar-default .navbar-nav > .inactive > a {
  color: #999;
  /*navbar height to be at least margin-top of #main-container*/
  padding-top: 26px;
  height: 50px;
  padding: 10px 0;
  /*transitions*/
  transition: all 0.1s ease;
}

.navbar-default .navbar-nav > .inactive > a:hover {
}


.navbar-nav>li {
  padding-top: 0px;
  padding-left: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  height: 60px;
  transition: all 0.1s ease;
}



.navbar-default {
  background-color: white; 
  border-color: white;
}


.navbar-nav > li.nav-social a {
  display: inline-block;
  padding: 0px 0px;
}



/*
.rsod-badge a {
  z-index: 99;
  opacity: 1;
  background-color: transparent;
  position: relative;
  width: 16px;
}

.rsod-badge IMG {
  position: absolute;
  top: 50px;
  left: -156px;
  width: 172px;
  height: 172px;
  filter: drop-shadow(1px 2px 3px #333);
  transition: all 500ms;
}

BODY:hover .rsod-badge IMG {
  width: 16px;
  height: 16px;
  left: 0px;
  top: 13px;
  opacity: 0.5;
  filter: drop-shadow(0px 0px 0px #333);
}
*/
/* hide RSOD badge - requested June 2018 */ 
LI.rsod-badge {
	display: none;
}



.thumbnailsgrid {
  text-align: center;
}


#footer {
  position: fixed;
  bottom: -15px;
  height: 40px;
  background-color: white;
  width: 100%;
  text-align: center;
  padding: 0 40px;
  left: 0px;
/* FIXME*/
  display: none;
}

#footertext {
  font-size: 12px;
  line-height: 24px;	
  color: grey;
}



@media screen and (min-width: 1280px) {

  .navbar-default .navbar-nav > li {
    padding-left: 40px;
  }

  .navbar-default .navbar-nav > .nav-social > a {
    padding-left: 16px;
  }

}



@media screen and (max-width: 1024px) {
	
  #carousel-container {
    padding: 0 10px;
  }
	
  #main-container {
    /*so content is not covered by navbar*/
    margin-top: 100px; 
    padding: 0; 
  }

  .navbar-default {
    padding: 0 2%;
  }
	
  .navbar-brand>img{
    max-width: 200px;
  }

  .navbar-nav {
    margin-right: -30px;
    margin-top: 15px;
  }

  .navbar-brand {
    padding-left: 0px;
    margin-top: 0px;
    margin-left: 0px !important;
  }

  .nav > li > a {
    padding: 0px 0px;
  }

  .navbar-default {
    height: 60px;
  }
	
}



@media screen and (max-width: 800px) {

  .navbar-brand > img {
    max-width: 160px;
  }

}



@media screen and (max-width: 768px) {

  #main-container {
    /*so content is not covered by navbar*/
    margin-top: 100px; 
    padding: 0;
  }
	
  #navbar {
    padding-top: 10px;
    background-color: rgba(255, 255, 255, 0.95);
    overflow: hidden;
  }
	
  .col-lg-4 {
    padding: 0;
  }

  .navbar-collapse {
    background-color: rgba(255,255,255,.99);
    text-align: left;
    overflow: hidden;
    padding-right: 60px;;
  }

  .navbar-brand > img {
    max-width: 160px;
  }

  .navbar-nav {
    margin-right: 0px !important;
    margin-top: 10px;
    text-align: right;
  }

  .navbar-toggle {
    margin-right: 10px;
  }	
	
  .navbar-nav>li {
    height: 40px;
  }
	
  .logooffset {
    margin: -15px -4px !important; 
  }
	
  .container-fluid>.navbar-header {
    padding-bottom: 0px;
  }
	
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: white;
  }

  .navbar-collapse {
    height: 800px;
  }

  nav li.rsod-badge {
    display: none;
  }

}
