﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
   
}

.navButton li:hover {
    background-color: #659BDC;
}
.navButton i{
    color:white;
}
.imgSize img{
     width:100%;
     height:100%;
     background-size:cover;
     max-width:100%;
     max-height:80%;
}
.carousel-item img{
    height: 100%;
    min-height: 80%;
}

.imgSize a {
    width:100%;
    
    background-color: white;
}
.leftPanel {
    background-color: #172C44;
    height:25%;
    margin-top:2%;

}
    .leftPanel a {
        font-size:16px;
        color:#C4C4C4; 
        font-family:'Open Sans';
        
    }

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

   
.btn-default {
    font-family: Raleway-SemiBold;
    font-size: 13px;
    color: #357ebd;
    letter-spacing: 1px;
    line-height: 15px;
    border: 2px solid #ffffff;
    background: transparent;
    transition: all 0.3s ease 0s;
}

    .btn-default:hover {
        color: #FFF;
        background: #428bca;
        border: 2px solid #428bca;
    }
.icon {
    width: 85px;
    height: 85px;
    background-color: #787878;
    display: inline-block;
    border: 3px solid #fff;
    box-shadow: 0px 0px 0px 1px #787878;
    -moz-box-shadow: 0px 0px 0px 1px #787878;
    -webkit-box-shadow: 0px 0px 0px 1px #787878;
    color: #fff;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: 5%;
    
    
}

    .icon i {
        font-size: 38px;
        line-height: 80px;
    }

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}
.mainButton div:hover {
    background-color: #1455a2;
}
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
.karakter {
    list-style: none;
    padding: 0;
}

    .karakter li {
        text-align: center;
        border: 1px solid;
        float: left;
        
    }

        .karakter li a {
            display: block;
            width: 32px;
            font-size: 20px;
            font-weight: bold;
        }
        .karakter li:hover {
            color: #1455a2;
        }
button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;


}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
