/* Global Styles */

html,
body {
    height: 100%;
    border: 0px;
    padding: 0px;
    margin: 0px;
}
body {
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

div.landing {
    background: #040404 url('/static/brand/landing.EMS.jpg') no-repeat center bottom;
    height: 400px;
    position: relative;
}
div.landingCovid {
    background: #040404 url('/static/brand/flyovernyc.jpg') no-repeat center bottom;
    height: 400px;
    position: relative;
}
div.tagline {
    font-size: 2.4rem;
    font-weight: 400;
    color: #ffc800;
    line-height: 1.4;
    text-align: right;
    position: absolute;
    bottom: 30px;
    padding-left: 5%;
}
div.tagline>span {
    font-family: 'Lato', sans-serif;
    font-size: 60%;
    color: #FF851B;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}

div.landingEMS {
    background: url('/static/brand/VL400E.1.jpg') no-repeat center bottom;
    height: 400px;
    position: relative;
    /* background-size: cover;    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; */
}
div.taglineEMS {
    font-family: 'Roboto Mono', sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: 1.8px;
    color: #2d76a0;
    line-height: 1.4;
    text-align: right;
    /* position: absolute; */
    /* bottom: 30px; */
    padding-right: 25%;
    padding-top: 120px;
}
div.taglineEMS>span {
    font-family: 'Lato', sans-serif;
    font-size: 60%;
    color: rgb(240, 76, 26);
    /* color: #ff7c46; */
    /* text-transform: uppercase; */
    letter-spacing: 1.6px;
}

div.taglineRESOURCE {
    font-family: 'Roboto Mono', sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: 1.8px;
    /* color: #2d76a0; */
    color: rgb(240, 76, 26);
    line-height: 1.4;
    text-align: right;
    /* position: absolute; */
    /* bottom: 30px; */
    padding-right: 25%;
    padding-top: 120px;
}

section header {
    margin: 2rem 0 4rem 0;
    text-align: center;
}
section .overview {
    /* font-family: 'Lato', sans-serif; */
    font-size: 1.6rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    padding-bottom: 10px;
}
section:last-of-type {
    padding-bottom: 80px;
}

.ctitle {
    font-size: 1.5rem;
    color: #037bb8;
    text-align: center;
    margin-top: 1rem;
}

#testimonial {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
#testimonial .carousel-control-prev,
#testimonial .carousel-control-next {
    width: 6%;
}
#testimonial .card-body {
    display: table;
    height: 100%;
    width: 100%;
}
#testimonial .card-text {
    display: table-cell;
    height: 200px;
    font-size: 20px;
    padding: 0 32px;
    vertical-align: middle;
}
#testimonial .card-footer {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    /* color: #414141; */
    color: white;
    background-color:lightslategrey;
}

.display-5 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;
}

.vspan {
    height: 300px;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}
.centered-things {
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.calendar-text { margin-top: .3em; }

.side-box {
	position:relative;
    padding-left: 50px;
    padding-top: 5px;
}
.side-box>i {
	position:absolute;
    left:10px; 
    top:5px;
    font-size:20px;
    /* color: #179BD7;  */
}
.side-box span {
	position: absolute;
    left: 0px; 
    top: 5px;
    font-size: 20px;
    /* color: #179BD7;  */
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

sup {
    position: relative;
    font-size: 50%;
    line-height: 0;
    vertical-align: baseline;
    top: -0.8em;
}

#topBar .nav-item>a {
    /* color: #ef8200; */
    color: white;
    font-size: 20px;
    font-weight: 500;
    /* letter-spacing: 1.8px; */
    text-transform: uppercase;
    padding: 0 16px;
    /* letter-spacing: 1px; */
}

#topBar .nav-item>a:hover {
    color: #FF851B;
}

/* #footer .copyright {
	padding:16px 0;
	font-size:13px;
	display:block;
    text-align: center;
} */