/* iosis 2019 */
body {
        background-color:#7AC3FF;
       /* background-image: url("/assets/blon.png");*/
        background-repeat: no-repeat;
        background-position: top 350px center;
        background-size: auto;
}

a {
    color:inherit;
    text-decoration: none;
   }

/* skeleton overwrites */
.container{
    height:100%;
    bottom:0;
    top:0;
}

/* classes */

.logo {
    font-weight:bold;
    font-size:9rem;
    width:100%;
    text-align: center;
    margin:0;
}


.subscript {
    width: 100%;
    font-size: 2.1rem;
    margin-top:-0.8rem;;
}

.balon-link {
        border:0px;
    }

.linkvisual {
    align-self: center;
    width:548px;

}

.visualfront{
    align-self: center;
    width:948px;
}

.border {
        border:1px solid black;
    }
.center {
    text-align: center;
}

.footer{
    text-align: center;
    color:#404040;
    font-size: 1.8rem;    
}
/* respond */


@media (max-width: 1000px) {
    .logo {
            font-size:10rem;  
        }

    .subscript{
        font-size: 1.6rem;
    }

    .linkvisual {
        margin-top:30px;
        width: 448px;
    }

    .visualfront{
        width:648px;
    }

}    

.socialbar img{
    text-align: center;

}

.lowrider {

    width:25%;
}

.squareider {

    width:10%;
}
.squareiderlarge {

    width:9%;
}

@media (max-width: 750px) {
    .logo {
            font-size:10rem;  
        }

    .subscript{
        font-size: 1.6rem;

    }

    .linkvisual {
        margin-top:45px;
        width: 348px;
    }
    .visualfront{
        width:348px;
    }
    
    .footer{
        font-size: 1.0rem;
    }

}    

