body{
    /*font-family: 'Special Elite', 'Courier New', Courier; */
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    padding: 70px 0;
    margin: 0;
    position: absolute;
    width: 100%; 
    height: 95%;
    background-color: #ff42cf;
    color: #fff;
    text-align: center;
}

.teambg {
    height: 100%;
    padding: 0;    
    background-size: cover;
    background-repeat: repeat-x;
    background-position-x: center;
    background-position-y: top;
}
.pink {
    background-color: #ff3edf;
    background-image: url(../images/teampink.gif);
}

.green {
    background-color: #ff3edf;
    background-image: url(../images/teamgreen.gif);
}

.logo-container img {
    height: auto;
    margin-top: 4%;
    margin-bottom: 0;
    /*
    width: 40%;
    min-width: 180px;
    max-width: 350px;
    */
    width: 410px;
}
/*
@media screen and (min-width: 768px) {
    .logo-container img {
        margin-bottom: 5%;
    }
}
*/
h1 {
	margin: 50px auto 40px;
    font-size: 50px;
}

h4 {
    margin-top: 20px;
}
h1, h2, h3, h4 {
    color: #fff;
    text-align: center;
}
.team {
    font-size: 32px;
    text-transform: uppercase;
}
.song {
    min-height: 1px;
    text-transform: uppercase;
    font-size: 50px;
}
.artist {
    font-size: 30px;
}
.text {
    /*font-size: 32px; */
    font-size: 10vmin;
    line-height: 11vmin;
    text-transform: uppercase;
    margin-bottom: 1%;
    margin-left: 8vh;
    text-align: left;
    text-shadow: 0.5vmin 0.5vmin #000;
}
.text.score {
    position: absolute;
    top: 3vmin;
    right: 8vmin;
    margin-left: 0;
    margin-bottom: 0;
}
.circle {
    display: block;
    border-radius: 100%;
    /*color: #ff3edf; */
    color: #feaeea;
    width: 16vmin;
    height: 16vmin;
    background: #fff;
    text-align: center;
    line-height: 14.5vmin;
    font-size: 11vmin;
    margin: 0 auto;
    padding: 0;
}
.circle.greenish {
    color: #76fa82;
    /* color: #c1f7d5; */
}
/*
@media screen and (min-width: 768px) {
    .text {
        font-size: 5vmin;
        margin-bottom: 4%;
    }
}
*/
.font-small {
    font-size: 5vmin;
}
.font-small.pinkish {
    color: #feaeea;
}
.font-small.greenish {
    color: #c1f7d5;
    /*color: #76fa82; */
}
/*
@media screen and (min-width: 768px) {
    .font-small {
        font-size: 3vmin;
    }
}
*/
.great {
    position: relative;
    height: 100%;
}

.border-left {
    border-left: 1px dashed #fff;
}

.border-right {
    border-right: 1px dashed #fff;
}
.middle {
    text-align: center;
}
.right {
    text-align: right;
}
.bottom {
    position: absolute;
    bottom: 0;
    /*left: 50% */
}

@media screen and (min-width: 768px) {
    .table {
        display: table;
        width: 100%;
        height: 100%;
    }

    .table-middle {
        display: table-cell;
        vertical-align: middle;
    }
}

.outside {
    background-image: url(/assets/images/logo.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 10%;  /* 20px;*/
    background-size: 33%;

    height: 100%;
    min-height: 500px;
}


.winner{
    
    text-shadow: 0 0 5px #555, 0 0 10px #555, 0 0 15px #555, 0 0 20px #FFDD1B, 0 0 35px #FFDD1B, 0 0 40px #FFDD1B, 0 0 50px #FFDD1B, 0 0 75px #FFDD1B;

    -webkit-animation: shake 0.4s ease-in-out 0.1s infinite alternate;
    -moz-animation: shake 0.4s ease-in-out 0.1s infinite alternate;
    animation: shake 0.4s ease-in-out 0.1s infinite alternate;    

    /*
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

    -webkit-animation: neon3 1.5s ease-in-out infinite alternate;
    -moz-animation: neon3 1.5s ease-in-out infinite alternate;
    animation: neon3 1.5s ease-in-out infinite alternate;

    */
    
}

.winner .text {
    color: #FFDD1B !important;
}

@-webkit-keyframes shake {
    from {
        -webkit-transform: rotate(1deg);
    }
    to {
        -webkit-transform-origin:center center;
        -webkit-transform: rotate(-1deg);
    }
}

@-webkit-keyframes neon3 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FFDD1B, 0 0 70px #FFDD1B, 0 0 80px #FFDD1B, 0 0 100px #FFDD1B, 0 0 150px #FFDD1B;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFDD1B, 0 0 35px #FFDD1B, 0 0 40px #FFDD1B, 0 0 50px #FFDD1B, 0 0 75px #FFDD1B;
  }
}

@media (min-width: 992px) {

}