.navbar-brand {
    position: absolute;
    width: 10%;
    left: 0;
    text-align: center;
    margin: 45%;
}

.navbar-toggle {
    z-index: 3;
}

.nav-link-left {
    font-size: 32px
}

section {
    padding: 75px;
}

.logo {
    height: 75%;
    width: 75%;
    margin-top: 75px;
}

.mylogo
{
    height: 100px;
    width: 100px;
    margin-left: calc(50% - 60px);
    position: absolute;
    top: 35px;
    border-radius: 50%;
    background-image: url(../img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
}

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

    .mylogo
    {
        height: 50px;
        width: 50px;
        margin-left: calc(50% - 30px);
        top: 65px;
    }
    


}