﻿/* <uniquifier > : Use a unique and descriptive class name <weight > : Use a value from 100 to 1000 */
.dm-sans-light {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

body {
    padding-top: 20px;
    padding-bottom: 20px;
    color: lightgray;
    font-family: 'DM Sans', sans-serif;
    /* margin: 0;
    padding: 0;
    box-sizing: border-box; */
}

a {
    color: inherit;
    text-decoration: none;
}

.bigHr {
    background-color: dimgrey !important;
    color: dimgrey !important;
    border: solid 1px dimgrey !important;
    height: 0px !important;
    text-align: center;
}

.bigCentre {
    font-size: x-large;
    text-align: center;
    color: black;
}
.blackOnWhite {
    color: black;
    background-color: white;
    font-family: 'DM Sans';
    font-weight: bold;
    font-size: 12px;
}
.blackText {
    color: black;
}
.blackOnWhiteBigger {
    color: black;
    background-color: white;
    font-family: 'DM Sans';
    font-weight: bold;
    font-size: 16px;
}
.btnBig {
    color: black;
    font-family: 'DM Sans';
    font-weight: 900;
    width: 150px;
    height: 60px;
    padding-top:30px;
    text-align: center;
    vertical-align:middle;
}
.bloghdr1 {
    color: black;
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.blogimg {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
.blogleft {
    text-align: left;
}
.blogright {
    text-align: right;
}
.blogtext1 {
    color: black;
    font-family: 'DM Sans';
    font-weight: normal;
    font-size: 12px;;
}
.blogtext2 {
    color: black;
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
}
.hilite {
    color: red;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}
.BiggestText {
    color: black;
    font-family: 'DM Sans';
    font-size: 48px;
}
.scorehdr1 {
    color: black;
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}
.text-responsive {
    font-size: calc(100% + 1vw + 1vh);
}
.whiteOnblack {
    color: white;
    background-color: black;
    font-family: 'DM Sans';
    font-weight: bold;
    font-size: 20px;
}
.whiteOnblack2 {
    color: white;
    background-color: black;
    font-family: 'DM Sans';
    height: 60px;
}
.Centre {
    text-align: center;
}
.boldCentre {
    font-family: 'DM Sans', sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: large;
}
.height30 {
    height:30px;
    width:60px;
}
h1 {
    font-family: 'DM Sans', sans-serif;
    font-size: xx-large;
    font-weight: bold;
    text-align: center;
}

h2 {
    font-family: 'DM Sans', sans-serif;
    font-size: large;
    color: black;
    text-align: center;
    margin-left: 10px;
}

h3 {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    color: black;
    text-align: left;
}

h4 {
    font-family: 'DM Sans', sans-serif;
    font-size: medium;
    color: black;
    text-align: left;
}

h5 {
    font-family: 'DM Sans', sans-serif;
    font-size: small;
    font-weight: bold;
    color: black;
    text-align: left;
}
h6 {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: bolder;
    text-decoration:underline;
    color: black;
    text-align: center;
}

.styleMsg1 {
    font-family: 'DM Sans', sans-serif;
    font-size: large;
    color: darkred;
    text-align: center;
}

.ImpMsg1 {
    font-family: 'DM Sans', sans-serif;
    font-size: large;
    font-weight: bold;
    color: red;
    text-align: left;
}

.ImpMsg2 {
    font-family: 'DM Sans', sans-serif;
    font-size: large;
    font-weight: bold;
    color: navy;
    text-align: left;
}
.italics {
    font-style:italic;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.ColumnData0 {
    padding-left: 5px;
    color: white;
    text-align: left;
    font-size: large;
}
.ColumnData {
    padding-left: 5px;
    color: Black;
    text-align: left;
    font-size: 12px;
}
.ColumnLabel {
    color: Navy;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}

.ColumnLabel0 {
    color: Navy;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    text-align: right;
    vertical-align: middle;
}

.ColumnLabel1 {
    color: white;
    font-size: large;
    font-weight: bold;
    text-align: right;
}

.ColumnLabel2 {
    color: Navy;
    font-weight: bold;
    position: relative;
    top: -1em;
}

.ColumnLabel3 {
    color: Red;
    font-size: larger;
    font-weight: bold;
    position: relative;
    top: 0em;
}
.posCB {
    position: relative;
    top: 0.2em;
}
.datAddrLine {
    text-align: left;
    text-transform: capitalize;
    width: 15em;
}

.datCountry {
    text-align: left;
    width: 10em;
    vertical-align: bottom;
    display: inline-block;
}

.datEmail {
    text-align: left;
    width: 15em;
}

.datName {
    text-align: left;
    text-transform: capitalize;
    width: 10em;
}

.datNameLong {
    text-align: left;
    text-transform: capitalize;
    width: 15em;
}

.datPassword {
    text-align: left;
    width: 8em;
}

.datPhoneNum {
    text-align: left;
    width: 10em;
}

.datPostCode {
    text-align: left;
    text-transform: uppercase;
    width: 6em;
}
.datPostCode2 {
    text-align: left;
    text-transform: uppercase;
    width: 30em;
}

.datRegion {
    vertical-align: bottom;
    display: inline-block;
    text-align: left;
    width: 15em;
}

.datRight {
    text-align: right;
}
.datRole {
    text-align: left;
    width: 10em;
}

.datTitle {
    vertical-align: bottom;
    display: inline-block;
    text-align: left;
    width: 8em;
}

.datNotes {
    text-align: left;
    text-transform: capitalize;
    width: 65em;
}

.datTown {
    text-align: left;
    text-transform: capitalize;
    width: 15em;
}

.datUserName {
    text-align: left;
    width: 10em;
}

.datWebSite {
    text-align: left;
    width: 15em;
}

.DisplayData {
    color: blue;
    font-size: 14px;
    text-align: left;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}

.DisplayData0 {
    color: black;
    font-size: 14px;
    text-align: left;
    position: relative;
    top: -0.5em;
}

.DisplayLoggedInUser {
    color: black;
    background-color: white;
    font-size: small
}

.Forgot {
    color: black;
    font-size: 12px;
    text-align: left;
    height: 30px;
    line-height: 20px;
    vertical-align: bottom;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 600px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}


input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}
.MarginWideLeft {
    margin-left: 150px;
}
.MarginNarrowLeft {
    padding-left: 50px;
}
.Margins5 {
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 55px;
}
.ModalHeader {
    color:red;
    background-color:yellow;
}
.NameAddress {
    color: blue;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}
/*
.navbar {
    width: 100%;
}
*/
.required {
    background-color: pink;
}
.BackGroundGrey {
    background-color:#373737;
    height: 40px;
}
.box {
    border: 3px solid #373737;
    background-color: #373737;
    color: white;
    height: 40px;
    padding: 2px 8px 2px 8px;

    /* Rounded corner stuff starts here */
    -webkit-border-radius: 4px; /* for Safari */
    -moz-border-radius: 4px; /* for Firefox */
    /* For IE9 */
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.roundedButton {
    border: 1px solid #ccc;
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    color: black;
    background-color: #373737;
    height: 40px;
    padding: 8px;
    width: 100px;
    /* Rounded corner stuff starts here */
    -webkit-border-radius: 4px; /* for Safari */
    -moz-border-radius: 4px; /* for Firefox */
    /* For IE9 */
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.8);
}
.roundedButton0 {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    color: black;
    background-color: #F7E2FF;

    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.roundedButton1 {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: black;
    background-color: white;
    width: 240px;
    border: 2px solid black;

    /* Rounded corner stuff starts here */
    -webkit-border-radius: 20px; /* for Safari */
    -moz-border-radius: 20px; /* for Firefox */
    /* For IE9 */
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.roundedButton2 {
    font-family: 'DM Sans', sans-serif;
    font-size: 10px;
    color: black;
    background-color: white;
    width: 60px;
    border: 1px solid black;
    margin-bottom: 4px;

    /* Rounded corner stuff starts here */
    -webkit-border-radius: 20px; /* for Safari */
    -moz-border-radius: 20px; /* for Firefox */
    /* For IE9 */
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.rounded_corners_0 {
    background-color: #373737;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    color: white;
    font-family: 'DM Sans';

    /* Rounded corner stuff starts here */
    -webkit-border-radius: 4px; /* for Safari */
    -moz-border-radius: 4px; /* for Firefox */
    /* For IE9 */
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.rounded_corners_1 {
    /* Rounded corner stuff starts here */
    -webkit-border-radius: 10px; /* for Safari */
    -moz-border-radius: 10px; /* for Firefox */
    /* For IE9 */
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: lightblue;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 1300px;
}

.rounded_corners_2 {
    border-style: solid;
    border-color: black;
    border-width: 2px;
    margin-right: 20px;
    padding-right: 10px;
    text-align: center;

    /* Rounded corner stuff starts here */
    -webkit-border-radius: 5px; /* for Safari */
    -moz-border-radius: 5px; /* for Firefox */
    /* For IE9 */
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.rounded_corners_3 {

    /* Rounded corner stuff starts here */
    -webkit-border-radius: 10px; /* for Safari */
    -moz-border-radius: 10px; /* for Firefox */
    /* For IE9 */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.rounded_corners_4 {
    border-style: solid;
    border-color: black;
    border-width: 2px;
    margin-right: 20px;
    padding-right: 10px;

    /* Rounded corner stuff starts here */
    -webkit-border-radius: 10px; /* for Safari */
    -moz-border-radius: 10px; /* for Firefox */
    /* For IE9 */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.rounded_corners_5 {
    border-style: solid;
    border-color: black;
    border-width: 2px;
    margin-right: 20px;
    padding: 20px 20px 20px 20px;
    text-align: center;

    /* Rounded corner stuff starts here */
    -webkit-border-radius: 10px; /* for Safari */
    -moz-border-radius: 10px; /* for Firefox */
    /* For IE9 */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.rounded_corners_6 {
    border-style: solid;
    border-color: black;
    border-width: 2px;
    /* Rounded corner stuff starts here */
    -webkit-border-radius: 10px; /* for Safari */
    -moz-border-radius: 10px; /* for Firefox */
    /* For IE9 */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.rounded_corners_7 {
    background-color: aquamarine;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    height: 70px;
    margin-left: 15px;
    margin-right: 5px;
    text-align: left;
    width: 270px;
    /* Rounded corner stuff starts here */
    -webkit-border-radius: 10px; /* for Safari */
    -moz-border-radius: 10px; /* for Firefox */
    /* For IE9 */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.rounded_corners_8 {
    /* Rounded corner stuff starts here */
    -webkit-border-radius: 15px; /* for Safari */
    -moz-border-radius: 15px; /* for Firefox */
    /* For IE9 */
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.rounded_corners_9 {
    background-color: white;
    border-style: solid;
    border-color: black;
    border-width: 2px;

    /* Rounded corner stuff starts here */
    -webkit-border-radius: 5px; /* for Safari */
    -moz-border-radius: 5px; /* for Firefox */
    /* For IE9 */
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.rounded_corners_sport {
    font-size: 12px;
    height: 20px;
    width: 100px;

    /* Rounded corner stuff starts here */
    -webkit-border-radius: 10px; /* for Safari */
    -moz-border-radius: 10px; /* for Firefox */
    /* For IE9 */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rounded_corners_sport_large {
    font-size: 12px;
    height: 40px;
    width: 140px;
    margin-bottom: 10px;
    padding-left: 6px;
    padding-top: 6px;

    /* Rounded corner stuff starts here */
    -webkit-border-radius: 10px; /* for Safari */
    -moz-border-radius: 10px; /* for Firefox */
    /* For IE9 */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.rounded_corners_season_large {
    font-size: 12px;
    height: 40px;
    width: 280px;
    margin-bottom: 10px;
    padding-left: 6px;
    padding-top: 6px;

    /* Rounded corner stuff starts here */
    -webkit-border-radius: 10px; /* for Safari */
    -moz-border-radius: 10px; /* for Firefox */
    /* For IE9 */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rounded_corners_testimonial {
    background-color: #4E8F79;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    color: white;
    display: inline-block;
    height: 400px;
    width: 360px;
    margin-left: 10px;
    text-align: left;

    /* Rounded corner stuff starts here */
    -webkit-border-radius: 10px; /* for Safari */
    -moz-border-radius: 10px; /* for Firefox */
    /* For IE9 */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.rounded_corners_green {
    background-color: #236059;
    color: white;
    font-family: 'DM Sans', sans-serif;
    font-size: 36px;
    height: 60px;
    width: 60px;

    /* Rounded corner stuff starts here */
    -webkit-border-radius: 5px; /* for Safari */
    -moz-border-radius: 5px; /* for Firefox */
    /* For IE9 */
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.size12 {
    font-size: 12px;
}
.size14 {
    font-size: 14px;
}
.size14bold {
    font-size: 14px;
    font-weight: bold;
}
.size16 {
    font-size: 16px;
}

.colBlack1 {
    color: black;
}
.colGreen1 {
    background-color:#C2EDBB;
}
.colPink1 {
    background-color: #EAD0F2;
}
.border1 {
    border-style: solid;
    border-color: black;
    border-width: 1px;
}
.margin1 {
    margin-right: 4px;
}
.marginTop1 {
    margin-top: 12px;
}
.marginTop2 {
    margin-top: 15px;
}
/* Unordered List stuff */
.bullets {
}
.bullets li {
    list-style-type: disc;
}
section ul li {
    display: list-item;
}
ul {
    list-style-type: disc;
    padding: 10px 0 !important;
    padding-left: 20px !important;
}

.shadow {
    -moz-box-shadow: 15px 15px 17px #555;
    -webkit-box-shadow: 15px 15px 15px #555;
    box-shadow: 3px 3px 4px #555; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength = 4, Direction = 135, Color = '#555555');
}
.WhiteText {
    color:white;
}

.BizName {
    font-family: 'DM Sans', sans-serif;
    font-size: large;
    font-weight: bold;
    color: navy;
    text-align: left;
}

.BizDesc {
    font-family: 'DM Sans', sans-serif;
    font-size: medium;
    color: blue;
    text-align: left;
}

.BizAddr {
    font-family: 'DM Sans', sans-serif;
    font-size: medium;
    color: darkslategray;
    text-align: left;
}

.BizTel {
    font-family: 'DM Sans', sans-serif;
    font-size: medium;
    color: blue;
    text-align: left;
}

.BizWeb {
    font-family: 'DM Sans', sans-serif;
    font-size: medium;
    color: red;
    text-align: left;
}

.PlaceName {
    font-family: 'DM Sans', sans-serif;
    font-size: x-large;
    font-weight: bold;
    color: saddlebrown;
    text-align: left;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.table-bordered1 th,
.table-bordered1 td {
    border: 1px solid #ddd !important;
    padding-left: 5px;
    padding-right: 5px;
}

.vertAlign {
    height: 26px;
    vertical-align: bottom;
    display: inline-block;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: lightcyan; /* Choose your own color here */
}

.logo1 {
    font: bold 3em 'Papyrus';
    font-weight: bolder;
    color: navy;
    position: relative;
    top: 20em;
    text-align: center;
}

.logo2 {
    font: bold .75em 'Tahoma';
    color: navy;
    position: relative;
    top: .5em;
    text-align: center;
}

.logo3 {
    font: bold 1.5em 'Tahoma';
    color: navy;
    position: relative;
    top: .35em;
    text-align: center;
}

.logo4 {
    font: bold 1.7em 'Seaside Resort NF';
    color: navy;
    position: relative;
    top: 0em;
    text-align: center;
}

#rndImg {
    -webkit-animation-duration: 2s;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

    .middle {
        vertical-align:bottom;
    }
/* Review classes */
.ReviewBorder {
    -webkit-border-radius: 10px; /* for Safari */
    -moz-border-radius: 10px; /* for Firefox */
    /* For IE9 */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-style: double;
    border-width: 5px;
    border-color: azure;
}

.ReviewHeading {
    font-family: 'DM Sans', sans-serif'';
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: navy;
}

.Review {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    color: black;
}

.ReviewTime {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    color: blue;
}

.Reviewer {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: blue;
}

/* Zoom effects */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/*
body {
    background: #333;
}
*/
.pic {
    border: 3px solid #fff;
    float: right;
    width: 400px;
    height: 264px;
    margin: 15px;
    overflow: hidden;
    -webkit-box-shadow: 5px 5px 5px #111;
    box-shadow: 5px 5px 5px #111;
}

.pic2 {
    border: 3px solid #fff;
    float: right;
    width: 400px;
    height: 290px;
    margin: 5px;
    overflow: hidden;
    -webkit-box-shadow: 5px 5px 5px #111;
    box-shadow: 5px 5px 5px #111;
}

.pic3 {
    border: 3px solid #fff;
    float: right;
    width: 300px;
    height: 400px;
    margin: 5px;
    overflow: hidden;
    -webkit-box-shadow: 5px 5px 5px #111;
    box-shadow: 5px 5px 5px #111;
}
imgMax {
    width: 100%;
    max-width: 200px;
}
/*GROW*/
.grow img {
    width: 500px;
    height: 400px;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
    -ms-transition: all 3s ease;
    transition: all 3s ease;
    transform: scale(1.5);
}

    .grow img:hover {
        width: 400px;
        height: 300px;
    }

.zoom img {
    width: 400px;
    height: 300px;
    transform: scale(1.5);
}

.ui-datepicker {
    /*background: transparent;*/
    background: azure;
}

.table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
    background-color: lightskyblue;
}
.UnionJack {
    background-image: url("Images/UnionJack.png");
    background-repeat: no-repeat;
    background-position: 5px 2px;
    text-align: left;
    text-indent: 42px;
}

/* 
Extra small devices (portrait phones, less than 544px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
h5 {
    font-size: 1rem;
}
/*1rem = 16px*/
/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) 
{
    blogtext1, blogtext2, h3, h4, h5 {
        font-size: 1rem;
    }
    /*1rem = 16px*/
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    blogtext1, blogtext2, h1, h3, h4, h5 {
        font-size: 1.5rem;
    }
    /*1rem = 16px*/
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    blogtext1, blogtext2, h1, h2, h3, h4 {
        font-size: 2rem;
    }
    /*1rem = 16px*/
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    blogtext1, blogtext2, h1, h2, h3, h4 {
        font-size: 2.5rem;
    }
    /*1rem = 16px*/
}
