﻿* {
    margin: 0;
    padding: 0;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}

.container-fluid {
   padding: 0px;
}



#login h3, #create h3 {
    color:darkred !important;
}

body {
    font-size: 1.8em;
    line-height: 1.7;
    padding-top: 0px;
    padding-bottom: 0px;
}

form{
    padding-top:0px;
    margin-top:0px;
}


ul li {
    list-style-type:none;
}



footer p {
    color: white;
    text-align: center;
    margin-bottom:0px;
}

input {
    width: 100%;
}

.form-control {
    font-size: 1.5rem !important;
}

#logo {
    margin:0 !important;
    width: 8% !important;
    min-width:95px;
    position:absolute;
    padding-top:4px;
    top:-3px;
}

#nav-menu-container {
    margin-left:40px !important;
}

.nav-menu a:hover {
    color: rgb(217, 75, 46) !important;
}


/*Landing Page/Side Info*/

.scrolltop{
    z-index:1000;
}

#about h2 {
    font-size:50px;
    font-weight:700;
}

.btn {
    font-size: 14px;
    margin-bottom: 10px;
}
.tagline {
    margin: 30px 0 30px 0  !important;
}

div#stepscolclass {
    padding-left: 0px !important;
}

/**#stepscol {
    width: 100%;
    max-height:100%;
}*/

.steps {
    background-color: rgb(8, 26, 40);
    padding: 1px;
    height:120px;
    width:100%;
    font-size:100%;
    margin-bottom: 10px;
    color: white;
    font-size: 60px;
    border-radius: 0 55px 55px 0;
}

.steps span {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.steps:before,
.steps:after {
    content: '';
    position: absolute;
    top: 0.6em;
    left: 0px;
    font-size:58%;
    line-height:1.1;
    text-align: center;
    opacity: 0;
    -webkit-transition: .4s,opacity .6s;
    -moz-transition: .4s,opacity .6s;
    -o-transition: .4s,opacity .6s;
    transition: .4s,opacity .6s;
}

.steps:before, .step2:before, .step3:before, .step4:before {
    content: attr(data-hover);
    -webkit-transform: translate(-150%,0);
    -moz-transform: translate(-150%,0);
    -ms-transform: translate(-150%,0);
    -o-transform: translate(-150%,0);
    transform: translate(-150%,0);
}

.steps:after, .step2:after, .step3:after, .step4:after {
    /*content: attr(data-active);*/
    -webkit-transform: translate(150%,0);
    -moz-transform: translate(150%,0);
    -ms-transform: translate(150%,0);
    -o-transform: translate(150%,0);
    transform: translate(150%,0);
}

.steps:hover span,
.steps:active span {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
}

.steps:hover:before,
.steps:active:after {
    width:100%;
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.steps:active:before {
    -webkit-transform: translate(-150%,0);
    -moz-transform: translate(-150%,0);
    -ms-transform: translate(-150%,0);
    -o-transform: translate(-150%,0);
    transform: translate(-150%,0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

p.steps:hover {
    background-color: rgb(217, 75, 46);
}

.step2:before,
.step2:after {
    top: 4.2em;
}

.col-md-12.step4::before, .col-md-12.step4::after {
    left: 60px;
}

.step3:before,
.step3:after {
    top: 8.0em;
}

.step4:before,
.step4:after {
    top: 12.1em;

}
/*Landing Page Side Info END */



/*Login/ Register Page*/

header-sticky-wrapper {
    height: 0px !important;
}

#login h2, #create h2, #team h2, #profile h2, #otherprofile h2, #about h2{
    color: #005C90;
    font-size: 50px;
    line-height:1.1;
    font-weight: 700;
    text-align: center;
}

#login, #create {
    display: table;
    position: relative;
    background-image: url(../images/background2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    width: 100%;
    height: 100vh;
}

/*#otherprofile, #team {
    height: 100vh;
}*/


.row.justify-content-center {
    background-color: rgba(248, 249, 250, 0.95);
    margin: 0;
    padding: 30px;
    width: 100%;
}

#login:after, #create:after {
    content: '';
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.justify-content-center {
    z-index: 2;
    position: relative;
    height: 100%;
    width: 100%;
}

#loginform label {
    color: #005C90;
    display: block;
    text-align: left;
    margin-left: 15px;
}


#loginform a {
    color: #008A93;
}

#loginform a:hover {
    color:#D94B2E;   
}

