body,html {
    height: 80%;
}

a {
    color: #000;
    text-decoration: none;
}

.mt-ctr {
    margin-top: 50px;
}

.jumbotron {
    background-color: transparent;
}

a.text-link-landing {
    color: #696cff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

a.text-link-landing:hover {
    color: #343a40;
    text-decoration: none;
}

.space-sm {
    height: 100px;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-heading {
    padding: 10px 15px;
}

.panel-body {
    padding: 10px 15px;
}

.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}

.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}