/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

footer.footer{
    padding-bottom: 120px;
}

div.no-margin{
    padding: 10px;
}

div.strip-color{
    margin-bottom: 20px;
}

div.text-card-footer{
    font-size: 12px;
    color: darkgrey;
    bottom: 0;
}

p.ordernumber{
  font-size: 38px;
  color: #406587;
  font-weight: 300;
}

p.footer{
    font-size: 14px;;
}

h1{
    font-weight: bold;
    font-size: 42px;
}

h2.octopus{
  color: #406587;
}

h2.fusi{
  font-weight: bold;
  font-size: 42px;
  color: #406587;
}

h2.card-buttom{
    font-size: 24px;
    font-weight: bold;
}

h3.fusi{
    font-weight: bold;
    font-size: 32px;
    color: #406587;
}

/* hr{
    border: 1px solid black;
    width: 50%;
} */

a:link{
    text-decoration: none;
    color: #406587;
}

a.icon{
    color: black;
}

a.menu{
    color: #406587;
}

img.topcard{
    height: 90px;
}

button.blue{
    color: #406587;
    font-size: 14px;
}
#bread{
    font-size: 12px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: lightgray;
}

#header {
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
}

#news{
    margin-top: 80px;
    color: #406587;
}

#still-looking{
    background-color: lightgray;
    font-weight: 800;
    color: black;
}

#about{
  margin-top: 40px;
}

#navbar{
  margin-bottom: 30px;
}

#menu-navbar{
  font-size: 14px;
}

#page-top{
  font-family: 'Montserrat';
}

#logo{
  width: 150px;
}

#menu-header{
  margin-bottom: 0px;
}
.portfolio {
  padding: 0 !important;
}
.portfolio img {
  height: auto;
  width: 100%;
}
@media (min-width: 481px)  { .portfolio img { width: 50%; } }
@media (min-width: 768px)  { .portfolio img { width: 33.33%; } }
@media (min-width: 992px)  { .portfolio img { width: 25%; } }
@media (min-width: 1200px) { .portfolio img { width: 20%; } }

.fulleffect {
  float:left;
  overflow:hidden;
  position:relative;
  text-align:center;
  cursor:default;
}

.hovereffect {
  float:left;
  overflow:hidden;
  position:relative;
  text-align:center;
  cursor:default;
}

.hovereffect .overlay {
  width:100%;
  height:100%;
  position:absolute;
  overflow:hidden;
  top:0;
  left:0;
  opacity:0;
  background-color:rgba(0,0,0,0.5);
  -webkit-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out
}

.hovereffect img {
  display:block;
  position:relative;
  -webkit-transition:all .4s linear;
  transition:all .4s linear;
}

.hovereffect h2 {
  text-transform:uppercase;
  color:#fff;
  text-align:center;
  position:relative;
  font-size:17px;
  background:rgba(0,0,0,0.6);
  -webkit-transform:translatey(-100px);
  -ms-transform:translatey(-100px);
  transform:translatey(-100px);
  -webkit-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
  padding:10px;
}

.hovereffect a.info {
  text-decoration:none;
  display:inline-block;
  text-transform:uppercase;
  color:#fff;
  border:1px solid #fff;
  background-color:transparent;
  opacity:0;
  filter:alpha(opacity=0);
  -webkit-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
  margin:50px 0 0;
  padding:7px 14px;
}

.hovereffect a.info:hover {
  box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
  -ms-transform:scale(1.2);
  -webkit-transform:scale(1.2);
  transform:scale(1.2);
}

.hovereffect:hover .overlay {
  opacity:1;
  filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
  opacity:1;
  filter:alpha(opacity=100);
  -ms-transform:translatey(0);
  -webkit-transform:translatey(0);
  transform:translatey(0);
}

.hovereffect:hover a.info {
  -webkit-transition-delay:.2s;
  transition-delay:.2s;
}

.box-category{
    font-size: 10px;
    border: 2px solid;
    border-color: white;
    color: white;
}

.box-category-active{
    font-size: 10px;
    border: 2px solid;
    border-color: darkgrey;
    color: darkgrey;
}



@import url('https://fonts.googleapis.com/css?family=Montserrat:300');
.carousel-nav-icon {
  height: 48px;
  width: 48px;
}

.c {
    padding: 15px;
}

.c img {
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
    /* background-color: white; */
    box-shadow: 0 3px 20px 11px rgba(0, 0, 0, 0.09);
}

.c .top-sec {
    height: 350px;
    width: 90%;
    margin-top: -30px;
    margin-right: 5%;
    margin-left: 5%;
}

.megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%;
}

.megamenu a.active{
    border-bottom: 3px solid #406587;
}