.modal-header {
  border: none !important;
}

.modal-footer {
  border: none !important;
}
#footer {
  min-height: 150px;
  background-color:#f3f3f3 ;
  background-size: 100% 100%;
  padding-top:10px;
  padding-bottom:20px;
  margin:0px;
}

#footer a {
  color:#ffffff;
}
#miscskillsslide{
  display: none;
}

.bars {
  visibility: hidden;
}

.pixs {
  visibility: hidden;
}

.lefts {
  visibility: hidden;
}

.rights {
  visibility: hidden;
}

#wrapper {
  background-image: url('http://www.whitetablegallery.org/src/share/default.jpg');
  display: none;
  height: 100%;
}

#mainName {
  display: none;
}

.navbar {
  margin-bottom: 0px;
  z-index: 999;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

#myNavbar {
  background-color: transparent;
  background: transparent;
  border: none;
  color: white;
  z-index: 100;
  margin-bottom: 0;
  border-radius: 0;
}

.navbar-default .navbar-brand {
  color: white;
  font-weight: 500;
}

.navbar-default .navbar-brand:hover {
  color: white;
}

.navbar-default .navbar-nav>li>a {
  color: white;
  font-weight: 500;
  font-size: 1em;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active {
  color: white;
  text-decoration: underline;
}

.navbar-default .navbar-nav>li>a:visited,
.navbar-default .navbar-nav>li>a:focus {
  color: white;
  text-decoration: none;
}


/* opaque class which will be attached on scroll */

.navbar.opaque {
  background-color: white;
  background: white;
  transition: background-color 1s ease 0s;
  /* Transition effect to make it fade in (optional) */
  box-shadow: 0px 0px 4px #969696;
}

.navbar.opaque .navbar-brand {
  color: #969696;
  transition: color 1s ease 0s;
}

.navbar.opaque .navbar-nav>li>a {
  color: #969696;
  transition: color 1s ease 0s;
}

.navbar.opaque .navbar-nav>li>a:active {
  text-decoration: underline;
}

#footer {
  min-height: 150px;
  background-color: #f3f3f3;
  background-size: 100% 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

#footer a {
  color: #ffffff;
}

#html {
  margin: 20px;
  width: 200px;
  height: 100px;
}

#css {
  margin: 20px;
  width: 200px;
  height: 100px;
}

#javascript {
  margin: 20px;
  width: 200px;
  height: 100px;
}

#jquery {
  margin: 20px;
  width: 200px;
  height: 100px;
}

#java {
  margin: 20px;
  width: 300px;
  height: 300px;
  position: relative;
}

#c {
  margin: 20px;
  width: 300px;
  height: 300px;
  position: relative;
}

#python {
  margin: 20px;
  width: 300px;
  height: 300px;
  position: relative;
}

