

* {
    margin: 0px;
    padding: 0px;
    font-size: 30px;
    font-weight: 300;
}

body {
    background-color: gray;
    color: white;
}

#rootDiv {
    width: 1500px;
    height: 100%;
    margin: 0px auto;
    min-width: 200px;
    background-color: white;
}

/*======================================top====================================*/

#topBar {
    width: 100%;
    height: 100px;
    margin: 0px auto;
    position: relative;
    background-color: white;
}

#topDiv {
    width: 100%;
    height: 800px;
    margin: 0px auto;
    position: relative;
    background-color:white;
}

#logoDiv {
    width: 100%;
    height: 600px;
    position: relative;
    background-color:white;
    text-align: center;
}

#topImage {
    width: 600px;
    height: 600px;
}

#subTitleDiv {
    height: 200px;
    background-color: palegreen;
    text-align: center;
    margin-top:-90px;
    margin-left:350px;
    margin-right:350px;
}

#subtitleH {
    position: relative;
    font-size: 25px;
    color: darkgray;
    top: 60px;
    margin-left: 20px;
    margin-right: 20px;
}

/*======================================center1====================================*/

#centerDiv1 {
    width: 100%;
    height: 700px;
    position: relative;
    background-color: yellow;

}

#centerDiv1_subDiv1 {
    float: left;
    width: 33%;
    height: 100%;
    background-color: white;
    text-align: center;
}

#centerDiv1_subDiv2 {
    float: left;
    width: 33%;
    height: 100%;
    margin-top: 50px;
    background-color: white;
    text-align: center;
}

#centerDiv1_subDiv3 {
    float: left;
    width: 33%;
    height: 100%;
    background-color: white;
    text-align: center;
}

#centerDiv1_Img1 {
    width: 80%;
    margin:auto;
    background-color:antiquewhite;
}

#centerDiv1_Img2 {
    width: 80%;
    margin: auto;
}

#centerDiv1_Img3 {
    width: 80%;
    margin: auto;
}

#centerDiv1 h3 {
    position: absolute;
    color: rgba(0, 0, 0, 0.70);
    font-size: 30px;
    text-align: left;
}

#centerDiv1_H1 {
    width: 500px;
    height: 100px;
    left: 80px;
    top: 200px;
    padding-left: 20px;
    border-style: solid;
    border-color: rgba(54, 25, 147, 0.0);
    border-width: 0px;
    border-left-width: 4px;
}

#centerDiv1_H2 {
    width: 360px;
    height: 100px;
    text-align: right;
    right: 60px;
    bottom: 250px;
    padding-right: 20px;
    border-style: solid;
    border-color: rgba(54, 25, 147, 0.0);
    border-width: 0px;
    border-right-width: 4px;
}

/*======================================center2====================================*/

#centerDiv2 {
    width: 100%;
    height: 500px;
    position: relative;
    background-color: white;
}

#centerDiv2_subDiv1 {
    float: left;
    width: 50%;
    height: 100%;
    background-color: white;
    text-align: center;
}

#centerDiv2_subDiv2 {
    float: left;
    width: 50%;
    height: 100%;
    background-color: white;
    text-align: center;
}

#centerDiv2_Img1 {
    width: 600px;
    position: absolute;
    top: 300px;
    right: 80px;
    z-index: 1;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.70);
}

#centerDiv2_Img2 {
    width: 900px;
    position: absolute;
    top: 120px;
    left: 0px;
    z-index: 0;
}

#centerDiv2_H1 {
    width: 650px;
    height: 100%;
    background-color: white;
    color: black;
    font-size: 100px;
    font-weight:300;
    margin-top: 50px;
    margin-left: 20px;
}

#centerDiv2_H2 {
    width: 100%;
    height: 100px;
    background-color: white;
    color: black;
    font-size: 35px;
    margin-top: 125px;
    text-align: left;
    margin-right: 20px;
}

/*======================================centerDiv3====================================*/

#centerDiv3 {
    width: 100%;
    height: 800px;
    position: relative;
    color: white;
}

/*======================================bottom====================================*/


#bottomDiv {
    width: 1500px;
    height: 300px;
    background-color: white; /*gray*/
/*    position: fixed;*/
/*    bottom: 180px;*/
    font-size: 33.5px;
}

.botomP {
    text-align: center;
    margin: 15px;
    color: black;
}

.gwImageContainerDiv {
    width: 20px;
    height: 20px;
    margin: auto 0;
}

.gwImage {
    margin-top: 0px;
    position: relative;
    top: 10px;
}

.linkA {
    height: 40px;
    color: black;
    text-decoration: none;
}

.imageTextOneLineDiv {
    vertical-align: middle;
    text-align: center;
}