html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "inter", sans-serif;
font-weight: 400;
font-style: normal;
    background-color: #EEE;
}
 .readmore a:hover{
color:#f05f40;

}
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.archivo-<uniquifier> {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.test {
    background-color:#ededec;
/*    height: 230px;*/
    padding: 20px;
/*  margin-bottom: 100px;*/
    border-radius: 6px;
}

 .test2 {
  background-color:white;
     /*    height: 230px;*/
    padding: 20px;
    margin-top: 30px;
    border-radius: 6px;
}

.impact {
    margin-bottom: 70px;
}

.impactl {
    margin-bottom: 0px;
}


 .persona{
font-size: 16px!important;
padding:0!important;
}


img.img-responsive.img-centered.linkedin {
    position: relative;
    width: 20px;
    float: right;
    margin-left: 10px;
    max-width: 100%!important;
}


.col-sm-4.col-sm-offset-2.icon{
     margin: 3px 34px 110px 116px;
    width: 25%;
}

 .readmore a:visited, .readmore a:active {
color:#a94442;
text-decoration: none;    
}


.run {
    font-family: 'Walkway SemiBold.ttf', sans-serif;
    background-color: #000;
    
}

img.img-responsive.img-centered.linkedin:hover {
 background-image: url(../img/linkedin.svg);

}

img.img-responsive.img-centered.linkedin:hover {
    background-color: #777;

}


li.linkedin {
    color: red;
    background-image:  url(../img/linkedin.svg);
    background-repeat: no-repeat;
    width: 25px;
}

li.linkedin:hover {
    color: red;
    background-image:  url(../img/linkedin-hover.png);
}

.white {
/*    margin-top: -300px;*/
     position: absolute; 
    opacity: 100%;
/*        max-width: 70%;*/
}

hr {
    max-width: 50px;
    border-color: #000;
    border-width: 1px;
    position: relative;
}
b{
  font-family: "Inter-Medium", "Inter", sans-serif;
  font-weight: 500;
}
    
.modal-body hr {
    bottom: 0px;
    margin-top: 0;
}

.name hr {
    bottom: 0px;
    border-color: #222; 
}

hr.light {
    border-color: #fff;
}

a {
    color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*    font-family: 'Montserrat', sans-serif;*/
    font-weight: 700;
    color: #252a30;
}

h3 {
    font-size: 3.5rem!important;
}


h4 {
    font-size: 3.2rem;
    margin-bottom: 10px;
    text-align: center;
}

.resume h3{
 font-size: 3rem;   
}
h4.title {
    font-size: 3.2rem;
}
.container-black h3 {
    font-size: 5.0rem;
margin-top: 50px;
    color: #EEE;
}

.container-white h3{
/*margin-top: 50px;*/
}

.container-white{
background-color: #FFF;
 padding: 100px 0!important;   
}

.container-white-img.col-sm-12.left {
    padding: 0 0 100px;
}

.icon {
    padding: 30px;
}
.container-white2 {
    background-color: #FFF;
    padding: 20px 0 100px;
}


.container-gray h3 {
/*margin-top: 50px;*/

}

.newsletter{
    margin-bottom: 30px;
    width: 100%;
}

.container-black p {
    font-size: 2.3rem;
    color: #EEE;
}
 .container-silver p{ 
    text-align: left;
}


 strong{ 
   text-transform: uppercase;
     font-family: "'Archivo', sans-serif; 
    /* font-weight: lighter; */
    font-size: 2.3rem;
    
}

p.clear {
 margin-bottom: 15px;
    text-align: center!important;
    font-size: 3rem;
    line-height: 1.7;   
}



#workModalResume h2 {
    font-size:2.5em;
    line-height: 1;
    margin-top: 60px;
}

#workModalResume h5 {
/*    font-size: 15px;*/
    line-height: 1.3;
    font-weight: normal;
    margin-top: 0;
    font-size: 2rem!important;
}



#workModalResume p {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
/*     line-height: 1;*/
}

#workModalResume h4 {
    font-size: 2.2rem;
    margin-bottom: 0px;
    line-height: 2;
}

#workModalResume h3 {
    z-index: 99999;
    line-height: 1;
    margin-bottom: 30px
}

#workModalResume  .close-modal .lr {
    z-index: 1051;
    width: 2px;
    height: 75px;
    margin-left: 35px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 999;
}

#workModalResume .close-modal .lr .rl {
    z-index: 1052;
    width: 2px;
    height: 75px;
    background-color: #000;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*
#workModalResume .experience, #workModalResume .education, #workModalResume .hobbies{
margin-bottom: 75px;
}
*/
#workModalResume .star-primary {
    border-width: 1px;    
    margin: 48px auto;
}

