@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400&display=swap');
* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #494848;
    text-align: right;
    font-family: 'Heebo', sans-serif;
    width: 100%;
    /* overflow: hidden; */
}

.navbar {
    background-color: #f8f9fa!important;
    width: 100vw !important
}

.navbar a {
    font-size: 1.1rem;
    transition: .5s;
    padding: 15px !important;
}

.navbar li {
    list-style-type: none;
}

.navbar a:hover {
    transform: scale(1.1);
}

.navbar-collapse {
    z-index: 10;
    background-color: #f8f9fa!important;
    width: 100vw !important;
    justify-content: center;
}

#techCareer-logo {
    width: 10%;
}

#techCareer-logo img {
    width: 100%;
}

.pageTitle {
    font-size: 3.1rem;
    font-weight: bold;
}

.subtitle {
    text-align: center;
}

main {
    top: 10px;
    position: relative;
    line-height: 1.4;
    height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 30px;
}

main .frame {
    position: fixed;
    width: 90%;
    height: 85vh;
    box-shadow: 2px 2px 10px black;
    right: 5%;
    z-index: -2;
}

main .cplusplus {
    background: url('../images/C.jpg');
    background-size: cover;
    opacity: .4;
}

main .fullstack {
    background: url('../images/WebDeveloper.jpg');
    background-size: cover;
    opacity: .4;
}

main .dataScince {
    background: url('../images/DataScience.jpg');
    background-size: cover;
    opacity: .4;
}

main .soc {
    background: url('../images/SocAnalyst.jpg');
    background-size: cover;
    opacity: .4;
}

main .dataAnalysis {
    background: url('../images/DataAnalyst.jpg');
    background-size: cover;
    opacity: .4;
}

main .qa {
    background: url('../images/QA.jpg');
    background-size: cover;
    opacity: .4;
}

main .security {
    background: url('../images/secu.jpg');
    background-size: cover;
    opacity: .4;
}

main .content {
    color: white;
    width: 70%;
    margin: auto;
    z-index: -1;
    line-height: 1.7;
}

main h2 {
    margin-top: 10px;
}

main h1 {
    margin-top: 20px;
    text-align: center;
}

#footer {
    background-color: #F8F9FA;
    height: 30vh;
}

.copyright {
    border-top: 1px solid gray;
    margin: 0 15%;
}

#footer {
    background-color: #F8F9FA;
    height: 30vh;
    text-align: center;
}

.social-media {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.social-media a {
    text-decoration: none;
}

.social-media i {
    height: 25px;
    width: 25px;
    margin: 20px 10px;
    padding: 4px;
    color: #000;
    transition: 0.5s;
}

.social-media i:hover {
    transform: scale(1.5);
}
#attend{
    text-align: center;
}
.register button {
    background: #4a7f7f;
    padding: 1% 10%;
    color: ghostwhite;
    outline: none;
    border: none;
    cursor: pointer;
}

@media only screen and (min-width:900px) {
    .navbar {
        height: 60px;
    }
    .frame {
        width: 70%;
    }
    .frame {
        width: 95%;
    }
    .content {
        width: 90%;
    }
}

.dent {
    margin-right: 30px;
}

li {
    list-style-type: circle;
}