@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    padding-top: 35px;
    min-height: 300vh;
}
.top-bar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #324973;
    height: 35px;
    z-index: 20;
}
.match-holder {
  min-height: 80px;
  margin-bottom: 5px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  background-color: #f6f8ff;
  padding-left: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.match-holder .match-info {
  float: left;
  width: 175px;
  position: relative;
  display: block;
}
.match-holder .match-info .stats {
  float: left;
  width: 100%;
  background: #ced5f269;
  padding: 5px;
  margin-top: 6px;
  text-align: center;
  border-radius: 7px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #bec2d7;
  text-align: left;
  padding-left: 10px;
}
.match-holder .match-info .stats .kills {
  color: #314872;
}
.match-holder .match-info .stats .deaths {
  color: #f95d37;
}
.match-holder .match-info .stats .assists {
  color: #314872;
}
.match-holder .match-info .stats .kda {
  display: block;
  float: right;
  color: #769df8;
  font-weight: 600;
  font-size: 10px;
  margin-top: 1px;
}
.match-holder .match-info .stats .kda.negative {
  color: #f95d37;
}
.match-holder .match-info .stats .kda.positive {
  color: #2dbe86;
}
.match-holder .key-stats {
  float: left;
  height: auto;
  min-height: 20px;
  overflow: hidden;
  width: 340px;
}
.match-holder .key-stats small {
  font-size: 9px;
  position: absolute;
  top: 4px;
  left: 5px;
  font-weight: 600;
  color: #909eb7;
  font-family: 'Montserrat', sans-serif;
}
.match-holder .key-stats span {
  position: absolute;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 10px;
  bottom: 3px;
  color: #314872;
  right: 6px;
}

.match-holder .key-stats .statContainer {
  width: calc(33% - 3px);
  height: 21px;
  background-color: #e1e4f7;
  margin-right: 4px;
  float: left;
  margin-bottom: 3px;
  position: relative;
  border-radius: 6px;
}
.match-holder .key-stats .statContainer.nomargin {
  margin-bottom: 0px;
}
.match-holder .match-info p.time {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 600;
  color: #3249739e;
  float: left;
  margin-left: 8px;
  width: calc(100% - 44px);
}
.match-holder .match-info h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #314872;
  float: left;
  margin-top: -17px;
  margin-left: 8px;
  width: calc(100% - 44px);
  position: relative;
}
.match-holder .match-info h5 small {
  display: block;
  float: right;
  text-align: right;
  font-weight: 600;
  font-size: 9px;
  opacity: 0.6;
}
.match-holder .match-info .champImg {
  width: 35px;
  height: 35px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  border: 2px solid white;
  outline: 2px solid #6182ce8a;
  float: left;
}
.match-holder .indicator {
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff5c37;
}
.match-holder.win .indicator{
  background-color: #b2c9fe;
}
.match-holder .item-info {
  width: 105px;
  margin-left: 10px;
  float: left;
}
.match-holder .item-info .item {
  width: 30px;
  height: 30px;
  float: left;
  border-radius: 6px;
  border:2px solid white;
  outline: 1px solid #6182ce61;
  margin-right: 5px;
  margin-bottom: 9px;
  background-size: cover;
  background-position: center;
  background-color: #d0d4ef8c;
}
.match-holder .item-info .item.nomargin {
  margin-bottom: 0px;
}
.subpage-hero {
  min-height: 350px;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.panel {
  background: white;
  box-shadow: 0px 0px 6px 4px #245abc0f;
  border-radius: 14px;
  padding: 10px;
  position: relative;
  min-height: 90px;
}
.panel.matches {
  background: transparent;
  box-shadow: none;
  padding: 0px;
  padding-top: 20px;
}
.rankEmblem {
  width: 100px;
  position: absolute;
  top: -2px;
  left: 5px;
}
.panel .master-row {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #eee;
}
.panel .master-row .champImg {
  float: left;
  height: 40px;
  width: 40px;
  background-size: cover;
  border-radius: 6px;
  margin-top: 5px;
}
.panel .master-row .scoreBar {
  width: calc(100% - 45px);
  height: 6px;
  float: left;
  background: #ecedf0;
  margin-left: 5px;
  border-radius: 10px;
  overflow: hidden;
}
.panel .master-row .scoreBar .bar {
  width: 100%;
  height: 6px;
  float: left;
  background: #b2c9ff;
}
.panel .master-row .info {
  width: calc(100% - 45px);
  margin-left: 5px;
  float: left;
}
.panel .master-row .info span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12px;
}
.panel .master-row .info .champName {
  width: fit-content;
  float: left;
}
.panel .master-row .info .champScore {
  width: fit-content;
  float: right;
  text-align: right;
}
.subpage-hero .hero-divider {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
}
.profile-intro {
  margin-top: -130px;
  z-index: 2;
  position: relative;
  margin-bottom: 40px;
}
.profile-intro .profile-picture {
  width: 160px;
  float: left;
  height: 160px;
  background-size: cover;
  background-position: center;
  border-radius: 19px;
  border: 3px solid #ffffff;
  outline: 2px solid #78a7ff78;
  box-shadow: 0px 0px 20px 3px rgb(27 47 255 / 20%);
}
.profile-intro h1 {
  float: left;
  margin-top: 12px;
  margin-left: 31px;
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-weight: 700;
  text-shadow: 0px 3px 13px #22324f7a;
  line-height: 33px;
}
.profile-intro h1 small {
  font-size: 12px;
  font-weight: 500;
  color: #abc3f0;
}
.tip-container {
  width: 100%;
  padding: 15px;
  background-color: #314872;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: white;
  margin-bottom: 15px;
}
.custom-navbar {
    border-radius: 9px;
    position: absolute;
    width: 90%;
    top: 55px;
    max-width: 1270px;
    margin: 0px;
    height: 50px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    box-shadow: 0 5px 31px 0 rgba(0,0,0,0.50);
    transition-duration: 0.4s;
    z-index: 99;
}
.custom-navbar.scrolled {
    transition-duration: 0.4s;
    max-width: 100%;
    width: 100%;
    box-shadow: 0 5px 31px 0 rgb(0 0 0 / 16%);
    position: fixed;
    top: 35px;
    margin-top: 0px;
    border-radius: 0px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}
