/*Main Styles*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

main {
    font-family: Arial, bold, sans-serif;
    font-size: 22px;
}

.flex-container-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.nav {
    z-index: 999;

}

.nav-item {
    display: flex;
}

.bgblack {
    display: flex;
    width: 100%;
    background-color: #273746;
    height: 120px;
}

.hamburger {
    width: 30px;
    padding: 2px;
    margin: 10px;
    ;
}

#nav-menu {
    width: 100%;
    order: 1;
}

#menu-links {
    display: none;
    flex-direction: column;
    order: 2;
}

#menu-links ul {
    list-style: none;
    background-color: #273746;
}

#menu-links ul li a {
    text-decoration: none;
    color: white;
    font-size: 16px;

}

#nav-logo {
    order: 4;
    justify-content: flex-end;
}

#logo {
    width: 100px;
    height: 100px;
}

#nav-name {
    text-align: center;
    order: 3;
    margin-top: 40px;
}

.whiteh1 {
    font-size: 26px;
    padding-left: 30px;
    color: white;
}

.headingtop {
    font-weight: bold;
    color: #884EA0;
    text-align: center;
    padding: 20px;
}

/*Here starts  Home page boxs section*/

.box1home {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
}

.tophome {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.tophome img {
    width: 100%;
    object-fit: cover;
    padding: 10px;

}

.box2home {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;

}

.bottomhome {
    width: 100%;
    padding: 5px;
    display: flex;
    justify-content: center;
}

.bottomhome img {
    width: 100%;
    object-fit: cover;
    padding: 10px;
}

/*Here starts About me page*/
.headingtop {
    width: 100%;
}

.boxesabout {
    display: flex;
    flex-direction: column;
    padding: 10px;

}

.box1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.box1inside {
    background-color: #884EA0;
    width: 100%;
    height: 300px;
    padding: 10px;
}

.box2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.box2inside {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 300px;
    background-color: #C39BD3;
    padding: 10px;

}

.box2inside_ {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 300px;
    background-color: #5B2C6F;
    padding: 10px;

}

.box3 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;

}

.box3inside {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 300px;
    background-color: #884EA0;
    padding: 10px;

}

.box3inside_ {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 300px;
    background-color: #884EA0;
    padding: 10px;

}

.box3_inside {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 300px;
    background-color: #884EA0;
    padding: 10px;

}

.box4 {
    display: flex;
    flex-direction: column;

    flex-wrap: wrap;
    width: 100%;

}

.box4inside {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 500px;
    background-color: #C39BD3;
    padding: 10px;

}

.box4inside_ {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 100px;
    background-color: #5B2C6F;
    padding: 10px;

}
.box5 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;

}

.box5inside {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 300px;
    background-color: #884EA0;
    padding: 10px;

}

.box5insidea {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 300px;
    background-color: #884EA0;
    padding: 10px;

}

.box5insideb {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 300px;
    background-color: #884EA0;
    padding: 10px;

}
.box5insidec {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 300px;
    background-color: #884EA0;
    padding: 10px;

}


/*Here starts Hobbies page*/

.headingtop {
    width: 100%;
}

