/** Main Styles */

html {
    position: relative;
    min-height: 100%;
}

body {
    color: #4d4d4d;
    font-family: "Montserrat", "Helvetica Neue",  Helvetica, Arial, sans-serif;/*"Lucida Console", Monaco, monospace;*/
    font-size: 1.6em;

    position: relative;
    height: 100%;
    padding-bottom: 120px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-font-smoothing: antialiased;
    background-color: black;
}

.small-caps {
    font-variant: small-caps;
}

.container {
    width: 100%;
    max-width: 960px !important;
    padding: 10px 30px;
    margin: 0 auto;
}

.highlight-card {
    min-height: 200px;
    margin-top: -200px;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

nav .container, footer .container {
    padding: 0 30px;
}

h1, h2 {
    color: #c4c400;
}

h4, h5, h6 {
    color: #c4c400;
}

h3 {
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 15px;
}

h3.small-caps {
    font-size: 1.5em;
    text-transform: lowercase;
    font-weight: 500;
}

a, a:hover, a:active, a:focus {
    color: #c4c400;
}

.text-muted {
    opacity: 0.6;
    font-size: 0.9em;
}

.footnote {
    margin-top: 30px;
}

.panel-group .panel-default .panel-heading .panel-title a {
    color: #c4c400;
    /*font-family: freight-text-pro;*/

}

.panel-group .panel-default .panel-collapse .panel-body {
  font-family: freight-text-pro;

}

.panel-group .panel-default .panel-heading {
  background-color: #c4c400;
}

.panel-title > a {
  color: #c4c400;
}

/** Nav */

.navbar {
    background-color: black;
    color: #c4c400;
    border-radius: 0;
    border: 0;

    box-shadow: rgba(63, 69, 180, 0.17255) 0px 0px 12px 0px;
    margin-bottom: 0;
}

.nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 11px;
}

.navbar-default .navbar-nav > .active > a {
    background-color: transparent !important;
    border-bottom: 4px solid #c4c400;
}

.status {
    display: none;
}

.status i {
    font-size: 7px;
    margin-bottom: 2px;
    margin-right: 5px;

    vertical-align: middle;
    color: #9197A3;
}

.status.online i {
    color: #ffffff;
}

/* Center the navigation */
@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

    .status, .online .pulse-ring {
        display: inline-block;
    }
}

/** Jumbotron */

.jumbotron {
    background-color: #f99b36;
    background: url('../images/world_country_flags.jpg');
    background-size: auto 100%;
    background-attachment:fixed;
    color: white;
    padding-bottom: 200px;
    margin-bottom: 0;
    overflow: hidden;

    font-family: "Courier New", Courier, monospace;
    /*font-style: italic;*/
}

.jumbotron .container {
    background-repeat: no-repeat;
    background-position: 90% 100%;
    background-size: auto 260px;
}

.jumbotron h1 {
    font-size: 4em;
    /** text-shadow: 2px 2px #000; */
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: #ffff00;


    margin-bottom: 15px;
}

.jumbotron.home h1 {
    text-transform: lowercase;
	
    text-shadow: -4px 0 black, 0 4px black, 4px 0 black, 0 -4px black;

    font-size: 8em;
    line-height: 0.8em;

    margin: 0;
}

.jumbotron h2 {
    margin-top: 0;
    color: #ffff00;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    margin-bottom: 50px;

    font-size:2em;
}

@media (max-width: 768px) {
    .jumbotron .container {
        padding: 10px 0px;
        background-color: white;
    }

    .jumbotron h1 {
        font-size: 3.2em;
    }
}

/** About */

.about h3 {
    border-bottom: none;
    margin-top: 10px;
}

/** Announcements */

.announcements-list li {
    margin-bottom: 20px;
}

.announcements-list h4 {
    margin-bottom: 0;
}

.announcements .container {
     background-color: white;
}

/** Lectures **/

.lecture-table .container {
    margin-top: -200px;
    background-color: white;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

/** Sections **/

.section-table .container {
    /*margin-top: -200px;*/
    background-color: white;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.section-specifics {
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/** Assignments */

.current-link {
    font-size: 2em;
    opacity: 0.9;
}

.current-link .fa {
    margin-left: 7px;
    transition: margin 0.1s ease-in;
}

.current-link:hover {
    opacity: 1.0;
}

.current-link a:hover, a:focus, a:active {
    text-decoration: none;
}

.current-link a:hover .fa {
    margin-left: 12px;
    transition: margin 0.1s ease-out;
}

.deadline {
    font-weight: bold;
}

.table {
    /*margin-top: 30px;*/
}

.table td ul {
    padding-left: 15px;
}

/*
 * Calendar
*/
#courseCalendar{
    position:relative;
    margin:10px auto;
    display:block;
}

/** Responsive Tables
* http://css-tricks.com/responsive-data-tables/
*/

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        border: 1px solid #ccc;
        border-top: 0;
        margin-bottom: 20px;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        min-height: 2.2em;
        position: relative;
        padding-left: 50% !important;
    }

    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;

        font-weight: bold;
    }

    /*
    Label the data
    */
    .assignments td:nth-of-type(1):before { content: "#"; }
    .assignments td:nth-of-type(2):before { content: "Homework"; }
    .assignments td:nth-of-type(3):before { content: "Problem Session"; }
    .assignments td:nth-of-type(4):before { content: "Out"; }
    .assignments td:nth-of-type(5):before { content: "Due"; }
    .assignments td:nth-of-type(6):before { content: "Solutions"; }

    .lectures td:nth-of-type(1):before { content: "Date"; }
    .lectures td:nth-of-type(2):before { content: "Topic"; }
    .lectures td:nth-of-type(3):before { content: "Book Sections"; }
}

