/* STARTERGEN Colors
#ff1744		Red A400   rgb(255,23,68)
#ffc107		Amber 500  rgb(255,193,7)
#00BCD4		Cyan 500   rgb(0,188,212)
#880E4F		Pink 900   rgb(136,14,79)
#BDBDBD	  Grey 400   rgb(189,189,189)
#EEEEEE		Grey 200   rgb(238,238,238)
*/

.content1 {
    height: 100vh;
    min-height: 100vh;
    width: 100vw;
    background-image: url('assets/img/comp.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: table;
    background-attachment: fixed;
}
.content1-overlay {
    height: 100vh;
    min-height: 100vh;
    width: 100vw;
    display: table-row;
}
.sglogo {
    margin-top: 30vh;
    width: 13vmin;
    margin-bottom: -18vmin;
    margin-left: -82vmin;
}
.sg-headline {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 12vmin;
    /*text-shadow: 3px 3px 2px rgba(0, 0, 0, .25);*/
    text-shadow: 1px 1px 2px #ff1744, 0 0 25px #fff, 0 0 45px rgba(255, 23, 68, .8);
}
.meatbox {
    width: 70vmin;
    /*background-color: rgba(0, 0, 0, 0.75);*/
    margin-top: -5vmin;
    border-radius: 10px 10px 0px 10px;
    padding: 10px 5px 0px 5px;
    display: inline-table;
    z-index: -100;
    align-content: stretch;
}
.sg-subhead {
    color: #fff;
    /*font-family: 'Farsan', cursive;*/
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 16pt;
    line-height: 18pt;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .85);
}

.subhead {
    color: #ffdddd;
    /* margin-top: -60px; */
    margin-top: -6vmin;
    font-size: 2.7vmin;
    font-family: 'Josefin Sans', sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .85);
    font-weight: 400;
}

.subsubhead {
    color: #ffdddd;
    /* margin-top: -10px; */
    margin-top: -1vmin;
    font-size: 2vmin;
    font-family: 'Josefin Sans', sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .85);
    font-weight: 400;
}

.smedia {
    margin-top: -2pt;
}
.smht {
    color: #fff;
    margin-right: 18pt;
}
.smht:hover {
    color: #55acee;
    margin-right: 18pt;
}
.smhf {
    color: #fff;
    margin-right: 18pt;
}
.smhf:hover {
    color: #3b5998;
}
.smhg {
    color: #fff;
    margin-right: 18pt;
}
.smhg:hover {
    color: #dd4b39;
}
