/*======================================
Theme Name: conference
Theme URI: https://divicake.com/
Description: conference theme
Version: 1.0
Author: Divi Cake
Author URI: https://divicake.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
.fullwidthimage {
     background-color: #cccccc;
  background-image:url("http://conference.thesilverlinetechnology.com/wp-content/uploads/2023/04/Thunderstorms_banner_Lightning_over.jpg") ;

  height: 160px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  
}
.fullwidthtext h1 {
  font-family: 'Roboto Slab',Georgia,"Times New Roman",serif;
  color: white;
}
.fullwidthtext{
    text-align: center;
  position: absolute;
  top: 50%;
  left: 28%;
  transform: translate(-50%, -50%);
  color: white;
}
#abstract-submission-form{
  margin: 25px 50px 75px 240px;
}

