html {
    height: 100%;
}

body {
    /* text-align: justify; */
    font-weight: 400;
    color: #555555;
    padding-top: 56px;
    min-height: 100%;

    /* display: grid; */
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    
}

.wrapper {
    /* flex: 1; */
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    align-items: start;
    /* grid-row: 1 / 3; */
}

header {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-end: 1;

}


footer {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-top: auto;
}

/* Style the navbar */
#navbar {
    background-color: #333;
    margin: auto;
    width: 81.25rem;
    padding: 0;
    z-index: 1030;
  }

  #navbar.sticky {
      top: 0;
      left: 0;
      right: 0;
      width: auto;
  }
  
  /* Navbar links */
  #navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px;
    text-decoration: none;
  }

  /* Page content */
  h5{
    font-weight: 400;
  }

  .content {
    margin: auto;
    padding: 16px 16px 0px 16px;
    max-width: 81.25rem;
  }
  
  /* The sticky class is added to the navbar with JS when it reaches its scroll position */
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
  
  /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
  .sticky + .content {
    padding-top: 90px;
  }

.banner-row {
    position: relative;
    margin: auto;
    margin-bottom: 15px;
    padding-bottom: 15px;
    max-width: 81.25rem;
    /* max-height: 253px; */
    background-image: url("../img/asteroids_at_home_banner.png");
}

/* .img-banner{
    margin: auto;
    width: 81.25rem;
    min-width: 50.00rem;
    height: auto;
} */

.img-banner {
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.banner_overlay {
    position: relative;
    top: -369px;
    width: 100%;
    height: 100px;
    color: #f2f2f2;
    opacity: 0.5;
    mask-image: -webkit-gradient(linear, left top, left bottom, 
    from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, 
    from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));

}

object.overlay-trilogo, .overlay-trilogo {
    position: relative;
    top: 50px;
    height: 116px;
    margin-left: auto;
    right: 50px;
    z-index: 1000;
}

img.overlay-cuni-stacked {
    position: absolute;
    left: 375px;
    height: 100px;
    top: 10px;
}

#link_asteroidsathome {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 110px;
    width: 110px;
}

#link_cuni {
    position: absolute;
    top: 6px;
    left: 370px;
    height: 105px;
    width: 105px;
}

#link_cuni2 {
    position: absolute;
    text-decoration: none;
    top: 35px;
    left: 500px;
    width: auto;
    color: #2f2f2f;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 2em;
}

.logo { 
    width: 100px;
}

p {
    margin: 0 0 10px;
}

.col-xs-6 {
    width: 50%;
}

.list-group{
    font-size: 0.9375rem !important;
   
}

.list-group-item-action{
    color: #555555 !important;
    font-weight: 400;
}

.list-inline {
    margin-left: -5px;
}

/* ul.social-icons li a i {
    position: relative;
    top: 8px;
} */

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.list-unstyled {
    padding-left: 0px;
    list-style: none;
    margin-left: 15px;
}

ul.address {
    margin-left: 0;
}


/* ul.social-icons li a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: #fff;
    text-align: center;
} */

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

/* social background color */
.facebook-bg {
    background-color: #3b59ab;
}

.twitter-bg {
    background-color: #2b97f0;
}

.googleplus-bg {
    background-color: #dd4b39;
}

.rss-bg {
    background-color: #ff6600;
}

/* social connect icons */
ul.social-icons li a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: #fff;
    text-align: center;
  }
  ul.social-icons li a.facebook-bg:hover, ul.social-icons li a.facebook-bg:focus {
    background-color: #344f98;
  }
  ul.social-icons li a.twitter-bg:hover, ul.social-icons li a.twitter-bg:focus {
    background-color: #138bee;
  }
  ul.social-icons li a.googleplus-bg:hover, ul.social-icons li a.googleplus-bg:focus {
    background-color: #d73925;
  }
  ul.social-icons li a.rss-bg:hover, ul.social-icons li a.rss-bg:focus {
    background-color: #e65c00;
  }

  ul.social-icons li a i {
    position: relative;
    top: 8px;
  }
  


