﻿/* 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. */


/*
    WickLowe Standard Colours
    Orange  RGB     255,130,0
    Orange  HEX     #FF8400

    Grey    RGB     90,90.90
    Grey    HEX     #5A5A5A
*/

html, body{
    height: 100%;
    width: 100%;
}



a.navbar-brand {
    background-size: contain;
    height: 60px;
    width: 120px;

    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;
}

.btn-wicklowe {
    color: black;
    background-color: #FF8400;
    border-color: black;
}

    .btn-wicklowe:hover {
        color: black;
        background-color: #ff4000;
        border-color: black;
    }

    .btn-wicklowe:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem black;
    }

   .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #000;
  background-color: #1b6ec2;
  border-color: #808080;
}



/* 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 {
    flex: 0 0 auto;
    display: flex;
    color: #ccc;
    margin: 1em;
    padding: 1em;
    width: 100%;
    border-top: 1px solid blue;
    justify-content: center;
}



.carousel-indicators li {
    background-color: #5A5A5A;
    color: #5A5A5A;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-indicators {
    bottom: -1px;
}


ol.carousel-indicators li.active {
    background-color: #FF8400;
}

/* Carousel prev & next button control*/
.carousel-control-Wicklowe {
    color: grey;
    background-color: grey;
    border-color:grey;
    margin:10px;
    padding:10px;
}

    .carousel-control-Wicklowe:hover {
        color: #FF8400;
        background-color: #FF8400;
        border-color: #FF8400;
    }




/* Button link control for product acordian*/
.btn-link {
    color: #5A5A5A;
}
.btn-link:focus {
    text-decoration: none;
    color: #FF8400;
}

    .btn-link:hover {
        text-decoration: none;
        background-color: #5A5A5A;
        color: #FF8400
    }







