/*
 *  Portfolio Stylesheet
 *
 */

* {
    margin: 0;
    padding: 0;
}

div {
    color: #333;
    font-family: Arial;
    font-size: 14px;    
}

.bg-dark {
    opacity: 0.8;
}

.head-bg {
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    background-size: cover;
    background-color: #242832;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    background-image: url('http://www.veronique.net/wp-content/uploads/2016/04/tech-flowers.jpg');
}

.logo a {
    color: #E8676B !important;
    font-family: Tahoma;
    font-size: 24px;
    font-weight: 900;
    text-decoration: none !important;;
}
    
nav {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
}

.port-hdr {
    color: #E8676B;
    font-family: Tahoma;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
}

.port-insert {
    background-color: #fff;
    position: relative;
    top: 100px;
    z-index: 10;
    margin: 0 auto;
    overflow-x: hidden;
    width: 90%; 
}

.port-sect {
    float: left;
    margin: 0 auto;
    text-align: center;
    width: 50%; 
}

.port-sect a {
    color: #E8676B !important;
}

.port-sect img {
    box-shadow: 5px 5px 5px grey;
    max-width: 350px;
}

.port-sect p {
    padding: 20px 50px;
    text-align: left;
}

.port-title {
    font-size: 17px;
    font-weight: 800;
}

@media only screen and (max-width: 770px) {
    .port-sect {
        clear: both;
        width: 100%;
    }
}