/*Nav*/

body{
    width: 100%;
}

.nav{
    display: flex;
    flex-direction: row;
}

.nav_title{
    font-family: Montserrat;
    font-size: 26px;
    color: black;
    padding-left: 20px;
    text-decoration: none;
}

.nav_title_link{
    text-decoration: none;
}

.nav_img{
    width: 45px;
    height: 45px;
}

.bold{
    font-family:  "Roboto Slab";
    font-size: 26px;
}

.nav_one{
    flex: 1 1 60%;
    flex-direction: row;

}

.nav_two{
    flex: 1 1 40%;
    float: right;
    padding-top: 20px;
}

.nav_link{
    font-family: Roboto;
    font-size: 18px;
    color: #83847D;
    padding-right:10px ;
    text-decoration: none;
}

.nav_link_button{
    padding: 12px;
    border: 2px solid #6D5BFF;
    border-radius: 8px;
    text-decoration: none;
    color:  #6D5BFF;
    font-family: Roboto;
    font-size: 18px;

}

.nav_link_button:hover {

    background-color: #6D5BFF ;
    color: white;

}




/*Banner*/

@import url(https://fonts.googleapis.com/css?family=Oswald:400);



.banner_div{
    background: #ffb500;
    padding:25px;

}

.banner {
    font-size: 1em;
    font-family: 'Oswald', 'Helvetica Neue', Helvetica;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    margin: 80px auto;
    width: 330px;
}

.banner .line {
    margin: 0 0 10px;
    width: 100%;
    height: 78px;
    box-shadow: 10px 10px 10px b;
    text-align: center;
    text-transform: uppercase;
    font-size: 3em;
    line-height: 78px;
    transform: skew(0, -15deg);
}

.banner .line:after,
.banner .line:first-child:before {
    position: absolute;
    top: 44px;
    left: 0;
    z-index: -1;
    display: block;
    width: 330px;
    height: 78px;
    border-radius: 4px;
    background: rgba(180,180,180,0.8);
    content: '';
    transform: skew(0, 15deg);
}

.banner .line:first-child:before {
    top: -10px;
    right: 0;
    left: auto;
}

.banner .line:first-child:before,
.banner .line:last-child:after {
    width: 0;
    height: 0;
    border-width: 38px;
    border-style: solid;
    border-color: rgba(180,180,180,0.8) rgba(180,180,180,0.8) transparent transparent;
    background: transparent;
}

.banner .line:last-child:after {
    top: 12px;
    border-color: transparent transparent rgba(180,180,180,0.8) rgba(180,180,180,0.8);
}

.banner span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    /*   White back ground */
    background: rgba(255,255,255,0.9);
    color: #666;
    text-shadow: 1px 1px 0 #444;
}







/*Mission*/

.mission_div{
    display: flex;
    flex-direction: column;

    padding-top: 90px;
    padding-bottom: 100px;
}

.mission_heading{

    font-family: Montserrat;
    font-size: 32px;
    padding-left: 35px;

}

.mission_statement {

    font-family: IBM Plex Serif;
    font-size: 16px;
    padding: 0 15em 0 35px;
    line-height: 1.8;

}

.mission_button{
    padding: 0 35px 0 35px;
    border: 2px solid #6D5BFF;
    border-radius: 8px;

}



/*Interest Div*/


.interest_div{

    display: flex;
    flex-direction: column;
    background-color: #F84D4E;
    color: white;
    padding: 30px;


}

.interest_div_heading{

    display: flex;
    flex-direction: row;
    justify-content: center ;
    color: white;
    text-align: center;


}

.interest_div_item_holder{

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;


}

.interest_div_heading{
    font-family:  "Roboto";
}

.interest_div_item_title{

    font-family: Montserrat;
    font-size: 28px;

}


.interest_div_item{
    flex: 1 1 30%;
    padding: 10px;
    text-align: center;
    line-height: 1.8;

}

.interest_div_item_text{
    font-family: IBM Plex Serif;
    font-size: 16px;
    line-height: 1.8;
    color: white;
}


