/* page styling */

/* footer styling */

.footer-container {
    position: relative;
    top: 150px;
    width: 100% !important;
    background-color: darkred;
    height: 600px;
}

/* header styling */

#header-container {
    position: relative;
    margin: 0 auto;
    float: top;
    width: 100% !important;
    background-color: #2a2452;
    /* background-color: #113ed1; */
    height: 150px;
}

#navigation-container {
    height: 50%;
    width: 100%;

}


#nav-row-one {
    border: none;
    background-color: #1f2140;
    width: 100%;
}

#nav-row-two {
    border: none;
    background-color: #2a2452;
    width: 100%;
}

.nav-cell {
    border-top: none;
    padding-top: 10px;
    background-color: #2463d1;
    text-align: center;
    width: 20%;
}

.sub-table-nav-container {
    width: 100%;
    height: 100%;
}

.sub-table-nav-row {
    width: 100%;
    height: 50%;
    /* background-color: #4f0719; */
    /* opacity: 20%; */
    z-index: -1;
}

.sub-table-nav-cell {
    width: 50%;
    height: 50%;
    /* border: solid 1px #2463d1; */
    text-align: center;
    z-index: 1;
}

.cell-divider {
    border-right: solid 4px #2463d1;
}

.sub-table-nav-cell-two {
    width: 50%;
    height: 50%;
    /* border: solid 1px #2463d1; */
    background-color: #260c45;
    text-align: center;
    z-index: 1;
}

.sub-table-nav-cell-double {
    margin: auto;
    /* width: 100% !important; */
    height: 50%;
    column-span: 2 !important;
    background-color: #2463d1;
    /* border: solid 1px goldenrod; */
    text-align: center;
    z-index: 1;
}

.sub-table-nav-cell-double-two {
    margin: auto;
    height: 50%;
    /* border: solid 1px goldenrod; */
    text-align: center;
    z-index: 1;
}

/* cell colours */

#cell-colour-one {
    background-color: #cc8b9b;
}

#cell-colour-two {
    background-color: #ede9ab;
}

#cell-colour-three {
    background-color: #50208a;
}

#register-text {
    color: #ede9ab;
}

#gallery-text {
    color: #2a2452 !important;
}

.sub-table-nav-text-one {
    position: static;
    font-size: 1.2em;
    /* color: #edeae1; */
    color: #2a2452;
    z-index: 1 !important;
}

.sub-table-nav-text-two {
    position: static;
    font-size: 1.2em;
    color: #4f0719;
    z-index: 1 !important;
}

.sub-table-nav-text-three {
    position: static;
    font-size: 1.2em;
    color: #edeae1;
    z-index: 1 !important;
}

.no-cell-color {
    background-color: none !important;

}

#nav-cell-one {
    /* background-color: #5481cf; */
    background-color: #2a2452;
    /* opacity: 30%; */
    z-index: -2;

}

#nav-cell-two {
    background-color: paleturquoise;
    z-index: -2;
}

#nav-cell-three {
    background-color: goldenrod;
    z-index: -2;
}

#nav-cell-four {
    background-color: teal;
    z-index: -2;
}

#nav-cell-five {
    background-color: wheat;
    z-index: -2;
}

#nav-cell-six {
    background-color: mediumaquamarine;
    z-index: -2;
}

#nav-cell-seven {
    background-color: darkslategray;
    z-index: -2;
}

#nav-cell-eight {
    background-color: plum;
    z-index: -2;
}

#nav-cell-nine {
    background-color: #5f450c;
    z-index: -2;
}

#nav-cell-ten {
    background-color: chocolate;
    z-index: -2;
    
}

/* google ads containers */

/* page sections */

.section-element-left {

}

.section-element-middle {

}

.section-element-right {

}

#section-one {
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #af53b5;
    /* opacity: 50%; */
    /* z-index: 2; */
}

#section-two {
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #a6ad84;

}

#section-three {
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #d9c727;
    
}

#section-four {
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #d68d63;
    
}

#section-five {
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #b2c9a7;
    
}

