﻿.content {
    width: 450px;
    height: auto;
    margin: 0 auto;
    /*padding: 30px;*/
}

.nav-pills {
    width: auto;
}

.nav-items {
    width: 20%;
}

.google_button {
    margin-right: 10px;
    border: none;
    cursor: pointer;
}

    .google_button img {
        border: none;
        height: 47px;
        text-decoration: none;
    }


.user {
    color: #cccccc;
    display: inline-block;
    margin-top: 7px;
    border-radius: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

    .user:focus, .user:hover {
        color: black;
        text-decoration: none;
        background-color: #82d9ff;
        transition: ease-in .25s;
    }


.reg {
    color: #cccccc;
    margin-left: -20%;
    border-radius: 30px;
}

    .reg:focus, .reg:hover {
        color: black;
        text-decoration: none;
        background-color: #82d9ff;
    }

.nav-pills .nav-link {
   /* font-weight: bold;*/
    padding-top: 13px;
    text-align: center;
    background: #54BAB9;
    color: floralwhite;
    border-radius: 30px;
    height: 100px;
    z-index: 999;
}

    .nav-pills .nav-link.active {
        background: #F7ECDE;
        color: #54BAB9;
    }

.tab-content {
    position: inherit;
    width: auto;
    height: auto;
    margin-top: -50px;
    background: #fff;
    color: #325288;
    border-radius: 30px;
    z-index: 1;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
    padding: 30px;
    min-height: 50px;
    margin-bottom: 100px;
}

#google_element {
    margin-left: 200px;
}
/*#home {
    margin-left: -300px;
    
}
#aboutus {
    margin-left: -225px;
}
#contactus {
    margin-left: -130px;
}*/
@media (max-width:450px) {
}


@media (max-width:990px) {
    .tab-content {
        padding: 10px;
    }
       
}

/*    .tab-content button {
        border-radius: 15px;
        width: 100px;
        margin: 0 auto;
        float: right;
    }*/
.words {
/*    width: 150px;*/
    white-space: nowrap; /* Prevents text from wrapping to the next line */
    overflow: hidden; /* Hides the overflowed text */
    text-overflow: ellipsis;
}

    .words span {
        color: white;
    }

@media(max-width:450px) {
    .nav-items a {
        font-size: 10px;
    }
}

.tab-body {
    position: relative;
}
@media screen and (min-width: 1024px) {
    .tab-body {
        width: 80%;
        margin: auto;
    }
}
