/*GENERAL*/
* {
    margin:0;
    padding:0;
    font-family:'Quicksand', Helvetica, Arial, sans-serif;
    outline:none;
}
body {
background: rgb(219,233,255);
background: linear-gradient(308deg, rgba(219,233,255,0.6) 0%, rgba(255,217,227,0.6) 56%, rgba(206,255,247,0.6) 100%);
}
ul {
    list-style:none;
}
a {
    text-decoration:none;
    color: #DB003E;
    border-bottom: 1px dotted #DB003E;
}
a img {
    border:none;
}


#container {
    width:100%;
    overflow:hidden;
}

 .button { 
    width:180px;
    margin:1em auto 0 auto;
    
}
 .button a {
    display:inline-block;
    padding:0.7em 1.8em;
    border-radius:1.5em;
    border:1px solid rgba(255,255, 255, 0.8);
    color: white;
    background-color: #F95F84;
    font-size:1em;
    
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


 .button a:hover {
        color: #F95F84;
    background-color: #fff;
     font-weight: bold;
     box-shadow: 0 0 20px rgba(120,120,120,0.2);
    /* border: 1px solid #ff3c7c;*/
 
}

.keyline_large{
    width: 930px;
    height: 1px;
    background: rgba(255,255,255,0.4);
    margin:15px auto 35px auto;
     display: none;
}
.keyline_small {
    width: 20px;
    height: 1px;
    background: #DB003E;
    margin: 8px 0 25px 0;
    display: none;
}

/*HEADER et NAV*/

header { 
    width:100%;
      background: rgba(255,255,255,1);
    box-shadow: 0 0 20px rgba(120,120,120,0.2);
}

header nav {
    height: 100px;
    width:100%;
    text-align:right;
  
}

header .logo {
    width: 150px;
    margin: 10px 0;
    float: left;
}
nav a{
    display:inline-block;
    margin:0 1.2%;
    line-height:100px;
    font-size:1em;
    color:#000000;
    border: none;
}
nav a:hover,header ul li a.hover {
    color:#ff3774;
}

header .lang {color:#70bdff;}
.content {
    width:90%;
    max-width: 900px;
    padding: 0px 30px;
    margin:0 auto;
}

/*INTRO*/
#intro {
    background: rgba(255,255,255,0);
     /*border-top: 4px solid #DB003E;
     background-image: -webkit-linear-gradient(-90deg,#a1d3ff 30%,#80C3FF 100%);
    background-image: -webkit-linear-gradient(-90deg,#9DBBEA 30%,#8EACDB 100%);
    box-shadow: 0 0 20px rgba(120,120,120,0.1);
*/
    overflow: auto;
    clear: both;
}    

.content_intro {
    padding-top:50px;
    padding-bottom:10px;
}
#intro h1.quote {
    color:#E989A6;
    font-size:2.2em;
    font-family: Quicksand;
    margin-bottom: 20px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
}
#intro h1 {
    color:#ff5f8d;
    font-size:2.2em;
    font-family: Quicksand;
    margin-bottom: 20px;
    font-weight: 300;
    text-align: center;
    
}
#intro p{
    font-size:1em;
    color:#333333;
    text-align: center;
    line-height: 180%;
}

.txt_intro strong {
    color:#ff5f8d;
}

/* PROJECTS */


#projects {
	padding: 3em 0 3em 0;
    font-size:1em;
    text-align:center;
}
#projects h2{
    margin: 0 0 30px 0;
    font-weight: 400;
    font-size:2em;
    color: #ff3774;
}
#projects_list {
    text-align: center;
}

#projects_list h2, #summary h2 {
   color:#ff3774;
    font-size:2em;
    font-family: Quicksand;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: center;
    margin: 20px 0;
}

#projects .project_detail, #projects_list .project_detail  {
    width: 265px;
    display: inline-block;
    margin: 8px 8px 15px 8px;
    color: #333;
    border: 1px solid rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.7);
    box-shadow: 0 0 20px rgba(120,120,120,0.1);
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}

