/*Header CSS*/
.headBanner{
    height: 65px;
    background-color: #6897CD;
    margin: 10px;
    border-radius: 10px;
    color: white;
    padding: 10px;
    margin-top: 20px;
}
.headBanner h1{
    margin-left: 20px;
    display: inline-block;
}
.headBanner span{
    font-size: 13px;
    margin-left: 20px;
}
.headBanner img{
    display:inline-block;
    width: 50px;
}

/*Side Navigation CSS*/
.sideNavigation{
    text-align: center;
    background-color: #6897CD;
    margin: 10px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    padding: 30px;
    padding-bottom: 100px;
}

/*Main Home Contents CSS*/
.content{
    display: inline-block;
    width: 60%;
    vertical-align: top;
    margin: 10px;
    text-align: center;
    color: #6897CD;
    margin-left: 2%;
}

.content img{
    margin-top: 30px;
    width: 90%;
}
.divider{
    display: inline-block;
    width: 35%;
    text-align: center;
    margin-top: 30px;
}
.dividerForm{
    display: inline-block;
    width: 35%;
    margin-left: 80px;
    padding: 30px;
    border: 2px solid #6897cd6a;
    border-radius: 10px;
    text-align: center;
    vertical-align: top;
    margin-top: 30px;
}

.signUpForm{
    width: 250px;
    margin: auto;
}

#goButton{
    margin-top: 30px;
    background-color: #6897CD;
    border: 1px solid #6897CD;
}

/*Challenges CSS*/
.challengeWrapper{
    width: 1100px;
    display: inline-block;
    text-align: center;
}
.challengeWrapper h2, .challengeWrapper p{
    color: #6897CD;
}

.challengeContainer{
    display: inline-block;
    margin-top: 0px;
    border-radius:10px;
    vertical-align: middle;
}
.challengeContainer:hover{
    background-color: #7fa4ce98;
}
.challengeContainer:hover > p{
    visibility: visible;
    width: 100%;
    padding: 10px;
    border-radius:10px;
    color: #2e435c;
    font-weight:700;

}
.challengeContainer p{
    visibility: hidden;
}

/*Sub-Challenges CSS*/

.challengeSection{
    text-align: center;
    margin: auto;
    border-radius:10px;
    border: 10px solid #6897CD;
    position: relative;
   
}
.challengeMain{
    width: 1000px;
    display:inline-block;
    text-align: center;
    vertical-align: top;
    color: #6897CD;
}
.challengeMain h2{
    margin-bottom: 30px;
}
.challengeMain h3, .challengeMain h4{
    margin-top: 30px;
}
#challengeButton{
    margin-top: 40px;
    background-color: #6897CD;
    border-radius: 10px;
    color: white;
}
#returnButtons{
    margin-top: 30px;
    background-color: #6897CD;
    border-radius: 10px;
    color: white;
    padding: 10px;
    display: block;
    width: 180px;
    margin: auto;
    text-decoration: none;
    margin-top: 30px;
}
#returnButtons:hover{
    background-color: #aec8e5;
    color: #364d67;
}
.Teodor{
    width: 30%;
    position: absolute;
    z-index: 1;
}
#finishGif{
    width: 80%;
    margin-top: 15px;
}
.challengeDivider{
    width: 350px;
    display: inline-block;
    margin-left: 120px;
    vertical-align: top;
}

.trackerWrapper{
    display: inline-block;
    text-align: center;
}
#headingTracker{
    text-align: left;
}

#linkToHome{
    color: #6897cdc3;
}
#linkToHover{
    color: #6897cd;
}
.trackerDivider{
    display: inline-block;
    vertical-align: top;
}
.userInfoData{
    font-size: 15px;
    border: 2px solid #869db856;
    border-radius: 20px;
    width: 70%;
    margin: auto;
    text-align: left;
    padding: 25px;
    padding-left: 45px;
    margin-top: 20px;
}
#updateInfoButton{
    margin-top: 10px;
    background-color: #7e99b9;
    color: white;
    border-radius: 5px;
    font-size: 12px;
}
#updateInfoButton:hover{
    background-color: #385476;
}

#addProgressButton{
    margin-top: 77px;
    margin-bottom: 76px;
    background-color: #7e99b9;
    color: white;
    border-radius: 5px;
    font-size: 16px;
}
#addProgressButton:hover{
    background-color: #385476;
}
table, th, td{
    border-collapse: collapse;
    padding: 10px;
    text-align: center;
    padding: 4px;
    padding-top: 10px;
}
thead,tbody{
    padding: 5px;
    border: 1px solid #6897CD;
}

