body, h1, h2, h4, h5, h6 {
    display: block;
    font-weight: 400;
}
h3 {
    font-weight: 500;
}
a:hover{
    text-decoration: none;
}

#user-photo {
    border-radius: 23.5px;
}
.card-text {
    display: block;
    min-height: 4rem;
}
.message-section {
    border-radius: 10px;
    margin: 20px;
    padding: 30px;
    background: rgba(51, 255, 0, 0.4);
    opacity: 0;
    transition: .2s ease-in;
}
.my-fixed-tab {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    min-height: 60px;
}
.my-opac-bg {
    background: rgba(0, 0, 0, 0.8);
}

.my-login-button {
    margin: .25rem 1rem;
    padding: .25rem .90rem;
    border-style: hidden;
    color: rgba(255, 255, 255, 0.5);
    font-family: sans-serif;
    transition-duration: .4s;
    cursor: pointer;
    background: rgb(36, 35, 35);
    border-radius: 5px;
}

.my-login-button:hover {
    color: rgba(255, 255, 255, 1);
}

.my-reg-button {
    margin-left: 0px;
    margin-right: 1.25rem;
    padding: 7px 21px;
    border-radius: 4px;
    font-size: 14pt;
    border-style: none;
    /*border-color: rgb(43, 187, 51);
    */
    background: rgb(48, 36, 219);
    color: white;
    font-family: sans-serif;
    transition-duration: .4s;
    cursor: pointer;
}

.my-reg-button:hover {
    margin: 0;
    font-size: 18pt;
    color: aliceblue;
}

.my-logout-button {
    margin: 7px 0px 0px 17px;
    padding: 7px 21px;
    border-radius: 3px;
    border-style: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0),rgba(155, 0, 0, 0.8));
    color: rgb(185, 185, 185);
    font-family: sans-serif;
    font-size: 12pt;
    transition-duration: .4s;
    cursor: pointer;
}

.my-logout-button:hover {
    background: linear-gradient(rgba(0, 0, 0, 0),rgba(255, 0, 0, 0.9));
}

.no-background {
    background: none;
}

.my-template-button {
    color: black;
    background: rgba(230, 227, 227, 0.7);
    padding: 10px 15px;
    border-style: solid;
    border-radius: 5px;
    border-width: 2px;
    border-color: rgba(136, 136, 136, 0.7);
    margin: 10px 10px;
}

.my-template-button:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.my-main {
    /* setting background image with gradient overlay
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bgpicture-1.png);
    background-attachment: fixed;
    background-size: cover;
    /**/
    background: rgb(236, 233, 233);
    margin: 0px auto auto auto;
    padding: 100px 0%;
    color: rgb(39, 39, 39);
    display: flex;
    flex-direction: column;
    align-items: center;
    /**/
    /*uncomment for image background*/
}


.my-footer {
    top: auto;
    bottom: 0cm;
    margin-top: auto;
    background-color: white;
}

.my-row {
    padding: 25px 0px;
}

.my-help {
    bottom: 0%;
    right: 0%;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 10px 29px;
    position: fixed;
    background: #cc2f2f;
    color: white;
    font-size: 27pt;
    z-index: 999999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.my-help:hover {
    color: blanchedalmond;
    font-size: 29pt;
}

.my-quickpreview {
    position: absolute;
    z-index: -1;
    align-self: center;
    /**/
    left: 30%;
    top: 10%;
    width: 45%;
    height: auto;
    /**/
    opacity: 0;
    box-shadow: 0px 5px 100px rgba(0, 0, 0, 0.952);
    transition: 0.5s ease-in;
}
.preview-cover{
    position: absolute;
    display: block;
    width: 100%;
    height: 1500px;
    background: rgba(1, 1, 1, 0.5);
    opacity: 0;
    z-index: -1;
    transition: .5s ease-in;
}

.my-close-preview {
    position: absolute;
    display: block;
    padding: 10px;
    background-color: aliceblue;
    z-index: -1;
    top: 10%;
    left: 75%;
    border: solid black;
}

.get-big {
    width: 100%;
    padding: 30px 15px;
    transition: .4s ease;
}

.get-big:hover {
    transform: scale(1.05);
}

.btn-select {
    font-weight: 400;
    padding: 5px 21px;
    border: 1px solid rgba(177, 175, 175, 0.431);
    border-radius: 4px;
    color: black;
    margin: 5px 10px;
    background: inherit;
    transition: .2s ease;
}

.btn-select:focus{
    outline: none;
}

.btn-select:hover {
    background: rgb(17, 100, 255);
    color: white;
}

.btn-pla-sig {
    padding: 5px 21px;
    border: 2px solid rgba(177, 175, 175, 0.431);
    border-radius: 5px;
    color: white;
    font-size: 17pt;
    margin: 5px 10px;
    background: inherit;
    transition: .2s ease;
}

.btn-pla-sig:hover {
    background: rgba(133, 111, 111, 0.651);
}

#formheading {
    transition: .2s ease-out;
}