#projects .project_detail:hover, #projects_list .project_detail:hover {
    color: #ff3774;
     box-shadow: 0 0 20px rgba(120,120,120,0.3);
   background: rgba(255,255,255,1);
     -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#projects .project_detail img, #projects_list .project_detail img{
    width: 100%;
     border-radius: 5px;
     margin:  0 0 15px 0;
}
#projects .project_detail .category, #projects_list .project_detail .category {
    font-size: 12px;
    color: #df7696;
}
#projects .project_detail h3, #projects_list .project_detail h3 {
    font-size: 18px;
    margin:  5px 0 15px 0;
    color: #333;

    
}
#projects .project_detail p, #projects_list .project_detail p {
    font-size: 12px;
    margin:  -10px 20px 15px 20px;
        color: #333;
    line-height: 16px;
    
}
#projects .project_detail .reading_time, #projects_list .project_detail .reading_time {
    font-size: 10px;
    margin:  -10px 20px 15px 20px;
    color: #aaa;
    font-weight: bold;
    
}

#projects .wip {
    width: 857px;
    margin: auto;
    border: 1px solid rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.7);
    box-shadow: 0 0 20px rgba(120,120,120,0.1);
    border-radius: 5px;
} 


/*summary*/
#summary {
   /* background-color:#fc7e7e;
    background-image: -webkit-linear-gradient(-100deg,#fc7e7e 27%,#ff5b5b 100%);
    background-image: linear-gradient(-200deg,#fc7e7e 27%,#ff5b5b 100%);*/
    
    margin: auto;
    padding:0.5em 0 3em 0;
    overflow: auto;
    text-align: center;
}
#summary .content{
    box-shadow: 0 0 20px rgba(140,140,140,0.1);
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 10px;
    background: rgba(255,255,255,0.7);
    width: 68%;
    padding: 30px 0;
}

#summary ul  {
    color: #444;
    display: inline-block;
    font-size: 16px;
    margin-right: 50px;
    margin-left: 50px;
    font-weight: 300;
    line-height: 150%;
    list-style-type: none;
    margin-bottom: 20px;
    text-align: center;
}

    

 
#summary .button { 
    width:180px;
    margin:1em auto 0 auto;
    
}
#summary .button a {
 display:inline-block;
    position: relative;
    padding:0.7em 1.8em;
    border-radius:1.5em;
    border:1px solid rgba(255,255, 255, 0.8);
    color: white;
    background-color: #F95F84;
    font-size:1em;
    
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#summary .button a .ic_dl {
    position:absolute;
    top:-5%;
    left:38%;   
    opacity:0;   
    -webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#summary .button img {
    width: 35px;
}
#summary .button a:hover {
    color: rgba(159,159, 159, 0);
    background: white;
}
#summary .button a:hover .ic_dl {
    opacity:1;
    top:25%;
}

/*FOOTER*/

footer {
    position:relative;
	padding: 2em 2em 0 0.8em;
	background:rgba(255,255,255,0.3);
    color:#cc5555;
    position:relative;
    text-align: center;
    box-shadow: 0 0 20px rgba(120,120,120,0.2);
}


footer .contact {
    padding:0 0 2em 1em;
}
footer h2{
    font-size:1.2em;
    color:#ff3c7c;
}
footer p{
    font-size:0.9em;
    line-height: 150%;
    color:#686868;
}
footer p a.email{
    color:rgba(100,100,100, 1);
    background-image:url('images/ic_send_mail.png');
    background-size: 30%;
    background-repeat:no-repeat;
    background-position:-35px center;
    padding-left: 0px;
    -webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border: none;
}
footer p a.email:hover{
    color:rgba(255,60,124, 1);
    background-position:0 center;
    padding-left:35px;
}
footer .cr {
    font-size:0.8em;
    font-weight: 300;
    line-height: 200%;
 
}
.illu_footer {
    position:absolute;
    width: 500px;
    bottom:-5px;
    right:20px;
    display: none;
    
}

