body {
    font-size: 17pt;
    margin: 0;
    padding: 0;
}

#resumebody {
    background-image: url('../img/background.jpg');
}

#showcase {
    background-image: url('../img/background.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    font-family: Brush Script MT, Brush Script Std, cursive;
    font-size: 32pt;
}

.btn {
    color: #ffffff;
    margin: 5px;
    padding: 5px;
    text-decoration: none;
    border-color: #ffffff;
    border-width: 1px;
    border-radius: 50%;
}

.linkbtn {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
}

.card i.fa {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0px 0px 2px #888;
    padding: 0.5em 0.6em;  
    font-size: 18px;
}

#main-content{
    width: 100%;
    display: block;
    text-align: center;
}

.row {
    display: flex;
}

.logo {
    height: 200px;
}

.card{
    width: 300px;
    text-align: center;
    border-width: 2px;
    padding: 5px;
    margin: 5px;
    background-color: #eeeeee;
    color: rgb(100, 41, 41);
    box-shadow: 5px 10px 10px #888888;
    font-size: 12pt;
}

.card img{
    width: 200px;
    padding: 10px;
}

.card h1,h2,h3 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.card-content {
    text-align: left;
}

.section-title {
    width: 100%;
    text-align: left;
    margin: 5px;
    padding: 5px;
}

.section-title hr {
    width: 80%;
    align-content: right;
    transform: translateY(-50px);
}

#profileimg {
    height: 250px;
    width: 250px;
    border-radius: 50%;
}

.container {
    width: 100%;
}

.topbanner {
    width: 100%;
    text-align: center;
    justify-content: center;
    height: 400px;
    padding: 10px;
    font-family: Brush Script MT, Brush Script Std, cursive;
    font-size: 32pt;
    color: #ffffff;
}

.topbanner h2 {
    padding: 10px;
}