#login input, #create input {
    margin-top:10px;
}

#Password {
padding-left:6px;
}

#registerform label {
    color: #005C90;
    display: block;
    text-align: left;
    margin-left: 15px;
}
/*Login/Register Page End*/




/*Switch*/

input[type=checkbox] {
    visibility: hidden;
}

.checkboxThree {
    width: 105px;
    height: 50px;
    background-color: #ddd;
    border-radius: 50px;
    position: relative;
    margin: 0;
    margin-bottom: 15px;
}

.checkboxThree:before {
    content: 'Yes';
    position: absolute;
    top: 12px;
    left: 13px;
    height: 2px;
    font-weight:600;
    color: rgb(217, 75, 46);
    font-size: 16px;
}

.checkboxThree:after {
    content: 'No';
    position: absolute;
    top: 12px;
    left: 64px;
    height: 2px;
    font-weight:600;
    color: #005C90;
    font-size: 16px;
}

.checkboxThree label {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin:0px !important;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: 7px;
    z-index: 1;
    left: 12px;
    background: #005C90;
}

.checkboxThree input[type=checkbox]:checked + label {
    left: 60px;
    background-color:rgb(217, 75, 46);
}
/*Switch END*/



/*Other Users Page*/

#users a {
    font-size: 105%;
    color: rgb(8, 26, 40);
    font-weight: 800;
}



section#team {
    display: table;
    background-image: url(../../images/background3.2.jpg);
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 0;
    padding-top: 60px !important; /*45px*/
}

  /*  section#team:after {
        content: '';
        z-index: -1;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }*/

.card-title-wrap {
    height:100%;
    height:200px;
    max-height: 250px;
}

.card {
    margin-bottom: 30px !important;
}

.card-block:hover h5, .card-block:hover h4 {
    color: white !important;
}

.team-over .btn {
    background-color: white;
    width: 100%;
}

#users a:hover {
    color: #005C90;
}

.team .card img {
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
}


.dislike.btn:hover {
    background-color: darkred !important;
}

.like.btn:hover {
    background-color:forestgreen;
}

.like.btn {
    margin-top:20px;
}

.team-over .btn:hover a {
    color:white !important;
}

.card a {
    height:180px;
}
/*Other Users Page END*/




/*Profile Page*/

#profilebtn img  {
    position:absolute;
    right:10px;
    max-width:11%;
    min-width:60px !important;
    margin-right:50px;
    padding-top:10px;
    z-index:2000;
}

section#profile {
    padding:55px 0 !important;
}

section#profile label {
    float: left;
    padding-left: 15px;
}

#otherprofile img {
    min-width: 250px;
    width:45%;
    display:block;
    float:none;
}
#otheruserprofileimg {
    float:left!important;
    margin-right:15px;
}

#otherprofile h2 {
    text-align: left;
}


/* h2 {
    text-shadow:1px 1px 1px white;
}*/

/*section#otherprofile h2 {
    text-align:left;
    margin-left:10px;
}*/

/*section#otherprofilebanner {
    background-color: rgba(000, 000, 000, 0.7);
    padding: 20px;
    padding-left:0px;
    max-height: 200px;
    height: 100%;
}*/

section#otherprofilebanner {
    padding:0px;
}

section#otherprofile {
    display: table;
    background-image: url(../../images/background4.2.jpg);
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 0;
    padding-top: 60px !important;
}


section#otherprofile p {
    margin-bottom:30px;
    color:rgb(8, 26, 40);
}

#instruments img {
    width:15%;
    min-width:60px;
    padding:10px;
}

#instruments p {
    height:100px;
}

#listbox2 select.form-control {
    height: 200px;
}

#userInfo, #videos {
    padding: 20px;
    background-color:whitesmoke;
    border-radius: 5px;
    color: #008A93;
}

#userInfo h3 {
    font-weight:600;
}

#profileInfo p {
    color: rgb(217, 75, 46);
}

#media iframe {
    width: 100%;
    height: 250px;
    max-height:100%;
    
}

.container#videos {
    margin-top:20px;
    margin-bottom:40px;

}





/*Profile Page END*/