.mobile {
    display: none;
}
.padding-personas {
    padding: 30px;
    text-align: center!important;
 
    /* display: flex; */
    /* align-items: center; */
    /* position: relative; */
    /* left: 40%; */
    /* right: 50%; */
}

.padding-personas hr {
    /* max-width: 50px; */
    border-color: #000;
    border-width: 1px;
    position: relative;
    margin-top: 100px;
    text-align: center;
}

.padding-personas p {
    padding: 50px;
    font-size: 1.8rem!important;
}

p {
/*font-family: "calluna", serif;*/
font-weight: 300;
font-style: normal;
}


.tools p{
font-family: futura;
    font-weight: lighter;    
    
}

p, ul, li {
/*    margin-bottom: 15px;*/
/*    text-align: center;*/
    font-size: 1.7rem;
    line-height: 1.7;
    font-size: 1.7rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.7;
}

 ul{
/*    margin-bottom: 15px;*/
/*    text-align: center;*/
  
    padding-left: 0!important;
}
.summary {
    font-size: 2.1rem; 
/*    font-family: 'Josefin Sans', sans-serif;*/
    font-weight: 300;
}

.readmore{
padding: 0 30px 30px;
    text-align: left;
    font-size: 19px;
    font-size: 2.1rem;
    margin: 0;
    /* font-weight: lighter; */
    /* line-height: 25px; */
}

.title{
    padding: 0 30px 0;
    margin: 0;
}


.star-primary{
    border-color: #252a30;
    margin-top:0px;
    bottom: 0;
}

.bg {
    height: 100vh;
    min-height: 750px;
    padding: 40px;
}

.bg-silver {
    background-color: #EEE;  
}

.bg-black {
    background-color: #252a30;
    color: #EEE!important;
}

.bg-noir {
    background-color: #000;
    color: #EEE!important;
        font-family: 'Walkway SemiBold.ttf', sans-serif;
}

.bg-white {
    background-color: #FFF;
}


.bg-black h4 {
    color: #EEE!important;
    font-size: 2.3em;
}

.black {
    border-color:black;  
}


/*
section {
    padding-bottom: 100px;
}
*/


.no-padding {
    padding: 0;
}

.navbar-fixed-top {
    border-width: 0;
}

.navbar-default {
    /*    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;*/
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border-color: transparent!important;
}

.navbar-brand {
    line-height: 25px;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-weight: 400;
    color:#FFF;
    background-color:#252a30;
    letter-spacing: 2px;
   font-family: 'Archivo', sans-serif!important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: none;
    background-color: #252a30;
}

.navbar-default .nav > li>a,.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus,.navbar-default .nav>li.active>a:hover {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    color: white;
    letter-spacing: 2px;
    background-color:#252a30;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: darkgray;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus,.navbar-default .nav>li.active>a:hover,.navbar-default .nav>li.hover>a:hover {
    color: #FFF;
    background-color:#252a30;
}

.lead{
    font-weight: 400;
    letter-spacing: 1.7px;
    /* font-size: 1.9rem; */
}

.section-heading {
    margin-top: 100px;
/*    bottom: 50px;*/
/*    font-family: 'Abril FatFace',sans-serif;*/
    font-size: 2.3em;
    position: relative;
    /*    text-transform: uppercase;*/
}


header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: left;
    padding: 35px ;
    color: #222;
    /*    background-image: url(../img/5.jpg);*/
    /*    font-family: 'Muli',sans-serif;*/
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    min-height: 650px;

    margin-top: auto!important;
}

h1 {
/*    font-size: 5.55rem!important;*/
    font-weight: 600;
    line-height: 0.9;
    font-family: 'Archivo', sans-serif!important;
}

h1.hello{
font-size: 3.4rem!important;  
    color: #252a30;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1.44px;
    font-family: "Archivo", sans-serif!important;
}


.skills {
   
    font-size:3.4em;
/*    margin-top: 40px;*/
    position: relative;
    top: 15px;
   font-style: normal;
    font-weight: 500;
    letter-spacing: -1.44px;
    font-family: "Archivo", sans-serif!important;
}
.stitle {
   
    font-size:3.4em;
/*    margin-top: 40px;*/
    position: relative;
    top: 15px;
   font-style: normal;
    font-weight: 500;
    letter-spacing: -1.44px;
    font-family: "Archivo", sans-serif!important;
}

#work .work-item .work-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    opacity: 1;
}

#work .work-item .work-link:hover .caption .caption-content {
    top: 32%;
    transition: top .5s ease;
/*    opacity: 1;*/
}