/* newsletter form */
.newsletter-form {
    margin-top: 20px;
}
.newsletter-form .form-control {
    font-size: 14px;
}
.newsletter-form .input-group-lg > .form-control,
.newsletter-form .input-group-lg > .input-group-btn > .btn {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
}
.newsletter-form .input-group-lg > .form-control {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #414143;
    outline: none;
}
.newsletter-form .input-group-lg > .form-control:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.newsletter-form .input-group-lg > .input-group-btn > .btn {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #406da4;
    font-size: 14px;
    padding: 10px;
    min-width: 93px;
}
.newsletter-form .input-group-lg > .input-group-btn > .btn:hover,
.newsletter-form .input-group-lg > .input-group-btn > .btn:focus {
    background-color: #396192;
}
.newsletter-form .input-group-lg > .input-group-btn > .btn i {
    display: none;
}
.newsletter-form .input-group-lg > .input-group-btn > .btn.loading i {
    display: inline;
}
.newsletter-form .input-group-lg > .input-group-btn > .btn.loading span {
    display: none;
}
.newsletter-form .input-group-lg .input-group-btn:last-child > .btn {
    margin-left: 0;
}
.newsletter-form .alert {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    padding: 5px;
    border: none;
    font-size: 12px;
    background: transparent;
    color: #fff;
    font-weight: 600;
}
.newsletter-form .alert.active {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.newsletter-form .alert.alert-danger {
    color: #DF6967;
}
.newsletter-form .alert.alert-success {
    color: #69C76A;
}
.newsletter-form .alert a {
    color: #fff;
    text-decoration: underline;
}
.newsletter-form .alert a:hover,
.newsletter-form .alert a:focus {
    text-decoration: none;
}

.widget {
    margin-bottom: 40px;
}

.card-body{
    padding: 15px 15px 5px 15px;
}

/* footer */
footer {
    background-color: #49494b;
    font-weight: 300;
    color: #eaeaea;
    text-align: justify;
}

footer a {
    color: #fff;
}
footer a:hover,
footer a:focus {
    color: #fff;
    text-decoration: underline;
}
footer .container {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 5px;
}
footer .logo {
    width: 150px;
    margin-bottom: 10px;
}
footer .social-icons.light-icons a {
    background-color: #3c3c3e;
}
footer .social-icons.light-icons a:hover {
    background-color: #353536 !important;
}
@media screen and(max-width: 768px) {
    footer .container {
        padding: 30px 15px;
    }
}

.footer-heading {
    margin: 0 0 13px 0;
    font-size: 16px;
    line-height: 2;
    color: #fff;
}

.footer-nav > li {
    margin-bottom: 10px;
}


/* light footer theme */
.footer-light {
    background-color: #f2f2f2;
    font-weight: normal;
    color: #8f8f8f;
    border-top: 1px solid #dedede;
}
.footer-light a {
    color: #8f8f8f;
}
.footer-light a:hover,
.footer-light a:focus {
    color: #8f8f8f;
    text-decoration: underline;
}
.footer-light .footer-heading {
    color: #8f8f8f;
}
.footer-light .newsletter-form .input-group-lg > .form-control {
    background: #f7f7f7;
}
.footer-light .copyright {
    background-color: #f2f2f2;
    border-top: 1px solid #dedede;
}
.footer-light .social-icons.dark-icons a {
    background-color: #858D90;
}
.footer-light .social-icons.dark-icons a:hover {
    background-color: #788084 !important;
    color: #fff !important;
}

.footer-gradient {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkNmQ2ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFkMWQxZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6d6d6d), color-stop(100%, #1d1d1d));
    background-image: -moz-linear-gradient(#6d6d6d, #1d1d1d);
    background-image: -webkit-linear-gradient(#6d6d6d, #1d1d1d);
    background-image: linear-gradient(#6d6d6d, #1d1d1d);
    background-color: #49494b;
}
.footer-gradient .copyright {
    background-color: transparent;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    /* -webkit-tap-highlight-color: transparent; */
}
.slick-slider.tap-detector{
    color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Footer Copyright */
.copyright {
    padding: 15px 0;
    background-color: #323232;
    font-size: 12px;
    margin-right: 0;
  }
  
  .footer-minimal .copyright {
    border: none !important;
    font-size: 11px;
    padding-bottom: 0;
    background-color: transparent;
  }

.table .text-right {
    text-align: right !important;
}