.boxhobbies {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.tophobbies {
    margin: auto;
    display: flex;
    justify-content: center;
}

.tophobbies img {
    width: 100%;
    object-fit: cover;
    padding: 10px;
}

.middlehobbies {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.middlehobbies img {
    width: 100%;
    object-fit: cover;
    padding: 10px;
}

.bottomhobbies {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.bottomhobbies img {
    width: 100%;
    object-fit: cover;
    padding: 10px;
}

/*Here starts Projects section*/

.box1projects {
    display: flex;
    flex-direction: column;
}

.topproleft {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.topproleft img {
    width: 100%;
    object-fit: cover;
    padding: 10px;
}

.topproright {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.topprorighttop {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.topprorighttop img {
    width: 100%;
    object-fit: cover;
    padding: 10px;
}

.topprorightbottom {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.topprorightbottom img {
    width: 100%;
    object-fit: cover;
    padding: 10px;

}

/*Here starts bottom section projects*/

.box2projects {
    display: flex;
    flex-direction: column;
}


.bottomprojects {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.bottomprojects img {
    width: 100%;
    object-fit: cover;
    padding: 10px;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .col-xs-1 {
        width: 8.33%;
    }

    .col-xs-2 {
        width: 16.66%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-4 {
        width: 33.33%;
    }

    .col-xs-5 {
        width: 41.66%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-7 {
        width: 58.33%;
    }

    .col-xs-8 {
        width: 66.66%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-10 {
        width: 83.33%;
    }

    .col-xs-11 {
        width: 91.66%;
    }

    .col-xs-12 {
        width: 100%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .col-sm-1 {
        width: 8.33%;
    }

    .col-sm-2 {
        width: 16.66%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33%;
    }

    .col-sm-5 {
        width: 41.66%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33%;
    }

    .col-sm-8 {
        width: 66.66%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33%;
    }

    .col-sm-11 {
        width: 91.66%;
    }

    .col-sm-12 {
        width: 100%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .col-md-1 {
        width: 8.33%;
    }

    .col-md-2 {
        width: 16.66%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33%;
    }

    .col-md-5 {
        width: 41.66%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33%;
    }

    .col-md-8 {
        width: 66.66%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33%;
    }

    .col-md-11 {
        width: 91.66%;
    }

    .col-md-12 {
        width: 100%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .box1home {
        padding: 5px;
        width: 100%;
    }

    .box2home {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .bottomhome {
        display: flex;
    }

    .bottomhome img {
        padding: 5px 7.5px 5px 7.5px;
    }

    /*Here starts About me section large devices*/

    .boxesabout {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .box1 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;

    }

    .box1inside {
        width: 100%;
        height: 640px;
        background-color: #884EA0;
        padding: 10px;
        margin-top:10px;

    }

    .box2 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        padding: 10px;
    }

    .box2inside {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        height: 310px;
        background-color: #C39BD3;
    }

    .box2inside_ {
        height: 310px;
        width:100%;
        margin-top: 20px;
    }

    .box3 {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        padding: 10px;
    }

    .box3inside {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        height: 200px;
        background-color: #884EA0;
        padding: 10px;
    }

    .box3inside_ {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        height: 200px;
        background-color: #884EA0;
        margin-top:20px;
    }

    .box3_inside {
        display: flex;
        flex-direction:column;
        flex-wrap: wrap;
        width: 100%;
        height: 200px;
        background-color: #884EA0;
        margin-top:20px;
    }

    .box4 {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        padding: 10px;
    }

    .box4inside {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        height: px;
        padding: 10px;
    }

    .box4inside_ {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        height: 120px;
        margin-top:20px;
    }

    .box5 {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        padding: 10px;
    }

    .box5inside {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        height: 150px;
        background-color: #884EA0;
        padding: 10px;
    }

    .box5insidea {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        height:150px;
        background-color: #884EA0;
        margin-top:10px;
    }

    .box5insideb {
        display: flex;
        flex-direction:column;
        flex-wrap: wrap;
        width: 100%;
        height: 150px;
        background-color: #884EA0;
        margin-top:10px;
    }

    .box5insidec {
        display: flex;
        flex-direction:column;
        flex-wrap: wrap;
        width: 100%;
        height: 150px;
        background-color: #884EA0;
        margin-top:10px;
    }

    /*Here starts Hobbies page for large devices queries*/

    .boxhobbies {
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    .tophobbies {
        display: flex;
        flex-direction: row;
    }

    .tophobbies img {
        width: 100%;
        object-fit: cover;
    }

    .middlehobbies {
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    .middlehobbies img {
        width: 100%;
        object-fit: cover;

    }

    .bottomhobbies {
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    .bottomhobbies img {
        width: 100%;
        object-fit: cover;

    }

    /*Here starts Projects section large devices*/

    .box1projects {
        display: flex;
        flex-direction: row;
    }

    .topproleft {
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    .topproleft img {
        width: 100%;
        object-fit: cover;
        padding: 10px;
    }

    .topproright {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .topprorighttop {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .topprorighttop img {
        width: 100%;
        object-fit: cover;
        padding: 10px;
    }

    .topprorightbottom {
        width: 100%;
        display: flex;
        flex-direction: row;
        background-color: #884EA0;

    }

    .topprorightbottom img {
        width: 100%;
        object-fit: cover;
        padding: 10px;
    }

    /*Here starts bottom section project lg devices*/

    .box2projects {
        display: flex;
        flex-direction: row;
    }

    .bottomprojects {
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    .bottomprojects img {
        width: 100%;
        object-fit: cover;
        padding: 10px;
    }


    .col-lg-1 {
        width: 8.33%;
    }

    .col-lg-2 {
        width: 16.66%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33%;
    }

    .col-lg-5 {
        width: 41.66%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33%;
    }

    .col-lg-8 {
        width: 66.66%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33%;
    }

    .col-lg-11 {
        width: 91.66%;
    }

    .col-lg-12 {
        width: 100%;
    }
}