@import url('https://fonts.googleapis.com/css?family=Open+Sans':300,400,600,700,800);

/*
 *  TYPOGRAPHIC STYLES
 */

html, body {
    height: 100%;
    font-family: 'Open Sans',Geneva,Verdana,sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}

/*body {
    background-image: url('../images/cmu-plaid-digital.png');
}*/

a {
    /*background: transparent;*/
    background-size: 2px 2px;
    background-position: 0 20px;
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #4B2E83;
    text-decoration: none;
}

a:active {
    color: #85754D;
    text-decoration: none;
}

p {
    margin: 0;
    margin-bottom: 18px;
    text-align: justify;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding-left: 10px;
    margin-bottom: 10px;
    text-align: justify;
}

table, th, td {
    border: 0px;
}

table {
    width: 800px;
}

th, td {
    vertical-align: center;
}

h1, h2 {
    font-family: 'Open Sans',Geneva,Verdana,sans-serif;
    font-weight: 700;
    color: #4B2E83;
}

h1 {
    font-size: 24px;
    margin: -20px auto;
    border-left: 5px solid #85754D;
    padding: 0;
}

h2 {
    font-size: 20px;
    padding: 10px 30px 10px 25px;
    margin: 50px -30px 20px -30px;
    border-left: 5px solid #85754D;
    line-height: 1;
}

pre, code {
    font-family: monospace;
}

blockquote {
    display: block;
    margin: 1em;
    font-style: italic;
}

/*
 *  LAYOUT STYLES
 */

.container {
    width: 750px;
    margin: 0 auto;
    background-color: #fff;
}

@media (max-width: 850px) {
    .container {
        width: 600px;
    }
}

@media (max-width: 650px) {
    .container {
        width: 400px;
    }
}

@media (max-width: 500px) {
    .container {
        width: 400px;
        margin: 0 50px;
    }
}

/*
 *  TOP BAR STYLE
 */


.cssmenu {
    text-align: center;
    /*border-radius: 0px,0px,35px,35px;*/
}

.cssmenu ul {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline;
  margin: 0;
  padding: 15px 0px 0px 0;
  list-style: none;
}
.cssmenu ul li {
  font-family: 'Open Sans',Geneva,Verdana,sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-top: -10px;
/*  margin-right: -4px;*/
  /*position: relative;*/
  padding: 5px 30px;
  background: #e0e0e0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.cssmenu li{
    width: 100px;
    text-align: center;
}
.cssmenu ul li:hover {
  background: #666;
  color: #fff;
}
.cssmenu ul li ul {
  padding: 0;
  /*position: absolute;*/
  top: 0px;
  left: 0;
  width: 100px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.cssmenu ul li ul li {
  background: #666;
  display: block;
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}

.active li{
    background: #666;
    display: block;
    color: #fff;
    opacity: 1;
    visibility: visible;
}


.topavatar {
    padding: 0px;
    text-align: center;
    margin-top: 0px;
    /*position: fixed;*/
    /*background-color: #e0e0e0;*/
}

.topavatar a:hover {
    /*color: #333;*/
    text-decoration: none;
}

.topavatar a:active {
/*    color: #333;*/
    text-decoration: none;
}

.topavatar img {
    margin-top: 50px;
    width: 250px;
    height: 250px;
}

.topavatar td{
    line-height: 1.8;
    padding: 20px;
    text-align: center;
}

.topavatar table{
    width: auto;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    /*position: fixed;*/
}

.plain table{
    width: auto;
    /*text-align: left;*/
}

.plain td{
    padding: 10px;
    text-align: left;
    vertical-align: top;
    margin-left:auto;
    margin-right:auto;
}


.icons {
    margin-top: 50px;
}

.icons img{
    height: 70px;
}

.icons table{
    width: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.icons td{
    text-align: center;
    width: 180px;
}


/*
 *  BOTTOM BAR STYLE
 */

.bottom {
/*    width: 80%;*/
    text-align: center;
    color: #666;
    font-family: 'Open Sans',Geneva,Verdana,sans-serif;
    font-weight: normal;
    font-size: 12px;
    padding: 20px 0 50px;
}

.bottom hr {
    display: block;
    width: 14%;
    margin: 40px auto;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.15);
    box-sizing: content-box;
    height: 0;
}

.bottom p {
    margin: 0;
    text-align: center;
}

.bottom a {
    background-position: 0 14px;
    font-weight: 700;
}

.soon:hover{
    color: #4B2E83;
}

h3{
    color: #4B2E83;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 19px;
}

h3:hover{
    /*color: #b00;*/
    text-decoration: underline;
}

.name{
    color: #4B2E83;
    font-size: 32px;
    font-weight: 800;
}

.publ{
    font-size: 16px;
    font-weight: 700;
}