*{
    margin: 0px;
    font-family: sans-serif;
    overflow-x: hidden;
}

.banner{
    width: 100%;
    height: 100vh; 
    background-image: linear-gradient(rgba(0,0,0,0.50), rgba(255,255,255,0.50)), url(background.jpg);
    background-size: cover;
    background-position: center;
}   

.navigationBar{
    width: 100%;
    margin: auto;
    padding: 35px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: right;

}

.navigationBar ul li{
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    position: relative;
}

.navigationBar ul li a{
    text-decoration: none;
    color: white;
    text-transform: uppercase;
}

.navigationBar ul li::after{
    content:'';
    height: 5px;
    width: 0;
    background: #009688;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s;
}

.navigationBar ul li:hover::after{
    width: 100%;
}


.pageContent {
    width: 100%;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    text-align: center;
    color: white;
}

.pageContent h1{
    font-size: 90px;
    margin-top: 100px;
    text-align: center;
    color:#009688;

}

.pageContent p{
    margin: 20px auto;
    font-weight: 100;
    line-height: 30px;
    font-size: 20px;
}

button {
    width: 200px;
    padding: 15px 0;
    text-align: center;
    margin: 20px 10px;
    border-radius: 25px;
    font-weight: bold;
    border: 2px solid #009688;
    background: transparent;
    color: rgb(7, 2, 2);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

span{
    background: #009688;
    height: 100%;
    width: 0;
    border-radius: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.5s;
}

button:hover span{
    width: 100%;
}

button:hover{
    border: none;
}

p {
    font-family:'Times New Roman', Times, serif;
}

.banner1{
    width: 100%;
    height: 100vh; 
    background-image: linear-gradient(rgba(0,0,0,0.50), rgba(255,255,255,0.50)), url(background.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
}  

.aboutMe{
    width: 100%;
    position: absolute;
    top: 72%;
    transform: translateY(-50%);
    color: white;
}

.aboutMe h1{
    font-size: 40px;
    margin-top: 60px;
    text-align: center;
    color:#009688;
}

.aboutMe p1 {
    margin: 20px auto;
    font-weight: 100;
    line-height: 20px;
    font-size: 12px;
}


.banner2{
    width: 100%;
    height: 100vh; 
    background-image: linear-gradient(rgba(0,0,0,0.50), rgba(255,255,255,0.50)), url(background.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
} 

.technicalPortfolio{
    width: 100%;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    color: white;
}

.technicalPortfolio h1{
    font-size: 35px;
    margin-top: 10px;
    text-align: center;
    color:#009688;
}

.technicalPortfolio p1{
    margin: 20px auto;
    font-weight: 100;
    line-height: 30px;
    font-size: 12px;
}

.technicalPortfolio h2{
    font-size: 20px;
    margin-top: 50px;
    color:#009688;
}

.technicalPortfolio h3{
    font-size: 20px;
    margin-top: 50px;
    color:#009688;
}

.banner3{
    width: 100%;
    height: 100vh; 
    background-image: linear-gradient(rgba(0,0,0,0.50), rgba(255,255,255,0.50)), url(background.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
} 

.justinQualifications{
    width: 100%;
    position: absolute;
    top: 62%;
    transform: translateY(-50%);
    color: white;
}

.justinQualifications ul li{
    list-style: circle;
    display: inline-block;
    margin: 0 10px;
    position: relative;
}

.justinQualifications h1{
    font-size: 22px;
    margin-top: 20px;
    text-align: center;
    color:#009688;
}

.justinQualifications h2{
    font-size: 17px;
    margin-top: 20px;
    color:#009688;
}

.justinQualifications h3{
    font-size: 17px;
    margin-top: 20px;
    color:#009688;
}

.justinQualifications h4{
    font-size: 17px;
    margin-top: 20px;
    color:#009688;
}

.justinQualifications h5{
    font-size: 17px;
    margin-top: 20px;
    color:#009688;
}

.justinQualifications h6{
    font-size: 17px;
    margin-top: 20px;
    color:#009688;
}

.justinQualifications p1{
    font-size: 12px;
}

.banner4{
    width: 100%;
    height: 100vh; 
    background-image: linear-gradient(rgba(0,0,0,0.50), rgba(255,255,255,0.50)), url(background.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
} 

.justinServices{
    width: 100%;
    position: absolute;
    top: 66%;
    transform: translateY(-50%);
    color: white;
}

.justinServices h1{
    font-size: 50px;
    margin-top: 50px;
    text-align: center;
    color:#009688;
}

.justinServices p1 {
    margin: 20px auto;
    font-weight: 100;
    line-height:    0px;
    font-size:  12px;
}















