* {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

body {
    margin: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color:#fff;
    margin-right: 1.5rem;
    font-size: 0.97rem;
}

.navbar-light .navbar-nav .nav-link {
    color:#000;
    margin-right: 1.5rem;
    font-size: 0.97rem;
}

/* Control the brand depending on main menu items available space */
.navbar-brand {
    font-size: 1.2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-brand {
        font-size: 1rem;
    }
}

footer {
    color: #fff;
    font-size: 1em;
}


a {
    color: #0A5DAC;
    text-decoration: none;
}
a:hover {
    color: #0A5DAC;
    text-decoration: underline;
}

a.lighta, footer a, .sideBar a{
    color: #fff;
    font-weight: 500;
}

a.lighta:hover, footer a:hover, .sideBar a:hover {
    color: #fff;
    text-decoration: underline;
    font-weight: normal;
}

.navbar a:hover {
    text-decoration: none;
}


.bg-primary, .btn-primary {
    background-color: #0A5DAC !important;
}

.btn-primary {
    border-color: #212529;
}

.bg-secondary, .btn-secondary {
    background-color: #639c98 !important;
}

.btn-secondary:hover {
    background-color: #0A5DAC !important;
}

.bg-tertiary {
    background-color: #fff7d6 !important;
}

.btn, .form-control {
    border-radius: 2px;
}

.noticeList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sideBar {
    padding: 3rem 3rem;
}

.sideBar p {
    font-size: 1rem;
}

/* THE GRID */
/* Up to Medium */
.gGrid {
    display:grid; 
    grid-template-columns: 1fr;
}
.gGrid img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* Up to Large */
@media (min-width: 576px) {
    .gGrid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 992px) {
    .gGrid {
        grid-template-columns: 1fr 1fr;
    }
    .box2col {
        grid-column: span 2;
    }
}
/* Large */
/*
@media (min-width: 992px) {
    .gGrid {
        grid-template-columns: 5fr 4fr 5fr;
    }
    .box2col {
        grid-column: span 2;
    }
    .box2row {
        grid-row: span 2;
    }
   
}*/

/*
.gCardGrid {
    display:grid; 
    grid-template-columns: 1fr;
    gap: 1rem;
}
//Up to Medium
@media (min-width: 576px) {
    .gCardGrid {
        grid-template-columns: 1fr 1fr;
    }
}
// Up to Large 
@media (min-width: 768px) {
    .gCardGrid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
// Large
@media (min-width: 992px) {
    .gCardGrid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
    */


p {
    font-size: 1.1rem;
}

footer p {
    font-size: 1rem;
}

h1 {
    text-transform: uppercase;
    font-size: 1.8rem;
}

#banner h1 {
    font-size:2.4rem;
}

h5 {
    color: #0A5DAC;
}


.navbar {
    padding-top: .35rem;
    padding-bottom: .35rem;
}
h3 {
    text-transform: uppercase;
    font-size: 1.3rem;
    /*letter-spacing: 0.2em;*/
}
.album img {
    height:250px; object-fit:contain;
}
.album a {
    color:#000;
    text-decoration:none;
}

.card a {
    text-decoration: none;
}
.card a:hover {
    text-decoration: underline;
}



div.lead p {
    font-weight: 300;
}


.btn-dark, .btn-outline-dark {
    font-size: 0.9rem;
}

.album button {
    font-size: 0.9rem;
}
.navbar-dark .navbar-toggler {
    color: #fff;
    border: none;
    padding: 0;
}

.navbar-light .navbar-toggler {
    color: #000;
    border: none;
    padding: 0;
}

.navbar-dark .navbar-toggler:focus {
    box-shadow: none;
}

.navbar-light .navbar-toggler:focus {
    box-shadow: none;
}

.navbar-dark .navbar-toggler i {
    font-size: 1.6rem;
}

.navbar-light .navbar-toggler i {
    font-size: 1.6rem;
}

.breadcrumb {
    text-transform: uppercase;
    font-size: 0.8rem;
}
.breadcrumb a {
    color:#000;
    text-decoration:none;
    
}

