@font-face {
    font-family: Macondo;
    src: url(fonts/Oldenburg/Oldenburg-Regular.ttf);
}

body {
    /*background-image: url(pictures/Gray-swing.jpg);*/
    background-color: rgb(29, 29, 29);
    background-size: cover;
}

#nav-bar {
    display: flex;
    margin: 20px 20px;
    justify-content: space-between;
}

#name {
    border: none;
    text-align: center;
    background-color: transparent;
    color: white;
    font-size: 20px;
    justify-content: left;
    font-family: Macondo, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.btn {
    background-color: transparent;
    align-items: right;
    border: none;
    padding: 0 10px;
    color: white;
    font-family: Macondo, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 16px;
    cursor: pointer;
}

.btn:hover {
    color: #2FF924;
}

.main-info {
    width: 900px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-evenly;
    padding: 20px 50px;
}

.intro-title {
    width: 400px;
    max-width: 400px;
    flex: 50%;
    color: #2FF924;
    justify-content: left;
    font-size: 50px;
    text-shadow: 3px 3px black;
    font-family: Macondo, 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.Bio{
    width: 400px;
    flex: 50%;
    max-width: 400px;
    padding-top: 70px;
    color: white;
    justify-content: right;
    font-size: 16px;
    text-shadow: 2px 2px black;
    letter-spacing: 2px;
    font-family: Macondo, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#name-color {
    color: #EB212E;
}

#skill-color {
    color: #EB212E;
}

.btn2 {
    display: block;
    margin: 0 auto;
    padding: 20px;
    background-color: transparent;
    color: white;
    border-right: solid #2FF924;
    border-bottom: solid #2FF924;
    border-radius: 60px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    font-family: Macondo, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.btn2:hover {
    color: #EB212E;
    font-size: 18px;
}

/*----------------------------------------------------DESIGN PAGE Research------------------------------------------------------------------*/
.design-title {
    color: #2FF924;
    text-align: center;
    text-shadow: 3px 3px black;
    letter-spacing: 2px;
    font-family: Macondo, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.info {
    font-family: Macondo, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;
    text-align: center;
    max-width: 500px;
    margin: 0px auto;
    padding: 0  10px;
    margin-bottom: 50px;
}

.project1 {
    display: block;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 50px;
}

#Prob-Goal {
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
    justify-content: space-around;
}
#Prob-Goal-info {
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
    justify-content:space-around;
}
.numbers{
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
    justify-content:space-around;
    font-family: Macondo, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: red;
    text-align: center;
    margin: 0px auto;
    padding: 0  10px;
}

#pain-points {
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
    justify-content: space-around;
}

hr.rounded {
    border-top: 3px solid #bbb;
    border-radius: 5px;
}
/*----------------------------------------------------Design Page - Pictures------------------------------------------------------------*/
.design-title2 {
    color: #2FF924;
    text-align: center;
    text-shadow: 3px 3px black;
    letter-spacing: 2px;
    margin-top: 50px;
    font-family: Macondo, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.wireframe-pictures {
    display: flex;
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 1000px;
    height: auto;
    justify-content:space-around;
}

.dg-wireframe-pictures {
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
    height: auto;
    justify-content:space-around;
}

.wf-pictures {
    max-width: 400px;
    width: 100%;
    height: auto;
}

#links-btn{
    display: flex;
    justify-content: center;
}

.btn-link {
    margin: 20px;
    padding: 20px;
    background-color: transparent;
    color: white;
    border-right: solid #2FF924;
    border-bottom: solid #2FF924;
    border-radius: 60px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    font-family: Macondo, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif ;
}

.btn-link:hover {
    color: #EB212E;
    font-size: 18px;
}





