/*Custom CSS to target Machine Learning CMU's Site's Inconsistencies */

body {
    max-width: 5120px !important;
    /*overflow-x: hidden !important;*/
}

.breadcrumbs a:first-child {
    display: none;
}

a.social-icon {
    text-decoration: none;
    color: #fff;
    margin: 0.1em;
    background-color: #929292;
}
p > a:hover{
    color: #d9d9d9;
    text-decoration:  underline;
}
h5 {
    margin:  1% 0 1% 0;
}
._10 {
    font-size: 1em;
}
._12 {
    font-size: 1.2em;
}
._14 {
    color: #fff;
}
ul {
    padding:0;
    list-style: none;
}
.btn.ghost.wide {
    max-width: 300px;
}

.footer-social-icons {
    width: 400px;
    display:block;
    margin: 0 auto;
}
.social-icon {
    color: #fff;
}
ul.social-icons {
    margin-top: 10px;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}
.column-resp .fa {
    padding-bottom: 3% !important;

}
#sitename img {
    max-height: 100px;
}

#logo {
    max-height: 100px;
}

.fa-facebook {
    padding:10px 15px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #b00;
}
.fa-facebook:hover {
    background-color: #3d5b99;
}
.fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #b00;
}
.fa-twitter:hover {
    background-color: #00aced;
}
.fa-rss {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #b00;
}
.fa-rss:hover {
    background-color: #9985ff;
}
.fa-youtube {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #b00;
}
.fa-youtube:hover {
    background-color: #f00;
}
.fa-linkedin {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #b00;
}
.fa-linkedin:hover {
    background-color: #0073a4;
}
.fa-google-plus {
    padding:10px 9px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #b00;
}
.fa-google-plus:hover {
    background-color: #e25714;
}
.fa-instagram {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #b00;
}
.fa-instagram:hover {
    background-color: #ff7111;
}

a.social-icon.fa.fa-github {
    display: none;
}

.fa-github {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #b00;
}
.fa-github:hover {
    background-color: #000;
}
.fa-medium {
    padding: 10px 12px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.fa-medium:hover {
    background-color: #0ed985
}
footer.grid {
  display:none;
  font-size: 16px !important;
}

footer.grid2 {
    position: absolute;
    width: 100% !important;
    overflow-x: hidden !important;
    margin: auto !important;
    padding: 30px 0 !important;

}

footer.grid2 {
  background-color: #333;
  color: rgba(200,200,200,1);
  font-size: 1em;
  letter-spacing: .05em;
  padding: 2em 5%;
  width: auto;
  overflow-x: hidden;
}
#seal a:hover {
    border: 0 !important;
}
.grid2>div {
  margin-left: 5%;
  display: inline-block;
  overflow: hidden;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 3%;
  position: relative;
}
.grid2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: wrap row;
    -webkit-flex-flow: wrap row;
    flex-flow: wrap row;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    align-content: stretch;
}
.column-resp>div {
    /*width: 31.333%;
    display: inline-block;
    width: 33%;*/
}
#overlay {
  display: none;
}
.scrolltop.on {
  background-color: #929292;
  border-radius: 50%;
  line-height: 1.05em;
}
/*People's Images*/
p.floatleft.caption.thumb img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0.5em;
    margin-right: 1em;
}
@media screen and (max-width: 1200px) {
  p.floatleft.caption.thumb img {
      width: 160px;
      height: 160px;
      border-radius: 50%;
      margin-right: 1em !important;
      margin: 0.5em;
  }
  h3 {
    /*text-align: left;
    margin-left: 50% !important;*/
  }
}

@media only screen and (max-width: 960px) {
    .menu-on #overlay {
        display: block;
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(-45deg,  rgba(255,255,255,.1) 0%, rgba(237,237,237,.96) 25%, rgba(198,198,198,.90) 50%, rgba(165,165,165,.90) 75%, rgba(211,211,211,.90) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,.1) 0%,rgba(237,237,237,.96) 25%,rgba(198,198,198,.90) 50%,rgba(165,165,165,.90) 75%,rgba(211,211,211,.90) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(237,237,237,.96) 25%,rgba(198,198,198,.90) 50%,rgba(165,165,165,.90) 75%,rgba(211,211,211,.90) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        z-index: 101;
    }
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
    .content>div:first-child {
        width: 70%;
    }
}

