*{
    margin: 0;
    padding: 0;
    font-family: 'Source Code Pro', monospace;
}
.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(savingy2k.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
.nav-links{
    flex: 1;
    text-align: right;

}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color:goldenrod;
    text-decoration:none;
    font-size: 16px;
}
.nav-links ul li a::after{
    content: '';
    width: 0%;
    height: 2px;
    background:white;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li a:hover::after{
    width: 100%;
}
.text-box{
    width: 50%;
    color:goldenrod;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    border: 1px solid white;
    padding: 12px 34px;
}
.text-box h1{
    font-size: 42px;
    text-align: center;
}
.text-box p{
    margin: 10px 0 10px;
    font-size: 16px;
    color:white;
}
.footer{
    width: 100%;
    text-align: center;
    position:absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%,-30%);
}
.footer h4{
    margin-bottom: 0px;
    margin-top: 20px;
    font-weight: 600;
}
.icon .fa{
    margin-top: 5px;
    margin-bottom: 6px;
    cursor: pointer;
}
.about-text{
    width: 50%;
    color:goldenrod;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.about-text h1{
    font-size: 42px;
}
.about-text p{
    margin: 10px 0 10px;
    font-size: 16px;
    color: white;
}
.certificates{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 30px;
}
.certificates h1{
    font-size: 42px;
    font-weight: 600;
    color: goldenrod;
}
.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;

}
.col{
    flex-basis: auto;
    background:goldenrod;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing:content-box;
    width: 25%;
    align-self: center;
}
.col h3{
    color:white;
    font-size: 20px;
    text-align: center;
    align-self: center;
}
.col p{
    color:white;
    text-align: center;
    align-self: center;
}
.projects{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 20px;
}
.projects h1{
    font-size: 42px;
    font-weight: 600;
    color: goldenrod;
    padding-bottom: 30px;
}
.disco-btn{
    display: inline-block;
    background-image:url(disco-dan.jpg);
    background-position: center;
    background-size:auto;
    cursor: pointer;
    width: 50%;
    height: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
    text-decoration: none;
    color: black;
    font-size: 42px;
    font-weight: 600;
}
.projects p{
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
}
.discodan{
    width: 60%;
    margin: auto;
}
.discodan h1{
    font-size: 42px;
    font-weight: 600;
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.discodan p{
    font-size: 16px;
    color: black;
    padding-bottom: 30px;
    text-align: left
}
.discodan h3{
    padding-bottom: 10px;
}
.discodan h4{
    padding-top: 10px;
    padding-bottom: 30px;
}