.custom-navbar .logo {
    height: 30px;
    margin-top: 5px;
    float: left;
}
.custom-navbar .menu-actions {
    float: right;
    width: fit-content;
    min-width: 100px;
    height: 50px;
}
.custom-navbar .menu-actions .search-div {
    float: left;
    width: 240px;
    height: 32px;
    background-color: #eee;
    margin-top: 9px;
    border-radius: 6px;
    margin-right: 10px;
}
.custom-navbar .menu-actions .search-div input {
    float: left;
    height: 32px;
    width: 160px;
    padding-left: 6px;
    border: none;
    background-color: #eee;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    color: black;
    font-weight: 600;
}
.custom-navbar .menu-actions .search-div input:focus {
    outline: none;
}
.custom-navbar .menu-actions .search-div input:active {
    outline: none;
}
.custom-navbar .menu-actions .search-div .icon {
    float: left;
    width: 16px;
    margin-top: 8px;
    margin-left: 6px;
    background-color: #eee;
    border-radius: 6px;
    text-align: center;
    line-height: 32px;
    color: #324973;
    font-size: 16px;
    cursor: pointer;

}
.custom-navbar .menu-actions .search-div select {
    float: right;
    height: 26px;
    margin-top: 3px;
    margin-right: 3px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.19);
    border-radius: 7px;
    font-weight: 700;
    font-family: MontserratRoman-SemiBold;
    font-size: 10px;
    color: #324973;
    letter-spacing: 0;
    padding-left: 3px;
}
.custom-navbar .menu-actions .navbar-cta {
    float: left;
    width: fit-content;
    height: 40px;
    display: block;
    padding-left: 10px;
    padding-right: 15px;
    line-height: 40px;
    text-transform: uppercase;
    margin-top: 5px;
    text-decoration: none;
    border-radius: 6px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.20);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-align: center;
    background-image: linear-gradient(180deg, #FF7F5D 0%, #FF3800 100%);
    font-size: 11px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-shadow: 0 2px 3px rgba(0,0,0,0.27);
    transition-duration: 0.2s;
}
.custom-navbar .menu-actions .navbar-cta img {
    width: 30px;
    float: left;
    margin-top: 5px;
}
.firstpage-hero {
    width: 100%;
    height: auto;
    min-height: 600px;
    padding-top: 50px;
    padding-bottom: 120px;
    background-image: url("../img/firstpage-hero.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.firstpage-hero .logo {
    height: 50px;
    margin-top: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.firstpage-hero .hero-divider {
    position: absolute;
    bottom: 0;
    width: 100%;
    pointer-events: none;
    z-index: 2;
}
.firstpage-hero .container {
    position: relative;
    z-index: 3;
}
.firstpage-hero h1 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: 900;
    font-size: 5rem;
    letter-spacing: -1px;
    text-shadow: 0 4px 11px rgba(0,0,0,0.20);
}
.firstpage-hero h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 25px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 35px;
    margin-top: 10px;
    margin-bottom: 70px;
    color: #DAE2FF;
    letter-spacing: 0;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,0.22);
}
.firstpage-hero .hero-button-container {
    width: 100%;
    max-width: 1170px;
    position: absolute;
    height: 65px;
    bottom: 100px;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.firstpage-hero .hero-button-container .left-lines-div {
    pointer-events: none;
    top: 0;
    position: absolute;
    height: 2px;
    background-color: #91a9cf;
    width: calc(50% - 159px);
    left: 0;
    margin-top: 35px;
}
.firstpage-hero .hero-button-container .right-lines-div {
    pointer-events: none;
    top: 0;
    position: absolute;
    height: 2px;
    background-color: #91a9cf;
    width: calc(50% - 158px);
    right: 0;
    margin-top: 28px;
}
.firstpage-hero .hero-button-container .left-lines {
    pointer-events: none;
    position: absolute;
    height: 40px;
    left: calc(50% - 160px);
    bottom: 0;
}
.firstpage-hero .hero-button-container .right-lines {
    pointer-events: none;
    position: absolute;
    height: 40px;
    right: calc(50% - 160px);
    top: 0;
}
.firstpage-hero .hero-button-container a {
    text-decoration: none;
}
.firstpage-hero .hero-button-container .button {
    width: 100%;
    max-width: 280px;
    height: 45px;
    padding: 0px;
    line-height: 45px;
    margin-left: auto;
    text-transform: uppercase;
    margin-right: auto;
    margin-top: 10px;
    border-radius: 6px;
    box-shadow: 0 5px 31px 0 rgba(0,0,0,0.50);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-align: center;
    transition-duration: 0.4s;
    background-image: linear-gradient(180deg, #FF7F5D 0%, #FF3800 100%);
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-shadow: 0 2px 3px rgba(0,0,0,0.27);
    transition-duration: 0.2s;
}
.firstpage-hero .hero-button-container .button:hover {
    cursor: pointer;
    transition-duration: 0.2s;
    box-shadow: 0 5px 31px 10px rgba(255,56,0,0.50);
}
.firstpage-hero .overwolf {
    position: absolute;
    bottom: 50px;
    width: 90px;
    left: calc(50% - 45px);
}

.section {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    min-height: 300px;
}

.section.flowchart {
    background-image: url("../img/faded-bg.jpg");
    background-size: cover;
    padding-bottom: 120px;
    background-position: center top;
}

.section.features {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  height: auto;
  background-color: #314872;
  position: relative;
}
.section.features .fogwrapper {
  opacity: 0.4;
}
.section.features h2 {
  color: white;
}
.feature-container {
  width: 100%;
  margin-top: 30px;
  min-height: 100px;
  height: auto;
  padding: 20px;
  overflow: hidden;
  background: linear-gradient(90deg, #3e588ba8, transparent);
}
.feature-container h3 {
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-size: 16px;
  font-weight: 700;
}
.feature-container p {
  margin-bottom: 0px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 13px;
}

.section.showcase video {
    width: 100%;
    margin-left: -40px;
}


.flow-chart {
    width: 100%;
    min-height: 100px;
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 100px;
    position: relative;
}
.flow-chart .leftProgress {
    width: 200px;
    height: 2px;
    background-color: #ccd9ed;
    left: calc(33% - 120px);
    position: absolute;
    top: 50%;
    z-index: 1;
}
.flow-chart .animatedDot {
    width: 7px;
    height: 7px;
    background-color: #07e3ff;
    margin-top: -3px;
    left: 0%;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 3px #17fbff3b;
    animation: dotMove 2s linear 0s infinite;
}
@keyframes dotMove {
    0% {
        margin-left: 0%;
    }
    100% {
        margin-left: 100%;
    }
}
.flow-chart .rightProgress {
    width: 200px;
    height: 2px;
    background-color: #ccd9ed;
    left: calc(66% - 80px);
    position: absolute;
    top: 50%;
    z-index: 1;
}

.flow-chart .step {
    width: calc(33% - 100px);
    min-height: 100px;
    border-radius: 8px;
    background: #ffffff;
    border: 2px solid #ccd9ed;
    padding: 20px;
    z-index: 2;
    height: auto;
    overflow: visible;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.12);
}
.flow-chart .step img.banner {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 6px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
}
.flow-chart .step h3 {
    color: #314c7d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
}
.flow-chart .step p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    max-width: 600px;
    line-height: 22px;
    margin-bottom: 0px;
    color: #6c7d9d;
    font-weight: 500;
}
.flow-chart .step.left {
    position: absolute;
    left: 0px;
}
.section h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 40px;
    color: #324973;
}
.section h2 small {
    color: #fa6f4c;
    font-size: 15px;
    font-weight: 600;
}
.section p.text {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 0px;
    color: #3f5785;
    font-weight: 500;
}
.flow-chart .step.center {
    position: absolute;
    left: calc(50% - ((33% - 100px) / 2));
}
.flow-chart .step.right {
    border: 2px solid #ccd9ed;
    background: linear-gradient(45deg, #314872, #67b4f3);
    position: relative;
    float: right;
    z-index: 2;
    right: 0;
}
.flow-chart .step.right h3 {
    color: #fff;
}
.flow-chart .step.right p {
    color: #dae3ff;
}


/* ---------- Fog ---------- */
.fogwrapper {
    height: 100%;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 1;
    width: 100%;
    -webkit-filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
    filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
}
#foglayer_01, #foglayer_02, #foglayer_03 {
    height: 100%;
    position: absolute;
    width: 200%;
}
#foglayer_01 .image01, #foglayer_01 .image02,
#foglayer_02 .image01, #foglayer_02 .image02,
#foglayer_03 .image01, #foglayer_03 .image02 {
    float: left;
    height: 100%;
    width: 50%;
}
#foglayer_01 {
    -webkit-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 40s linear infinite;
    -moz-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 40s linear infinite;
    animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 40s linear infinite;
}
#foglayer_02, #foglayer_03 {
    -webkit-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 40s linear infinite;
    -moz-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 40s linear infinite;
    animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 40s linear infinite;
}