/*Membership info*/

.benefits_div{
    display: flex;
    flex-direction: column;
    padding: 55px;
}

.benefits_header{
    font-family:  "Montserrat";
    font-size: 24px;
    color: #6D5BFF;
}


.benefits_holder{

    display: flex;
    flex-direction: row;
    padding: 5px;
    /*flex-wrap: wrap;*/


}

.benefits_div_item{
    display: flex;
    flex-direction: column;
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 8px;
    margin-right: 15px;
}



.benefits_div_item_Heading{
    font-family: Montserrat;
    font-size: 24px;
    color: black;
}

.benefits_div_item_para{
    font-family: IBM Plex Serif;
    font-size: 16px;
    color: black;
    line-height: 1.8;
}








/*Code Editor Animation*/

.animation_div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;

    margin-top: 25px;
    margin-bottom: 25px;
}

.animation_div_title{
     font-family:  "Roboto";
     color: #6D5BFF;
;
}


.editor {
    width: 90%;
    background: rgb(55,65,75);
    font-family: monospace;
    font-size: 15px;
    border-radius: 5px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.editor .buttons {
    box-sizing: border-box;
    border-bottom: 1px solid rgb(45,55,65);
    padding: 10px;
}

.editor .button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
}

.editor .button:nth-child(1) {
    background: rgb(250,50,50);
}

.editor .button:nth-child(2) {
    background: rgb(250,250,50);
}

.editor .button:nth-child(3) {
    background: rgb(50,250,50);
}

.editor .editor-content {
    padding: 15px;
}

.editor .editor-content .editor-line {
    margin: 5px;
    color: rgb(195,215,225);
    counter-increment: line;
}

.editor .editor-content .editor-line::before {
    content: counter(line);
    margin-right: 15px;
}

.editor .editor-content .editor-line span.tab {
    margin-right: 15px;
}

.editor .editor-content .editor-line span.tab {
    margin-right: 15px;
}

.editor .editor-content .editor-line span.element {
    color: rgb(100,150,250);
}

.editor .editor-content .editor-line span.quotes {
    color: rgb(150,150,150);
}



/*Officers Div*/

.officers_div{

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 75px;
}

.officers_div_heading{

    font-family: Roboto;
    font-size: 30px;
    margin-bottom: 35px;
    color: black;

}

.officers_div_item_name{

    font-family: Montserrat;
    font-size: 20px;
    color: black;

}

.officers_div_title{
    padding-bottom: 45px;
    font-family: IBM Plex Serif;
    font-size: 26px;
    color: black;



}

.officers_div_item_holder{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.officers_div_item{

    display: flex;
    flex-direction: row;
    text-align: center;

    margin-bottom: 45px;
}

.officers_div_item_img{
    width: 45%;
    border: 1px solid transparent;
    border-radius: 16px;
}


/*Mailing List*/

.mailing_list_div{
    display: flex;
    flex-direction: row;
    padding: 25px 25px;
    background-color: rgb(55,65,75);
    justify-content: center;

}

.mailing_list_para{
    font-family: SansSerif;
    font-size: 20px;
    color: rgb(100,150,250);
    margin-right: 75px;
}

.mailing_list_button{
    background-color: dodgerblue;
    padding: 15px;
    color: white;
    border: 1px solid transparent;
    border-radius: 16px;
}




/*Job Board Page*/

.job_div_heading{
    font-family: Montserrat;
    font-size: 32px;
    color: black;
    padding-left: 3%;
    text-align: center;
}

.job_div{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    padding-bottom: 50px;

}

.job_div_holder{

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 5% 0 5%;
}

.job_div_item{

    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 16px;
    width: 25%;
    align-items: center;
    margin: 15px;

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);


}

.job_div_item:hover{

    /*background-color: #ffb500;*/
    /*color:#ffb500;*/


}

.job_item_title{

    font-family: "Roboto Slab";
    font-size: 18px;
    color: black;

}

.job_item_company{

    font-family: Roboto;
    font-size: 16px;
    color: black;


}

