
* { box-sizing: border-box; }

body{
    font-size: 170%;
}

/*.center { margin: 0 auto; width: 400px; }*/
.center {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.pressable{
    cursor: pointer;
    -webkit-filter: drop-shadow( 1px 3px 2px #666 );
    filter: drop-shadow( 1px 3px 2px #666 );

}

.pressable:hover{
    /*box-shadow: 0 5px #666;*/
    -webkit-filter: drop-shadow( 0px 5px 3px #666 );
    filter: drop-shadow( 0px 5px 3px #666 );
}

.pressable:active{
    /*box-shadow: 0 5px #666;*/
    -webkit-filter: drop-shadow( 0px 2px 1px #666 );
    filter: drop-shadow( 0px 2px 1px #666 );
    transform: translateY(1px);
}


.highlight-summary-card {
    max-width: 100%;
    width: 100%;
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
    box-shadow: none;
    border: none;
    transition: 0.3s;
    /*border-radius: var(--card_radius);*/
    margin-bottom: 5px;
    /*border: 1px solid #333;*/
}

.highlight-summary-card .card-text {
    word-wrap: break-word;
}

.highlight-summary-card {

}




.panel-default {
    border: 1px solid #888;
    max-width: 100%;
}

.panel-default > .panel-heading-custom {
    background-image: none;
    /*background-color: #030041;*/
    background-color: #e1e1e1;
    /*color: #ffffff;*/
    /*border: 2px solid #444;*/
    padding-top: 1px;
    padding-bottom: 1px;
}

.sectionspacer{
    height: 120px;
}

.sectionseparator{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border:none;
    width: 100%;
    height: 20px;
    margin-top: 0;
    border-bottom: 1px solid #AAA;
    box-shadow: 0 10px 10px -10px #222;
    margin: -50px auto 10px;
}

.page-heading{
    text-shadow: 0px 0px 10px #000,
    5px 5px 10px #000,
    5px 5px 10px #000,
    5px 5px 15px #000,
    1px 1px #000,
    -1px 1px #000,
    1px -1px #000,
    -1px -1px #000;
}



hr.headinghr {
    max-width: 100px;
    margin: 15px auto;
    border-width: 4px;
    border-color: white;
    box-shadow: 3px 4px 5px #000,
    1px 1px #000,
    -1px 1px #000,
    1px -1px #000,
    -1px -1px #000;
}

#thickhr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 10px solid #ccc;
    margin: 1em 0;
    padding: 0;
    clear: both;
}

#maincontainer {
    max-width: 90%;
}


.intro-header{
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    background-size: 100% auto;
    /*background-position: center;*/
}

/* visited link */
a:visited {
    text-shadow: 1px 1px #dddddd;
}