#work .white:hover {
    transition: top .5s ease;
    opacity: 5%;
}

.thumbnail .caption {
    padding: 0;
}

#work .work-item .work-link:hover .caption .caption-content2 {
    top: 22%;
    transition: top .5s ease;
/*    opacity: 1;*/
}

.overlay-button {
    opacity: 0;
    color: white;
        background-color: #252a30;
    text-align: center;
    position: absolute;
    top: 63%;
    left: 50%;
    -webkit-transform: translate(-50%, -10%);
    -moz-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
    -o-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
/*    z-index: 999999999!important;*/
}


.img-responsive.img-thumb.petit-crystal:hover .white {
    opacity: 20%;
/*    width: 180%;*/
     transition: all 3s ease; 
}

.cta-button {
    border-radius: 5px;
    border: 1px solid #FFF;
    padding: 0.5em 2.8em 0.5em 1.5em;
    display: inline-block;
    font-size: 1.5em;
    font-style: italic;
    opacity: 0;
    margin-bottom: 1em;
    min-width: 12em;
    transition: all .25s ease;
}


.cta-button .arrow-right {
    transition: all .25s ease;
    position: absolute;
    margin: 2px 10px;
}


.cta-button:hover .arrow-right {
    right: 20px;    
}
a.next:hover {
    color: #f05f40;
}
.next{
 text-align: right;
font-size: 2rem;    
}

.container-next {
/*    background-color: #000;*/
    padding: 50px 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-primary {
    border-color: #f05f40;
    color: #fff;
    background-color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-home {
    border-radius: 34px;
    padding: 15px 15px;
    border: silver solid 1px;
    font-size: 1em;
    color: black;
    margin-top: 30px;
    font-family:'Josefin Sans', sans-serif;
    background-color: white;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.btn-diamond {
    border-radius: none;   
}

::-moz-selection {
    text-shadow: none;
    color: #000;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #FFF;
    background: #252a30;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

#work .work-item {
    margin: 0;
    right: 0;
}

/*
#work .work-item .work-link {
display: block;
position: relative;
max-width: 500px;
margin: 0 auto;
}
*/

#work .work-item .work-link .work-hover {
    background: rgba(254, 209, 54, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

#work .work-item .work-link .work-hover:hover {
    opacity: 0;
}

#work {
    background-color: #FFF;  
/*padding: 10px!important;*/
}

h2 { 
    font-family:'Josefin Sans', sans-serif;
    font-size: 4em; 
    position: relative;
    bottom: 30px;
}



.modal-body h2 { 
    /*  font-family: 'Lato', sans-serif;*/
    font-size: 4em;
    text-transform: uppercase;
}

.diamond {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: white;
    border: solid 1px black;
    margin-top: 40px;
    width: 40px;
    color: black;
    border-radius: 50%;
}

.cd-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
    transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
}

.cd-modal .cd-modal-content {
    height: 100%;
    width: 100%;
    overflow-y: auto;
/*
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
*/
}

.work-link:hover .cta-button {
    opacity: 1;
}

.diamond3 {
    border-color:black;
}

.diamond:hover {
    background-color:black;
    border-color:transparent;
    margin-top: 50px;
    color: white;
}

.diamond2:hover {
    background-color: transparent;
    border-color:white;
    margin-top: 50px;
}
#me .diamond {

    margin-top: -160px;   
}

.glyphicon-menu-down {
    position: relative;
    line-height: 0;
    font-weight: 700;
}

/*
.glyphicon-menu-down2 {
color:dimgray;
}
*/

.work-modal .modal-content {
    padding: 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f8f8f8;
    color: black;
    transition: top .25s ease;
}

.modal.fade {
    top: -100px;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
    animation-name: fadeInUp;
}

.modal.fade.in {
    top: 0px;
}
.img-responsive-f {
    display: block;
    width: 100%;
    height: auto;
}
.work-modal .modal-content h2 {
/*    margin-top: 80px;*/
    font-size: 3em;
}

.work-modal .modal-content img {
/*    margin-bottom: 30px;*/
    background-size: cover;
    width: 100%;
    text-align: center;
}

footer {
    background:#252a30;
    color: white;
    text-align: center;
    text-align: center;
    max-height: 300px;
    height: 400px;
    /* line-height: 150px; */
}
}

.copyright{
text-align: center;
padding-top: 50px;
width: 100%;    
}

.email-footer{
    /* width: 80px; */
    padding-top: 80px;
}

.email-link:hover{
  color: #f05f40!important; 
}
a.email-link{
  color: #f05f40!important; 
    font-size: 2.1rem;
}

 .email-footer .linkedin {
    width: 30px!important;
}


