/*
 * Globals
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: Calibri;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1{
    font-size: 130%;
    font-weight: bold;
    color:#CC0000;
    padding-bottom: 12px; 
}


#logo_youpromise{
    height: 45px;
}

nav{
    background-color: #CC0000;
    height: 60px;
}
#top-menu{
    text-align: right;
}
#top-menu .menu li{
    display: inline-block; 
    margin-left: 0.7em;
}
#top-menu .menu li a{
    color:white !important;
}
.menu-link:hover,
.menu-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}

.menu-link + .menunav-link {
    margin-left: 1rem;
}

.menu-link .active {
    color: #fff;
    border-bottom-color: #fff;
}

#search_form{
    display: inline-block;
    width: calc(100% - 250px);
}
#search_input{
    width: auto;
    display: inline-block;
    height: 1.6em;
    width: calc(100% - 4em);
}
#search_button{
    padding: 0;
    background-color: #C00;
    height: 1.6em;
    margin-top: -4px;
    border: 3px solid white;
    color: white;
}
main > .container {
    /*padding: 60px 15px 0;*/
    position: relative;
}
a:hover, button:hover{
    opacity: 0.7;
    cursor: pointer;
}
.footer {
    background-color: #CC0000;
    color: white;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

code {
    font-size: 80%;
}

#wrapper {
    position: absolute;
    margin-left: calc(50% - 70px);
    margin-top: 200px;
    animation:pulse 1s infinite;
}
main{
    margin-top: 80px;
}

#pulsingheart { 
    position: relative; 
    width: 100px; 
    height: 90px;
} 
@keyframes pulse {
    10% {transform: scale(1.1); opacity:0.8}
}

#register_form{
    width: 35em;
    margin: auto;
    margin-bottom: 25px;
}
#register_form .text-input{
    width: 15em;
}
label {
    display: block;
    font-weight: bold;
}
/* bootstrap overwrite */
.btn-primary {
    background-color: #CC0000;
    border-color: #CCAAAA;
}
.form-control:focus {
    border-color: #646464;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(100,100,100,.25);
}

li.ui-menu-item{
    padding-top: 3px;
    padding-bottom: 3px;
}
.ui-widget{
    font-family: Calibri;
}
.form-control-file{
    margin-top: 6px;
}