body, html {
  width: 100%;
  height: 100%;
  font-size:18px;
}

.james-portrait {
  width: 250px;
  border-radius:50%;
  max-width: 80%;
}

.stream-container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.portfolio-img {
  max-width:90%;
}

.portfolio-bg {
  vertical-align:middle;
  max-width:95%;
  border-radius:10px;
  background:#F5F5FE;
  margin-bottom:20px;
  padding-top:5%;
  padding-bottom:5%;
  margin:20px auto;
}

.portfolio-bg p {
  margin-top:10px;
  color:#282E34;
}

#home {
  background: url('resources/bgimg1.jpg') no-repeat center fixed;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
  opacity: 0.6;

}

#stream-home, #stream{
  background: url('resources/BadmintonSchool.jpg') no-repeat center fixed;
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
  opacity: 1;
  margin-bottom: 20px;
}

.divider-1 {
  background: url('resources/bgimg2.jpg') no-repeat center fixed;
  height: 400px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
  opacity: 0.6;
}
.divider-2 {
  background: url('resources/bgimg3.jpg') no-repeat center fixed;
  height: 400px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
  opacity: 0.6;
}

.divider-3 {
  background: url('resources/bgimg4.jpg') no-repeat center fixed;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
  opacity: 0.6;
}

.about-container {
  color: #777;
  background-color: white;
  text-align:center;
  padding:50px 10px;
  box-shadow:3px 0px 1px 2px rgba(0,0,0,0.2);
}

.placeholder {
  vertical-align:middle;
  max-width:95%;
  border-radius:10px;
  background:#FFF;
  margin:0 auto 40px auto;
  height:100%;
}

.portfolio-container {
  color: #ddd;
  background-color: #282E34;
  text-align:center;
  padding:50px 20px;
  box-shadow:3px 0px 1px 2px rgba(0,0,0,0.2);
  
}

.contact-container {
  color: #ddd;
  background-color: #282E34;
  text-align:center;
  padding:50px 10px;
  box-shadow:3px 0px 1px 2px rgba(0,0,0,0.2);
}
footer {
  text-align:center;
  padding: 20px
}

.footer-links {
  padding:0
}

.footer-links li {
  display:inline-block;
}

.footer-links li a{
  padding: 15px;
}
.form-item {
  position:relative;
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px solid #bbb;
}

.form-item label{
  display:block;
  opacity:0;
  position: relative;
  top: 2em;

}
.form-item input, .form-item textarea{
  position: relative;
  padding-right:0;
  padding-left:0;
  border:0;
  border-radius:0;
  width:100%;
  background:0 0;
}
.form-button {
  color:black;
}

.contact-text {
  font-size: 18px;
  text-align:justify;
}

.home-heading {
  position:absolute;
  left:0;
  top:50%;
  width:100%;
  text-align:center;
  color:#000;
}

.home-heading-rel {
  left:0;
  top:50%;
  width:100%;
  text-align:center;
  color:#000;
}
.home-heading-rel p.home-text {
  background-color:#111;
  color:#fff;
  padding:18px;
  font-size: 25px;
  letter-spacing:10px;
  display: inline-block;
}
.home-heading p.home-text {
  background-color:#111;
  color:#fff;
  padding:18px;
  font-size: 25px;
  letter-spacing:10px;
  display: inline-block;
}

.down-arrow {
  position:absolute;
  left:0;
  top:80%;
  width:100%;
  text-align:center;
  color:#000;
}

.down-arrow img {
  height:42px;
  width:42px;
}

.shadow {
  -webkit-filter: drop-shadow(5px 5px 2px #222);
  filter: drop-shadow(5px 5px 2px #222);
}

.zoom {
  transition: transform 0.2s;
}

.zoom:hover {
  transform: scale(1.1);
}
.zoom-shadow:hover {
  -webkit-filter: drop-shadow(6px 6px 2.2px #222);
  filter: drop-shadow(6px 6px 2.2px #222);
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.g-recaptcha {
    display: block;
    width: 304px;
    margin: auto;
}

.social-media {
  text-align: center;
  max-width: 90%;
  margin: auto;
}

.social-button {
  color: #fff;
  border: solid 2px #fff;
  border-radius:50%;
  width: 64px;
  height: 64px;
  text-align: center;
  font-size: 30px;
  line-height: 62px;
  transition: all .3s ease-in-out;
  display: inline-block;
  margin:10px;
}

.social-button:hover {
  color: #bcc8db;
  border: solid 2px #fff;
  background:#fff;
}
.social-button:focus {
  color: #fff;
}