html, body {
    height: 100vh;
    margin: 0;
    padding: 0;
}

body{
    background: url('../images/background.jpg') no-repeat center center / cover fixed;
}

#darker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.2)
    );
    z-index: 0;
}

.logo{
    width: 418px;
}

.container-mid{
    height: 100%;
}

.subtitle h5{
    /* text-transform: uppercase; */
    font-family: "Open Sans", serif;
}

.subtitle h5:first-child {
    font-weight: bold;
    padding-bottom: 7px;
}

.subtitle h5:not(:first-child) {
    font-weight: 600;
    font-size: 16px;
}

.subtitle h5:not(:first-child) span{
    font-size: 18px;
}

.mirrors {
    padding: 10px;
    max-width: 80%;
    margin: 20px auto 0;
}

.mir-elements{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.mir-elements-content{
    margin: 10px 5px;
    display: flex;
    flex-direction: column;
}

.mir-elements-content span{
    text-transform: uppercase;
    font-family: "Open Sans", serif;
    font-weight: 600;
    font-size: 16px;
}

.mir-elements-content-align{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

.mir-elements-content div{
    
    width: 250px;
}

.mir-elements-content a{
    font-size: 24px;
    color: #fff;
    padding: 11px 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 16px;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.mir-elements-content a:hover{
    background-color: rgba(153, 104, 252, 0.831);
    color: #000;
}

.subtitle {
    font-weight: bold;
    margin-top: 45px;
}

.copy-button {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 150px auto 0px;
    font-size: 18px;
    color: #fff;
    width: 495px;
    border: 1px solid #fff;
}

.copy-button:hover {
    background-color: rgba(153, 104, 252, 0.831);
    color: #000;
}

.copy-button-links{
    width: 169px;
    margin: 16px 5px 0px;
    display: inline-block;
}

@media only screen and (max-width: 600px), only screen and (max-height: 500px){
    .mir-elements-content div{

        width: 400px;
    }
    .mirrors {
        max-width: 100%;
        margin: 0px auto 0;
    }
}

@media only screen and (max-width: 480px), only screen and (max-height: 410px)
{
    .mir-elements-content div{

        width: 320px;
    }

    .mir-elements-content a{
        font-size: 19px;
    }
}

@media only screen and (max-width: 400px), only screen and (max-height: 310px)
{
    .mir-elements-content div{

        width: 280px;
    }

    .mir-elements-content a{
        font-size: 16px;
    }
}

@media only screen and (max-width: 355px) ,only screen and (max-height: 280px)
{
    .mir-elements-content div{

        width: 240px;
    }

    .mir-elements-content a{
        font-size: 16px;
    }
}

@media (max-width: 1622px) {
    .mir-elements-content:nth-child(2) {
      order: 3;
    }
  
    .mir-elements-content:nth-child(3) {
      order: 2;
    }
}

@media (max-width: 909px) {
    .subtitle h4{
        display: none;
    }

    .copy-button{
        display: none;
    }

}

.index-symbols{
    /* opacity: 0; */
}

.link-dots{
    /* opacity: 0; */
}