body * {
     border-radius: 0px;  /* make corners more/less rounded */
}

#body {
    background: #fff ;
}

.content {
    background: rgba(0, 25, 164, 0.1); 
    
}

/* all rows which are not the footer row */
.row:not(.footer) {
    margin-bottom: 30px;
    margin-top: 30px;
    overflow: hidden;
}

/* .row within a .content "bar" needs/has no margin */
.content .row {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* between 2 subsequent .contents there needs to be some margin */
.content + .content {
    margin-top: 30px;
}

/* this stuff makes the bottom .content boxes in a large .content "bar" vertically align to the bottom */
.row .content:last-of-type, .content .content:last-of-type {
    padding-bottom: 32767px;
    margin-bottom:  calc(-32767px + 20px);
}


.content > img {
    margin: 10px 20px 10px 20px;
    width: 60%;
}

.content > img#right-top {
    float: right;
    margin-top: -10px;
    margin-right: -20px;
}

.content > img#left-top {
    float: left;
    vertical-align: top;
    margin-top: -10px;
    margin-left: -20px;
}

.content.sponsors * {
    margin: 0px;
    width: 100%;
}

/* all anchors */
a[id] {
    padding-top: 50px;
}

.facebook * {
    width: 100% !important;
}

.container .content {
    background: rgba(0, 25, 164, 0.1); /* #CCDAEE few shades lighter than cobalt blue (= #0047AB) */
    padding: 10px 20px 10px 20px;
}

.container.content > h1 {
    padding: 20px 0px 0px 0px;
    margin-top: 0;
}

#navbar {
    background-color: #001690; /*#99B5DD; /*#80A3D5;*/
    width: 100%;
    border: 0;
}

#navbar a {
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
}

#navbar li>a:hover, #navbar .open>a, #navbar .dropdown-menu {
    background-color: #336CBC; /*#80A3D5;*/
}

#navbar .dropdown-menu li>a:hover {
    background-color: #001690; /*#80A3D5;*/
}

div#brand {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#container {
    max-width: 100%;
}

#jumbotron {
    background: url('../img/jumbotron.jpg') no-repeat;
    /* image size: */
    max-width: 960px;
    max-height: 540px; 
    border-radius: 0px;
    /* This stuff makes the jumbotron stretch to fit the row */
    padding-bottom: 32767px;
    margin-bottom:  -32767px;
}

#jumbotron * {
    border-radius: 0px;
}

#jumbotron h1, p.lead{
    color: #eee;
    text-shadow: -1px 0 grey, 0 1px grey, 1px 0 black, 0 -1px black;
}

#google_agenda_container {
    position: relative;
    padding-bottom: 145%;
    margin-bottom: 15px;
    height: 100%;
    overflow: hidden;
}

#google_miniagenda {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

#jumbotron img {
    vertical-align: middle;
}

.media {
    padding-bottom: 10px;
    margin-bottom:10px;
    margin-top: 0px;
    padding-top: 15px;
}

.media img {
    background-color: white;
    border-radius: 0px;
    padding: 1px;
}

.media > .btn, .media > .btn-group {
	margin-left: 10px;
	margin-right: 10px;
}

.media-body {
	width: 100%;
}

.content .well {
    margin-top: 20px;
    background-color: transparent;
    border-color: black;
}

.date {
    font-size: 0.8em;
    color: rgba(0, 0, 0, 0.5);
}

footer {
    margin-top: 50px;
    background: #ccf;
}

.contact {
    background: #001690; /* one shade brighter than cobalt blue */
    color: #fff;
}

.contact h2 {
    font-size: 1em;
    font-weight: bold;
    
}

.contact a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.contact a:hover {
    color: #aaa;
    text-decoration: none;
}