@media only screen and (max-width: 480px) {
    .container{
    position: absolute;
    width: 100%;
    max-width: 479px;
    height: 100%;
    min-height: 320px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
}

        #linkedin{
            position: absolute;
            left: 3%;
            top: auto;
            right: auto;
            bottom: 6%;
            height: 24px;
            width: 29px;
        }

        #linkedin a{
            display: block;
            margin: 0;
            padding: 0;
            height: 100%;
            width: 100%;
            background-image: url("../imgs/li.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
        }

        #nave_logo{
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: 13% 0;
            height: 25%;
            width: auto;
            background-image: url("../imgs/nave_logo.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
        }

        #nave{
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto 3% 1.5% auto;
            height: 10%;
            width: 30%;
            min-width: 50px;
            z-index: 100;
        }

        #nave a{
            display: block;
            margin: auto;
            padding: 0;
            height: 100%;
            width: 100%;
            background-image: url("../imgs/nave.png");
            background-repeat: no-repeat;
            background-position: right center;
            background-size: contain;
        }

        #gradient {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background: #836997;
            z-index: -20;
        }

}

@media only screen and (min-width: 481px) and (max-width: 768px) {

    .container{
    position: absolute;
    width: 100%;
    max-width: 767px;
    height: 100%;
    min-height: 500px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
}

        #linkedin{
            position: absolute;
            left: 3%;
            top: auto;
            right: auto;
            bottom: 7%;
            height: 24px;
            width: 29px;
        }

        #linkedin a{
            display: block;
            margin: 0;
            padding: 0;
            height: 100%;
            width: 100%;
            background-image: url("../imgs/li.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
        }

        #nave_logo{
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: 13% 0;
            height: 25%;
            width: auto;
            background-image: url("../imgs/nave_logo.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
        }

        #nave{
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto 3% 3% auto;
            height: 9%;
            width: 20%;
            min-width: 100px;
            z-index: 100;
        }

        #nave a{
            display: block;
            margin: auto;
            padding: 0;
            height: 100%;
            width: 100%;
            background-image: url("../imgs/nave.png");
            background-repeat: no-repeat;
            background-position: right center;
            background-size: contain;
        }

        #gradient {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background: #836997;
            z-index: -20;
        }

}

@media only screen and (min-width: 769px) {

    .container{
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 500px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
}

        #linkedin{
            position: absolute;
            left: 3%;
            top: auto;
            right: auto;
            bottom: 10.7%;
            height: 24px;
            width: 29px;
        }

        #linkedin a{
            display: block;
            margin: 0;
            padding: 0;
            height: 100%;
            width: 100%;
            background-image: url("../imgs/li.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
        }

        #nave_logo{
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: 10% 0;
            height: 17%;
            width: auto;
            min-height: 100px;
            background-image: url("../imgs/nave_logo.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
        }

        #nave{
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto 3% 3% auto;
            height: 9%;
            width: 20%;
            min-width: 100px;
            z-index: 100;
        }

        #nave a{
            display: block;
            margin: auto;
            padding: 0;
            height: 100%;
            width: 100%;
            background-image: url("../imgs/nave.png");
            background-repeat: no-repeat;
            background-position: right center;
            background-size: contain;
        }

        #gradient {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background: #836997;
            z-index: -20;
        }

}