.totot {
    text-align: center;
    justify-content: center;
    justify-content: center;
    display: flex;
    padding: 15px 0 10px;
}

.centrage {
    text-align: center;
    /*height: 410px;*/
    background-size: cover;
    width: 100%;
    vertical-align: middle;
    font-size: 50px;
    letter-spacing: 10px;
}

/*
.rwdz-intro {
height: 410px;
}
*/

.sfwmd-intro {
    background-image: url("../img/sfwmd-intro.jpg");  
    height: 410px;
}

.pasta-intro {
    background-image: url("../img/pasta-intro.jpg");
    height: 410px;
}

.work-modal .modal-content .item-details {
    margin: 30px 0;
}

.work-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
/*    cursor: pointer;*/
    transition: all .45s ease; 
    z-index: 999;
}

.work-modal .close-modal:hover {
    opacity: .5;
    transform: rotate(180deg);
}

.work-modal .close-modal .lr {
    z-index: 1051;
    width: 2px;
    height: 75px;
    margin-left: 35px;
    background-color: #FFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.work-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 2px;
    height: 75px;
    background-color: #FFF;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#contact {
    background:#EEE;
}

.img-wrapper {
    background-color: #252a30;
    height: 250px;
    border: 1px solid white;
    border-radius: 4px;
}

.grid-item {
    margin-bottom: 10px;
}

.petit-crystal, .petit-rwdz, .petit-sfwmd,.petit-pasta,.petit-coming1,.petit-coming2,.petit-coming3 {
    visibility:visible;
    /*    height: 250px;*/
    -webkit-transition:  1s ease;
    -moz-transition:  1s ease;
    transition: 1s ease;  
        display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center!important;
}
}

/*
.petit-crystal {
background-image:url(../img/portfolio/petit-crystal.png); 
border-radius: 0;
}

.petit-rwdz {
background-image:url(../img/portfolio/petit-news.jpg); 
}

.petit-sfwmd {
background-image:url(../img/portfolio/appli.jpg);
}

.petit-pasta {
background-image:url(../img/portfolio/petit-pasta.jpg);
}
*/

.row {
    margin-right: auto;
}

.thumbnail, a.thumbnail, .nopadding {

    padding: 0;
    border-radius: 0;
    margin: 0;
/*    cursor: pointer;*/
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    color: #f05f40!important;
}
.grid-item-content {
    height: 250px;

    border-radius: 5px;
}
 .left, .left p{
 text-align: left;  
 padding: 0!imortant;    
     
}

.text{
padding: 30px;
}

 .italic{
 font-style: italic; 
     color: #868b90;
}


 .container-black{
    background-color: #252a30;
    color: #EEE!important;
     text-align: center;
     padding: 30px 0 30px;
}

 .container-gray{
    background-color: #b1c3cf1a;
      padding: 100px 0;  
/*bottom: 20px;*/
}

 .container-gray4{
    background-color: #b1c3cf1a;
      padding: 100px 0 0 0;  

}


.container-gray2{
  padding: 20px 0 100px;
    background-color: #b1c3cf1a;
}
.container-gray3{
  padding: 0px;
    background-color: #b1c3cf1a;
}


.container-gray p a:hover{
  color: #f05f40!important; 
}
.container-gray p a:focus {
  color: #a30303!important; 
}


 .container-black h2{

    color: #EEE!important;
}



modal-body {
  padding: 0!important; 
}

.grid-item-content--height2 { 
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center!important;
    margin: 30px;
}

.progress {
    height: 15px;

}

.progress .skill {
    font: normal 12px 'Josefin Sans', sans-serif;
    line-height: 35px;
    padding: 0;
    margin: 0 0 0 20px;
    text-transform: uppercase;
}

.progress .skill .val {
    float: right;
    font-style: normal;
    margin: 0 20px 0 0;
}

.progress-bar {
    text-align: left;
    transition-duration:4s;
    animation-delay: 6s;
    background: #252a30;
}

.resume p {
    font-size: 15px;
    line-height: 1.8;
}


caret-color: {
    font-size: 15px;
    line-height: 1.8;
}
/*
.beige1{
    background-color: #c6aca7;
    height: 350px;
    width: 300px;
    margin-right: 0;
    float: right;
}
.beige2{
    background-color: #c6aca7;
    height: 350px;
    width: 300px;
    margin-right: 0;
    float: left;
}
*/
/*

.laptop{
    width: 100%;
    text-align: center;
    top: 0;
    position: absolute;
    right: 0;

}
*/
.center-modal{
height: 300px;
/*padding: 20px;*/
}

.center-modal-phone{
height: 500px;
}