/*Fix Update from CMS regarding lists*/
.content div ul li {
    list-style: circle;
}
.list li {
    display: block;
}
/*Custom CSS for Backgrounds*/
#seal {
    background-image: url(//mldcmu.ai/images/backgrounds/bg-seal.png);
    background-size: contain;
    background-position: 93% center;
    background-repeat: no-repeat;
}
#work {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+25,474747+39,2c2c2c+50,000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100;Black+Gloss+%231 */
    background: rgb(76,76,76); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNGM0YzRjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTIlIiBzdG9wLWNvbG9yPSIjNTk1OTU5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjNjY2NjY2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzklIiBzdG9wLWNvbG9yPSIjNDc0NzQ3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMmMyYzJjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjMTExMTExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzYlIiBzdG9wLWNvbG9yPSIjMmIyYjJiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTElIiBzdG9wLWNvbG9yPSIjMWMxYzFjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEzMTMxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(-45deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(-45deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(-45deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10 preview */
    background: linear-gradient(135deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
    background-position: right;
    padding: 5%;
    font-weight: 500;
    background-color: #676767;
    background-repeat: no-repeat;
}

#work h9 {
    font-size: 1.5em;
    font-weight: 400;
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

#neural {
    padding: 5%;
    color: #fff;
    background-image: url(//mldcmu.ai/images/backgrounds/scscmudrake.png);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    max-height: fit-content;
    background-color: #2c2c2c;
}

/* Sitename, Wordmark, Logo Work Start */
#sitename div {
    padding: 0 !important;
    display: none !important;
}

#sitename a {
    padding: 0.1em !important;
}

#sitename img {
    text-align: left !important;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

.roof a.wordmark {
    width: 300px !important;
    max-width: 300px !important;
}

/*
a.wordmark {
    display: none !important;
}


.roof input[placeholder=Search] {

}
*/

#nav h1 {
    display: none;
}

@media screen and (max-width: 768px) {
#sitename a {
    max-width: 100% !important;
    width: auto;
    text-align: left;
    display: block;
}
}

@media screen and (min-width: 768px) {
#sitename a  {
    max-width: 50% !important;
    width: auto;
    text-align: left;
    display: block;
}
}

@media screen and (min-width: 1366px) {
#sitename a  {
    max-width: 45% !important;
    width: auto;
    text-align: left;
    display: block;
}
#content .hero .box{
    font-size: 100% !important;
}
}
/* Sitename, Wordmark, Logo Work End */

/*News Styling*/
#news {
    padding: 0% !important;
    text-align: center;
    width: 100%;
    background-color: #efefef;
}

#fg-widget-c9c55ca791321dd0187621378 .uw-ib-footpanel {
    color: #fff;
    letter-spacing: 0.1em;
}

a.uw-text {
    text-decoration: none !important;
    border: none;
}

#news h1, #news h2 {
    padding:4%;
    font-size: 2.15em;
}

#news.content>div:first-child {
    width: 100% !important;
}

.uw-ib-footpanel {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

a.uw-w-branding {
    display: none !important;
}

.uw-imageboard4 .uw-ib-1 {
    height: 50% !important;
}
.uw-imageboard4 .uw-ib-2 {
    height: 50% !important;
}
.uw-imageboard4 .uw-ib-3 {
    height: 50% !important;
}
.uw-imageboard4 .uw-ib-4 {
    height: 50% !important;
}

#fg-widget-c9c55ca791321dd0187621378 .uw-source .uw-sc-date .uw-w-header > span {
    font-size: 17px !important;
}

@media screen and (max-width: 320px) {
  .roof a.wordmark {
    width: 250px !important;
    max-width: 250px !important;
  }
}


@media screen and (max-width: 500px) {
    .uw-ib-card.uw-ib-1, .uw-ib-card.uw-ib-2, .uw-ib-card.uw-ib-3, .uw-ib-card.uw-ib-4 {
    width: 100% !important;
    height: 25% !important;
    }
}

@media screen and (max-width: 768px) {
    #fg-widget-c9c55ca791321dd0187621378{
        height: 100vh !important;
        text-align: center;
    }
    #fg-widget-c9c55ca791321dd0187621378 .uw-ib-footpanel {
        font-size: 1em !important;
    }
}

@media screen and (min-width: 768px) {
    #fg-widget-c9c55ca791321dd0187621378{
        height: 800px !important;
        text-align: center;
    }
    #fg-widget-c9c55ca791321dd0187621378 .uw-ib-footpanel {
        font-size: 1em !important;
    }
}

@media screen and (min-width: 1366px) {
    #fg-widget-c9c55ca791321dd0187621378 {
        height: 1024px !important;
        text-align: center;
    }
    #fg-widget-c9c55ca791321dd0187621378 .uw-ib-footpanel {
        font-size: 1em !important;
    }
}
@media screen and (min-width: 1920px) {
    #fg-widget-c9c55ca791321dd0187621378 {
        height: 1300px !important;
        text-align: center;
    }
}
/* End News Styling */

