/* Bootstrap overrides */

/* Make .bg-light work like .card */
.bg-light {
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0,0,0,0.175) !important;
	border-radius: 0.375rem;
	background-color: #303030 !important;
	background-clip: border-box;
}

.viewMap{
width: 100%; 
height:60vh; 
position:relative;
border-style: solid ;
border-color: red ;
border: 2px ;
border-radius: 15px ;
background-color: grey ;
}

.buffer {
padding-left: 5vw ;
padding-right: 5vw ;
margin-left: 5vw;
margin-right: 5vw;
}

.justMap {
width: 80%; height:31px; position:relative;
border-style: solid ;
border-color: red ;
border: 2px ;
border-radius: 15px ;
background-color: grey ;
margin-top: 1vh ;
}


.searchDiv {
width: 80%; height:auto; position:relative;
border-style: solid ;
border-color: red ;
border: 2px ;
border-radius: 15px ;
background-color: grey ;
margin-top: 1vh ;
}



.detailsDiv {
width: 80%; height:auto; position:relative;
border-style: solid ;
border-color: red ;
border: 2px ;
border-radius: 15px ;
background-color: grey ;
margin-top: 1vh ;
}

.scrollerDiv {
width: 80%; 
height:auto; 
min-height: 25vh;
position:relative;
border-style: solid ;
border-color: red ;
border: 2px ;
border-radius: 15px ;
background-color: grey ;
margin-top: 1vh ;
overflow: hidden;
}

.sectionTitle {
    display: inline-block ;
    position: relative;
    left: -15px ;
	 font-size: 15px ;
    font-style: oblique;
    background-color: black;
    color: white;
    padding-right: 15px ;
    padding-left: 15px ;
    border-radius:15px 0px 15px 0px;
    height: 31px ;
}

.clearfix{
position: relative;
padding-top: 5px ;
margin-top: 5px ;
}

.marqueecontainer {
    height: 25vh;
    margin: 1em auto;
    overflow: hidden;
    background:  grey ;
    position: relative;
    box-sizing: border-box;
}

.marquee {
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}

.marquee:hover {
    animation-play-state: paused;
}

/* Make it move! */
@keyframes marquee {
    0%   { top:   8em }
    100% { top: -11em }
}

/* Make it look pretty */
.microsoft .marquee {
	margin: 0;
    padding: 0 1em;
    line-height: 1.5em;
    font: 1em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

.microsoft:before, .microsoft::before,
.microsoft:after,  .microsoft::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%; height: 2em;
    background-image: linear-gradient(top, #FFF, rgba(255,255,255,0));
}

.microsoft:after, .microsoft::after {
    bottom: 0;
    transform: rotate(180deg);
}

.microsoft:before, .microsoft::before {
    top: 0;
}

/* Style the links */
.vanity {
    color: #333;
    text-align: center;
    font: .75em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

.vanity a, .microsoft a {
    color: #1570A6;
    transition: color .5s;
    text-decoration: none;
}

.vanity a:hover, .microsoft a:hover {
    color: #F65314;
}

/* Style toggle button */
.toggle {
	display: block;
    margin: 2em auto;
}

.noticeflow {
border-color: white ;
border-style: solid;
border: 2px ;
color: white ;
background-color: grey;
}
