body{
    background-color: #0B4C5F;
}
#header{ 
    border: 0 solid black;
    width: 100%;
    height: 40%;
    background-size: cover;
    background-position: top;   
}
#clear{
    clear: both;
}
#header-img{ 
    padding-top: 5%;
    width: 100%;
    height:30%;
    margin-left: auto;
    margin-right: auto;
}
#header img{
    /* margin-top: 100px; */
    transition: 0.3s;
    width: 100%;
    height:30%;
    margin-left: auto;
    margin-right: auto;
}
#header img:hover{
    transform: scale(1.02);
}
#box_top{
    margin:  auto;
    width: 100%;
    height: 400px;
    border:0 solid black;
    margin-top: 100px;
    /* background-color: rgb(242, 237, 233); */
}
.button{
    float: left;
    margin-left: 5%;
    width: 16%;
    height: 350px;
    border:0 solid black;
    margin-top: 25px;
    
}
.button img{
    width: 100%;
    margin:0 auto;
}
.button img:hover{
    transition-duration: 0.3s;
    transform:scale(1.1,1.1);
}
.button h1{
    color:white;
}
#auto{
    width: 100%;
    height: 500px;
    margin-top: 1%;
}

#auto h1{
    color: skyblue;
    text-align: center;
}
#auto h2{
    color: skyblue;
    text-align: right;
    margin-right: 40%;
}
#auto_left a:visited
{
    color:skyblue;
}

#tx{
    width: 100%;
    height: 800px;
    margin-top: 30%;
}
#tx h1{
    color:skyblue;
    text-align: center;
}
#tx_left{
    position: absolute;
    width:50%;
    height:50%;
    margin-left: 10%;
    margin-right: 0;
    margin-top: 11%;
}
#tx img{
    width:70%;
    height:60%;
    /* margin-left: 5%;
    margin-top: 5%; */
    margin-top:5%;
}
#tx_right{
    position: relative;
    width: 45%;
    height: 45%;
    float: right;
    margin-right: 9%;
    margin-top: 5%;
    text-align: left;
    color: skyblue;

}
#tx_right p{
    color:white;
    margin-left: 10%;

    text-align: left;
    line-height: 1.8em;
}
#tx_right a{
    color:white;
}
#tx_right a:hover{
    transition-duration: 0.3s;
    transform:scale(1.1,1.1);
}
#tx_right a:visited
{
    color:skyblue;
}
#tx h3{
    color: skyblue;
    text-align:left;
    margin-left:10% ;
}
#tx h2{
    color: skyblue;
    text-align: right;
}


#pig{
    width: 100%;
    height: 500px;
    margin-top:10px ;    
}
#pig h1{
    color: skyblue;
    text-align: center;
}
#pig_left{
    position: relative;
    float: left;
    width:41%;
    height:100%;
    margin-left: 5%;
    margin-top: 15%;
}
#pig_left p{
    color:white;
    margin-left: 10%;
    margin-top:3%;
    text-align: left;
}
#pig_right{
    float: right;
    width:40%;
    height:100%;
    margin: 6%;
    margin-top:20%;
}
#pig_right img{
    width:90%;
    height:50%;
    margin-top:5%;
}
#pig a{
    color:white;
}
#pig a:visited{
    color:skyblue;
}
#pig h3{
    color: skyblue;
    text-align:left;
    margin-left:10% ;
}
#pig h2{
    color: skyblue;
    text-align: right;
}

#GauGAN{
    width:100%;
    height:500px;
    margin-top: 30%;
}
#GauGAN_left{
    position:absolute;
    width:40%;
    height:80%;
    margin-left:10%;
    margin-top: 10%;
}
#GauGAN_left img{

    width:80%;
    height:35%;
    margin-top:5%;
}
#GauGAN h1{
    color: skyblue;
    text-align: center;
}
#GauGAN p{
    color:white;
    line-height: 1.8em;
}
#GauGAN_right{
    float: right;
    width:40%;
    margin-right:10%;
    margin-top: 5%;
}
#GauGAN h2{
    color: skyblue;
    text-align: right;
}
#GauGAN h3{
    color: skyblue;
    text-align:left;
}
#GauGAN_right a:visited
{
    color:skyblue;
    height:20%;
}
#more{
    text-align:center;
    margin-top: 25%;
    margin-bottom: 5%;
}
#more a:visited
{
    color:skyblue;
}