/************************************* modal *************************************/
.myClose {
    top: 30px;
    right: 30px;
}

/************************************* nav *************************************/



#nav .modal-dialog {
    margin-top: 195px;
}


/************************************* thank *************************************/



#thank .modal-dialog {
    margin-top: 95px;
}




/************************************* banner *************************************/


.banner .textArea {
    text-align: left;
    position: absolute;
    z-index: 1;
    width: 554px;
    height: 350px;
    left: 50%;
    margin-left: -570px;
    margin-left: -550px;
    top: 50%;
    margin-top: -190px;
}

.banner .textArea .title {
    width: 610px;
    height: auto;
}

.banner .navTrigger {
    right: 30px;
    top: 30px;
}


/************************************* information *************************************/
.information {
    clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 95%);
}

.information .bigText {
    display: inherit;
    position: absolute;
    width: 110px;
    height: auto;
    left: 0px;
    top: 150px;
}


/************************************* schedule *************************************/

.schedule {
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0 100%);
    padding-bottom: 120px;
}


.schedule .bigText {
    display: inherit;
    position: absolute;
    width: 110px;
    height: auto;
    right: 0px;
    top: 150px;
}

/************************************* speakers *************************************/
.speakers {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
    background-image: url(../img/speakers/bgPattern.jpg);
    padding-top: 120px;
}

.oneSpeakers .titleSet {
    min-height: 100px;
}

.speakers .bigText {
    display: inherit;
    position: absolute;
    width: 110px;
    height: auto;
    left: 0px;
    top: 170px;
}


/************************************* signUp *************************************/

.signUp {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    padding-top: 120px;
}


.signUp .bigText {
    display: inherit;
    position: absolute;
    width: 111px;
    height: auto;
    right: 0px;
    top: 150px;
}



/************************************* footer *************************************/

.footer .topArea {
    padding: 30px;
}

.footer .topArea .logos {
    display: none;
}

.footer .topArea .logosD {
    display: inherit;
    width: 585px;
    height: auto;
}

.footer .topArea .inner {
    max-width: 1140px;
    margin: 0 auto;
}

.footer .bottomArea {
    padding: 30px;
   text-align: center;
}


