@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

@-webkit-keyframes background {
    0%{background-position:92% 0%}
    50%{background-position:9% 100%}
    100%{background-position:92% 0%}
}
@-moz-keyframes background {
    0%{background-position:92% 0%}
    50%{background-position:9% 100%}
    100%{background-position:92% 0%}
}
@keyframes background { 
    0%{background-position:92% 0%}
    50%{background-position:9% 100%}
    100%{background-position:92% 0%}
}

#mainJumbotron {
    background: linear-gradient(45deg, #08aeea, #2af598, #21d4fd, #b721ff);
    background-size: 800% 800%;
    
    -webkit-animation: background 45s ease infinite;
    -moz-animation: background 45s ease infinite;
    animation: background 45s ease infinite;
}

.jumbotron{
    height: 100vh;
}

span {
    text-align: left;
}

#mainRow {
    top: 50%;
    left:5%;
    position: fixed;
    font-family: 'Montserrat', sans-serif;
    font-size: 3vmax;
    color: white;
    vertical-align: middle;
    text-align: left;
}

#IconRow {
    position: fixed;
    bottom: 5%;
    left: 5%;
    padding-right: 15px;
    padding-left: 15px;
}

#Flor {
    font-weight: bold;
}

#secondLine {
    font-size: 1.8vmax;
}

.icon {
    font-size: 2em;
    margin-right: 3vw;
}

.fa-discord, .fa-github, .fa-twitter {
    color: white;
  }

html, body {
    margin: 0; 
    height: 100%; 
    overflow: hidden
}