﻿/*Menu dropdowns on hover*/
.navbar-nav .dropdown:hover>.dropdown-menu{display: block;}

.btn-transitiononwhite {
    background-color: transparent;
    border: 2px solid #3dadf2;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    color: #00123b;
    text-align: center;
    vertical-align: middle;
    display: block;
    position: relative;
    transition: all .35s;
}

.btn-transitiononwhite span {
    z-index:2;
    position:relative;
}
.btn-transitiononwhite:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #00123b;
    transition: all .35s;
}

.btn-transitiononwhite:hover {
border: 2px solid #3dadf2;
padding: 12px 20px;
font-size: 16px;
font-weight: bold;
width: 100%;
color: #ffffff;
text-align: center;
}

.btn-transitiononwhite:hover:after {
    width: 100%;
}

@media (max-width: 991px) {.legendPhoto {width:90%;margin:auto;}}
@media (min-width: 992px) {.legendPhoto {width:200px;height:265px;}}