/* Navigation Bar Styling */
.navbar a {
    font-family: Verdana, Geneva, Tahoma, sans-serif
}

.name {
    color: #c2c8ce;
    font-size: 26px;
}

.jobtitle {
    font-size: 20px;
    color: #818eb1;
}

/* Background Image */
.backgroundimage {
    background-image: url("./Images/mountainbackground.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

/* Body */
.page-header {
    margin-top: 100px;
}

.breakline {
    background-color: dimgrey;
    height: 3px;
    width: 50%;
}

.aboutme {
    padding: 30px; 
    text-align: center; 
    display: inline-block; 
    clear: left; 
}

.profile {
    background-color: #648a70;
    padding: 30px; 
    text-align: center; 
    display: inline-block; 
    clear: left; 
    border: #333;
    border-style: double; 
}

.headshot {
    /* background-color: #607767; */
    position: relative;
    border: #333;
    border-style: double;    
    background-color: #648a70;
    /* border-radius: 5%;   */
}

.btn-resume {
    background-color: #343a40;
    color: #818eb1;
}

.port-container {
    margin-bottom: 30px;
    padding: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.port-breakline {
    background-color: dimgrey;
    height: 3px;
    width: 100%;
}

.logo {
    height: 100px;
}

.example {
    border: #333;
    border-style: double;   
}
.cardcolor {
    background-color: #648a70;
}
.card-title {
    font-size: larger;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #020202
}
.card-text {
    font-size: small;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #020202
}

.contact-container {
    margin-top: 50px;
    padding: 25px;
    height: 750px;
    width: 700px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.footer {
    position: absolute;

}
.campusimg {
    width: auto;
    height: 300px;
}

.portfolioCardHeader {
    background-color: #343a40;
    color: #818eb1;
    border: #333;
    border-style: double;  
    font-size: x-large;    
    
}

.portfolioCard {
    background-color: #648a70;
    border: #333;
    border-style: double;  
    
}
.projectBreakline {
    background-color: dimgrey;
    height: 3px;
    width: 75%;
}

.btn-portfolio {
    background-color: #343a40;
    color: #818eb1;
    
}
.projectDescription {
    font-size: large;
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;

}
.techUsed {
    font-size: xx-large;
    text-align: center; 
    text-decoration: underline;

}
.projectTech {
    font-size: x-large;
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;

}
.projectImg {
    padding-left: 3%;
    padding-right: 3%;    
    width: 100%;

}

@media screen and (max-width: 768px) {
    body {
      background-color: #333;
    }

    .profile{
        float: left;
    }

    .info {
        float: left;
        margin: 20px;

    }
}