/* Back to Top Button*/
.back-to-top {
    position: fixed;
    display: none;
    /*background: -webkit-linear-gradient(30deg, rgb(255, 0, 65) 0%, rgba(204, 0, 0, 1) 100%);*/
    background: rgb(130,130,130);
    background: -moz-linear-gradient(-45deg,  rgb(130,130,130) 0%, rgb(255,56,56) 50%, rgb(241,142,153) 98%);
    background: -webkit-linear-gradient(-45deg,  rgb(130,130,130) 0%,rgb(255,56,56) 50%,rgb(241,142,153) 98%);
    background: linear-gradient(135deg,  rgb(130,130,130) 0%,rgb(255,56,56) 50%,rgb(241,142,153) 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#f18e99',GradientType=1 );
    color: #fff;
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 100;
    border: 0px !important;
}

.back-to-top i, .back-to-top span {
    padding-top: 12px;
    color: #fff;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.scrolltop {
    display: none !important;
}
/* End Back to Top Button */

/* Tockify and Instagram*/
iframe, object, embed {
  max-width: 100%;
  min-height: 445px !important;
  overflow: hidden;
  width: 100%;
  border: 0;
}
.instagram_feed {
    margin-top: 3em;
}
iframe.lightwidget-widget {
    min-height: 445px !important;
    height: 620px;
    max-height: -webkit-fill-available;
}
/* End Tockify and Instagram*/

/* Tackle SEO Issues*/
nav.tree div>ul {
    font-size: 1em !important;
}
nav.tree div>ul>li>a:not(.arrow) {
    font-weight: 300;
}
.roof {
    font-size: 1em !important;
}
header nav ul li a, header nav ul li a:visited {
    color: rgba(0,0,0,.65);
    display: block;
    font-size: 1em !important;
    font-weight: 400 !important;
    line-height: 1.35em;
    margin: .15em 0;
    text-align: center;
    width: 100%;
}
footer nav>ul>li>a, nav.tree div>ul>li>a:not(.arrow) {
  font-weight: 400 !important;
}

/* Whole Body Mods */
div#machine_learning {
    padding: 0px;
}
h1 {
    color: rgba(204, 0, 0, 1);
}
#mld-events-calendar h3 {
    font-weight: 400 !important;
    text-align: center;
}
#content .hero .box {
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.9) 70%, rgba(95, 95, 95, 0.75) 100%) !important;
    color: #2d2d2d !important;
    font-weight: 400 !important;
}
#content .hero .box h1 {
    color: #2d2d2d !important;
    font-weight: 400 !important;
}
#content .hero .box p {
    font-size: 17px !important;
}
.roof input[placeholder=Search] {
    background-color: #6a6a6a!important;
}
@media only screen and (min-width: 1366px) {
#home .content {
    padding-left: 5% !important;
    padding-right: 5% !important;
    }
}

#main-info h2 {
    font-size: 2em;
}

#main-info h3 {
    font-weight: 300;
    margin-top: 0;
}

#main-info {
    background-image: url(//mldcmu.ai/images/backgrounds/bg-seal.png);
    background-size: 30%;
    background-position: 93% center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 996px) {
    #main-info {
        background-size: cover;
    }
}

/*==========================
Articles Mods and Temporary Mods
===========================*/
/* .collapsed a {
    color: #b00 !important;
    border-bottom: 1px solid #faa !important;
    text-decoration: none;
    line-height: 1.5 !important;
    font-style: inherit !important;
}

.collapsed a:focus, .collapsed a:hover {
    color: red !important;
    border-bottom-color: red !important;
}

.contact {
    display: flex;
    line-height: 1;
    padding: 0;
}

.contact .icon.email {
    top: 0vh;
    left: 125px;
    position: absolute;
} */

#open-house {
    /* display: none; */
}

#open-house img {
    max-height: 400px;
}

/* Coronavirus */
#coronavirus-banner .external:after {
    content: url(https://www.cmu.edu/common/standard-v6/images/icon-leave-site-white.png);
    opacity: .75;
}

/*========================
People Pages
========================*/

.breadcrumbs {
    text-align: left;
}

.grid.column4.boxes div {
    margin: 0 !important;
}

.grid.column4.boxes img {
    height: 349px;
}

@media screen and (min-width: 1920px) {
    .grid.column4.boxes>div {
        width: 16.66%;
    }
}

/*========================
Call to Action Sections
=========================*/
#faculty-hiring {
    background-image: url(//mldcmu.ai/images/backgrounds/bg-seal.png);
    background-size: 30%;
    background-position: 93% center;
    background-repeat: no-repeat;
}

#faculty-hiring a.btn.ghost.wide {
    line-height: 1;
    width: 150px;
}

#ml-blog {
    background-image: url(//mldcmu.ai/images/backgrounds/bg-seal.png);
    background-size: 30%;
    background-repeat: no-repeat;
    text-align: right;
    right: 0;
}

#ml-blog a.btn.ghost.wide {
    width: 150px;
    right: 0;
    left: unset;
    display: inline-block;
}

#faculty-hiring h3, #ml-blog h3, #graduate-orientation h3 {
    font-size: 2em;
    font-weight: 300;
}

#faculty-hiring p, #ml-blog p {
    font-size: 1.2em
}

/*========================
Footer Mod
=========================*/
footer.grid {
     display: block !important
}
 footer.grid2 {
     display: none !important
}
 .social-icons a {
     line-height: 1;
     padding-bottom: 10px !important
}

/*========================
Temporary Mods
=========================*/

.flickity-prev-next-button, .flickity-page-dots {
    display: none;
}

#faculty-hiring {
    display:none;
}

/*
#tockify {
    display: none;
}

#events.content>div:first-child {
    width: 100%;
}
*/

/* Removed #work section temporarily */
#work {
    display: none;
}

a.social-icon.fa.fa-medium {
    display: none;
}