.accordion-button {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #000;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.accordion-button {
    padding-left: 0px;
}

.accordion-body {
    padding: 1rem 1.25rem;
    padding-top: 1rem;
    padding-right: 1.25rem;
    padding-bottom: 1rem;
    padding-left: 0px;
}


.badge {
    font-size: 1.2rem;
    font-weight: 400;
}

.badge.bg-danger {
    font-size: 0.7rem;
}


h2 span.badge.bg-danger {
    font-size: 1.2rem;
}

.picture img {
    height: 500px;
    object-fit:contain;
    max-width:100%;
}


.thumbs img {
    width: 80px;
    height:80px;
    object-fit: contain;
    padding:0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, .125);
    cursor:pointer;
}

.inactive {
        filter: opacity(0.5);
}

.goverlay {
    background: rgba(255,255,255,0.95);
}

.card-text {
    text-transform: uppercase;
}

a.glightbox {
    text-align:center;
}

.table>:not(caption)>*>* {
    padding-left: 0px;
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
}

.reddot {
    left: 100px !important;
    top: 12px;
}

.banner .lead {
    font-size: 1.4rem;
}

.banner h2 {
    font-size: 1.8rem;
}

span.link {
    color: #0A5DAC;
    cursor: pointer;
}

span.link:hover {
    color: #0A5DAC;
    cursor: pointer;
    text-decoration: underline;
}


.linkButton {
    border: none;
    background-color: rgba(0,0,0,0);
    margin: 0;
    padding: 0;
    color: #0d6efd;
    text-decoration: underline;
}

.imgThumb {
    max-width: 200px;
}


/* Kintyre Stuff Starts Here */
.titleOverImage {
    display:none;
}

@media only screen and (min-width: 600px) {
    .titleOverImage {
        display:block;
    }
    .titleOverImage {
        position: absolute;
        left: 1rem;
        top: 1rem;
    }
    .titleOverImage img {
        max-width: 120px;
    }
}

.titleOverImage2 {
    color: #fff;
    position: absolute;
    /*left: 1rem;*/
    bottom: 2rem;
    left: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}

#flickr {
    width: 1rem;
    height: 1rem;
}

hr {
    border: 2px dashed #0A5DAC;
    border-style: none none dashed;
    color: #fff;
    background-color: #fff;
}

h2 {
    text-transform: uppercase;
    font-size: 1.2rem;
    /*font-style: italic;*/
    color: #d3e6e5;
}

h2 .big {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: bold;
}

h3 {
    text-transform: uppercase;
    color: #0A5DAC;
    font-weight: bold;
}

.sideBar h3 {
    color: #fff;
}

div.bottomUnderline {
    width: 100%;
    height: 24px;
    background-color: #0A5DAC;
}

div.bottomUnderlineThin {
    width: 100%;
    height: 8px;
    background-color: #0A5DAC;
    margin-bottom: 2rem;
}

.titleOverImage2 div.bottomUnderline {
    background-color: #fff;
}

.titleOverImage2 h3 {
    color:#fff;
}



h3.bottomUnderlineSecondary {
    color: #93b7ab;
}

div.bottomUnderlineSecondary {
    width: 100%;
    height: 24px;
    background-color: #93b7ab;
}

.bg-black {
    background-color: #000;
}

.btn-dark {
    background-color: #0A5DAC;
}

/*
.row { background-color: yellow;}

.col-lg-6 {
    background-color: green;
}*/


.longImg img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}

.verticalText {
    writing-mode: vertical-rl;
}

ol ::marker {
    color: #0A5DAC;
}
ul ::marker {
    color: #0A5DAC;
}





footer img.logo {
    max-width: 100px;
}


area[alt=Computer]:hover::after {
    content:'';
    background-color: red;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    width: 200px;
    height: 175px;
    position: absolute;
}


ul.no-bullets {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}




/* Scolling text */
.marquee {
	color: white;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;

    /* Custom */
    position:absolute;bottom:0px; left:0px;
    width: 100%;
}
.marquee p {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 20s linear infinite;
    margin-bottom: 0;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

.card-img-top {
		cursor:pointer;
}