/** TA Hours */

#calendar-iframe {
    width: 1px;
    min-width: 100%;
    margin-top: 20px;
}

.lost-rabbit {
    display: block;
    height: 200px;
    margin: 50px auto;
}

.staff-update-soon {
    text-align: center;
}

/** Lectures */

.next-lecture-title {
    font-size: 2em;
}

tr.next-lecture {
    background-color: #FFF4DC;
    color: #666;
}

/** News **/

.news .container {
    overflow: auto;
}

/** Staff */

.staff .container {
    overflow: auto;
}

.staff h2 {
    font-size: 1.5em;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 25px;
	margin-top:10px;
}

.tas h2 {
    margin-bottom: 10px;
}

.tas {
    clear: both;
}

.staff p {
    margin-bottom: 0;
}

.staff ul {
    list-style: none;
    padding-left: 0;
}

.info {
    margin: 15px 0px;
}

/* lecture */

.topic {
    color: #009933;
}

.masonry {
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}

@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

.col-sm-12, .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
    color: #4d4d4d;
}

.head-tas .container {
    padding: 0;
}

.head-tas .profile-picture {
    margin-right: 0px;
}

.head-tas li {
    margin-bottom: 15px;
    width: 200px;
    float: left;
    padding: 10px;
    display: inline;
}

.masonry li {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #EBEBEB;
}

.profile-picture {
    height: 200px;
    width: 200px;
    margin-bottom: 15px;
    background-size: auto 100%;
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../images/anon.png');
    position:relative;
    -webkit-transition:none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    transition-duration:0.1s;
}

.login {
   width: 200px;
   height: 100px;
}


/** Staff Pictures */


.jlevin1 .profile-picture:hover{
    background-image: url('../images/staff2019/josh.jpeg');
}

.jlevin1 .profile-picture{
    background-image: url('../images/staffwl/jfk.jpg');
}

.kfmaher .profile-picture:hover{
    background-image: url('../images/staff2019/kate.jpg');
}

.kfmaher .profile-picture{
    background-image: url('../images/staffwl/washington.jpg');
}

.akim .profile-picture:hover{
    background-image: url('../images/staff2019/audrey.jpg');
}

.akim .profile-picture{
    background-image: url('../images/staffwl/khan.jpg');
}

.efecht .profile-picture:hover{
    background-image: url('../images/staff2019/ethan.jpg');
}

.efecht .profile-picture {
    background-image: url('../images/staffwl/abdullah.jpg');
}

.dfenn .profile-picture:hover {
	background-image: url('../images/staff2019/Dakota_Fenn.jpg');
}

.dfenn .profile-picture {
	background-image: url('../images/staffwl/vittorio.jpg');
}

.ltisch .profile-picture:hover {
	background-image: url('../images/staff2019/louise.jpg');
}

.ltisch .profile-picture {
	background-image: url('../images/staffwl/jedgar.jpg');
}

.marroyo .profile-picture:hover {
	background-image: url('../images/staff2019/michelle.jpg');
}

.marroyo .profile-picture {
	background-image: url('../images/staffwl/merkel.jpg');
}

.rdiwan .profile-picture:hover {
	background-image: url('../images/staff2019/RenukaDiwan.jpg');
}

.rdiwan .profile-picture {
	background-image: url('../images/staffwl/janet.jpg');
}

.ncheng .profile-picture:hover {
	background-image: url('../images/staff2019/nicole.jpg');
}

.ncheng .profile-picture {
	background-image: url('../images/staffwl/cleo.jpg');
}

.aberman .profile-picture:hover {
	background-image: url('../images/staff2019/aj.jpg');
}

.aberman .profile-picture {
	background-image: url('../images/staffwl/xi.jpg');
}

.akara .profile-picture:hover {
	background-image: url('../images/staff2019/alkim.jpg');
}

.akara .profile-picture {
	background-image: url('../images/staffwl/gokcen.jpg');
}

.jchampeau .profile-picture:hover {
	background-image: url('../images/staff2019/justin.jpg');
}

.jchampeau .profile-picture {
	background-image: url('../images/staffwl/trudeau.jpg');
}

.npolshakova .profile-picture:hover {
	background-image: url('../images/staff2019/nina.jpg');
}

.npolshakova .profile-picture {
	background-image: url('../images/staffwl/elizabeth.jpg');
}

.tprice .profile-picture:hover {
	background-image: url('../images/staff2019/ted.jpg');
}

.tprice .profile-picture {
	background-image: url('../images/staffwl/tedwl.jpg');
}

.mgorotiza .profile-picture:hover {
	background-image: url('../images/staff2019/manny.jpg');
}

.mgorotiza .profile-picture {
	background-image: url('../images/staffwl/mujica.jpg');
}

.wspeckmann .profile-picture:hover {
	background-image: url('../images/staff2019/willem.jpg');
}

.wspeckmann .profile-picture {
	background-image: url('../images/staffwl/rutte.jpg');
}

.mfullerton .profile-picture:hover {
	background-image: url('../images/profilePictureProxy.jpg');
}

.mullerton .profile-picture {
	background-image: url('../images/profilePictureProxy.jpg');
}


#savage .profile-picture {
    background-image: url(' ../images/jsavage.jpg');
}

/** Footer */

.footer {
  position: absolute;
  bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  width: 100%;
  background-color: #4d4d4d;
}

@media (max-width: 768px) {
    .footer p:first-child {
        margin-bottom: 0;
    }

    .footer .text-right {
        text-align: left;
        margin-top: 0;
    }
}

.lectures {
    color: #333333;
}

.courseName {
    color: #b3b3b3;
}
