
* {
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body{
  background-color: black;
  background-attachment: fixed;  
  background-position:center top; 
  background-repeat: no-repeat;
  background-size: auto 100% ;
  background-size: 100% auto;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 60px;
}

#about-page body{
  background-image: url('SHIELD_2018.10_sRGB_BJT_4337exrflong.jpg');
}

h2 {
  color: white;
  font-family: 'IBM Plex Serif', serif;
  font-style: italic;
  font-size: 50px;
  margin: 0px;
  padding-top: 40px;
} 

#BT {
  font-family: 'Bebas Neue', cursive;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 60px;
  color: #00b5c9;
}


h3 {
  color: #EB361E;
  font-family: 'IBM Plex Serif', serif;
  font-style: italic;
  font-size: 25px;
  margin: -8px 20px 0px -8px ;
  padding: 0px 0px 0px 0px ;
} 


p {
  font-family: 'Roboto Slab', serif;
  background-color: rgba(0, 181, 201, 0.7);
  color: #ededed;
  padding: 10px;
  background-color: rgba(25, 25, 25, 0.5);
  color: #bfbfbf;
}

p spanBG {
  background-color: white;
}

.copyContainer {
  width: 300px;
}

.about {
  display: inline;
}

.wwwlinksGroup {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-top: 20px;
	  
}

.wwwlinks path {
  color: #00b5c9;
  fill: #00b5c9;
  padding-left: 10px;
}

.flexSize {
  width: 100%;
  flex: 100%;
  max-width: 100%;
  justify-content: flex-start;
  padding-right: 0px;
  color: #999;
}

.linkPad {
padding-left: 15px;	
}

a:link, a:link path {
  text-decoration: none;
  color: yellow;
  fill: yellow;
}

a:visited, a:visited path {
  text-decoration: none;
  color: #00b5c9;
  fill: #00b5c9;
}
a:hover, a:hover path {
  text-decoration: none;
  color: cyan;
  fill: cyan;
}

a:active, a:active path {
  text-decoration: underline;
  color: white;
  fill: white;
}

.photo-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  background-color: black;
}

.photo-container img {
  width: 100%;
  margin-bottom: 4px;
  padding-bottom: 2px;
}

.img-container {
  position: relative;
  text-align: center;
  color: white;
}

.txt-proj { 
  text-align: left;
  font-family: 'Bebas Neue', cursive;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 24px;
  color: #00b5c9;
  position: absolute;
  bottom: 36px;
  left: 16px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #141414;
}

.txt-studio {
  text-align: left;
  font-family: 'IBM Plex Serif', serif;
  font-style: italic;
  font-size: 16px;
  position: absolute;
  bottom: 20px;
  left: 16px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #141414;
}

.padthai {
	min-height:125px;
	width: 100%;
}


/* Responsive layout 856px */
@media (max-width: 856px) {

	#BT {
                min-width: 856px; 
		display: block;
	}

	h2 {
		font-size: 35px;
	}

  .photo-container img {
    width: 100%;
    margin-top: 100px;
  }

  .txt-proj-mobile {
    font-size: 14px;
    bottom: -36px;
    left: 0px;
  }
  
  .txt-studio-mobile {
    font-size: 14px;
    bottom: -75px;
    left: 0px;
  }

  .wwwlinks {
    padding-right: 10px;
  }

  .wwwlinksGroup {
    padding-top: 30px;
  }

  .about {
   min-width: 856px; 
   padding-bottom: 30px;
  }



