.teaserBgImage {
    margin-top: -180px;
    width: 100%;
    min-width: 854px;
    min-height: 480px;
}

.idBar {
    position: absolute;
    bottom: 0px;
    background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
    width: 100%;
    border: 0;
    padding: 10px;
    opacity: 0.8;
}
.idText {
    color: white;
    margin-bottom: 0px;
    margin-top: 0px;
    font-style: italic;
}

.socBar {
    position: absolute;
    bottom: -3px;
    width: 100%;
    text-align: center;
    padding-right: 15px;
}
.socFlap {
    position: absolute;
    bottom: 0px;
    height: 51px;
    width: 51px;
    border-radius: 3px;
    opacity: 0.8;
    transition: all ease 0.5s;
    background-image: linear-gradient(to bottom, #8b8b8b 0%, #3b3b3b 100%);
}
.socFlap:hover {
    height: 60px;
    opacity: 1;
}

.socImage {
    margin-top: 11px;
    width: 29px;
}

#teaserJumbotron {
    position: relative;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 300px;
}

#soc1 {
    right: 171px;
}
#soc1:hover {
    background-image: linear-gradient(to bottom, #e52d27 0%, #b31217 100%);
    
}

#soc2 { 
    right: 119px;
}
#soc2:hover {
    background-image: linear-gradient(to bottom, #8b9dc3 0%, #3b5998 100%);
}

#soc3 {
    right: 67px;
}
#soc3:hover {
    background-image: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

#soc4 {
    right: 15px;
}
#soc4:hover {
    background-image: linear-gradient(to bottom, #d34836 0%, #b31217 100%);
}

#socImageYT {
    width: 50px;
}

.articleAnnouncerHeader {
    text-align: right;
    color: white;
    background-image: linear-gradient(to right, #fff 0%, #CFCFCF 100%);
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 25px;
    border-radius: 10% 20px 0px 0px;
    font-style: italic;
    font-weight: bold;
    padding-right: 25px;
}

.newsAnnouncerHeader {
    text-align: right;
    color: white;
    background-image: linear-gradient(to right, #fff 0%, #990000 100%);
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 25px;
    border-radius: 10% 20px 0px 0px;
    font-style: italic;
    font-weight: bold;
    padding-right: 25px;
}

.announcerImgArea {
    text-align: right;
    padding-right: 0px;
    padding-bottom: 50px;
}

.announcerImg {
    border-radius: 0px 0px 10% 10%;
    width: 100%;
    height: auto;
    min-width: 50px;
    min-height: 50px;
    max-width: 200px;
    max-height: 200px;
}

#footerJumbotron {
    margin-top: 25px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0px 0px 7px grey;
}