i {
    font-size: 1.7rem;
    font-weight: 200;
}


.illu i{
    font-size: 2.4rem;
}




h3#fittext3 {
    font-size: 4.5rem;
}

.sole p {
    /* text-transform: lowercase; */
    font-weight: 800;
    /* color: #841818!important; */
    /* text-align: center!important; */
}



@media screen and (max-width:768px) {
    header .header-content {

    height: 60vh;
    min-height:500px;
    margin-top: auto!important;
}
 .padding-personas p {
    padding: 20px;
    font-size: 1.5rem!important;
}
   
    
    
.navbar-header span {
    display: none;
}
    
    grid-item-content--height2 { 
    height: 250px;
}

    .col-sm-4.col-sm-offset-2.icon{
     margin: 3px 34px 110px 116px;
    width: 100%;
}
.readmore{
padding: 0 0 50px;
    text-align: center;
    font-size: 19px;
    font-size: 1.8rem;
/*    font-family: futura;*/
    font-weight: lighter;
    margin: 0;
    text-align: -webkit-center;
}
    
.low{
    
    padding-bottom: 20px;
    }
    
    
 
    .grid-item-content--height2 { 
    height: 250px; 
        margin-top: 20px;
}
    
    
/*
    header {
        min-height: 100%;
    }

*/


    .navbar-default .navbar-header .navbar-brand {
        color: black;
        background-color: transparent;
    }
    .bg {
   
    min-height: 800px;
  
}
    
    .container-gray h3 {
/*    padding-top: 60px;*/
    /* position: relative; */
}
.container-black h3 {
    font-size: 3.5rem;
    /* padding: 40px 0; */
    color: #EEE;
    margin-top: 0;
    padding: 30px 0 30px;
    /* padding: 50px 0!important; */

}
.container-white2 {
    background-color: #FFF;
    padding: 20px 0 0px;
}
 .container-gray, .container-white{
      padding: 50px 0;  
}
    
    .summary {
    font-size: 1.9rem; 
    font-weight: 300;
}
    
.stitle {
   
    font-size:2.4em;
/*    margin-top: 40px;*/
    position: relative;
    top: 15px;
   font-style: normal;
    font-weight: 500;
    letter-spacing: -1.44px;
    }
    .container-white h3 {
    padding-top: 50px;
    margin: 0;
}
    .container-gray h3 {
    margin-top: 0;
}
.text-icon {

text-align: center!important;
}
.text-icon p {
    text-align: center!important;
}
   .col-sm-4.col-md-offset-2.col-xs-12.icon {
    margin-bottom: 30px;
} 
  p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
}  
    
    .container-black p {
    font-size: 2.0rem;
    color: #EEE;
}
    .illu i{
    font-size: 2rem;
}

h4 {
    font-size: 2.7rem;
    margin-bottom: 10px;
    text-align: center;
}
header .header-content {
/*
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
*/
    min-height: 500px;

/*    margin-top: auto!important;*/
}
}

@media screen and (max-width: 480px) {
    
    .centrage {
    text-align: center;
    /* height: 410px; */
    background-size: cover;
    width: 100%;
    vertical-align: middle;
    font-size: 50px;
    margin-top: 50px;
    /* padding: 40px; */
    /* letter-spacing: 10px; */
}

  
    .skills {
        font-weight: 400;
        font-size: 1.1em;
    }
    
    .summary {
    font-size: 1.9rem; 
    font-weight: 300;
}
    
    #work .work-item {
        margin: 0 0 20px;
    }

    .work-modal .close-modal .lr, #workModalResume .close-modal .lr {
        height: 35px;
        margin-left: 35px;
        transition: none;
    }

    .work-modal .close-modal .lr .rl, #workModalResume .close-modal .lr .rl {
        transition: none;
        height: 35px;
    }

    .work-modal .close-modal {
        right: 15px;
    }

    .work-modal .close-modal:hover {
        opacity: .5;
        transform: rotate(0deg);
    }

    #workModalResume h2 {
        margin-top: 90px;
    }

    #workModalResume h4 {
        margin: 0;

    }


    #workModalResume .star-primary {
        display:block;    
    }

    .mobile{
        display: block;
    }
    

    
    .center-modal{
height: 150px;
/*padding: 20px;*/
}
    
    
.bg {
   
    min-height: 550px;
  
}

  
  .cta-button {

    min-width: 9em;  
    padding: 0.5em 2em 0.5em 1em;
}
   h3 {
    font-size: 3rem!important;
}
    p.clear {
    font-size: 2.2rem;
   
}
  .text-icon p {
    text-align: center!important;
}  
    
}