<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
 
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
 
.main {
  float: left;
  width: 75%; /* perfect width */
  padding: 0 60px;
  overflow: hidden;
}

.my_footer {
  float: none;
  width: 100%;
 overflow: hidden;
}

.right {
  background-color: lightblue;
  float: left;
  width: 20%;
  padding: 10px 15px;
  margin-top: 7px;
}


.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

/*---------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
/*-----add something here to maximize the body width for desktop mode-----*/ 

}

@media screen and (max-width: 1024px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


/*---------------------------------------------------------*/

/*
@media screen and (max-width: 600px) {

320px?—?480px: Mobile devices
481px?—?768px: iPads, Tablets
769px?—?1024px: Small screens, laptops
1025px?—?1200px: Desktops, large screens
1201px and more?—? Extra large screens, TV
*/


p.big {
  line-height: 2.5;
}

p.pstyle {
  text-align:justify;
	line-height:2.5;
}

ul.space_list li { margin-bottom: 1em; }

#footer #col1,
#footer #col2,
#footer #col3{
    float: left;
    width: 320px;
    padding: 0px 40px 0px 40px;
}

footer {
	font-family: Arial;
	font-size: 0.95em;
	text-align:center;
    background-color: black;
    /* you probably need to add some extra styles here */
	}
    

}

.cssmarquee {
height: 50px;
overflow: hidden;
position: relative;
}

.cssmarquee h3 {
font-size: 2em;
color: turquoise;
position: absolute;
width: 100%;
height: 100%;
margin: 0;
line-height: 50px;
text-align: center;
transform:translateX(100%);
animation: cssmarquee 10s linear infinite;
}

.reftext::before {
content: "Call for papers: Spectrum International Journal of Multidisciplinary Research invites original and unpublished works";
}

@keyframes cssmarquee {
0% {
transform: translateX(100%);
}
100% {
transform: translateX(-100%);
}
}