.job_item_position{

    font-family:Montserrat;
    font-size: 12px;
    color: black;
    line-height: 1.8;

}


.job_item_location{

    font-family:Montserrat;
    font-size: 12px;
    color: black;

}

.job_item_apply{

    font-family:Montserrat;
    font-size: 14px;
    color: white;
    margin-top: 15px;
    text-decoration: none;
    padding: 15px;
    background-color:dodgerblue;

    border: 1px solid transparent;
    border-radius: 8px;


}

.blur{
    filter: blur(3px)
}




.job_category{

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 55px 15px 55px;

}

.job_category_link{
    font-family: IBM Plex Serif;
    font-size: 16px;
    color: #83847D;
    text-decoration: none;
}


/*Join Us*/


.auth_form{
    display: flex;
    flex-direction: column;
    padding: 25px;
    color: black;

    align-items: flex-start;
}


/*Members*/

.members_list_div{
     display: flex;
     flex-direction: column;
 }

.members_list_heading{
    font-family: Montserrat;
    font-size: 32px;
    color: black;
    padding-left: 3%;
    margin-bottom: 30px;
    text-align: center;
}

.members_list_div_holder{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 5% 0 5%;
}

.members_list_div_item_link{

    text-decoration: none;


}

.members_list_div_item{

    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 16px;
    /*width: 25%;*/
    align-items: center;
    margin: 15px;
    color: black;

    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/

}

.members_list_div_item:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.members_list_img{
    width: 8em;
    height: 8em;

    border: 1px solid transparent;
    border-radius: 60px;
}

.members_list_img, .members_list_date{
    font-family: Montserrat;
    /*font-size: 12px;*/
}

.members_list_name{
    font-family: "IBM Plex Serif";
    font-size: 18px;
    color: black;
}


/*Dashboard*/

.dashboard_info_div_0{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 55px;
}

.dashboard_info_div_1{
    padding-right: 25px;
    display: flex;
    flex-direction: row;

}

.dashboard_info_div_2{


    display: flex;
    flex-direction: column;
    padding-left: 15px;

}

.dashboard_img{

    width: 15em;
    height: 15em;

    border: 1px solid transparent;
    border-radius: 60px;


}

.dashboard_name{

    font-family: Montserrat;
    font-size: 32px;

}

.dashboard_year{

    font-family: Roboto;
    font-size: 18px;


}

.dashboard_meetings_num{

    font-family: Roboto;
    font-size: 18px;
    color: #444;

}

.dashboard_notable_heading{

    font-family: "Montserrat";
    font-size: 28px;
    padding-left: 40px;
    color: #ffb500;

}


.dashboard_pub_holder{

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 2% 0 2%;

}

.dashboard_pub_item{

    display: flex;
    flex-direction: row;
    width: 35em;
    height: 15em;
    margin: 15px;
    /*border: 1px solid #83847D;*/

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);


}

.dashboard_pub_item:hover{

    box-shadow: 0 4px 8px 0 #ffb500, 0 6px 20px 0 #ffb500;


}



.dashboard_pub_img{

    width: 15em;
    height: 15em;




}

.dashboard_pub_item_0{

    padding: 10px;



}

.dashboard_pub_title{

    font-family: Montserrat;
    font-size: 24px;



}

.dashboard_pub_para{

    font-family: Roboto;
    font-size: 16px;
    color: #83847D;

    line-height: 1.8;



}



/*LOGIN*/

.auth_header{
    font-family: Roboto;
    font-size: 32px;
    text-align: center;
}

.auth_form{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4em;
    padding-bottom: 4em;
}

.auth_input{
    width: 25em;
    height: 2.5em;
    padding-left: 10px;
    font-family: Montserrat;
    font-size: 20px;
}



.auth_submit{
    padding: 15px;
    font-family: Montserrat;
    font-size: 22px;
    border: 2px solid #ffb500;
    border-radius: 8px;
    background-color: white;
    margin-top:10px;

}

.auth_submit:hover{

    background-color: #ffb500;
    color: white;

}






























