@import url(https://fonts.googleapis.com/css?family=Montserrat);
body, html{
    margin:0;
    padding:0;
    width: 100%;
    height: 100%;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #fff;
    text-align: center;
    position: relative;
}

#bg{
    background: radial-gradient(circle, #0077ea, #1f4f96, #1b2949, #000);
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    top:0;
    left: 0;
    z-index: -200;
}
canvas{
    position:fixed;
    top:0;
    left: 0;
    z-index: -100;
}


#logo{
    margin: 0 0 50px 0;
}
h2{
    margin: 10px auto;
    padding: 0;
    font-style: 36px;
}
h3{
    margin: 0 auto;
    padding: 0;
    color: #fff;
}
h4{
    margin: 0 auto;
    padding: 0;
    font-weight: normal;
    color: #fff;
}
#qth{
    word-spacing: 50px;
    font-weight: bold;
    font-size: 24px;
}
#clubinfo{
    color: #d2dbea;
}

#map{
    padding: 20px 0;
}
#teamlist{
    width: 80%;
    margin: 0 auto;
    color: #d2dbea;
    font-size: 24px;
    line-height: 1.5em;
}

#awards, #qsl{
    margin: 50px auto;
    width: 80%;
}
#awards img, #qsl img, #our_awards img{
    margin: 20px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    cursor: pointer;
}
#awards img:hover, #qsl img:hover, #our_awards img:hover{
    margin: 20px;
    box-shadow: 2px 2px 10px rgba(255,255,255,0.5);
}


#our_awards{
    width: 80%;
    margin: 100px auto 50px auto;
    text-align: center;
}

.diplom_block{
    display: inline-block;
    cursor: pointer;
    margin: 0 20px;
}
.diplom_block span{
    text-decoration: underline;
}
#our_awards img{
    margin-bottom: 0px;
}
#our_awards img:hover{
    margin-bottom: 0px;
}
.diplom_text{
    display: none;
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
    text-align: left;
    border-radius: 10px;
    color: #333;
}
.diplom_text img{
    float: right;
}



















.container {
  display: flex;
  font-weight: 800;
  line-height: 200px;
/*   border:1px solid red; */
  align-items: center;
}

.container svg {
    font: 10.5em 'Montserrat';
    height: 200px;
    width: 900px;
    margin: 0 auto;
}

.container .text-copy {
    fill: none;
    stroke: white;
    stroke-dasharray: 6% 29%;
    stroke-width: 6px;
    stroke-dashoffset: 0%;
    animation: stroke-offset 5.5s infinite linear;
}

.container .text-copy:nth-child(1){
    stroke: #114098;
    animation-delay: -1;
}

.container .text-copy:nth-child(2){
    stroke: #6666ff;
    animation-delay: -2s;
}

.container .text-copy:nth-child(3){
    stroke: #d2dbea;
    animation-delay: -3s;
}

.container .text-copy:nth-child(4){
    stroke: #961f4f;
    animation-delay: -4s;
}

.container .text-copy:nth-child(5){
    stroke: #FDB731;
    animation-delay: -5s;
}

@keyframes stroke-offset{
    100% {stroke-dashoffset: -35%;}
}

@keyframes stroke-offset{
    100% {stroke-dashoffset: -35%;}
}









@media (max-width: 400px) {

    .container svg {
        font: 6em 'Montserrat';
        height: 100px;
        width: 300px;
    }
    .container .text-copy {
        stroke-width: 3px;
    }

    #qth{
        word-spacing: 10px;
        font-size: 20px;
    }
    #map{
        width: 300px;
    }

    #awards, #qsl{
        width: 100%;
    }
    #awards img, #qsl img{
        width: 100px;
    }


}








