body {
    background-color: #202020;
    color: #E0E0E0;
}

.icon-bar {
    color: white;
}

.noMarginBottom {
    margin-bottom: 0;
}

.noRadius {
    border-radius: 0!important;
}

.noPadding {
    padding: 0!important;
}

.navbar {
    padding: 10px 0;
}

.navbar-brand {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
}

.noLinkDecoration, .noLinkDecoration a {
    color: #E0E0E0;
    text-decoration: none;
}

.nav li {
    font-size: 18px;
    letter-spacing: 1px;
}

.nav a {
    border-bottom: 1px solid transparent;
    transition: all 0.5s ease;  
}

.nav a:hover {
    background-color: #202020!important; 
    border-bottom: 1px solid #E0E0E0; 
}

.fa {
    font-size: 35px;
    padding: 10px 0;
}

#mainBackgroundPicture {
    background-image: url('../images/mainphoto.jpeg');
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
    overflow: hidden;
}

#card {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 50px;
    width: 500px;
}

#card p {
    padding-top: 20px;
    font-size: 16px;
}

#card h1 {
    font-size: 30px;
    letter-spacing: 2px;
}


#services,jumbotron {
    margin-bottom: 0;
}

/*#services > div > a > div:first-of-type {
    margin-left: 10px;
}*/

#services {
    background-color: #202020;
    padding: 50px 20px 10px 20px;
}

#services h2 {
    padding: 10px 0 30px 0;
    letter-spacing: 1px;
}

#services p {
    text-align: justify;
    padding: 15px 5px;
    font-size: 15px;
}

.hoverLight {
    transition: all 0.5s ease-in-out;
    padding: 40px 10px;
    height: 410px;
    border: none;
}

.noLinkDecoration:hover {
    color: #E0E0E0;
}


@media (max-width: 675px) and (orientation: landscape) {
    .hoverLight {
        height: 400px;
    }
}


@media (max-width: 1500px) and (orientation: landscape) {
    .hoverLight {
        height: 400px;
    }
}



/*.hoverLight:hover {
    color: #202020;
    top: -8px;
}*/

#aboutHome {
    background: url('../images/parallax.jpeg') no-repeat fixed right;
    padding: 50px 0;
    color: #c0c0c4;
}

#homeChart {
    padding-left: 10%;
    padding-right: 50px;
}

#aboutHome h2 {
    padding-top: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 27px;
}

#aboutHome p {
    padding-top: 50px;
    font-size: 15px;
    text-align: justify;
}

#aboutHome input {
    margin-top: 20px;
    margin-bottom: 30px;
}

.paper {
    padding-top: 50px;
    padding-bottom: 50px;

}

.paper li {
    font-size: 14px;
}

.paper h3 {
    padding-bottom: 30px;
}	

/*.box {
        color: black;
        background-color: #ddd;
        padding-top: 50px;
        padding-left: 13%;
        height: 300px;
}	
*/

.btn {
    background-color: #E0E0E0;
    border: none;
    padding-top: 13px;
    padding-bottom: 13px;
    color: black;
    border: 1px solid #E0E0E0;
    transition: 0.4s ease-in-out;
}	

.btn:hover {
    background-color: #202020;
    border: 1px solid #E0E0E0;
}	

td {
    font-size: 13px;
}

.cellName {
    /*padding-right: 5px;*/
}

#footer {
    padding: 15px;
    background-color: black;
    color: white;
    text-align: right;
}

/* ------------ ABOUT ------------- */

.aboutPage#mainBackgroundPicture {
    height: 300px!important;
}

.aboutPage  > .container#card {
    margin-top: 0!important;
}

#aboutDescription {
    padding-top: 80px;
    padding-bottom: 80px;
}

.noTopPadding {
    padding-top: 0!important;
}

#aboutDescription img {
    filter: opacity(70%);
    background: center no-repeat;
    overflow: hidden;
    height: 300px;
}

#aboutDescription h2 {
    padding-bottom: 30px;
}

#aboutDescription > .row > h3 {
    padding-top: 50px;
    padding-bottom: 30px;
}

#aboutDescription > .row:first-of-type > h3 {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

#aboutDescription p {
    padding: 20px;
    text-align: justify;
}

.aboutPictures,img {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}



/* ------------ OFFERT ------------- */

/* ------------ CONTACT ------------- */

.lightBg {
    background-color: #dbd7d0;
    color: black;
}

#contactDescription {
    padding-top: 70px;
    padding-bottom: 60px;
}

#contactDescription h2 {
    padding-bottom: 15px;
    text-align: center;
    font-size: 25px;
}