/*Project Page*/
.project_page_content_intro {
    padding-top:40px;
    padding-bottom:0px;
    text-align: center;
}
.project_page_content_intro .project_type{
    color: #333;
    font-weight: 300;
    font-size: 16px;
}
#intro .project_page_content_intro h1{
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}
#project_page {
	padding: 1em 0 3em 0;
    background: rgba(255, 255, 255, 0.1);
    font-size:1em;
    text-align:left;
}
#project_page h2{
    margin: 20px 0 5px 0;
    font-weight: 500;
    font-size:1.6em;
    color: #ff3774;
}

#project_page p, #project_page ul, #about p, #project_page ol{
    font-size: 15px;
    color: #444;
    line-height: 26px;
    margin: 20px 0 30px 0;
}
#project_page ul {
    margin-left: 40px;
    list-style-type: disc;
}
 #project_page ol{
     margin-left: 40px;
}
#project_page img {
    box-shadow: 0 0 3px #DFDFDF;
    border: 4px solid white;
    border-radius: 5px;
}
#project_page .img_small_right {
    float: right;
    width: 30%;
    margin-left: 10px;
    margin-bottom: 20px;

}
#project_page .img_med_right {
    float: right;
    width: 40%;
    margin-left: 10px;
    margin-bottom: 20px;
}
#project_page .img_med_left {
    float: left;
    width: 40%;
    margin-right: 10px;
    margin-bottom: 20px;
}
#project_page .img_half {
    width: 48%;
}
#project_page .img_full{
    width: 99%;
    margin: auto 
}
#project_page .img_half_left {
    margin-right: 1%
}
#project_page .img_half_right {
   float: right;
}

#project_page .img_3 {
    width: 31%;
}
#project_page .box_highlights {
    float: right;
    width: 30%;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(255, 255, 255, 0.9);
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;    
    color: #666;
    text-align: center;
}
#project_page .box_highlights p{
    font-size: 0.8em;
    margin: 10px 0;
    line-height: 1.2em;
}
#project_page .box_highlights strong{
    color: #F95F84;
}
#project_page  .highlighted_paragraph {
    text-align: center; 
    background: rgba(255,255,255,1);
    border: 1px solid rgba(255, 255, 255, 0.9);
    margin: 40px auto;
    font-size: 1.3em;
    border-radius: 10px;  
    color: #444;
    font-weight: 500;
    padding: 30px 10%;
}
.project_overview, .learnings, .sub_project {
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 10px 40px 10px 40px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
    box-shadow: 0 0 15px rgba(120, 120, 120, 0.1);
    overflow: hidden;
}
 .sub_project {
     margin: 30px 0;
     padding: 20px 30px;
}
#project_page .content .sub_project h3{
    color: #D1144D;
    font-size: 15px;
    border-bottom: 1px dotted #FFADC6;
    padding-bottom: 10px;
}
#project_page .content .sub_project h3 em{
    font-size: 13px; 
    font-weight: normal;
}

.project_overview .column {
    width: 45%;    
    float: left;
}
.project_overview p.right_col {
    padding-left: 5%;
    float: right;
    border-left: 1px solid #ddd;
}
#project_page_footer {   
   /* background-color:#fc7e7e;*/
   background:rgba(255,255,255,0.5);
    padding:3em 0 3em 0;
    overflow: auto;
    color: white;
    text-align: center;
    box-shadow: 0 0 20px rgba(120,120,120,0.2);
}
#project_page_footer a{
    font-weight: 300;
    color: #333;
    border-bottom: 1px dotted #333;
}
/****ABOUT PAGE***/

.me_picture {
    width: 150px; 
    border-radius: 200%;
    margin: auto;
    border: 5px solid rgba(255,255,255,0.2);
    box-shadow: 0 0 20px rgba(180,120,120,0.2);
}

.about-categories {
    text-align: center;
    background: rgba(255,255,255,0.5);
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 10px;
    margin: 20px 10px;
    padding: 20px;
    width: 26%;
    font-size: 14px;
    line-height: 150%;
    display: inline-block;
    vertical-align: top;
    color: #444;
    box-shadow: 0 0 20px rgba(120,120,120,0.1)
}
.about-categories h3{
    margin: 7px 0;
    font-size: 16px;
}