/* ---------- Moving Fog ---------- */
/*
  'size: cover' || 'size: 100%'; results remain the same
  'attachment: scroll' can be added or removed; results remain the same
  'attachment: fixed' causing unexpected results in Chrome
  'repeat-x' || 'no-repeat'; results remain the same
*/
#foglayer_01 .image01, #foglayer_01 .image02 {
    background: url("https://raw.githubusercontent.com/danielstuart14/CSS_FOG_ANIMATION/master/fog1.png") center center/cover no-repeat transparent;
}
#foglayer_02 .image01, #foglayer_02 .image02,
#foglayer_03 .image01, #foglayer_03 .image02{
    background: url("https://raw.githubusercontent.com/danielstuart14/CSS_FOG_ANIMATION/master/fog2.png") center center/cover no-repeat transparent;
}

/* ---------- Keyframe Layer 1 ---------- */
@-webkit-keyframes foglayer_01_opacity {
    0% { opacity: .1; }
    22% { opacity: .5; }
    40% { opacity: .28; }
    58% { opacity: .4; }
    80% { opacity: .16; }
    100% { opacity: .1; }
}
@-moz-keyframes foglayer_01_opacity {
    0% { opacity: .1; }
    22% { opacity: .5; }
    40% { opacity: .28; }
    58% { opacity: .4; }
    80% { opacity: .16; }
    100% { opacity: .1; }
}
@-o-keyframes foglayer_01_opacity {
    0% { opacity: .1; }
    22% { opacity: .5; }
    40% { opacity: .28; }
    58% { opacity: .4; }
    80% { opacity: .16; }
    100% { opacity: .1; }
}
@keyframes foglayer_01_opacity {
    0% { opacity: .1; }
    22% { opacity: .5; }
    40% { opacity: .28; }
    58% { opacity: .4; }
    80% { opacity: .16; }
    100% { opacity: .1; }
}
/* ---------- Keyframe Layer 2 ---------- */
@-webkit-keyframes foglayer_02_opacity {
    0% { opacity: .5; }
    25% { opacity: .2; }
    50% { opacity: .1; }
    80% { opacity: .3; }
    100% { opacity: .5; }
}
@-moz-keyframes foglayer_02_opacity {
    0% { opacity: .5; }
    25% { opacity: .2; }
    50% { opacity: .1; }
    80% { opacity: .3; }
    100% { opacity: .5; }
}
@-o-keyframes foglayer_02_opacity {
    0% { opacity: .5; }
    25% { opacity: .2; }
    50% { opacity: .1; }
    80% { opacity: .3; }
    100% { opacity: .5; }
}
@keyframes foglayer_02_opacity {
    0% { opacity: .5; }
    25% { opacity: .2; }
    50% { opacity: .1; }
    80% { opacity: .3; }
    100% { opacity: .5; }
}
/* ---------- Keyframe Layer 3 ---------- */
@-webkit-keyframes foglayer_03_opacity {
    0% { opacity: .8 }
    27% { opacity: .2; }
    52% { opacity: .6; }
    68% { opacity: .3; }
    100% { opacity: .8; }
}
@-moz-keyframes foglayer_03_opacity {
    0% { opacity: .8 }
    27% { opacity: .2; }
    52% { opacity: .6; }
    68% { opacity: .3; }
    100% { opacity: .8; }
}
@-o-keyframes foglayer_03_opacity {
    0% { opacity: .8 }
    27% { opacity: .2; }
    52% { opacity: .6; }
    68% { opacity: .3; }
    100% { opacity: .8; }
}
@keyframes foglayer_03_opacity {
    0% { opacity: .8; }
    27% { opacity: .2; }
    52% { opacity: .6; }
    68% { opacity: .3; }
    100% { opacity: .8; }
}
/* ---------- Keyframe moveMe ---------- */
@-webkit-keyframes foglayer_moveme {
    0% { left: 0; }
    100% { left: -100%; }
}
@-moz-keyframes foglayer_moveme {
    0% { left: 0; }
    100% { left: -100%; }
}
@-o-keyframes foglayer_moveme {
    0% { left: 0; }
    100% { left: -100%; }
}
@keyframes foglayer_moveme {
    0% { left: 0; }
    100% { left: -100%; }
}

@media only screen
and (min-width: 280px)
and (max-width: 767px) {
    #foglayer_01 .image01, #foglayer_01 .image02,
    #foglayer_02 .image01, #foglayer_02 .image02,
    #foglayer_03 .image01, #foglayer_03 .image02 {
        width: 100%;
    }
}
