html{
    scroll-behavior: smooth;
}

*{
    font-weight: lighter;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

body {
    min-width: 1300px;
    min-height: 600px;
}

.section{
    width: 100%;
    height: 768px;
}

.bg {
    width: 100%;
    height: 100%;
    background: no-repeat scroll center center / auto 100% rgba(0, 0, 0, 0);
}

.header{
    /*width: 100%;*/
    /*min-width: 1300px;*/
    /*float: left;*/
}

#headerList{
    width: 100%;
    list-style-type:none;
    margin: 0 0 0 0;
    padding:0;
    position: absolute;
    z-index: 9;
}

.nav{
    display: inline;
    float: right;
}

.navList{
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: lighter;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    display: block;
    width: 90px;
    height:25px;
}

.navList:link{
    transition-duration: 0.5s;
}

.navList:hover{
    background-color: #ff7e00;
    transition-duration: 0.5s;
}

.navList:visited{
}

#logoImg{
    width: 7%;
    height: auto;
    margin-left: 5%;
}

#logoImg img{
    padding-top: 20px;
    /*margin-left: 60%;*/
    /*height: 32px;*/
    width: 100%;
}

#languageButton{
    padding-top: 20px;
    margin-left: 2%;
    margin-right: 5%;
    /*padding-bottom: 10px;*/
    width: 80px;
}

#languageButton img{
    width: 100%;
}

#downArrow{
    text-align:center;
    display: block;
    /*position: relative;*/
    margin-top: 620px;
    width: 3%;
    margin-left: 48%;
    /*margin-top: 3%;*/
    z-index: 9;
    position: absolute;
}

#pageFoot{
    height: 200px;
    background-color: #1c1c1c;
    padding: 20px 7%;
}

#upFooter{
    height: 80px;
    vertical-align: bottom;
    /*margin-bottom: 15px;*/
}

#footerIcons{
    margin-top: 20px;
}

.hr2{
    height:1px;
    border:none;
    border-top:1px solid #cccccc;
}

#cooperator{
    font-size: 20px;
    color: #ffffff;
    text-align: left;
    /*vertical-align: center;*/
}

.coIcon{
    width: 15%;
    text-align: center;
}

.coIcon img{
    height: 32px;
}

#downFooter{
    height: 80px;
    /*vertical-align: center;*/
    text-align: center;
}

#ultimateFooter{
    width: 100%;
    margin-top: 30px;
    border-collapse:separate;
}

.footerInfo{
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    width: 25%;
}

.footerInfo img{
    width:15%;
    float: left;
    padding-right: 10px;
    padding-left: 20%;
}

.footerInfo p{
    margin-bottom: 10px;
    width:auto;
}

.emailText{
    /*font-size: small;*/
    /*letter-spacing: -1px;*/
    /*font-weight: 100;*/
}


#copyright{
    text-align: center;
    font-size: 16px;
    color: #939393;
}