body {
    background-color: #080130;
    margin: 0 auto;
    /* margin-top: 20px; */
    /* margin-bottom: 30px; */
    padding: 0;
    font-family: 'Patua One', cursive;
/*    font-family: 'Roboto Mono', monospace;*/
/*    font-family: 'Spinnaker', sans-serif;*/
    font-size: 20px;
    width: 100%;
    color: #edeae1;
}

a {
    text-decoration: none;
}

h1 {
   /* font-family: 'Spinnaker', sans-serif; */
    position: relative;
    top: 1px;
    color: #edeae1;
    font-size: 2.5em;
}

#talentblender {
    position: relative;
    top: -12px;
    /* left: 10px; */
    color: #edeae1;
    font-size: 1.2em;
}

#talentblender-background {
    /* background-color: #173d80; */
    background-color: #2a2452;

}

#talentblender-background-two {
    /* background-color: #9c6eba; */
}

#header-links {
    text-decoration: none;
    color: #faf0f0;
    
}

.links {
    text-decoration: none;
    color: #edeae1;
}

.clear {
    clear: both;

}

#main-container {
    margin: 0 auto;
    /* padding-top: 20px; */
    height: auto;
    width: auto;
}

#top {
/*    background-color: #071321;*/
    position: relative;
    margin: auto;
    padding: none;
    width: 100%;
    height: 100px;
}


#middle {
    position: relative;
    top: 50px;
    margin-left: 180px;
    background-color: #8c0907;
    width: 80%;
    height: 80%;  
}


#bottom {
    color: white;
    margin-top: 400px;
    margin-bottom: 50px;
    position: relative;
    top: 600px;
    width: 100%;
    height: 40%;
}

#top-join {
     position: relative;
    margin: auto;
    padding: none;
    width: 100%;
    height: 100px; 
}

#middle-join {
    background-color: #08021f;
    color: white;
    margin-top: 400px;
    margin-bottom: 50px;
    position: relative;
/*    top: 10px;*/
    bottom: 300px;
    width: 100%;
    height: 40%; 
}


#bottom-join {
/*    background-color: #08021f;*/
    color: white;
    margin-top: 400px;
    margin-bottom: 50px;
    position: relative;
    top: -50px;
    width: 100%;
    height: 40%;
}

#join-title {
    color: #515757;
    padding: 8px;
    margin-right: 20px;
    padding-left: 50px;
    font-size: 3.5em;
    font-family: 'Patua One', cursive;
}

#join-links {
    color: #ba0f06;
    padding: 8px;
    text-decoration: none;
    margin-right: 20px;
    padding-left: 50px;
/*    font-size: 3.5em;*/
    font-family: 'Patua One', cursive; 
}

#join-text {
    color: #515757;
    padding: 8px;
    margin-right: 20px;
    padding-left: 50px;
    font-size: 1.5em;
    font-family: 'Patua One', cursive;
}

.top-nav {
    background-color: aqua;
    margin: 0;
    position: absolute;
    text-align: center;
    float: left;
    width: 20%;
    height: 87%;
}

#nav-text {
    position: relative;
    text-align: center;
/*    right: 25px;*/
    font-size: .9em;
}

#home {
    background-color: #291d52;
    position: absolute;
    float: left;
}


#join {
    background-color: #021c28;
    position: absolute;
    float: left;
    left: 20%;
/*    z-index: 2;*/
}


#community {
    background-color: #080130;
    position: absolute;
/*    float: left;*/
    left: 40%;
/*    z-index: 2;*/
    
}

#gallery {
    /* background-color: #660609; */
    background-color: #1f2140;
    position: absolute;
/*    float: left;*/
    left: 60%;
/*    z-index: 2;*/
    
}

#about {
    background-color: #f0c4bd;
    background-color: #0d0e2b;
    position: absolute;
    left: 80%;
}


#bottom {
    margin-top: 400px;
    margin-bottom: 50px;
    position: relative;
    top: -250px;
    background-color: #020e51;
    width: 100%;
    height: 40%;
    
}

