﻿.jumbotron {
    background-color: white;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 5px;
}

.container {
    margin-left: 5px;
}

h1 {
    font-size: 48px;
    font-weight: 200;
}

#bclogolink {
    padding-left: 5px;
}

.card {
    padding-bottom: 15px;
    display:inline;
}
.mainbody {
    padding-left: 20px;
    /*width: 1200px;
    margin: 0 auto*/
}
.display-4 {
    padding-left: 20px;
}
.table {
    width: 400px;
}

.northantsmonth {
    font-size: 12pt;
    color: #424242;
    font-weight: bold;
}

.northants {
    font-family: Arial, Verdana;
    font-size: 10pt;
    font-weight: normal;
}

.highlightinred {
    color: red;
    font-weight: bold;
}

.highlightinblue {
    color: deepskyblue;
    font-weight: bold;
}

.highlightinpink {
    color: hotpink;
    font-weight: bold;
}

.highlightingreen {
    color: forestgreen;
    font-weight: bold;
}

.btnReportSightings_Moths {
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: center;
    margin: 5px;
    color: white;
    background-color: green;
    font-size: 12pt;
    padding: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    text-decoration: none;
}

    .btnReportSightings_Moths:hover {
        text-decoration: none;
        color: #fff;
        background-color: darkgreen;
    }

    .btnReportSightings_Moths:visited {
        text-decoration: none;
        color: #fff;
        background-color: darkgreen;
    }

.btnReportSightings_Butterflies {
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: center;
    margin: 5px;
    color: white;
    background-color: darkorange;
    font-size: 12pt;
    padding: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    text-decoration: none;
}

    .btnReportSightings_Butterflies:hover {
        text-decoration: none;
        color: white;
        background-color: cadetblue;
    }

    .btnReportSightings_Butterflies:visited {
        text-decoration: none;
        color: white;
        background-color: cadetblue;
    }

    .btnReportSightings_Butterflies:link {
        text-decoration: none;
        color: white;
        background-color: cadetblue;
    }



.btnSightings {
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    vertical-align: middle;
    text-align: center;
    font-size: 14pt;
    color: #fff;
    background-color: darkolivegreen;
    border-color: #2e6da4;
    padding: 20px;
    border-radius: 5px;
    text-decoration: none;
}

    .btnSightings:hover {
        text-decoration: none;
        color: #fff;
        background-color: cadetblue;
        border-color: #204d74;
    }

    .btnSightings:visited {
        text-decoration: none;
        color: #fff;
        background-color: darkolivegreen;
        border-color: #204d74;
    }



.btnArrow {

    background-color: white;
    border-color: #2e6da4;
    border-radius: 0px;
    text-decoration: none;
}



.NearbyBranches {
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: center;
    margin: 5px;
    color: white;
    background-color: sienna;
    font-size: 12pt;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
}

    .NearbyBranches:hover {
        text-decoration: none;
        color: black;
    }

    .NearbyBranches:visited {
        text-decoration: none;
        color: white;
    }

#CookieMessage {
    background-color: whitesmoke;
    padding: 10px;
    border-radius: 3px;
    position: relative;
    font-family: Mangal,Calibri;
    font-size: 10pt;
    color: black;
    text-align: center;
    margin: 30px;
    box-shadow: 2px 2px 20px #000000;
    z-index: 2;
}


.HideMessage {
    position: relative;
    top: 8px;
    border: 1px solid black;
    padding: 2px;
}
.borderless
{
    border:0px;
}


.numspeciesseen {
    font-family: Arial;
    font-size: 8pt;
    margin: 5px;
}

.person {
    height:300px;
    padding:10px;
}
