/*!
 * Start Bootstrap - Portfolio Item (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.portfolio-item {
    margin-bottom: 25px;
}

footer {
    margin: 50px 0;
}



ul {
    padding: 0;
    margin: 0;
}

li {
    display: inline;
    position: relative;
}

ul ul {
    position: absolute;
    display: none;
    background-color:#d048f9;
    width:200px;
    height:auto;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    padding-top:20px;
}

li:hover ul {
    display: block;
}


/* unvisited link */
a:link {
    color: white;
}

/* visited link */
a:visited {
    color: white;
}

/* mouse over link */
a:hover {
    color: black;
}

/* selected link */
a:active {
    color: white;
}

.cent{

    margin: auto;
    text-align: center;
    width: 700px;
    height: auto;
    
}

@media only screen and (max-width: 750px) {
    .cent {
        
        width: 450px;
        
    }
}