a:link { 
    text-decoration: none; 
}

a:visited { 
    text-decoration: none; 
}

a:hover { 
    text-decoration: none;
}

a:active { 
    text-decoration: none;
}

.link {
    border-bottom: 1px dashed;
}

h1.italic {
    font-style: italic;
    font-size: 30px;
    padding-bottom: 20px;
}

.airportDetails {
    margin-bottom: 10px;
}

.text-warningAlt {
    color: rgb(232 158 21);
}

.warningAirport {
    color: rgb(239, 53, 53)
}

.routeName {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: 800;
}

.airportHeaders {
    width: 100%;
    display: inline-block;
    text-align: left;
    font-weight: 600;
    font-style: italic;
    text-decoration: underline;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: black;
    background-color: rgb(230, 230, 230);
}

.nav-tabs .nav-link.active, .nav-tabs .show>.nav-link {
    color: black;
    background-color: rgb(230, 230, 230);
}

.breadcrumb {
    margin-left: 5px;
}

.runwayImage {
    position: relative;
}

.runwayText {
    position: absolute;
    bottom: 02px;
    left: 54px;
    font-size: 230%;
    color: #ffffff;
}

.windsock {
    position: absolute;
    top: 02px;
    left: 50px;
}

.windsock2 {
    position: absolute;
    top: 31px;
    left: 42px;
}

.windvariable {
    position: absolute;
    top: 60px;
    left: 40px;
}

.sigMetChart {
    width: 900px;
    height: 688px;
    object-fit: cover;
}

.surfaceChart {
    width: 900px;
    height: 608px;
    object-fit: cover;
}

.exampleGuide {
    background-color: rgb(235, 254, 252)
}