*[id]:before { 
  display: block; 
  content: " "; 
  margin-top: -53px; 
  height: 53px; 
  visibility: hidden; 
}

body {
  padding-top: 53px;
  font-family: 'Oswald', sans-serif;
}

h1 {
  font-size: 40px;
  text-shadow: 0 0 20px black;
  /* outline-color: #333; */
}

h2, h3 {
  font-size: 35px;
	text-shadow: 0 0 20px black;
  margin-bottom: 15px;
}

h3 {
  font-size: 22px;
}

h4 {
  text-shadow:  0 0 20px black;
}

h5 {
  padding-top: 18px;
  padding-left: 18px;
  font-style: oblique;
  font-size: 19px;
}

ul {
  list-style-type: square;
  margin-left: 18px;
}

li {
  padding-left: 3px;
}

.navbar {
  margin-bottom: 0px;
  border-color: #555555;
  border-bottom-width: 3px;
  margin-top: -60px;
  padding-top: 60px;
}

#title {
  padding: 300px 0 600px 0;
  background: url("../images/IMG_1928.JPG") fixed;
  background-size: cover;
  color: white;
}

#title span {
  font-size: 33px;
}

#title hr {
  width: 60%;
  height: 5px;
  margin: 15px auto 15px auto;
}

#title a, #contact a {
  color: black;
  background-color: #ddd;
  border: black solid 1px;
  margin-bottom: 2px;
  font-size: 16px;
}

#title a:hover, #contact a:hover {
  color: white;
  background-color: black;
/*   font-style: italic; */
}

/* You can use this to customize visited links.  I decided against it.

#title a:visited {
  color: #00aaFF;
  background-color: black;
} */

#aboutme {
  background: url("https://raw.githubusercontent.com/Camoen/camoen.github.io/master/images/about.PNG");
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 150px;
  background-color: #BBB;
  margin-bottom: 30px;
}

#aboutme h2 {
	text-shadow: none;
}

#aboutme p {
  font-size: 18px;
}

#uflogo {
  vertical-align: top;
  width: 122px;
  height: 25px;
  display: inline-block;
}

#codecademylogo {
  width: 151px;
  height: 31px;
  display: inline-block;
}

#udemylogo {
  width: 92px;
  height: 31px;
  display: inline-block;
}

#fcclogo {
  width: 208px;
  height: 31px;
  margin-right: -1px;
  margin-left: -2px;
  display: inline-block;
}

#aboutme #portrait {
  width: 350px;
  margin: 70px auto 0px auto;
}

#portfolio {
  background: url("../images/IMG_2174.JPG") center center fixed;
  background-size: cover;
  padding-bottom: 100px;
  color: white;
}

/*
#portfolio h2 {
	text-shadow: -1.5px -1.5px 0 #111, 1.5px -1.5px 0 #111, -1.5px 1.5px 0 #111, 1.5px 1.5px 0 #111;
}
*/

#portfolio .row .col-sm-4 {
  text-align: center;
  margin-top: 20px;
}

#portfolio .row .col-sm-4 .portfolio_link {
  position: relative;
  display: block;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

#portfolio .row .col-sm-4 img {
  margin: 2px auto 0px auto;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border: #eee solid;
  border: rgba(238,238,238,0.85) solid 2px;
  border-bottom: 0px;
  height: 182px;
  width: 100%;
}

#portfolio .row .col-sm-4 .portfolio_effect {
  position: absolute;
  width: 100%;
  height: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #4A4A4A;
	background-color: rgba(0,0,0,0.60);
  opacity: 0;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

#portfolio .row .col-sm-4 .portfolio_effect:hover {
  opacity: 1;
}

#portfolio .row .col-sm-4 .icon_link {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 36%;
  color: #eee;
	color: rgba(238,238,238,0.85);
  font-size: 30px;
}

#portfolio .row .col-sm-4 p {
  color: #333;
  font-size: 15px;
  margin-bottom: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #eee;
	background-color: rgba(238,238,238,0.85);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

#portfolio .row .col-sm-4 p span {
  font-style: italic;
  font-size: 14px;
}

#contact {
  padding-top: 60px;
  padding-bottom: 290px;
  background: url("https://raw.githubusercontent.com/Camoen/camoen.github.io/master/images/contact.JPG") center center fixed;
  background-size: cover;
  color: white;
}

#contact h2 {
/*   text-shadow: none; */
  margin-top: 20px;
  margin-bottom: 40px;
}

#contact p {
  text-shadow: 0 0 20px black;
  font-size: 20px;
  margin-bottom: 20px;
}

#contact .btn {
  background-color: #ccc;
}

.footer {
  padding: 10px 0 20px 0;
  background-color: #222;
}

.footer .btn:hover {
  color: white;
}

@media (min-width: 768px) and (max-width: 991px) {
  #aboutme #portrait {
  margin-top: 85px;
  }
}

@media (max-width: 400px) {
  #aboutme p {
    font-size: 15px;
  }
}

@media (max-width: 364px) {
  #title h1 {
    font-size: 25px;
  }
  #title span {
    font-size: 18px;
  }
  #title h4 {
    font-size: 15px;
  }
  h2 {
    font-size: 30px;
  }
  p {
    font-size: 18px;
  }
}
