html{
  margin: 0 auto;
  background-color: black;
  
  
}
body{
  height: 100%;
  font-family: 'Varela Round', sans-serif;
  font-size:24px;
  display:flex;
  flex-flow: row wrap;
  width: 100%;
   
  margin: 0 auto;
  justify-content: center;
  background-color: black;
   
  
 
   
}

main{
   
  width: 95%;
  
  margin-top: 5%;
  margin-bottom: 5%;
   
  justify-content: center;
   
}

#manuevers {
  color: grey;
}

#simplicity {
 font-size: 40px;
 font-style: italic;
 margin: 5px 5px 5px 5px;
 font-weight:bolder;
 color: #E6AD28;
}


#firstcap {
  color: #E6AD28;
  font-weight: bold;
}


.main_container{
  
  margin: 0 auto;
   
  
  background-color: white;
  height: auto;
  flex-wrap: wrap;
  background-color: black;
  width: 100%;
  justify-content: center;
   


}

.top-navigation, .footer{
  background-color:black;
  height: auto;;
  color: whitesmoke;
  padding: 1rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
   

}
.top-navigation{
  position: fixed;
  top:0;
  z-index: 10;
  height: 10%;
  width: 100%;
  min-width:95%;
}
.navigation, .footer_nav {
    width: 100%;
    margin: 0 auto;
    height: .5rem;
     
     
     
}

 
.navigation h2{
  margin: 0;
  padding: 0;

}

.navigation img{
  height: 50px;
  width: auto;
  padding: 10px;
  margin: 0;
}

.navigation a{
  color: grey;
  font-size: 16px;
}

.stack {
  display: flex-inline;
  flex-wrap: nowrap;
  padding: 0 25px;
  color:grey;
}


.nav_second {
  display: flex-inline;
  flex-wrap: nowrap;
  width: 80%
}

a, a:hover {
  color:grey;
  text-decoration: none;
}
a:hover{
  font-weight: bolder;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
background-color:whitesmoke;
color:grey;
text-decoration: none;

}
.portfolio{
   text-align: center;
   color:whitesmoke;
  width:100%;
}
.my_portfolio{
  display:block;
  width: 100%;
}
.my_portfolio h2{
  text-align: center;

}

.thumbnail {
  display: block;
  text-align: center;
  justify-content: center;


}

.thumbnail img {
  width: 90%;
  height: auto;
  margin: .5rem;
  padding: .5rem;

}

#mainImage{
  background: black;
  height: 65vh;
  color:white;
  background-image: url("../../resources/images/main_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  display:flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
   
   
}

#carotContainer{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 4rem;
  color:white;
   
  margin: 0 auto;
}
#carotContainer a{
  color:whitesmoke;
  text-align: center;
   
}
.portfolio{
  width: 100%;
  display:block;
}
.my_portfolio {
  margin: 0 auto;

  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
   

}

portfolio_row {
  display: inline-flex;;
  flex-wrap: wrap;
}
.responsive_design {
/*
  background-image: url("../../resources/images/office-583839_640.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  */
  height: 100vh;
  width: 100%;
  text-align: center;
  position:relative;
  display:flex;
   

  /*align-items: center;*/
   
}
#pAnchor{
  padding-top: 5rem;
}

.mobile_design {

  background-image: url("../../resources/images/ipad-577746_960_720.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
  text-align: center;
  position:relative;
  display:flex;
  flex-wrap: wrap;
  align-items: center;
}


.app_dev {

  background-image: url("../../resources/images/programming-1836330_640.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
  text-align: center;
  position:relative;
  display:flex;

  align-items: center;
}



.coming_soon {
  width: 100%;
  font-weight: bolder;
  background-color:black;
  color:seashell;
  display: block;
  flex-wrap: wrap;
}

.footer_cats a{
  color:seashell;
}

.footer {
margin: 0 auto;
align-content: space-between;
 
position: fixed;
bottom:0;
height: 10%;
text-align: center;
 
}

footer_cats {
  display: flex;
  justify-content: space-around;
   
}

.footer ul{
  padding: 0;
  width: 100%;

}

.footer li{
  list-style: none;
  margin: 0;
  padding-right: 25px;
  display: inline-flex;
  justify-content: space-around;
  color:seashell;


}
 
#contactContainer, #separatorContainer{
  width:100%;
  margin-top: 3rem;
}

#contactSeparator{
   
  border-bottom: 8px solid black;
  width: 10%;
  margin: 0 auto;
 

}
#contact{
  align-content: center;
   
  width:15%;
  padding: 1rem;
  border: 2px whitesmoke solid;
  border-radius: .5rem;
  
}

/* *************************************** */
/* Portfolio Page                          */
/* *************************************** */

