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

@media (min-width: 1500px) {
#linkedin-top {
    padding-top: 9em;
}


#smr-showcase {
    width: 1091px;
}

.home-right {
    margin-top: -4em;
    
}
}

@media (max-width: 1000px) {
.home-left {
  width: 100% !important;
  padding: 20px;
}
.home-right {
  width: 80% !important;
}  
.home-right img {
  width: 100% !important;
} 
.start-button {
    margin: 0 auto;
}
}

@media (min-width: 1001px) and (max-width: 1499px) {
.home-left {
  width: 38%;
  /*padding: 20px;*/
  padding-left: 1em;
  padding-right: 0em;
}
.home-right {
  /*width: 80% !important;*/
  width: calc(100% - 39%) !important;
}  
.home-right img {
  /*width: 100% !important;*/
} 

}




.home-right {
    /*background-image: url("../images/smr-showcase");*/
    overflow: hidden;
    width: calc(100% - 49%);
    padding-right: 0em;
    padding-top: 0em;
    padding-left: 0em;
}

.resume-worded-features {
    vertical-align: top;

}

.resume-worded-features h3 {
    font-weight: 400;
}

.footer-text {
    font-family: 'Cerebri Sans';
}

 #linkedin-top {

    background-color: rgb(15, 1, 94);
    background-image: radial-gradient(at 50% 100%, rgba(123, 22, 255, 0.75), rgb(15, 1, 94));
 }
