/* BODY */
.bod1 {
  background-color: none;        
       }

/* BUTTONS */
.buttn1 {
        font-family: futura;
        font-size: 10;
        bg-color: dark grey;
        color: white;
        border: 5;
        height: 15;
        
        }

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

/* BLURB */
.blurb {
        font-family: futura;
        font-size: 16px;
        text-align: left;
        width: 850px;
        margin-left: 80px;
        bgcolor: none;
        
        }

.blurb1 {
        font-family: futura;
        font-size: 16px;
        text-align: left;
        width: 850px;
        margin-left: 80px;
        background-color: rgb(240,240,240);
        
        }
.blurb1a {
        font-family: futura;
        font-size: 16px;
        text-align: left;
        width: 850px;
        margin-left: none;
        background-color: rgb(240,240,240);
        
        }

.Top-Line{
        font-family: futura;
        font-size: 18px;
        text-align: left;
        width: 850px;  
        margin-left: 80px;
        background-color: rgb(40,175,245,0.4);
}

/*Comic Title*/
.Comic-Title1{
        /*font-family: futura;
        font-weight: bold;
        font-size: 24px;
        color: darkblue;
        text-align: left;*/
        margin-left: none;
        height: 150px;
        width: 650px;
        bgcolor: none;
}
.Comic-Title2{
        /*font-family: futura;
        font-weight: bold;
        font-size: 24px;
        color: darkblue;
        text-align: left;*/
        margin-left: 180px;
        height: none;
        width: 250px;
        bgcolor: none;
}

}
.Comic-Title3{
        /*font-family: futura;
        font-weight: bold;
        font-size: 24px;
        color: darkblue;
        text-align: left;*/
        margin-left: 180px;
        height: none;
        width: 650px;
        bgcolor: none;
}


/*Placeholder Comic Panels*/
.Square-1{
height: 867px;
width: 650px;
background-color: white;

}
</style>
<style>  .Square-2{
height: 660px;
width: 500px;
background-color: lightgrey;

}

/*SOCIAL MEDIA BUTTONS & ICONS */
/* Style all font awesome icons */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
}

/* Instagram */
.fa-instagram {
  background: #3F729B;
  color: white;
}

/* LinkedIn */
.fa-linkedin {
  background: #146EB4;
  color: white;
}

/* COPYRIGHT INFO */
.copyright1 {
        font-family: futura;
        font-size: 12px;
        text-align: left;
        width: none;
        margin-left: 180px;
        bgcolor: none;
        
        }
.copyright2 {
        font-family: futura;
        font-size: 12px;
        text-align: right;
        width: none;
        margin-right: 180px;
        bgcolor: none;
        }
.copyright3 {
        font-family: futura;
        font-size: 12px;
        text-align: left;
        width: none;
        margin-left: 80px;
        bgcolor: none;
        }