#start-a-project {
    position: relative;
    left: 90px;
    top: 20px;
}

#extra {
    width: 42.2%;
    height: 80px;
}

#hear-about {
    width: 42.2%;
}


#profile-link-text2 {
    text-decoration: none;
    word-spacing: 5px;
    color: #109db3;
}


/* form styling */
.form-box {
    width: 65%;
    height: auto;
    /* background-color: #9288bf; */
    background-color: #151524;
    padding-bottom: 25px;
}

.form-title {
    color: #515757;
    padding: 8px;
    margin-right: 20px;
    padding-left: 50px;
    /* font-size: 1.5em; */
    font-family: 'Patua One', cursive;
}

.form-entry-text {
    color: #515757;
    padding: 8px;
    /* font-size: 1.5em; */
    font-family: 'Patua One', cursive;
    outline: none;
    border: none;
}

.form-field {
    color: #515757;
    padding: 8px;
    margin-right: 20px;
    padding-left: 50px;
    /* font-size: 1.5em; */
    font-family: 'Patua One', cursive;
    /* background-color: #151524; */
}


.button {
    padding: none;
    border: 0;
    background-color: #010419;
    font-family: 'Patua One', cursive;
    font-size: 1.6;
    color: #edeae1;
    width: 150px;
    height: 70px;
}

/* flash message styling */
.flash-message {
    color: #f08dd2;
    font-style: italic;
}


/* palette */

.palette-title {
    position: relative;
    top: 20px;

}

#sector-menu {
    margin: 0 auto !important; 
    width: 100%;
    background-color: #109db3;
}

#sector-options-container {
    margin: 0 auto;
}

.sector-text {
    color: #591c17;
    padding: 8px;
    font-size: 1.2em;
    font-family: 'Patua One', cursive;
    text-decoration: none;
}

h3.sector-text {
    text-decoration: none;
}

.sector {
    height: 200px;
    width: 200px;
    background-color: darkgoldenrod;
    text-align: center;
    text-decoration: none;

}

#sector-container {
    width: 1000px;
    height: auto;

}

#sciences {
    position: relative;
    float: left;
    background-color: darkslategray;
}

#arts {
    position: relative;
    float: left;
    background-color: deeppink;

}

#technology {
    position: relative;
    float: left;
    background-color: palegreen;

}

#education {
    position: relative;
    float: left;
    background-color: tomato;

}

.sector-content {
    text-decoration: none;

}


#sciences-content {
    text-decoration: none;

}

#arts-content {
    text-decoration: none;

}

#technology-content {
    text-decoration: none;
}


#education-content {

}

.sector-container {

}

.sector-entry {
    float: left;
    height: 100px;
    width: 200px;
    padding: 12px;
    font-size: .8em;
    text-align: center;
    font-family: 'Patua One', cursive;
    margin-bottom: 0;
    margin-top: 0;
    color: #303632;
}

.shape {

}


.job {
    /* do nothing */
    font-family: 'Patua One', cursive;
    font-size: 12px;
    color: #303632;

}


/* retrieve users for specific profession/custom query */

.member {
    background-color: tomato;
    width: 200px;
    height: 200px;
}


/* user profile styling - talent */

#profile-heading-one {
    position: relative;
    top: -5px;
    color: #021c28;
}

#profile-heading-two {
    position: relative;
    /* top: -20px !important; */
    color: #021c28;
}

.profile-text {
    position: relative;
    top: 10px;
    font-family: 'Patua One', cursive;
    font-size: 1.5em;
    /* color: #0b1230 !important; */
    /* color: #708090; */
}

.edit-profile-section {
    position: relative;
    vertical-align: middle;
    padding: 5px;
    left: 10px;
    top: 70px;
    height: 50px;
    background-color: #8aba9a;
    text-align: center;
    /* color: #1f224d; */
}

#edit-summary-button {
    position: relative;
    width: 300px;
}

#edit-skills-button {
    position: relative;
    float: left;
    background-color: #ede591;

    /* width: 100px;
    top: 40px; */
}

