@font-face {font-family: "Ebrima";
    src: url("fonts/ebrima.eot"); /* IE9*/
    src: url("fonts/ebrima.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/ebrima.woff2") format("woff2"), /* chrome firefox */
    url("fonts/ebrima.woff") format("woff"), /* chrome firefox */
    url("fonts/ebrima.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("fonts/ebrima.svg#Ebrima") format("svg"); /* iOS 4.1- */
}
body {
    margin: 0px;
    font-family: "Ebrima";
    background-image: url("images/ombg2.png");
      background-position: center;
}



/* unvisited link */
#left-sidebar a:link {
  color: white;
  text-decoration: none!important;
}

/* visited link */
#left-sidebar a:visited {
  color: white;
  text-decoration: none!important;
}

/* mouse over link */
#left-sidebar a:hover {
  color: white;
  text-decoration: none!important;
}

/* selected link */
#left-sidebar a:active {
  color: white;
  text-decoration: none!important;
  text-d
}

h3 {
    color: #ff00f1;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
    font-size: 18px;
}

#content-wrap {
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1366px;
    background-color: white;
    background-image: url("images/bgmain.png");
}

#header {
    height: 202px;
    width: 1366px;
    margin: auto;
    background-image: url("images/index_01new.png");
}

#footer {
    height: 54px;
    width: 1366px;
    margin: auto;
    background-image: url("images/index_09.png");
    color: rgb(145, 145, 145);
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
    font-size: 12px;
    text-align: center;
}

#right-sidebar {
    flex: 0 0 156px;
    background-image: url("images/index_04.png");
    background-repeat: no-repeat;
    text-align: center;
}

#left-sidebar {
    flex: 0 0 206px;
    position: relative;
    z-index: 2;
    background-image: url("images/index_02.png");
    background-repeat: no-repeat;
    padding-right: 20px;
    text-align: right;
    color: white;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
    font-size: 14px;
}

#content {
    flex: 1;
    box-sizing: border-box;
    min-height: 680px;
    padding: 20px;
    padding-right: 40px;
    text-align: justify;
}

@keyframes float {
    0% {
        transform: translate(5px, 5px);
    }
    50% {
        transform: translate(-5px, -5px);
    }
    100% {
        transform: translate(5px, 5px);
    }
}

#guru {
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;

}

#guru>img {
        width: 100%;
        height: auto;
}

#guru {
    position: relative;
    left: 420px;
    top: 5px;
    width: 400px;
}

#logotxt {
    position: relative;
    left: 500px;
    top: -99px;
    z-index: 10;
    width: 200px;
}

#guruImg{
	  transition: transform .2s;
}

#guruImg:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}

h4{
    text-align: right;
    line-height: 3px;
}
#news{
    text-align: right;
}
ul {
    list-style-type:none;
}
#ad {
    background-color: #3d053a;
    margin: auto;
    color:white;
    width:153px;
    height:200px; /* was 600px */
    line-height: 250px;
    text-align: center;
    vertical-align:middle;

}
#sponsors a:link { color: white; }
#sponsors a:visited { color: white; }
#sponsors a:hover { color: white; }
#sponsors a:active { color: white; }
#sponsors {
    width:150px;
    margin:auto;
    height:100px;
}
#spotlight {
    width:150px;
    margin:auto;
    height:100px;
}
#mainFrame {
    border:none;
    width:100%;
	min-height:1620px;
}