@font-face {
    font-family: myFirstFont;
    src: url("fonts/AGaramondPro-Regular.otf");
}

* {
    font-family: myFirstFont;
}

.logo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

body {
    background-color: rgb(218, 217, 216);
}

.navbar {
    border-bottom: 1px solid black;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    margin-left: 5%;
    margin-top: 2%;
    /* width: 100%; */
}

.navbar nav {
    margin-left: 2.5%;
    display: flex;
    gap: 15px;
}

h1 {
    font-weight: 300;
    font-size: 2.5em;
}

.navbar a {
    color: black;
    font-size: 20px;
    text-decoration: none;
}

.navbar .nav a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.253);
}

.navbar .active-page {
    border-bottom: 1px solid black;
}

.social-media {
    margin-left: auto;
    padding-right: 60px;
}

.social-media img {
    height: 1.25em;
    padding-left: 10px;
    width: auto;
}

.work-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 7.5%;
    margin-top: 5%;
    font-size: 27px;
    font-weight: 500;
}

#cost {
    font-size:  16pt;

}

#money {
    font-size:  14pt;

}

.projects {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 5%;
    gap: 45px;
}

.grid-item {
    display: block;
    width: 100%;
}

.projects a:hover {
    opacity: 0.87;
    transition-duration: 500ms;
}

.grid-item img {
    border-radius: 7.5%;
    width: 100%;
    height: 90%;
}

.grid-item a {
    color: black;
    font-size: 20px;
    text-decoration: none;
}

.grid-item h1 {
    margin-top: 12%;
    font-weight: 300;
    font-size: 2.3em;
    text-align: left;
}

.grid-item p {
    text-align: left;
    font-size: 28px;
    font-weight: 500;
}

.grid-item u {
    font-weight: 300;
    font-size: 2em;
}

@media only screen and (max-width: 600px) {
    .projects {
        grid-template-columns: 1fr;
    }
}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 400px;
    height: 100%;
    margin-right: 125px;
}

#customers td,
#customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(48, 48, 48, 1) 35%, rgba(138, 138, 138, 1) 100%);
    color: white;
}



.course-content {
    display: flex;
    width: 100%;
    gap: 50px;
    margin-left: 75px;
    margin-top: 75px;
}

.course-text p {
    font-weight: 300;
    font-size: 20px;
}

.course-text-2 p {
    font-weight: 300;
    margin-left: 75px;
    font-size: 20px;
    width: 50%;

}


.thumbnail {
    display: flex;
    width: 100%;
    gap: 50px;
    margin-left: 75px;
    margin-top: 75px;
}
.thumbnail img {
    width: 300px;
}


.btn {
    background-color: white;
    color: black;
    font-size: 20px;
    border: 2px solid black;
    padding: 15px 32px;
    text-align: center;
    margin-left: 75px;
    margin-bottom: 75px;
}

.btn:hover {
    background-color: black;
    color: white;
    transition-duration: 300ms;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .conatct-content {
        grid-template-columns: 1fr;
    }
}

.form label {
    font-weight: 300;
    /* font-size: 20px; */
    margin-top: 15px;
}

.form input {
    border: none;
    font-size: 20px;
    border-bottom: 2px solid black;
}

.btnSubmit {
    background-color: white;
    color: black;
    font-size: 20px;
    border: 2px solid black;
    padding: 15px 92px;
    text-align: center;
    margin-bottom: 75px;
}

.btnSubmit:hover {
    background-color: black;
    color: white;
    transition-duration: 300ms;
    cursor: pointer;
}

.conatct-text {
    font-size: 2.5em;
    margin-left: 260px;
}

.email-text {
    font-size: 20px;
    margin-left: 350px;
}

.based-text {
    font-size: 2.5em;
    margin-left: 290px;
}

.based2-text {
    font-size: 20px;
    margin-left: 350px;
}

.follow-text {
    font-size: 2.5em;
    margin-left: 225px;
}

.info-text-1 a {
    font-size: 3em;
    text-decoration: none;
    color: black;
    float: left;
}

.info-text-2 a {
    font-size: 3em;
    text-decoration: none;
    color: black;
    float: right;
    /* margin-top: 250px; */
    /* margin-left: 250px; */
}

.conatct-content {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    display: flex;
    flex-direction: row;
    margin: 5%;
}

.all-rights {
    margin-top: auto;
    display: flex-block;
    flex-wrap: wrap;
    line-height: 10px;
}
