*{
    margin: 0px;
    padding: 0px;
    
}

body{
    background-color: rgb(35, 34, 34);
}

.nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

.nav li {
    float: right;
}

.nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 30px 16px;
    text-decoration: none;
}

.nav li a:hover {
    background-color: darkgoldenrod;
}

.nav{
    margin-bottom: 0px;
    width: 100%;
}

.row {
    margin: 0 -5px;  
    padding-top: 40px;
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: rgb(35, 34, 34);
    border: none;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 80%;
    padding: 0 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    
}



.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 250px;
    background-color: #f1f1f1;
    position: relative;
    margin: auto;
    border: none;
    border-radius: 10px;
    background-color: rgb(35, 34, 34);
    border: 2px solid;
    border-color: darkgoldenrod;
    display: flex;
    align-items: flex-start;
    
}


.imgHold {
    position: relative;
    height: auto;
    width: 45%;
    height: 250px;
    display: block;
    background-image: linear-gradient(90deg, rgba(0,0,0,0) 70%, rgb(35, 34, 34) 99%);
    background-size: cover;
    overflow: hidden;
}
  
.text {
    color: aliceblue;
    font-size: x-large;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 65%;
    height: 250px;
}





.footer{
    width: 100%;
    height: 300px;
    background-color: #333
}

.name-cont{
    width: 100%;
    color: aliceblue;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: xx-large;
    font-weight: 1000;
    margin-top: 1px;
}

.det-cont{
    width: 100%;
    height: 150px;
    display: flex;
    align-items: flex-start;
}

.details{
    width: 50%;
    height: 150px;
}

.details p, .details a{
    color: aliceblue;
    font-size: larger;
}

.details a{
    text-decoration: none;
    padding-left: 30px;
    
    display: block;
    float: left;
    clear: left;
    padding-bottom: 10px;
}

.details p{
    padding-left: 10px;
}

.details i{
    color: darkgoldenrod;
    width: 500px;
    display: flex;
    align-items: flex-start;
    padding-left: 30px;
}

.details i p{
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 
    font-weight: 100;
    position: relative;
    top: -2px;
}

.social-cont{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-items: center;
    
}

.socials {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socials a{
    font-size: x-large;
    padding-left: 25px;
    color: darkgoldenrod;
}