@media (min-width: 950px) {
    #link1, #navbarSide
    {
        display:none;
	} 
}

@media (max-width: 950px) {
    #link2, #mainNavbar, .sideMenu
    {
        display:none;
    }
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url("../images/blueBricks.jpg");
	background-repeat: no-repeat;
	/* width:100vw;
	height: 100%; */
	background-size: cover;
	background-color: rgb(4, 24, 23);
}

/* #blueBricks {
	margin: 0px;
	padding: 0px;
	width: 100vw;
	height: 500px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 100% 500px;
    background-position: top center;
	background-attachment: fixed;
	position: absolute;
	top: -1px;
	z-index: -1;
} */

.navbar{
	/* font-family: "Josefin Slab"; */
	font-size: 20px;
	background-color: rgba(10, 87, 148, .5);
	color: white;
	/* opacity: .75; */
}

.navbar-nav{
	margin: 0px auto;
	color: white;
}

.nav-item{
	margin-left: 30px;
	color: white;
}

.nav-link{
	color: white;
}

.nav-link:hover{
	color: rgb(206, 206, 206);
}

.navbar-brand{
	font-size: 40px;
	color: white;
}

.navbar-brand:hover{
	color: rgb(206, 206, 206);
}

/* span.navbar-toggler-icon{
	background-color: rgb(210, 77, 40);
} */

.navbar-toggler{
	border: solid white 0px;
}

.navbar-toggler:focus, .navbar-toggler:active {
    outline: none;
    box-shadow: none;
  }

.navbar-toggler:hover{
	opacity: .5;
}

#myLogo{
	padding-top: -20px;
}

#header{
	font-family: "Oswald";
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: rgba(10, 87, 148, .75);
	color: white;
	text-align: center;
	margin-top: 30px;
}

#subheader{
	/* font-family: "Josefin Slab"; */
	color: white;
	text-align: center;
	margin-top: 20px;
}

#homeText{
	padding: 30px;
	/* margin-left: 20px; */
	margin: 30px auto;
	background-color: rgba(10, 87, 148, .75);
	color: white;
	/* text-align: center; */
}

#HMenuBtn{
	width: 60px;
	height: 50px;
	background-color: none;
	/* margin-top: 20px; */
	margin-left: 20px;
}

#HMenuBtn:hover{
	background-color: none;
	margin-left: 20px;
	cursor: pointer;
	opacity: .7;
}

#HMenuBtn2{
	width: 30px;
	height: 30px;
	background-color: none;
	/* margin-top: 20px; */
	margin-left: 20px;
}

#HMenuBtn2:hover{
	background-color: none;
	margin-left: 20px;
	cursor: pointer;
	opacity: .7;
}

#navbarNav2{
	background-color: rgba(10, 87, 148, 0);
}

#sLink{
	background-color: rgba(10, 87, 148, 0);
}

#link1{
	background-color: rgba(10, 87, 148, 0);
}

.sideMenu  {
	width: 0;
	float: right;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	height: 230px;
	background-color: rgba(10, 87, 148, .5);
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 30px;
	padding-bottom: 20px;
  }

  #portLinkBtn{
	margin: 0px auto;
	margin-bottom: 20px;
}

  /* #sideContact{
	  margin-top: -70px;
  } */
  
  .sideMenu a {
	font-family: "Oswald";
	padding: 8px 8px 8px 32px;
	margin-left: 50px;
	text-decoration: none;
	font-size: 25px;
	color: white;
	display: block;
	transition: 0.3s;
  }
  
  .sideMenu a:hover {
	color: #818181;
  }
  
  .sideMenu .closeBtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
  }
  
  .openBtn {
	font-size: 20px;
	cursor: pointer;
	/* background-color: #111; */
	color: white;
	padding: 10px 15px;
	border: none;
  }

  #closeBtn{
	margin-right: 10px;
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 30px;
	color: white;
	transition: 0.3s;
	display: none;
  }

  #closeBtn:hover{
	color: #818181;
}
  
  /* .openBtn:hover {
	background-color:#444;
  } */

#modalX{
	color: white;
}

.close{
	opacity: 1;
}

.modal-content{
	background-color: rgb(10, 87, 148);
	color: white;
}

.modal-title{
	background-color: rgb(3, 47,80);
	color: white;
}

.modal-header{
	background-color: rgb(3, 47,80);
	color: white;
}

.modal-body{
	background-color: rgb(10, 87, 148);
	color: white;
}

.modalDesc{
	margin-top: 10px;
}


.resumeBtns{
	text-align: center;
	margin-top: 30px;
}

.resumes{
	display: inline-block;
	margin: 30px auto;
}

#creativeResume{
	width: 4.5in;
	height: 5.5in;
	margin: 0px auto;
}

#standardResume{
	width: 4.5in;
	height: 5.5in;
	margin: 0px auto;
}


.nav-item{ 
	background-color: rgba(10, 87, 148, .8);
	margin: 20px auto;
}

.nav-item.nav-link.active{
	background-color: white;
	color: black;
}

.portCards{
	margin-top: 30px;
	margin-bottom: 30px;
}

.wireframesModal{
	text-align: center;
	margin: 0px auto;
}

.ytVideos{
	position: relative; 
    top: 0; right: 0; 
    bottom: 0; left: 0;
    margin: auto; 
}

img.details{
    width: 300px;
    height: 350px;
    margin: 15px auto;
}

img.details2{
    width: 350px;
	height: 300px;
	padding-right: 30px;
	margin: 15px auto;
}

img.details3{
    width: 650px;
	height: 600px;
	/* padding-right: 30px; */
	margin: 15px auto;
}

.gitLinks{
	color: white;
}

.gitLinks:hover {
	color: #818181;
}

#linkedinW{
	width: 40px;
	height: 40px;
}

#linkedinW:hover{
	opacity: .8;
	width: 40px;
	height: 40px;
}

#githubW{
	width: 40px;
	height: 40px;
}

#githubW:hover{
	opacity: .8;
	width: 40px;
	height: 40px;
}

.contactHeader{
	background-color: rgba(10, 87, 148, .8);
	color: white;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 20px auto;
	text-align: center;
}

#contactForm1{
	background-color: rgba(10, 87, 148, .8);
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 20px auto;
	text-align: center;
}


#contactForm{
	margin: 20px auto;
	text-align: center;
}


#submitBtn{
	text-align: center;
	margin: 20px auto;
}

#confirmedBtn{
	text-align: center;
	margin: 20px auto;
}
