body {
    font: 400 18px Open Sans, sans-serif;
    line-height: 1.8;
    color: #444;
  }

a:link {color: #003bc0; font-weight: 600; position: relative; text-decoration:none}
a:visited {color: #003bc0; font-weight: 600; position: relative; text-decoration: none}
a:hover {color: #003bc0; font-weight: 600; position: relative; text-decoration: none}
a:active {color: #003bc0; font-weight: 600; position: relative; text-decoration: none}

a,a:visited,a:hover,a:active{
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
	position:relative;
  	transition:0.4s color ease;
	text-decoration:none;
	color:#003bc0;
}
a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #003bc0;
  transition: 0.5s;
}
a:hover:after {
  width: 0%;
  left: 100%;
}
a:hover{
	color:#003bc0;
}
a.before:before,a.after:after{
  content: "";
  transition:1s all ease;
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
  position:absolute;
}


.bg-belfilter{
	background: rgba(255,255,255,0.9);
}

.bg-belfilter2{
	background: rgba(255,255,255,0.7);
}

.bg-image{
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.bg-chesstown{
    background-image: url("/images/moomchesstown.jpg");
}
.bg-chesstoken{
    background-image: url("/images/moomchesstoken.jpg");
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #003bc0;
  }

.carousel-indicators li {
    border-color: #003bc0;
  }

.carousel-indicators li.active {
    background-color: #003bc0;
  }

.container{
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 0px;
    padding-bottom: 30px;
  }

footer .glyphicon {
    font-size: 20px;
    padding-top: 10px;
    color: #fff;
  }
footer .container-fluid{
    padding-bottom: 30px!important;
  }

h1 {
    font-size: 64px;
    font-family: Luckiest Guy;
    line-height: 1.1em;
    color: #003bc0;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    padding: 50px 0px 10px 0px;
  }

h2 {
    font-size: 48px;
    font-family: Luckiest Guy;
    color: #003bc0;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

h3 {
    font-size: 36px;
    line-height: 1em;
    color: #616161;
    font-weight: 900;
    margin-bottom: 30px;
  } 
  
h4 {
    font-size: 24px;
    line-height: 1em;
    color: #616161;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: -10px;
  } 

hr{
	color:#003bc0;
	border-style: dotted;
	border-width: 1.5px;
	width: 100%;
	margin-top:0px;
	margin-bottom:30px;
	padding-bottom: 0px;
}

.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }

.item span {
    font-style: normal;
  }

.jumbotron {
    background-color: #003bc0;
    color: #fff;
    padding: 75px 5% 15px 5%;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
  }

.jumbotron img{
	border-radius: 50%;
	width:100%;
    height:100%;
  	transition: all 0.5s ease;
    overflow: hidden;
    display:block;
    margin-bottom: 15px;
    }

.logo-small {
    color: #003bc0;
    font-size: 50px;
  }

.logo {
    color: #003bc0;
    font-size: 200px;
  }.footer-bottom{
    height: 50px;
    background-color: #003bc0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.krog{
	border-radius: 50%;
}

.nav{padding-left:0;margin-bottom:0;list-style:none}
.nav>li{position:relative;display:block}
.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;
	background-color:#fff
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}
.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;basckground-color:#e5e5e5}.nav>li>a>img{max-width:none}

.navbar-brand{float:left;height:50px;padding:5px;font-size:18px;line-height:5px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:inline}

.navbar {
    margin-bottom: 0;
    background-color: #003bc0;
    z-index: 9999;
    border: 0;
    font-size: 16px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
  }

.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
  }

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #003bc0 !important;
    background-color: #fff !important;
  }

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }

.panel {
    border: none; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
  }

.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
.panel-footer .btn:hover {
    border: 1px solid #003bc0;
    background-color: #fff !important;
    color: #003bc0;
  }
.panel-heading {
    color: #fff !important ;
    background-color: none !important;
    padding: 25px;
    border: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
.panel-footer {
    background-color: white !important;
  }
.panel-footer h3 {
    font-size: 32px;
  }
.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
.panel-footer .btn {
    margin: 15px 0;
    background-color: #003bc0;
    color: #fff;
  }

.pikice{
    border: dotted;
    border-color: #003bc0;
    border-width: 1px;
}

.slideanim {visibility:hidden;}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }

strong {
	font-weight: 600!important;
}

.thumbnail {
    padding: 0;
    border: none;
    border-radius: 0px;
	overflow: hidden;
	box-shadow: 3px 3px 7px 0 #ccc;
	margin-bottom: 15px;
}

.thumbnail img {
	width: 100%;
    margin-bottom: 0px;
  }


  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
  }
