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

	html.css
	core html elements only (no classes)

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

/*
-------------------------------------------
	General
-------------------------------------------
*/

body {
  font-size: 90%;
  font-family: Arial, Helvetica, sans-serif;
  color: #4d4d4d;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  border: none;
  height: auto;
}

a {
  color: #0e56a7;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: #9f2563;
  background-color: transparent;
}

a:hover {
  color: #000;
  background-color: transparent;
  text-decoration: underline;
}

.the-student-hub-live #logo {
   width: 95%;
   max-width: 1180px;
   margin: 0 auto;
   display: block;
   padding-top: 20px;
   padding-bottom:20px;
 }
.the-student-hub-live #logo img{
  max-width:270px;
}

/*
-------------------------------------------
	Headings
-------------------------------------------
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #000;
  margin: 0 0 15px 0;
  line-height: 130%;
}

h1 {
  font-size: 1.9em;
  margin: 0 0 20px 0;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.3em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
}

/*
-------------------------------------------
	Text
-------------------------------------------
*/

p {
  margin: 0 0 15px 0;
  line-height: 160%;
}

small {
  font-size: 90%;
}

ins {
  text-decoration: none;
  background-color: #eee;
}

/*
-------------------------------------------
	Lists
-------------------------------------------
*/

dl {
  margin: 0 0 20px 0;
}

dl dt {
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 140%;
}

dl dd {
  margin-bottom: 15px;
  line-height: 140%;
}

/*
-------------------------------------------
	Tables
-------------------------------------------
*/

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}

th,
td,
caption {
  text-align: left;
  vertical-align: top;
}

/*
-------------------------------------------
	Misc
-------------------------------------------
*/

address {
  font-style: normal;
  color: black;
  background-color: #f5f5f5;
  padding: 10px 20px;
  line-height: 150%;
}

hr {
  border: 0;
  border-bottom: 1px solid #ddd;
  margin: 30px 0;
  clear: both;
}

mark {
  background-color: #068293;
  color: #fff;
  padding: 0 3px;
  display: inline-block;
}

pre {
  overflow: auto;
  background-color: #262626;
  color: #fff;
  border-radius: 5px;
  padding: 15px 20px;
  margin: 0 0 20px 0;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  word-break: keep-all;
}

pre code {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 160%;
  font-family: Menlo, Monaco, "MonacoRegular", monospace;
}

pre code::selection {
  background: #068293;
  color: #fff;
}

pre code::-moz-selection {
  background: #068293;
  color: #fff;
}

@media only screen and (max-width: 400px),
  only screen and (max-device-width: 400px) {
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.4em;
  }
  h4 {
    font-size: 1.3em;
  }
  h5 {
    font-size: 1.1em;
  }
  h6 {
    font-size: 1em;
  }

  hr {
    margin: 20px 0;
  }
} /* end media query */
