﻿@import url('https://fonts.googleapis.com/css?family=Droid+Sans|Josefin+Sans|Source+Sans+Pro');

.myCardFrame {
    background-color: #f1ece2;
    box-shadow: 3px 4px 6px 0 rgba(0,0,0,0.2);
    padding: 0px;
    /*width:80%;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom:80px;
    border-radius: 4px;
    font-family: 'Source Sans Pro', sans-serif;
}

.myDetails {
    /*background-color:#00ff90;*/
    padding: 40px;
    font-family: 'Droid Sans', sans-serif;
}

.myProfilePic {
    height: 460px;
    background-image: url("/Content/images/lc_pro.jpg");
    background-size: cover;
    background-position: top;
    border-radius: 0px 4px 4px 0;
}

.myDetails h1 {
    font-size: 3.6em;
    font-weight: 300;
    color: #343434;
    font-family: 'Josefin Sans', sans-serif;
}

.myDetails h3 {
    color: #808080;
    margin-top: 4px;
    margin-bottom: 24px;
}

.contactBar {
    /*background-color:#808080;*/
    margin-bottom: 10px;
    margin-top: 20px;
}

    .contactBar i {
        font-size: 40px;
        letter-spacing: 20px;
    }

.panel {
    border-radius: 4px;
    border-style: none;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.2);
    background-color: #f1ece2;
    height:auto;
    margin-bottom:40px;
}

.panel-heading {
    height: 280px;
    background-size: cover;
    background-position: top;
    padding: 0px;
}

.panel-body{
    height:200px;
}
.project1 {
    background-image: url("images/WardrobeHome2.PNG");

}

.project2 {
    background-image: url("images/TravelOnHome.PNG");
}

.project3 {
    background-image: url("images/Tuscany.PNG");

}
.project4 {
    background-image: url("images/BankingSubs.PNG");

}
.project5 {
    background-image: url("images/VirtualPet1.PNG");

}

.project6 {
    background-image: url("images/FotuneTeller.PNG");

}
.panel-footer i {
    font-size: 24px;
    vertical-align: middle;
}

.mySkills h5 {
    line-height: 2.2em;
}

.label {
    margin: 4px;
}


.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
