﻿/* 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. */



html{overflow-x:hidden;}
body {
    font-family: 'Roboto', serif;
    background-color:#fdfdfc;

}

.text-active {
    color: #8ea4da;
}
.title {
    font-family: 'Cormorant SC', serif !important;
    font-size:58px;
    color:#8ea4da;
    font-weight:700;
}

.sub-title {
    font-family: 'Cormorant SC', serif;
    font-size: 28px;
}

.brown-title {
    font-family: 'Cormorant SC', serif;
    font-size: 30px;
    color: #C55930;
    font-weight: 700;
    margin-top:16px;
    margin-bottom:16px;
}

.images img{height:110px; padding:2px; object-fit:cover;}
.under-image{font-style:italic; font-size:10px; color:#8ea4da; padding:2px;}

hr{height:1px; width:100%; border-bottom:1px solid #808080; margin-top:16px; margin-bottom:16px;}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}


/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.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;
}


.font-small{font-size: 12px;}
 

/* 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);
}

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: 40px; /* Vertically center the text there */
  background-color:#8fa4d9;
  color:#fff !important;
}


/* text align */
.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }
@media (max-width: 767px) {


     .homepage .title{margin-top:0px;font-size:38px;}
    .homepage .sub-title{font-size:23px;}
    .images img{height:auto;padding:2px; object-fit:cover;}
}


@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
    .images img {
        height: 70px;
        padding: 2px;
        object-fit: cover;
    }
}

@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
    .images img {
        height: 90px;
        padding: 2px;
        object-fit: cover;
    }
}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}