.buttonDeleteLog{
    height: 25px;
    width: 25px;
    text-align: center;
    padding: 0px;
    background-color: #db8a81;
    color: white;
    border-radius: 5px;
    margin-top: 8px;
}
.buttonDeleteLog:hover{
    background-color: #c64736;
}
.graphWrapper{
    width: 85%;
    margin: 5%;
    margin-top: 50px;
    border: 2px solid #6897cd78;
    padding: 15px;
    border-radius: 30px;
}
#cancelButton{
 margin-left: 20%;
}
#cancelButton2{
    margin-left: 30%;
   }
#updateButton{
    margin-left: 15px;
}
#updateForm{
    width: 60%;
    margin: auto;
}
.tableWrapper{
    width: 97%;
    padding: 5px;
    height: 430px;
    border-radius: 30px;
    overflow-y: auto;
    border: 2px solid #6897cd78;
}
.buttonWrapper{
    text-align: center;
    margin-right: 45px;
}


@media only screen and (max-width: 480px){
    .sm-0 {
        display: none;
     }
     .sm-1 {
        width: 97%;
        margin: 2%;
        padding: 2%;
        font-size: 8px;
     }
     .sm-1-link{
        display: inline-block;
     }
     .sm-2{
        width: 62%;
     }
     .sm-3{
        width: 75%;
        margin: auto;
        margin-top: 2%;
     }
     .sm-form{
        margin-top: 5%;
        font-size: 12px;
     }
     .sm-4{
        width: 97%;
        margin: 2%;
        margin-top: 4%;
     }
     .sm-icon{
        width: 85%;
        margin: 4%;
     }
     .sm-img{
        width: 70%;
        margin: 5%;
     }

     .sm-video-1{
        padding-bottom:56.25%; 
        position:relative; 
        display:block; 
        width: 100%
     }

     #sm-video{
        position: absolute;
        top: 0;
        left: 0;
     }
     .sm-gif{
        margin-top: 30px;
        right: 35%;
     }
     table{
        width: 75%;
        margin: auto;
    }
    .sm-info{
        width: 50%;
        margin: auto;
        margin-top: 40px;
        padding: 5px;
        font-size: 12px;
    }

}
@media only screen and (min-width: 481px){
    .md-1 {
        width: 97%;
        margin: 2%;
        padding-bottom: 3%;
    }
    .md-2{
        width: 97%;
        margin: 2%;
    }
    .md-3{
        width: 55%;
        margin: 2%;
    }
    .md-4{
        width: 97%;
        margin: 2%;
        margin-top: 4%;
    }
    .md-icon{
        width: 42%;
        margin: 3%;
        height: 260px;
        vertical-align: middle;
        position: relative;
    }
    .md-img{
        width: 73%;
        margin: 3%;
    }
    .md-video{
        width: 95%;
        height: 335px;
    }
    .md-gif{
        margin-top: 30px;
        right: 35%;
    }
    .md-p{
    width: 100%;
    border-radius:10px;
    color: #2e435c;
    font-weight:700;
    vertical-align: middle;
    z-index: 1;
    position: absolute;
    top: 40%;
    left: 0;
    }
    table{
        width: 75%;
        margin: auto;
    }
    .md-info{
        width: 50%;
        margin: auto;
        margin-top: 40px;
    }
    .md-table{
        width: 80%;
        margin: auto;
    }
}

@media only screen and (min-width: 1023px){
    .lg-1{
        width: 23%;
        margin: 2%;
        margin-top: 1%;
        
    }
    .lg-2{
        width: 65%;
        margin: 2%;
    }
    .lg-3{
        width: 45%;
    }
    .lg-4{
        width: 97%;
        margin: 2%;
        margin-top: 4%;
    }
    #links{
        display: inline-block;
        width: 90%;
        margin-left: 0%;
    }
    .lg-icon{
        width: 28%;
        margin: 2%;
        height: 200px;
        vertical-align: middle;
        position: relative;
    }
    .lg-video{
        width: 95%;
        height: 355px;
    }
    .lg-gif{
        width: 20%;
        left: 75%;
        top: 60%;
    }
    .lg-p{
    width: 100%;
    border-radius:10px;
    color: #2e435c;
    font-weight:700;
    vertical-align: middle;
    z-index: 1;
    position: absolute;
    top: 40%;
    left: 0;
    }
    .lg-tracker{
        width: 68%;
        margin: 2%;
        color:#6897CD;
    }
    .lg-divider{
        width: 48%;
        margin: 1%;
        margin-left: 3%;
    }
    .lg-divider-smaller{
        width: 40%;
        margin: 1%;
        margin-right: 3%;

    }
    .lg-img{
        width: 78%;
        margin: 2%;
    }
    .lg-info{
        width: 80%;
    }
    table{
        width: 97%;
        margin: 2%;
    }
    .buttonWrapper{
        text-align: center;
        margin-top: 20px;
        margin-right: 20px;
    }
}