:root {
    --sans-serif: 'Roboto', sans-serif;
    --turquoise: #58c6d3;
    --turquoise-dark: #00b1c0;
    --green: #bde76c;
    --grey-text: #6a6a6a;
    --dark-color: rgba(40, 40, 40, 0.4);
}

;text-transform: uppercase;

body {
    font-family: (var(--sans-serif)) !important;
}

.my-text-white {
    color: #ccc;
}

.my-navbar-background {
	font-family: 'Nunito Sans';
	background-color: var(--dark-color);
	color: #ddd;

}

.my-bigger-text {
    font-size: 1.1rem;
}

.image-radius-25 {
    border-radius: 25px;
}

.my-dropdown-menu {
    background-color: var(--dark-color);
}

.my-box-shadow {
    box-shadow: 0px 0px 50px 50px rgba(0, 0, 0, 0.55);
}

.my-nav-link:hover {
	color: #fff;
	text-decoration: underline;
   }

.my-card-background {
    background-color: rgba(255, 255, 255, 0.85);
}

.my-card-radius {
    border-radius: 30px;
}

.my-card-image-wrapper {
    height: 20px;
}

.my-card-image {
    max-height: 20px;

}

.my-color-primary {
    color: var(--turquoise);
}



.myDIV {
margin-left: 20px;
}

.myDIV2 {
margin-left: 20px;
margin-top: 10px;
}

/*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 5px 0 0 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    text-decoration: none;
    display: inline-block;
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-bold);
    margin: 5px 10px;
    text-align: center;
}

.social-icon li a:hover {
    color: var(--primary-color);
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 50px;
    }

    h4 {
        font-size: 45px;
    }

    .my-bigger-text {
        font-size: 0.9rem;
    }
}


.third-container {
    min-height: 100vh;
    color: var(--turquoise);
}

.map-height {
    height: 65vh;
}

.profile-img {
    border-radius: 50%;
}

.third-container h2 {
    color: var(--turquoise);
    font-size: 40px;
    font-weight: 700;
}

@media screen and (max-width: 1400px) {
    .third-container .big-text {
        font-size: 70px;
    }
}

@media screen and (max-width: 992px) {
    .third-container h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 768px) {
    .third-container h2 {
        font-size: 35px;
    }
}

@media screen and (max-width: 576px) {
    .third-container>div:first-of-type {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .third-container h2 {
        font-size: 30px;
    }

    .footer-main-page h3 {
        font-size: 1rem;
    }

    .footer-main-page div {
        font-size: 1rem;
    }
}