@media only screen and (max-width: 768px) {
    #pencils {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .bible img {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    #app-dev-social {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .gallery {
        display: none;
    }
}

.navbar img {
    position: relative;
    bottom: 15px;
    height: 80px;
    width: 200px;
}

.navbar {
    height: 80px;
    background-color: #F0F0F0;
    margin-bottom: 0px;
}

#homePage {
    background-color: white;
}

/* Menu Slider */

.menu-button {
    float: right;
    position: relative;
    top: 20px;
}
.menu-button p {
    cursor: pointer;
}

/* Initial body */
body {
  left: 0;
  margin: 0;
  position: relative;
}

p {
    font-size: 16px;
}

/* Initial menu */
.menu {
  background: #202020 left top;
  right: -285px;  /* start off behind the scenes */
  height: 100%;
  position: fixed;
  width: 285px;
}

.menu li {
    padding-bottom: 15px;
    font-size: 16px;
    list-style-type: none;
    padding-left: 45px;   
}

.menu li a {
    text-decoration: none;
    color: #F0F0F0;

}

.menu li a:hover {
    color: #00CCFF;
    cursor: pointer;
} 

.btn-close {
    cursor: pointer;
    padding-top: 40px;
    padding-left: 45px;
    padding-bottom: 25px;
    color: #00CCFF;
}

.jumbotron {
    position: relative;
    background:
    linear-gradient(
    	rgba(0, 0, 255, 0.45), 
    	rgba(176, 196, 222, 0.45)
    ), 
    url("../images/work-jumbotron.jpeg") center;
    
    width: 100%;
    height: 600px;
    background-size: cover;
    overflow: hidden;
    color: white;
    margin-bottom: 0px;
}

.jumbotron .header {
    text-align: center;
    position: relative;
    top: 100px
}

.menu-button {
  cursor: pointer;
  font-size: 16px;

  text-transform: uppercase;
}
.jumbotron .header i {
    position: relative;
    top: 175px;
}


.main {
	padding-top: 25px;
    height: 449px; 

}

.main h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #C8C8C8;
}

.main a {
    position: relative;
    top: 20px;
    margin-right: 10px;
    padding-right: 25px;
    padding-left: 25px;
}

.testimonial {
    background:

    linear-gradient(
        rgba(0, 0, 255, 0.45), 
        rgba(176, 196, 222, 0.45)
    ), 
    url("../images/networking-hands.jpg") center;
    
    width: 100%;
    background-size: cover; 
    padding-top: 25px;
    text-align: center;
}

.testimonial {
	color: white;
}

.testimonial p {
    font-size: large;
    margin-bottom: 40px; 
}

.clients {
    text-align: center;
    padding-top: 25px;
}

.clients h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #C8C8C8; 
}

.clients img {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-right: 40px;
}

.contact button {
    margin-right: 10px;
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 15px;
}

.contact span {
    position: relative;
    top: 10px;
    padding-bottom: 20px;
}

.contact {
    background:

    linear-gradient(
        rgba(0, 0, 8, 0.45),
        rgba(0, 0, 8, 0.45)
    ), 
    url("../images/workspace.jpg") center;
    
    width: 100%;
    height: 300px;
    background-size: cover; 
    padding-top: 25px;
}

.contact {
    color: #E8E8E8 ;
}

.footer {
    height: 150px;
    background-color: #1c2327;
}

.footer p {
    padding-top: 75px;
    color: grey;
}

.footer i {
    padding-top: 75px;
    padding-right: 10px;
    color: grey;
    cursor: pointer;
}

.footer i:hover {
    color: #00CCFF;
}

/* App Development HTML */
#app-dev-social a {
    padding-right: 0px;
    cursor: pointer;
}

.bible img {
    margin-top: 15px;
    margin-right: 10px;
}

/* Gallery Page */
#gallery {
    height: 825px;
}

#gallery-button {
    position: relative;
    left: 25px;
}

#contact-image {
    height: 160px;
    width: 470px;
}

#cad-para {
    font-size: 15px;
}

#footer-social a {
    padding-right: 25px;
}

