﻿#divSection1 {
    width: 100%;
  /*  border-top: 1px solid lightgray; */
    font-size:x-large;
    text-align:center;
    color:whitesmoke;
    background-color:#1d1d1d;

}

    #divSection1 h1{
        font-size:xx-large;
    }


    #div1-1 {
        display: inline-block;
        width: 45%;
        height: 500px;
        margin: 20px;
        background-image: url('../images/index-page/CNC.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }
#div1-2 {
    vertical-align: top;
    display:inline-block;
    margin-top:10px;
    
    text-align: justify;
    color: whitesmoke;
    width: 45%;
    height: auto;
}


#divSection2 {
    width: 100%;
  
  /*  border-top: 1px solid lightgray;*/
    font-size:x-large;
    text-align: center;
    color: black;
    background-color: white;
}

#divSection2 h1 {
    font-size: xx-large;
}


.divImage {
    display: inline-block;
    width: 45%;
    height: 500px;
    margin: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

.divTextWhite {
    vertical-align: top;
    display: inline-block;
    margin-top: 10px;
    text-align: justify;
    color: whitesmoke;
    width: 45%;
    height: auto;
}

.divTextBlack {
    vertical-align: top;
    display: inline-block;
    margin-top: 10px;
    text-align: justify;
    color: black;
    width: 45%;
    height: auto;
}

#divExperience {
    text-align:center;
    font-size:3vw; 
    color:black; 
    background-color:white;
    padding-bottom:60px;
    padding-top:60px;
}

    

    @media only screen and (max-width: 1024px) {
        #divSection1 {
      font-size:large;
    }
    #divSection2 {
        font-size: x-large;
    }

    .divImage {
        width: 90%;
        height:300px;
    }
    .divTextWhite {
        width: 90%;
    }
    .divTextBlack {
        width: 90%;
    }

#divExperience{
        font-size:large;
    }
 
}