/* Style Settings */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');
body {
    /*background: url('../images/bg.jpg');*/
    /*background: url('../images/model-bor.jpg');*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    /*position: relative;*/
    /*background-color:rgba(0, 0, 0, 1);*/
    /* top, transparent red */
   background-image: 
    /* top, transparent red */
    linear-gradient(
      rgba(0, 0, 0, 0.9), 
      rgba(0, 0, 0, 0.9)
    ),
    /* your image */
    url(../images/model-bor.jpg);
}

/*.layer {*/
/*    background-color: rgba(0, 0, 0, 0.7);*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

#userPhoto {
    width: 125x;
    height: 125px;
    display: block;
    margin: 10px auto;
    border-radius: 50%;
    border: 3px solid #f9a01b;
}

#userName {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

#userName h1 {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.1rem;
    margin: 0 auto;
}

#userName p {
    font-weight: 300;
    margin-top: 5px;
    text-transform: none;
}

#socmed {
    text-align: center;
    font-size: 1.3rem;
}

#socmed a {
    text-decoration: none;
    margin: 0 5px;
}

#socmed a img {
    height: 2rem;
    width: 2rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

i.fa {
    margin-right: 0.3rem;
}

#links {
    max-width: 500px;
    width: auto;
    display: block;
    margin: 20px auto;
}

.link {
    display: block;
    /* background-color: rgba(66, 110, 255, 0.2); */
    background-color: rgba(249, 160, 27, 1);
    /* color: #fff; */
    color: #000000;
    /* text-align: center; */
    text-align: left;
    margin-bottom: 20px;
    padding: 17px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 400;
    transition: all .25s cubic-bezier(.08, .59, .29, .99);
    border-radius: 10px;
}

.link:hover {
    /* background-color: rgba(255, 255, 255, 0.3); */
    background-color: whitesmoke;
    color: #000000;
    border: none;
}

.link img {
    margin-right: 0.3rem;
    height: 1.5rem;
    width: 1.5rem;
    line-height: .1rem;
}

footer {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 300;
    color: whitesmoke;
}