
/*-------------
 	General
-------------*/

/*MY STYLESHEET...................................................................*/

/*FONTS:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

@import url('https://fonts.googleapis.com/css?family=Stardos+Stencil:400,700');
/*font-family: 'Stardos Stencil', cursive;*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
/*font-family: 'Roboto Slab', serif;*/

/*FONTS:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

html {
  box-sizing: border-box;
  font-size: 100%;
  padding: 0;}

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #000;
  font-family: 'Roboto Slab', serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 0;
  border-radius: 0;
  padding: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

h1, h2, h3, h4, h5 {
  font-family: 'Stardos Stencil', cursive;
  margin: 0;
  padding: 0;
}

*{
  font-family: 'Roboto Slab', serif;
  font-size: 17px;
}
@media (max-width: 900px) {
  * { font-size: 15px; }
}
@media (max-width: 400px) {
  * { font-size: 13px; }
}

ul {
  -webkit-padding-start: 0px;
}

ul, nav{
	list-style: none;
}

a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	opacity: 0.9;
}

a:hover{
	opacity: 1;
}

.icon {
  width:25%;
  height:auto;
  /*margin: 0 auto;
  padding: auto;*/
}
.logoicon {
  width:50%;
  height:auto;
}
@media (max-width: 400px) {
  .icon {
    width:35%;
    height:auto;
  }
}

.socialicon {
  width:30px;
  height:auto;
  margin: 5px;
}


/*FLEXBOX .............................................*/

section {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
}

/*NAVIGATION ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.logo {
  flex: 1;
  width: 70%;
  height:auto;
  margin: 0 auto;
  padding: 5px;
}

.sitelogo {
  flex: 1;
  height:auto;
  margin: 0 auto;
  padding: 0;
  margin-top: 30px;
}

.sitelogo h1 {
  font-size: 2.0rem;
  color: #ccc;
  text-align: center;
}

nav ul {
  flex: 2;
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-bottom: 30px;
}


nav li {
  flex: 1;
  text-align: center;
  padding: 10px;
  margin: 0;
}

nav li a {
  font-family: 'Raleway', sans-serif;
  color: #fefefe;
  font-size: 1.0rem;
  text-transform: uppercase;
  opacity: 0.7;
}

nav li a:hover {
  opacity: 1;
  /*color: #42626f;*/
}

.socialmedia {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.sitetag {
  flex: 1;
  font-family: 'Caveat', cursive;
  color: #5f8c9f;
  font-size: 1.5rem;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 400px) {
  nav ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  nav li {
    line-height: 1.0rem;
  }
}

/*NAVIGATION ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*footer::::::::::::::::::::::::::::::::::::::::::::::::::*/
footer {
  padding: 0;
  margin: 0;
}

footer p {
  font-family: 'Roboto Slab', serif;
  color: #6d6d6d;
  font-size: 0.8rem;
  text-align: center;
  padding: 0;
  margin: 0;
}
/*footer::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*LANDING PAGE :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.landingpage {
  /*background-image:url('../img/general/bg1.jpg');
  background-size: cover;
  position: relative;
  background-attachment: fixed;*/
  background-color: black;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20vh;
  padding-top: 10vh;
}

.landingpage .item {
  text-align: center;
  }

.landingpage .icon {
  text-align: center;
    }
.landingpage .logo{
  flex: 1;
  text-align: center;

}
.landingpage h1 {
  font-size: 3.0rem;
  color: #ff0004;
  text-align: right;
  line-height: normal;
  font-weight: 700;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  /*THIS IS THE TEXT STROKE CSS*/
  /* WebKit (Safari/Chrome) Only */
-webkit-text-stroke: 1px white;
/* If we weren't using text-shadow, we'd set a fallback color
   and use this to set color instead
  -webkit-text-fill-color: white; */
text-shadow:
  4px 4px 0 #fff,
  /* Simulated effect for Firefox and Opera
     and nice enhancement for WebKit */
 -1px -1px 0 #fff,
  1px -1px 0 #fff,
 -1px  1px 0 #fff,
  1px  1px 0 #fff;
}

.landingpage h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.0rem;
  color: #fefefe;
  text-align: left;
}

@media (max-width: 400px) {

.landingpage {
  }

.landingpage h1 {
  text-align: center;
  font-size: 3.5rem;
}

.landingpage h3 {
  font-size: 1rem;
}



}

/*LANDING PAGE :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*MAINPAGE ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.mainpage {
  /*background-image:url('../img/general/bg2.jpg');
  background-size: cover;
  position: relative;
  background-attachment: fixed;*/
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mainpage content {
  flex: 1 0 auto; /* 2 */
  padding: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.mainpage article {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 50px
}

.mainpage article > img {
  max-width: 100%;
  height: auto;
  margin:  auto;
}

article h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 0.8rem;
  color: #fefefe;
  text-align: left;
}

.mainpage aside {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

aside p {
  font-family: 'Roboto Slab', serif;
  font-size: 1.0rem;
  color: #ff0004;
  text-align: center;
}


@media (max-width: 400px) {

  .mainpage content {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .mainpage article {
    padding: 10px;
  }

  article h3 {
    font-size: 1.0rem;
  }


}




/*MONKEY FORM ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#monkeyform {
  padding: 10px;
  width: 80%;
  /*display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;*/
  border: 1px solid #222;
  background: rgba(2, 0, 0, 0.5);
  margin-bottom: 50px;

}
#monkeyform .form-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#monkeyform input, #monkeyform textarea {
  flex: 2;
  padding: 20px;
  font-size:0.8rem;
  font-weight:300;
  color:#fff;
  background-color:transparent;
  border-top: 0px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid #ff0004;
  border-right: 1px solid transparent;
  width: 80%
}

#monkeyform textarea:focus, #monkeyform input:focus {
	background-color:#000;
  border: 0px solid transparent;
  color: white;
}

#monkeyform input.submit-button {
  flex: 1;
  font-family: 'Roboto Slab', serif;
  font-size:0.8rem;
  font-weight:300;
  text-transform: capitalize;
	width: auto;
	float: center;
  color:#fff;
  background-color: #ff0004;
  border: 0px solid #fff;
  -moz-transition:all 0.1s ease-in-out;
	-webkit-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	-ms-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out;
  padding: 5px 20px;
  margin-top: 10px;
}

#monkeyform input.submit-button:hover {
  color:#fff;
  background-color: #990000;
  cursor: pointer;
}

@media (max-width: 400px) {
  #monkeyform {
    margin-bottom: 50px;
    width: 100%;
  }

  #monkeyform input, #monkeyform textarea {
    width: 90%;
    margin-bottom: 10px;
  }
  #monkeyform input.submit-button {
    margin: 0 auto;
  }
  #monkeyform .form-group {
    flex-direction: column;
  }
}
/*CHANGE PLACEHOLDER COLOUR AND SIZE*/
::-webkit-input-placeholder {
  color: #ccc;
  font-size:0.8rem;
  font-weight:100;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
  font-size:0.8rem;
  font-weight:100;
}
::-moz-placeholder {  /* Firefox 19+ */
  color: #ccc;
  font-size:0.8rem;
  font-weight:100;
}
:-ms-input-placeholder {
  color: #ccc;
  font-size:0.8rem;
  font-weight:100;
}