#flname,
#forgotpswd,
#plasignin,
#institute,
#p {
    transition: .4s ease;
}

.black-transparent {
    background: whitesmoke;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24);
}

.fontblack {
    color: black;
}

.fontwhite {
    color: black;
}

.card-title{
    background-color: lightgray;
    padding: 10px;
}
.card-text{
    height: 50px;
}

/*------------------Resume CSS---------------------*/
.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-60 {
    width: 60%;
}

.w-100 {
    width: 100%;
}

.intro {
    padding: 5px;
}

.inline-block {
    display: inline-block;
}

#resume{
    opacity:0;
    transition: .7s ease-in;
}

.my-side-line {
    border-left: 4px solid rgb(14, 2, 80);
    padding-left: 20px;
    border-collapse: separate;
}

.head-field{
    display: inline-block;
    min-width:50px;
}

.input-field:hover{
    background: #e1f5c7b0;
}
.invisible {
    display: none;
}

#ach-btn {
    margin: 15px;
    font-size: 14pt;
}

#awards-table {
    transition: opacity .7s ease-in-out;
}

/* 
table:nth-child(n+2) tr:first-child{
    background: rgba(201, 175, 175, 0.753);
}*/
.addButton {
    margin: 10px 5px;
    padding: 5px 14px;
    background: rgb(187, 255, 187);
    color:green;
    border:none;
    border-radius: 3px;
    font-size: 11pt;
    font-weight: 600;
    /* box-shadow: 0 4px 5px rgba(0, 0, 0, 0.27); */
    transition-duration: .3s;
}
.addButton::after {
    content: " +";
}
.addButton:focus{
    outline: none;
}

.removeButton {
    margin: 10px 5px;
    padding: 5px 14px;
    background:pink;
    color: rgb(180, 0, 0);
    border: none;
    border-radius: 3px;
    font-size: 11pt;
    font-weight: 600;
    transition-duration: .3s;
    /* box-shadow: 0 5px 5px rgba(0, 0, 0, 0.27); */
}
.removeButton::after{
    content: " -";
}

.removeButton:focus{
    outline: none;
}

.addButton:hover {
    transform: scale(1.1);
}

.removeButton:hover {
    transform: scale(1.1);
}

.small-btn {
    font-size: 9pt;
}

.my-resume-page {
    padding-top: 25px;
    background: white;
    box-shadow: 0 20px 22px rgba(0, 0, 0, 0.27);
    color: black;
    overflow: auto;
}

.my-resume-bg {
    background: rgb(236, 233, 233);
}

.relative {
    position: relative;
}
.sticky{
    position: sticky;
    top: 40px;
    z-index: 1000;
}
.my-controls {
    background-color: white;
    margin: 15px 15px;
    text-align: center;
    background-color: white;
    padding: 20px 30px;
    /*border-radius: 20px 20px 20px 20px;*/
    box-shadow: 0 20px 22px rgba(0, 0, 0, 0.27);
    border-radius: 2px;
}

.my-controls ul {
    list-style: none;
    margin-bottom: 0%;
}

.my-controls ul li {
    display: inline-block;
}

.save-message {
    position: fixed;
    z-index: 2000;
    display: none;
    top: 10px;
    left: 47%;
    padding: 5px 15px;
    color: green;
    background: lightgreen;
    border: none;
    border-radius: 4px;
    transition: .7s ease-out;
    font-size: 10pt;
    font-weight: 500;
}

@media only screen and (max-width: 800px) {
    #logo {
        display: none;
    }
}

textarea{
    border: 1px solid grey;
    border-radius: 5px;
    padding: 5px;
    font-size:11pt;
    color: grey;
    margin: 0;  
}
/*
.form-group {
    border: 1px solid white;
    border-radius: 20pt;
    padding: 2rem 3rem;
    background: white;
    color: black;
}

.form-control form input {
    width: 15rem;
}

/*---------------------------------------------------*/