#background-img-1 {
    width: 100%;
    z-index: -1;
    position: absolute;
    right: 0
}

#boundary {
    margin-bottom: 50px;
}

#headshot-container {
    margin: auto;
    padding: 30px;
    background-color: white;
    border-radius: 20px;
    position: relative;
    top: 40px;
    margin-bottom: 115px;
}

#headshot-container i{
    margin-right: 3px;
}

#headshot-img {
    border-radius: 10px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}


div.contact-info a.btn.btn-primary {
    background-color: #2d4760;
    border-style: solid;
    border-color: #223649;
    width: 85px;
    color:rgb(236, 245, 255);
}

div.resume-bio-container
{
    column-gap: 7px;
}

h3 {
    color: #176b88;
}

h1,h4 {
    color: #223649;
}

#headshot-container div.email a, #headshot-container div.phone{
    color:#515e66
}



#experience-container {
    margin-top:35px;
    margin-bottom:35px;
    background-color: white;
    width: 100%;
}

#experience-container .work-experience {
    margin: auto;
}

div.work-history .position-title{
    font-weight:bold;
    font-size: large;
}

div.work-history{
    margin-top:7px;
    margin-bottom: 7px;
}

div.work-history .date{
    color:rgb(114, 114, 114);
}


#background-img-2{
    width: 100%;
    position:absolute;
    right:0;
    z-index: -1;
}

div.results-container h1{
    color:white;
    padding-top: 25px;
}

div.results-container .result-box {
    background-color: white;
    border-radius: 25px;
    padding: 7px;
    color: #2d4760;
    font-weight: bold;
    text-align: center;
    height:100%
}

div.results-container .result-box-wrapper {
    padding: 7px;
}

div.results-container .result-box .description{
    font-size:larger;
}

/* div.results-container div.flex-container{
    justify-content: space-evenly;
    flex-wrap: wrap;
} */


span.vector i{
    font-size: 6em;
}


/*Expertise*/
.expertise-container{
    margin-top:120px;
    margin-bottom: 35px;
}

.expertise-container h1{
    margin-bottom:30px;
}

.expertise-container li{
    font-size: 1.5em;
    font-weight: 500;
    color: rgb(80, 80, 80);
}

/*Education*/

.education-container{
    margin-bottom:60px;
}

.education-wrapper h1{
    color: white;
    padding-top: 30px;
}

.education-container .education-wrapper{
    background-color: #515e66;
    border-radius: 20px;
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
}

.education-container .csu-card{
    background-color: white;
    border-radius: 20px;
    padding-top: 15px;
    padding-bottom:15px;
    padding-left: 30px;
    padding-right: 30px;
    margin:7px;
}

#csu{
    object-fit: cover;
    width: 100%;
    border-radius: 25px;
    padding: 15px;
}

.csu-card .text-container{
    color:#2d4760;
    font-size: 1.5em;
    
}

.csu-card .text-container .degree{
    font-weight: bold;
}

#csu_logo{
    margin-top: 60px;
    margin-bottom: 15px;
}


/* QA */
div.q-a-container{
    padding-left: 25px;
    padding-right: 25px;
}

div.q-a-container h1{
    color:white;
    margin-top:50px;
    margin-bottom: 30px;
    margin-left:-25px;
}

.q-a-background-img{
    position:absolute;
    right:0;
    background-color: #2d4759;
    width: 100%;
    z-index: -1;
}

div.qa-item-container{
    background-color: white;
    border-radius:15px;
    padding: 10px 15px;
    margin-top: 7px;
    margin-bottom: 7px;
}

div.qa-item-container p.question{
    font-size: x-large;
    color:rgb(100, 100, 100);
    font-weight: bold;
}

div.qa-item-container p.answer{
    font-size: larger;
}


/* Testimonials */
.testimonials-container
{
    margin-top: 100px;
    margin-bottom: 75px;
}

.testimonials-container h1{
    margin-bottom: 35px;
}

.testimonials-container .testimony-wrapper{
    margin-bottom: 50px;
}


.testimonials-container .testimony{
    font-size: large;
    color:#2d4759;
}


.testimonials-container .signature
{
    padding-top:7px;
    color:#176b88;
    font-weight: bold;
    font-size: large;
    float:right;
}


/* Interests */
div.interests-container{
    border-radius: 25px;
    padding-left:10px;
    padding-right:10px;
    padding-top:30px;
    margin-left:-10px;
    margin-right: -10px;
    margin-bottom: 75px;
    background-color: #515e66;
}

div.interests-container h1{
    color:white;
    margin-bottom: 35px;
}

div.wrapper .image img{
    width:100%;
    border-radius: 25px;
    border-color: white;
    border-style: solid;
    border-width: 3px;
}

div.interests-wrapper .description{
    text-align: center;
    color:white;
    font-size: 1.5em;
    font-weight: bold;
    padding-top:7px;
    margin-bottom: 25px;
}

/* Contact */

div.contact-container .contact-wrapper{
    display: flex;
    align-items: center;
}

div.contact-form-container span.linked-in a{
    color:aliceblue;
    margin-left:7px;
}

a.btn.btn-footer{
    color:#2d4759;
    background-color: aliceblue;
    width: 95px;
    height: 30px;
    margin: 7px 0;
}

div.button-wrapper a.btn.btn-footer i{
    font-size: 1.1em;
    margin-right: 5px;
}

.contact-form-container .button-wrapper{
    display:flex;
}

/*Contact Form*/
.contact-background-img{
    position:absolute;
    left:0;
    width:100%;
    background-color: #2d4759;
    z-index: -1;
}

.contact-form-container h1{
    margin-top: 35px;
    color: white;
}

.contact-form-container h3, .contact-form-container h4
{
    color: white;
}

.contact-form-container label{
    margin-top:10px;
    color: white;
}

.contact-form-container .tel{
    color: aliceblue;
    font-size: large;
    font-weight: bold;
}

#body{
    height: 175px;
}


/*Meet Peter*/
.meet-peter-container video{
    margin: 35px 0 75px 0;
    border-radius: 20px;
    width: 100%;
}

@media (min-width: 991.8px){
    div.results-container .result-box {
        padding: 20px !important;
    }

    .education-container .education-wrapper{
        margin-left: -20px !important;
        margin-right: -20px !important;
        padding: 10px !important;
    }

    div.interests-container{
        padding: 30px !important;
        margin-left: -30px !important;
        margin-right: -30px !important;
    }

    div.qa-item-container{
        padding: 20px 40px !important;
        margin: 7px !important;
    }

    div.education-container div.csu-card{
        margin: 30px;
    }

    div.interests-wrapper .description{
        margin-bottom: 7px;
    }
    
}

@media(max-width: 992.2px)
{
    div.resume-bio-container{
        margin-top: 15px;
    }
    #q-and-a{
        margin-left:0;
    }
    
    div.q-a-container{
        padding-left: 0;
        padding-right: 0;
    }
    
    .bio a{
        float:right;
    }
}