#mainHome {
    margin-top: 80px;
    position: relative;
    z-index: 1000;
}

#mainHome .container {
    margin-top: 40px;
}
    
#profimg {
    /* width:240px; */
    /* width:213px; */
    /* width: 231px; */
    height: 350px;
    border-bottom: 0px solid black;
    box-shadow: 4px 4px 5px #888888;
    margin-top: 20px;
    margin-right: -30px;
    /* margin-right: -60px; */
}

#photocredit {
    text-align:center;
    margin: auto;
    margin-top: 20px;
    margin-bottom: -20px;
    width: 170px;
    border-radius: 5px;
    /* background-color: rgba(243,243,243,1.0); */
    box-shadow: 5px 3px 30px -5px black;
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
}

#myName {
    margin-top: -10px;
    margin-bottom: 30px;
    font-size: 46px;
}

#info {
    margin-top: 30px;
}

#info h1 {
    font-family: 'Libre Baskerville', serif;
    color: black;
}

#info p {
    text-indent: 0px;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom:25px;
}

#info .subtext {
    font-size: 16px;
}

@media screen and (min-width: 765px) {
    #info h1 {
	text-align: left;
    }
    #info p {
	text-align: left;
    }
}

@media screen and (max-width: 765px) {
    #info h1 {
	text-align: center;
    }
    #info p {
	text-align: center;
    }
}