.btn {
  background: transparent !important;
  color: #F2F2F2 !important;
  /* CSS Transition */
  -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
  -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
  -ms-transition: background .2s ease-in-out, border .2s ease-in-out;
  -o-transition: background .2s ease-in-out, border .2s ease-in-out;
  transition: background .2s ease-in-out, border .2s ease-in-out;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
/*CORE*/
.flex-row {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  justify-content: space-around;
}
/*Common*/
.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.font-thin {
  font-weight: 100;
}
.font-bold {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {

.font-size-medium {
  font-size: 20px;
}

}

.font-size-small-r{
  font-size: 2.5vw;
}

.font-size-medium-r{
  font-size: 4vw;
}

.font-size-large-r{
  font-size: 6.5vw;
}

.font-size-xlarge-r{
  font-size: 9vw;
}

.font-size-small {
  font-size: 16px;
}

.font-size-medium {
  font-size: 30px;
}

.font-size-large {
  font-size: 60px;
}

.font-size-jumbo {
  font-size: 100px;
}

.font-raleway {
  font-family: raleway; 
}

.font-oswald {
  font-family: 'Oswald', sans-serif;
}

button {
  display: inline-block;
  padding: 8px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  outline: none;
  text-decoration: none;
  border-radius: 5px;
  transition: ease-in .25s;
}

.button-close {
  border: 1px solid gray;
  color: gray;
}

.button-close:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.button-info {
  background-color: transparent;
  border-color: #46b8da;
  color: rgba(0, 0, 0, 0.3);
  font-size: 35px; 
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all .5s;
  padding-left:23px;
  padding-right:23px;
}

.button-info:hover {
  background-color: #46b8da;
  color: white !important; 
}

.button-info-white {
  background-color: transparent;
  border-color: white;
  color: white;
  font-size: 35px; 
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all .5s;
  padding-left:23px;
  padding-right:23px;
}

.button-info-white:hover {
  background-color: white;
  color: black; 
}

.button-large-white {
  background-color: transparent;
  color: white;
  font-size: 30px; 
  font-weight: 400;
  margin: 30px 5px;
}

.button-large-white:hover {
  background-color: white;
  color: black;
}

.button-large-green {
  background-color: transparent;
  color: #1ba25f;
  font-size: 30px; 
  font-weight: 400;
  margin: 30px 5px;
  border: 1px solid #1ba25f;
}

.button-large-green:hover {
  background-color: #1ba25f;
  color: white;
}

.color-transparent {
  background-color: transparent;
}

.color-teal {
  background-color: #9dc8c8;
}

.color-blue {
  background-color: #5e8cba;
}

.color-green {
  background-color: #A7D49B;

}

.color-dark-green {
  background-color: #7A9B71;
}

.color-gray {
  background-color: #f3f3f3;
}

.section {
  min-height: 400px;
  padding: 10px;
  position: relative;
}

.half-section {
  min-height: 200px;
  padding: 10px;
  position: relative;
}
/*NAVBAR*/
.navigation-bar {
  display: flex;
  position: fixed;
  background-color: transparent;
  background: transparent;
  border: none;
  color: white;
  z-index: 100;
  margin-bottom: 0;
  border-radius: 0;
  list-style-type: none;
  height: 50px;
  width: 100%;
  padding: 0px;
  transition: all 1s;
  z-index: 999;
}

.opaque {
  background-color: white !important;
  box-shadow: 0px 1px 5px lightgrey !important;
}

.black {
  color: black !important;
}

.navbar-element {
  text-decoration: none;
  margin: 0px 10px;
  line-height: 50px;
  align-content: center;
  text-align: center;
  height: 50px;
  color: white;
  transition: .5s ease;
}

.navbar-element:hover {
  color: white;
  text-decoration: none;
  border-bottom: 2px solid lightgrey !important;
}

.navbar-element.active {
  color: white;
  text-decoration: none;
  border-bottom: 2px solid #707ea9;
}

.navbar-logo {
  align-self: flex-start;
  width: 50px;
  height: 30px;
  margin: 10px;
}

.navbar-links {
  display: flex;
  margin-left: auto;
}

/*Banner*/
.main-title {
  font-family: raleway; 
  font-size:70px; 
  margin-top:30px; 
  font-weight:600;"
}

.main-name {
  margin-top: 50px;
}

.main-button-row {
  margin-top:20px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.main-description {
  font-family: raleway; 
  font-size: 25px; 
  font-weight: 300;
  max-width: 90vw;
}

.main-button {
  font-size: 30px; 
  font-weight: bold;
  color: white;
  border: none;
}

.main-button:hover.color-green:hover {
  background-color: #7ecc66;
}

.main-button:hover.color-blue:hover {
  background-color: #336699;
}

.main-button:hover.color-teal:hover {
  background-color: #6bc7c7;
}

/*Identity panel*/
.identity {
  margin-bottom: 10px;
  width: auto; 
  z-index: 30; 
  position: relative;
  text-align: center;
}

.identity-img-desc {
  font-size: 4vw;
  font-weight: 300;
}

.identity-img-panel {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.identity-header {
  font-size: 6vw;
  font-weight: 400;
  margin-top: 0px;
}

.skills-button {
  font-size: 35px;
  font-weight: 300;
  color: grey;
  border: 1px solid gray;
  background-color: transparent;
  margin-bottom: 10px;
}

.skills-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#skills-header{
  color:grey; 
  font-weight:300; 
  font-size:15vw; 
  font-family: 'Oswald', sans-serif;
}

#great-skills {
  width: 100%;
}

/**/
.webdesign-header {
  font-size: 6vw;
  font-family: raleway;
  color:white;
}

.webdesign-label {
  font-size: 3.5vw; 
  font-family: raleway; 
  color:white;
}

.webdesign-row {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.webdesign-attr {
  text-align: center;
  align-items: center;
}

.programming-header {
  font-size: 5vw; 
  font-family: raleway;
}

.programming-label {
  font-size: 4vw;
  font-family: raleway;
}

.featured-projects-header {
  color:grey;
  font-weight:300; 
  font-size:11vw; 
  font-family: 'Work Sans', sans-serif;
  text-align: center;
}

.project {

}
.project-gravity2 {
  background-image: url(../res/gravity2.gif); 
  background-repeat: no-repeat; 
  background-size: 100% 160%; 
  padding-bottom: 30px; 
  padding-top: 10px;
  width: auto;
}

.project-gravity {
  background-image: url(../res/gravity.gif); 
  background-repeat: no-repeat; 
  background-size: 100% 160%; 
  padding-bottom: 30px; 
  padding-top: 10px;
  width: auto;
  height: 450px;
}

.project-gravity-text {
  position: absolute;
  left: 40px;
  top: 20px;
}

.project-gravity-text1{
  color:white; 
  font-size:7vw;
  font-weight:200;
  margin:0;
}

.project-gravity-text2{
  color:white; 
  font-size:9vw; 
  margin:0;
}

.project-chrome {
  max-width: 500px; 
  padding: 30px 30px;
  padding-right: 0px;
}

.project-chrome-image {
  width: 350px; 
  height: 350px; 
  margin-left: auto; 
  margin-right: 10vw;
  margin-top: 30px;
}

.project-chrome-text1 {
  color:#d1d1d1; 
  font-size:4vw;
  font-weight:200;
  margin:0;
  font-family: raleway;
  line-height: 1.0;
}

.project-chrome-text2 {
  color:#d1d1d1; 
  font-size:7vw;
  font-weight:400;
  margin:0;
  font-family: raleway;
  line-height: 1.0;
}

.project-aram {
  background-image: url(../res/aram.png); 
  background-size: cover;
  height: 450px;
}

.project-aram-text {
  font-family: raleway;
  color: white;
  float: right;
  font-size:5vw;
  font-weight: bold;
  margin-top: 65px;
  text-shadow: 1px 1px 5px black;
  text-align: right;
}

#education-banner {
  background-image: url(../res/syracuse.jpeg); 
  text-align: center;
  position: relative;
  opacity: 0.8;
}
.education-banner-text {
  color: white;
  position: absolute;
  bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-shadow: 1px 1px 5px black;
}

.education-panel {
    margin: 25px 0px;
    margin-left: auto;
    margin-right: auto;
    border: 4px outset hsla(193, 6%, 75%, 1);
    padding: 25px 0px;
    align-items: center;
    font-family: roboto;
    justify-content: space-evenly;
    font-size: 110%;
    max-width: 95%;

}

.education-panel-text {
  text-align: center;
  color: #60686c;
}
#experience {
  padding: 0px 20px;
}

.experience-header {
  color:grey;
  font-weight:100; 
  font-size:11vw; 
  font-family: 'raleway', sans-serif;
  text-align: center;
}

hr {
  margin: 0px !important;
}
