@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
@font-face {
    src: url(fonts/Dosis-ExtraBold.ttf);
    font-family: dosis;
}

@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
@font-face {
    src: url(fonts/Dosis-ExtraBold.ttf);
    font-family: dosis;
}


/*font importing*/

#site_title {
    font-size: 33px;
    font-family: dosis;
    font-weight: bolder;
}

.normaltext {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}


/* .city_back{
  background: url("images/imgs/travel.png")
  background-repeat: no-repeat;
  background-size: 100% 100%;
} */

a.top_bar {
    color: #B7938B;
    font-weight: 500;
    border-style: solid;
    border-width: thin;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
}

.col-12 {
    height: 50%;
}

.img-fluid {
    width: 69%;
}

.city {
    margin-top: 101px;
}

.rounded {
    border-radius: 1.25rem!important;
}

.city_stuff {
    position: absolute;
    margin-top: 200px;
    width: auto;
    height: 100px;
}

.city_name {
    /* top: 33%; */
    color: white;
    font-family: 'Shadows Into Light', cursive;
    font-size: 81px;
    text-align: center;
}

.btn {
    /* position: absolute;
  top: 71%; */
    /* left: 50%; */
    margin-left: 173px;
    margin-top: 232px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #00ccff;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.container .btn:hover {
    background-color: #253af7;
}


/*font importing*/

.supporttext {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.secondheading {
    font-family: dosis;
    font-size: 80px;
}

.firstimg {
    height: 40%;
    width: 98%;
    border-radius: 30px;
}

.secondimg {
    height: 40%;
    width: 95%;
    border-radius: 30px;
}

.btnj {
    margin-left: 190px;
    margin-top: 190px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #00a2ff;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
}

.dropbtn {
    background-color: #00a2ff;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-left: 380px;
    margin-top: 120px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #01eeff;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
:root {
    --font3: 'Roboto', sans-serif;
}

.h1,
h1 {
    font-size: 1.5rem;
}

.container-fluid {
    max-width: 1400px;
}

.card {
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    border: 1;
    border-radius: 1rem;
}

.img-hover-zoom--colorize img {
    border-radius: 50%;
    width: 150px;
    height: auto;
    margin-top: 20px;
    padding: 1px;
    transition: transform .5s;
    filter: grayscale(100%);
}

.img-hover-zoom--colorize:hover img {
    filter: grayscale(0);
    transform: scale(1.05);
}

.card h5 {
    overflow: hidden;
    height: 80px;
    font-weight: 300;
    font-size: 1rem;
}

.card h5 a {
    color: black;
    text-decoration: none;
}

.role {
    color: #7a7a7a;
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fab {
    font-size: 1.5rem;
    color: darkgray;
    transition: transform .5s;
}

.fab:hover {
    color: black;
    transform: scale(1.1);
}

.card h2 {
    font-size: 1rem;
}


/* MEDIA */

@media only screen and (min-width: 1200px) {
    .img-hover-zoom--colorize img {
        width: 200px;
    }
}

@media only screen and (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 2rem;
    }
}