#contactDescription strong{
    letter-spacing: 0.8px;
}

.morePadding {
    padding-top: 20px;
    padding-bottom: 20px;
}

.lightBg .col-md-3 {
    padding-top: 25px;
}

.box {
    padding-top: 15px;
}

.morePadding ul {
    padding-left: 0!important; 
    padding-right: 0; 
    list-style-type: none!important; 
}

#map {
    width: 100%;
    height: 350px;
    border: 1px solid #fff;
    margin-top: 25px;
}

/* ------------ MEDIA QUERY ------------- */

@media (min-width: 360px) {
    .hoverLight {
        padding-left: 10%;
        padding-right: 10%;
    }
    
    #services h2 {
        padding-bottom: 45px;
    }
    
    .paper h3 {
        margin-bottom: 0;
    }
    
    .box h4 {
        font-size: 18px;
    }
    
    .box p {
        font-size: 16px;
    }

    .box td {
        font-size: 16px;
    }

    .cellName {
        padding-right: 13px;
    }
}

@media (min-width: 676px) {
    #mainBackgroundPicture {
        height: 500px;
    }

    #card {
        padding: 50px;
        margin-top: 70px;
        width: 500px;
    }

    #services {
        background-color: #202020;
        padding: 100px 100px 50px 100px;
    }
    
    #services,.row {
        margin-left: 0!important;
        margin-right: 0!important;
    }

    #aboutHome h2 {
        font-size: 30px;
    }

    #aboutHome p {
        font-size: 18px;
    }

    #aboutHome {
        background: url('../images/background.jpg') repeat fixed center;
        overflow: hidden;
    }

    #homeChart {
        padding-left: 10%;
        padding-right: 10%;
        color: white;
    }

    .box p,td{
        font-size: 16px;
    }

    .box ul {
        list-style-type: circle; 
    }

    #contactDescription h2 {
        font-size: 30px;
    }

    .hoverLight {
        height: 340px;
        padding-left: 20px;
        padding-right: 20px;        
    }

    .cellName {
        padding-right: 12px;
    }

    #map {
        margin-top: 40px;
    }
}

@media (min-width: 768px) {
    #services {
        padding: 50px;
    }
    
    #services h2 {
        padding-bottom: 10px;
    }

    .hoverLight {
        padding: 30px 20px;   
        margin-top: 30px;
    }

    .hoverLight p {
        font-size: 13px;
    }

    #aboutHome {
        margin-top: 30px;
    }

    .cellName {
        padding-right: 16px;
    }
}

@media (min-width: 992px) {
    #card {
        padding: 50px;
        margin-top: 100px;
        width: 500px;
    }

    #card p {
        padding-top: 20px;
        font-size: 17px;
    }

    #card h1 {
        font-size: 31px;
        letter-spacing: 2px;
    }  

    .hoverLight {
        padding-left: 4%;
        padding-right: 4%;
    }

    #aboutHome {
        background-position-x: 80%;
    }

    #aboutDescription p {
        font-size: 16px;
        padding: 55px 0 0 0;
    }

    #contactDescription p,li {
        font-size: 16px;
    }

    #contactDescription h2,h3 {
        letter-spacing: 0.5px;
        font-weight: bold;
    }

    #lightBg .col-md-3 {
        padding-top: 45px;
    }

    .goal {
    font-size: 18px!important;
    padding-top: 90px!important;
    }
    
    
}

@media (min-width: 992px) and (orientation: landscape) {
    .hoverLight {
        height: 350px;
    }
    
    /*#homeChart {
        padding-left: 40%;
        padding-right: 100px;
    }*/
}

@media (min-width: 1200px) {
    #services {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 100px;
    }

    #services h2 {
        padding-bottom: 25px;
    }

    .hoverLight {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hoverLight h3 {
        font-size: 21px;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    #aboutHome {
        background: url('../images/parallax.jpeg') no-repeat fixed right;
    }
    
    #contactDescription h2 {
        font-size: 30px;
        padding-bottom: 45px;
    }
    #contactDescription p {
        font-size: 19px;
    }
    
    #contactDescription {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
}

@media (min-width: 1430px) {
    .hoverLight {
        padding-left: 35px;
        padding-right: 35px;
    }

    #aboutHome {
        background-position-x: -10%;
        background-size: 100%;
    }

    #homeChart {
        padding-left: 40%;
        padding-right: 100px;
    }
    
    #map {
        margin-top: 0 !important;
    }
    
    .box {
        margin-top: 35px;
    }
    
    .box h4 {
        font-size: 24px;
    }
    
    .box p, 
    .box > table > tbody > tr {
        font-size: 17px;
    }
}