#edit-experience-button {
    position: relative;
    width: 300px;
    bottom: 30px;
}

.edit-profile-text {
    position: relative;
    color: #0b1230 !important;
    top: -10px;
}

#edit-summary-button {
    position: relative;
    top: 65px;
}


#edit-skills-button {
    position: relative;
    bottom: 150px;
    height: 50px;
    /* top: 30px; */
}

#edit-experience-button {
    position: relative;
    top: 100px;

}

#profile-container {
    position: relative;
    top: 50px;
}

.summary-box {
    position: relative;
    margin: auto;
    height: 560px;
    width: 1000px;
    background-color: slategray;
    padding-bottom: 50px;
}

.summary-element {
    position: relative;
    margin: auto;
    padding-left: 20px;
    width: 96%;
    height: 200px;
    /* background-color: goldenrod; */
    /* background-color: #990c02; */
    /* background-color: #2b0401; */
    background-color: #0b1230;
    top: 15px;

}

#summary-left {
    position: relative;
    height: 100%;
    width: 30%;
}

#summary-right {
    position: relative;
    height: 100%;
    width: 70%;
}

.box-title {
    position:relative;
    top: 10px;
    left: 5px;
}

.skills-box {
    margin: auto;
    position: relative;
    top: -2px;
    display: block;
    width: 1000px;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 200px;
    background-color: #2a8c7d;
}

.skills-element {
    position: relative;
    float: left;
    margin-left: 5px;
    padding: 5px;
    left: 18px;
    text-align: center;
    word-wrap: break-word;
    width: auto;
    height: 35px;
    margin-bottom: 15px;
    background-color: #b2bfbd;

}

.work-experience-box {
    margin: auto;
    position: relative;
    width: 1000px;
    height: auto;
    /* padding-top: 10px; */
    padding-bottom: 160px;
    margin-bottom: 20px;
    background-color: #d9bc5f;
}

.work-experience-element {
    position: relative;
    width: 100%;
    height: 30px;
    padding-top: 2px;
    padding-bottom: 5px;;
    background-color: #819491;

}

.education-box {
    margin: auto;
    width: 1000px;
    height: auto;
    padding-bottom: 200px;
    background-color: #a85d48;
    margin-bottom: 20px;

}

.education-element {

}

.looking-for-box {
    margin: auto;
    width: 1000px;
    height: auto;
    padding-bottom: 200px;
    background-color: #57bd8a;
    margin-bottom: 20px;
}

.talent-name-text {
    position: relative;
    float: left;
    display: flex;
    align-content: center;
    vertical-align: middle;
    bottom: 200px;
    color: #0b1230;
    background-color: rosybrown;
    /* text-align: center; */
}




.talent-name-box {
    position: relative;
    float: left;
    /* float: right; */
    padding-left: 10px;
    width: 60%;
    height: 50%;
    /* text-align: center !important; */
    background-color: #708090;
}

.talent-profession-box {
    position: relative;
    float: right;
    padding-left: 10px;
    /* left: 8px; */
    width: 60%;
    height: 50%;
    /* text-align: center; */
    background-color: #708090;
}

.talent-summary-text {
    position: relative;
    float: left;
    top: 5px;
    background-color: darkolivegreen;
    width: 96%;
}

.talent-photo {
    position: relative;
    left: 50px;
    /* border: solid 5px goldenrod; */
}

.talent-photo-box {
    position: relative;
    float: left;
    top: 15px;
    /* left: 50px; */
    /* background-color: #0b1230; */
    /* border: solid 5px red; */
    margin: auto;
    width: 30%;

}

.talent-skill-text {
    position: relative;
    color: #302d08;
    bottom: 15px;
}

#talent-profession-text {
    position: relative;
    background-color: indigo;
    top: -20px !important;
    color: #0b1230 !important;
    left: 8px;

}

.talent-experience-text {

}

.talent-education-text {

}

.talent-summary-text {

}

.content-heading-text {

}

.looking-for-text {

}

/* error message styling */
.error_message {
    font-size: 0.7em;

}


/* user profile styling - company */





    







