html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:none;
}
body{
    overflow-x: scroll;
    overflow-y: scroll;
    background:url('bg.jpg');
}
.header{
    margin-top:58px;
}
.conference
{
    padding: 0px;
    margin-left: 50px;
    text-align: center;
    margin-right: 0px;
    margin-left: -20px;
}
.banner
{
  text-align: center;
  padding: 0px;
  z-index: 0;
margin-left: -60px;
}
.palag 
{   text-align:right;
    padding:0px;
    margin-left: 40px;
}
.navbar{
    padding: 0px;
    margin: 0px;
}
.abt-con{
    margin: 20px 80px;
    margin-left: 40px;
    width: 1260px;
    padding: 15px 15px;
    background-color: #FFE4B5;
    border-radius: 7px;     
}

.abt-con h1{
    font-size: 23px;
    line-height: 110%;
    text-decoration: underline;
}

.scroll-text{
    margin-left: 40px;
    margin-top:10px;
    padding-top:10px;
    width: 1260px;
    font-weight:500;
    /*font-family:cursive;*/
    font-size: 18px;
    background: #FFFF9F;
    border-radius: 7px;
}



.con-lef {
    float: left;
}

.copyrights { 
    text-align: center;
}

.quicklinks{
    float: right;
}


a{
    color: black;
    font-family: serif;
    font-size: 15px;
}
.register{
    margin-top:3%;
    margin-bottom: 15%;
    width: 1260px;
    margin-left: 40px;
    background:  #00AFEC;
    font-family: monospace;
    font-size: 18px;
}
.register h3{
    text-align: center;
    font-family: monospace;
    font-size: 25px;
    padding: 10px 10px;
    margin-bottom: 5px;
}
.speaker{
    margin-bottom: 3%;
    margin-top:3%;
    font-family: monospace;
    text-align: center;
    width: 1260px;
    margin-left: 40px;
    margin-bottom: 20%;
}

.committee{
    margin-top:3%;
    margin-bottom:2%;
    width: 1260px;
    margin-left: 40px;
    background: #00AFEC;
    font-family: monospace;
    font-size: 18px;
    border-radius: 7px
}

.col-sm h3{
    text-align: center;
    font-family: monospace;
    font-size: 25px;
    padding: 10px 10px;
    margin-bottom: 5px;  
    font-size: 23px;
    line-height: 110%;
    text-decoration: underline;
}

.na-ad{
    text-align: center;
    margin-bottom:2%;
    width: 700px;
    margin-left: 360px;
    background: #FFE4B5;
    font-family: monospace;
    font-size: 18px;
    border-radius: 7px   
}

.na-ad h3{
    text-align: center;
    font-family: monospace;
    font-size: 25px;
    padding: 10px 10px;
    margin-bottom: 5px;  
    font-size: 23px;
    line-height: 110%;
    text-decoration: underline;    
}

.na-ad ul{
    text-align: center;
    text-decoration: none;
    text-decoration-style: none;
    list-style-type: none;
}
.con-last{
    margin-bottom: 15%;
}

.ina-ad{
    text-align: center;
    margin-bottom: 15%;
    width: 700px;
    margin-left: 360px;
    background: #00AFEC;
    font-family: monospace;
    font-size: 18px;
    border-radius: 7px   
}

.name{
    font-family: 'Staatliches', cursive;
    text-transform: uppercase;
}
#footer{
    /*background:#00AFEC; */
    padding-top:2px;
    padding-bottom: 0px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
#footer h3{
    font-size: 18px;
    font-family: cursive;
}
#footer p{
    font-family: serif;
    font-size: 15px;
}

#footer ul{
    list-style: none;
    margin-right: 30px;
}
#footer li{
    font: serif;
    padding: 2px 2px;
    text-decoration: none;
    color: black;
    margin-bottom: 0px;
}
.end{
    background: grey;
}
.end h2{
    font-size: 14px;
    font-family: serif;
}

.image{
    position: absolute;
    z-index: 2;
    right: -40px;
    top: 50px;
}
@media (max-width:768px){
    .grid{
        grid-template-columns: 2fr 1fr;
    }
    header, footer, nav{
        grid-column: 1/3;
    }
}

.speaker h3{
    font-size: 20px;
    font-family: serif;
    text-align: center;
    padding: 10px 5px 10px 5px;
    background-color:#00AFEC; 
    width: 200px;
    height: 50px;
    margin-left: 35%;
    text-align: center;
    border-radius: 7px;
    margin-top: 2%;
}

.speaker p{
    margin-top: 5%;
    font-family: cursive;
    width: 200px;
    text-align: center;
    margin-left: 35%
}

.speaker h2{
    font-size: 35px;
    text-align: center;
    font-family: cursive;
    width: 1250px;
    margin-bottom: 4%;
    padding-bottom: 15px;
    border-bottom: groove black;
    border-bottom-width: thin;
    margin-left:
    
}