.portfolioContainer{
  width: 100%;
  height: auto;
    
   
}

.portfolioImageContainer{
  width: 100%;
  height: auto;
   
  overflow: hidden;
  margin: 0 .5rem .5rem 0.5rem;
}

.portfolioImageContainer img{
  margin: 0 auto;
  height: auto;
  width: 55%;
  transition: .5s ease-in;
}

.portfolioImageContainer img:hover{
  height:auto ;
  width:65%;
  transition: .5s ease-out;
  overflow:visible;
}

.portfolioLabelContainer{
  width:55%;
  position: relative;
  background-color:  #E6AD28;
  color:black;
  bottom: 10rem;
  height: 6rem;
  text-align: center;
  margin: 0 auto;
}

.portfolioLabelContainer p {
  position: relative;
  top: 15%;
  font-style: italic;
  font-weight: bold;
}


/* 
*/
/* Add a black background color to the top navigation */
.topnav {
  background-color: #363435;
  overflow: hidden;
  color:white;
  position: fixed;
  top:0;
  z-index: 10;
  height: 20%;
  width: 95%;
  margin-bottom: 1rem;
 
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: .5rem .75rem;
  text-decoration: none;
  font-size: 1.5rem;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.active {
  background-color: grey;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
   /* float: right; */
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative; width: 100%;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
     
  }

  .responsive_design{
     font-size: 1.25rem
    
  }

  
.portfolioLabelContainer{
  width:55%;
   
  bottom: 6rem;
  height: 2rem;
   
}
.topnav{
  height: 25%;
  display:block;
}
main{
  margin-top:35%;
  font-size: 1rem;
}
#contactAside{
  display: none;
   
}

#AboutMeAside{
  display:none;
}
}


/* *********************************************
Contact Form
********************************************** */
#mainForm{
  margin-top: 20rem;
  width: 100%;
   
   
  display:flex;
  justify-content: center;

}
#contactFormContainer{
  display:flex;
  width:60%;
  justify-content: center;  
  
   
}

#contactAside{
  width: 40%;
  margin-right: 2rem; 
  background-image: url("../../resources/images/main_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#emailContainer{
  width: 100%;
}

#emailFormContainer{
  margin: 0 auto;
}
#contactForm{
  display:flex;
  width:60%;
   
  margin: 0 auto; 
  justify-content: center;
}

#contactFormInput{
  display: flex;
  flex-direction: column;
  color:grey;
    
  width: 95%;
}
#emailSubmitContainer{
  width:100%;
  display:flex;
  justify-content: center;
  margin-top: 1rem;
}
#emailSubmit{
  border-radius: .5rem;
  width: 35%;
  font-size: 1.5rem;
  color:black;
}

/*
About Page
*/

#mainForm{
  display:flex;
  width: 100%;
   
}
#AboutMeAside{
  width: 40%;
  height: auto;
  min-height: 50%;
  margin-left: 2rem; 
  background-image: url("../../resources/images/main_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#AboutMeContainer{
  display:flex;
  width: 80%;
}
#AboutContainer{
  width : 55%;

}

/*
Portfolio
*/

#p_portfolio{
   width: 80%;
    height: auto;
    
}
#p_featuredPortfolioContainer{
   
  width: 80%;
   
  margin: 0 auto;
   
}


.p_portfolioImageContainer{
  width: 50%;
  height: auto;
   
  overflow: hidden;
  
   
  display:inline-block;
   
   
}

.p_portfolioImageContainer img{
  margin: 0 auto;
  height: auto;
  width: 50%;
  
   
}

 

.p_portfolioLabelContainer{
  width:40%;
  position: relative;
  background-color:  #E6AD28;
  color:black;
  bottom: 10rem;
  height: 6rem;
  text-align: center;
   
}

.p_portfolioLabelContainer p {
  position: relative;
  top: 15%;
  font-style: italic;
  font-weight: bold;
}

#portfolioContent{
  display: flex;
  justify-content: center;
  margin-top: 10rem;
}

#portfolioFooter{
  margin-top: 2rem;
  margin-bottom: 25rem;
  position: fixed;
  bottom: 10;
}

#portfolioHeader{
  text-align: center;
}

#contactSection{
  font-size: 3.5rem;
  color:goldenrod;

}

#nameContainer{
  font-size:4rem;
  font-weight: bold;
  margin-bottom:1.5rem;
   
}

#emailTitle{
  color:grey;
}
#emailAddress, #phoneNumber{
  font-style: italic;
  margin-left:4rem;
  margin-bottom: 1rem;
}

#phoneTitle{
  color:grey;
}

.socialMediaLinks{
  
  display: inline-flex;
  justify-content: center;
}