.noLine{
    text-decoration: none !important;;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.centered{
    margin: auto;
}

.content{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 800px;

    flex: 0 0 75%;
    max-width: 75%;

    position: relative;
}

p{
    font-family:Roboto, sans-serif;
    font-size:18px;
    color: #F0F8FF;
    letter-spacing: 1px;
}

.text {
    font-family: "CerebriSans", sans-serif;
}

.filler{
    height: 20px;
}

.nav{
    width:100%;
    padding:0px;
    background-color:white;
    height: 70px;
    right:0px;
    top:0px;

    box-shadow:2px 2px 4px #e0e0e0;
}

/*.logo{

}*/

.nav{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.paper{
    background-color: #F4F4F4;

    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;

    position: absolute;

    top: 0px;

    bottom:340px;

    position: absolute;

    z-index:-1;

    box-shadow: 2px 2px 4px #e0e0e0;
}

body{
    background-color:#000000;
    margin:0px;
}

.gray{
    color:grey;
}

h1{
    font-size:40px;
    font-family:Roboto, sans-serif;
    color: #F0F8FF;
}

a{
    color: #F0F8FF;
    font-family:Roboto, sans-serif;
    text-decoration: none;
}

.a-link{
    text-decoration: underline;
}

li{
    color: #F0F8FF;
    font-family:Roboto, sans-serif;
}

.bcgray{
    background-color:#F4F4F4;
}

.product{
    width:80%;
}

html,body {
    height:100%;
}

.white-box{
    width: 100%;
    float:left;
    height:100%;
    background:gray;
    margin:10px;
    background-color:#F9F9F9;
}

.white-box-app{
    width: 100%;
    float:left;
    height:100%;
    background:gray;
    margin:10px;
    background-color:#F9F9F9;
}

.rounded{
    border-radius: 15px;
}

.link {
   /* RESET */
   text-decoration: none;
   line-height: 1;

   position: relative;
   z-index: 0;
   display: inline-block;
   overflow: hidden;
   color: #333;
   vertical-align: bottom;
   transition: color .3s ease-out;
}

.link::before {
   content: "";
   position: absolute;
   z-index: -1;
   top: 0;
   left: 0;
   transform: translateY(calc(100% - 2px));
   width: 100%;
   height: 100%;
   background-color:lightblue;
   transition: transform .25s ease-out;
}

.link:hover {
   color: #fff;
}
.link:hover::before {
   transform: translateY(0);
   transition: transform .25s ease-out;
}

#fullContent{
    width:100%;
    max-width:1500px;
}

html, body {
  overflow-x: hidden;
}
body {
  position: relative
}

.app-img{
    margin-right: 20px;
    margin-bottom: 0px;
}

.chest-img{
    height:200px;
    margin:0px;
    float: left;
}

.big-art{
    overflow: hidden;
    display: flex;
    justify-content: center;
    object-fit: cover;
    width:100%;
    height:90%;
    position:absolute;
}

.BR-logo{
    width:75%;
    /*position: absolute;*/
}

.badges{
    width: 100%;
    text-align:center;
    margin:10px;
}

@media only screen and (max-width: 858px) {
    .white-box{
        width: 300px;
        height: 100%;
        background:gray;
        margin-top:30px !important;
        background-color:#F9F9F9;
        display:block;
        margin: auto;
        float: none;
        /*padding: 10px;
        display: table;*/
    }

    .white-box-app{
        width: 200px;
        height:100%;
        background:gray;
        margin-top:30px !important;
        background-color:#F9F9F9;
        display:block;
        margin: auto;
        padding: 10px;
        float: none;
        display: table;
    }

    .app-img{
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .chest-img{
        float:none;
        margin-left: 20px;
    }

    .BR-logo{
        /*position: absolute;*/
        width: 100%;
    }

    .badges{
        text-align:center;
        width: 100%;
        float:none;
        margin:10px;
    }
}


@media only screen and (max-width: 740px) {

    #fullContent{
        width:100%;
        max-width:1500px;
    }

    h1 {
        font-family: "CerebriSans", sans-serif;
        font-size:25px;
    }

    h2{
        font-family: "CerebriSans", sans-serif;
        font-size:20px;
    }

    p{
        font-family:Roboto, sans-serif;
        font-size:14px;
        /*color: #353A47;*/
        letter-spacing: 1px;
    }

    .content{
        /*display: block;*/
        margin-left: auto;
        margin-right: auto;
        width: 800px;

        flex: 0 0 75%;
        max-width: 80%;

        position: relative;
    }

    .big-art{
        overflow: hidden;
        display: flex;
        justify-content: center;
        object-fit: cover;
        width:100%;
        height:93%;
        position:absolute;
    }

}
