@import url('https://fonts.googleapis.com/css?family=Caveat+Brush|Permanent+Marker|Walter+Turncoat');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');


/*MENU*/

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #000; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
       padding: 0px 10px 0px 10px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
	 font-family: 'Source Sans Pro', sans-serif;
}

.menu-text{
padding-left:15px;
margin:1px;
font-size:85%;
margin-right:10px;
padding-right:10px;
}

.menu-text:hover{

background-color:white;
color:black;

}

.menu-back-text{
padding-left:15px;
margin:1px;
margin-top:10px;
font-size:85%;
padding-right:10px;
}

.menu-back-text:hover{

background-color:white;
color:black;

}

.menu-privacy-text{
    padding-left: 15px;
    margin: 1px;
    margin-top: 6px;
    font-size: 60%;
		    margin-bottom: 30px;
padding-right:10px;
}

.menu-privacy-text:hover{
    text-decoration: underline;

}

.menu-logo{
margin-bottom: 80px;
margin-top: 80px;
}

.menu-title{
	     color: white;
    font-size: 43px;
    padding-left: 10px;
    margin-left: 5px;
    line-height: 1;
    font-family: 'Walter Turncoat', cursive;
    transform: rotate(-5deg);
    margin-top: -25px;
}


/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
/* MENU END */


/* On screens that are 1000px or more, hidemobile website */
@media screen and (min-width: 1000px) {
  .mobile-container {
    display: none;
  }
  
    body{ 
margin:0px;
 overflow:hidden;
}
}

.ss-menu-button{
position: absolute;
    left: 61%;
    top: 28%;
    z-index: 1000;
    background-color: black;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transform: rotate(8deg);
	 box-shadow: 5px 7px 8px #00000075;
    border: 2px solid white;
	cursor:pointer;
}

.ss-menu-button:hover{
    background-color:#e31b12;
    }





.ss-menu-button img{
	width: 56%;
	box-sizing:content-box;
    padding: 11px;
    padding-top: 14px;
}

.container{
       height: 101vh;
    width: 102vw;
}

.tag {
    color: white;
    position: fixed;
    background-color: #000000;
    padding: 5px;
    margin-left: 5px;
    font-size: 1.1vw;
	    line-height: 1;
font-family: 'Walter Turncoat', cursive;
   
}

.logo {
       position: absolute;
    z-index: 2;
    width: 36vw;
    margin-left: 27%;
      margin-top: 18vh;
    max-height: 283px;
}

.intro-text{
        position: absolute;
    z-index: 3;
    width: 30vw;
    margin-left: 31%;
    margin-top: 42vh;
    max-height: 283px;
    background-color: black;
    padding: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.1vw !important;
    text-align: center;
    color: white;
    box-shadow: 5px 7px 8px #00000075;
    border: 2px solid white;
    transform: rotate(-3deg);
}


.toprow{
  background-color:white;
  width:100%;
    height:25%;
 -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

.secondrow{
  background-color:white;
  width:100%;
   height: 27%;
 -webkit-clip-path:  polygon(0 12%, 100% 3%, 100% 100%, 0 90%);
clip-path: polygon(0 12%, 100% 3%, 100% 100%, 0 90%);
  margin-top:-10px;
}

.thirdrow{
  background-color:white;
  width:100%;
    height:25%;
 -webkit-clip-path:  polygon(0 1%, 100% 11%, 100% 100%, 0 90%);
  clip-path: polygon(0 1%, 100% 11%, 100% 100%, 0 90%);
    margin-top:-5px;
}

.bottomrow{
  background-color:white;
  width:100%;
    height:25%;
 -webkit-clip-path:  polygon(0 1%, 100% 11%, 100% 100%, 0 100%);
  clip-path: polygon(0 1%, 100% 11%, 100% 100%, 0 100%);
    margin-top:-5px;
}

.topone{
  width:10%;
  height:100%;
    background:url(images/young-carers.jpg)  no-repeat center;
  background-size: cover;
  display: inline-block;
-webkit-clip-path: polygon(0% 0%, 92% 0%, 100% 100%, 0% 100%);
 clip-path: polygon(0% 0%, 92% 0%, 100% 100%, 0% 100%);
 }

.topone:hover { 
  background:url(images/young-carers-bw.jpg)  no-repeat center;
    background-size: cover;
  }


.toptwo{
  width:16%;
  height:100%;
  background: url(images/prevent.jpg)   no-repeat center;
   background-size: cover;
  display: inline-block;
 -webkit-clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 8% 100%);
 clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 8% 100%);
 }

.toptwo:hover { 
  background:url(images/prevent-bw.jpg)  no-repeat center;
      background-size: cover;
  }



.topthree{
  width:22%;
  height:100%;
  background:url(images/bullying.jpg)  no-repeat center;
  background-size: cover;
  display: inline-block;
  -webkit-clip-path: polygon(3.5% 0%, 98.3% 0%, 96% 100%, 5.5% 100%);
  clip-path: polygon(3.5% 0%, 98.3% 0%, 96% 100%, 5.5% 100%);
 }

.topthree:hover { 
  background:url(images/bullying-bw.jpg)  no-repeat center;
    background-size: cover;
  }



.topfour{
  width:14%;
  height:100%;
  background:url(images/exploitation.jpg)  no-repeat center;
  background-size: cover;
  display: inline-block;
  -webkit-clip-path: polygon(7% 0%, 98% 0%, 100% 100%, 2% 100%);
  clip-path: polygon(7% 0%, 98% 0%, 100% 100%, 2% 100%);
 }

.topfour:hover { 
  background:url(images/exploitation-bw.jpg)  no-repeat center;
    background-size: cover;
  }


.topfive{
  width:20%;
  height:100%;
  background:url(images/relationship-abuse.jpg)  no-repeat center;
  background-size: cover;
  display: inline-block;
   -webkit-clip-path: polygon(4.5% 0%, 97% 0%, 95% 100%, 6% 100%);
	clip-path: polygon(4.5% 0%, 97% 0%, 95% 100%, 6% 100%);
 }

.topfive:hover { 
  background:url(images/relationship-abuse-bw.jpg)  no-repeat center;
    background-size: cover;
  }


.topsix{
  width:15.5%;
  height:100%;
  background:url(images/fgm.jpg)  no-repeat center;
  background-size: cover;
  display: inline-block;
-webkit-clip-path:polygon(4% 0%, 100% 0%, 100% 100%, 1% 100%);
    clip-path: polygon(4% 0%, 100% 0%, 100% 100%, 1% 100%);
 }

.topsix:hover { 
  background:url(images/fgm-bw.jpg)  no-repeat center;
    background-size: cover;
  }
.secondone{
  width:11%;
  height:100%;
  background:url(images/homelessness.jpg)  no-repeat center;
  background-size: cover;
  display: inline-block;
 -webkit-clip-path: polygon(0% 0%, 91% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 91% 0%, 100% 100%, 0% 100%);
 }

.secondone:hover { 
  background:url(images/homelessness-bw.jpg)  no-repeat center;
    background-size: cover;
  }

.secondtwo{
  width:15.5%;
  height:100%;
   background:url(images/forced-marriage.jpg)  no-repeat center;
  background-size: cover;
  display: inline-block;
  -webkit-clip-path: polygon(2% 0%, 97% 0%, 100% 100%, 7.5% 100%);
   clip-path: polygon(2% 0%, 97% 0%, 100% 100%, 7.5% 100%);
 }

.secondtwo:hover { 
  background:url(images/forced-marriage-bw.jpg)  no-repeat center;
    background-size: cover;
  }

.secondthree{
  width:36%;
  height:100%;
  background:url(images/middle-bg.jpg)  no-repeat center;
  background-size: cover;
  display: inline-block;
-webkit-clip-path: polygon(2% 0%, 99.3% 0%, 100% 100%, 3.5% 100%);
   clip-path: polygon(2% 0%, 99.3% 0%, 100% 100%, 3.5% 100%);
}

.secondfour{
  width:19%;
  height:100%;
  background:url(images/hate-crime.jpg)  no-repeat center;
  background-size: cover;
  display: inline-block;
 -webkit-clip-path: polygon(5% 0%, 99% 0%, 96.5% 100%, 6.5% 100%);
 clip-path: polygon(5% 0%, 99% 0%, 96.5% 100%, 6.5% 100%);
 }

.secondfour:hover { 
  background:url(images/hate-crime-bw.jpg)  no-repeat center;
    background-size: cover;
  }

.secondfive{
  width:16.5%;
  height:100%;
  background:url(images/voilence.jpg)  no-repeat center;
  background-size: cover;
  display: inline-block;
 -webkit-clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 3.5% 100%);
  clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 3.5% 100%);
 }

.secondfive:hover { 
  background:url(images/voilence-bw.jpg)  no-repeat center;
    background-size: cover;
  }

.thirdone{
  width:12%;
  height:100%;
  background:url(images/fabricated-illness.jpg)  no-repeat center;
  background-size: cover;
  display: inline-block;
 -webkit-clip-path:polygon(0% 0%, 92% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 92% 0%, 100% 100%, 0% 100%);
 }

.thirdone:hover { 
  background:url(images/fabricated-illness-bw.jpg)  no-repeat center;
    background-size: cover;
  }

.thirdtwo{
  width:15%;
  height:100%;
   background:url(images/children-missing-care.jpg)  no-repeat center;
  background-size: cover;
  display: inline-block;
  -webkit-clip-path: polygon(2% 0%, 97% 0%, 100% 100%, 7.5% 100%);
   clip-path: polygon(2% 0%, 97% 0%, 100% 100%, 7.5% 100%);
 }

.thirdtwo:hover { 
  background:url(images/children-missing-care-bw.jpg)  no-repeat center;
    background-size: cover;
  }

.thirdthree{
  width:19%;
  height:100%;
  background:url(images/cyberbullying.jpg)  no-repeat center;
  background-size: cover;
  display: inline-block;
  -webkit-clip-path: polygon(4.5% 0%, 98.5% 0%, 95.5% 100%, 6.5% 100%);
  clip-path: polygon(4.5% 0%, 98.5% 0%, 95.5% 100%, 6.5% 100%);
 }

.thirdthree:hover { 
  background:url(images/cyberbullying-bw.jpg)  no-repeat center;
    background-size: cover;
  }

.thirdfour{
  width:17%;
  height:100%;
  background:url(images/mental-health.jpg)  no-repeat center;
  background-size: cover;
  display: inline-block;
-webkit-clip-path: polygon(6% 0%, 95.5% 0%, 96.5% 100%, 2.5% 100%);
   clip-path: polygon(6% 0%, 95.5% 0%, 96.5% 100%, 2.5% 100%);
 }

.thirdfour:hover { 
  background:url(images/mental-health-bw.jpg)  no-repeat center;
    background-size: cover;
  }

.thirdfive{
  width:18%;
  height:100%;
  background:url(images/children-missing-education.jpg)  no-repeat center;
  background-size: cover;
  display: inline-block;
 -webkit-clip-path: polygon(2.5% 0%, 98% 0%, 95% 100%, 3% 100%);
   clip-path: polygon(2.5% 0%, 98% 0%, 95% 100%, 3% 100%);
 }

.thirdfive:hover { 
  background:url(images/children-missing-education-bw.jpg)  no-repeat center;
    background-size: cover;
  }

.thirdsix{
  width:16.5%;
  height:100%;
  background:url(images/sexting.jpg)  no-repeat center;
  background-size: cover;
  display: inline-block;
  -webkit-clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 2% 100%);
   clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 2% 100%);
 }

.thirdsix:hover { 
  background:url(images/sexting-bw.jpg)  no-repeat center;
    background-size: cover;
  }

.bottomone{
  width:13%;
  height:100%;
   background:url(images/discrimination.jpg)  no-repeat center;
  background-size: cover;
  display: inline-block;
  -webkit-clip-path: polygon(0% 0%, 92% 0%, 99% 100%, 0% 100%);
   clip-path: polygon(0% 0%, 92% 0%, 99% 100%, 0% 100%);
 }

.bottomone:hover { 
  background:url(images/discrimination-bw.jpg)  no-repeat center;
    background-size: cover;
  }

.bottomtwo{
  width:15%;
  height:100%;
  background:url(images/illegal-drugs.jpg)  no-repeat center;
  background-size: cover;
  display: inline-block;
  -webkit-clip-path: polygon(1% 0%, 93% 0%, 95.5% 100%, 6.5% 100%);
   clip-path: polygon(1% 0%, 93% 0%, 95.5% 100%, 6.5% 100%);
 }

.bottomtwo:hover { 
  background:url(images/illegal-drugs-bw.jpg)  no-repeat center;
    background-size: cover;
  }

.bottomthree{
  width:17.5%;
  height:100%;
  background:url(images/faith-abuse.jpg)  no-repeat center;
  background-size: cover;
  display: inline-block;
 -webkit-clip-path: polygon(1% 0%, 98% 0%, 95% 100%, 3% 100%);
 clip-path: polygon(1% 0%, 98% 0%, 95% 100%, 3% 100%);
 }

.bottomthree:hover { 
  background:url(images/faith-abuse-bw.jpg)  no-repeat center;
    background-size: cover;
  }

.bottomfour{
  width:17.5%;
  height:100%;
   background:url(images/gang-violence.jpg)  no-repeat center;
  background-size: cover;
  display: inline-block;
  -webkit-clip-path: polygon(5% 0%, 96% 0%, 98% 100%, 2% 100%);
    clip-path: polygon(5% 0%, 96% 0%, 98% 100%, 2% 100%);
 }

.bottomfour:hover { 
  background:url(images/gang-violence-bw.jpg)  no-repeat center;
    background-size: cover;
  }

.bottomfive{
  width:17%;
  height:100%;
   background:url(images/relationships-sex.jpg)  no-repeat center;
  background-size: cover;
  display: inline-block;
 -webkit-clip-path: polygon(3% 0%, 100% 0%, 98% 100%, 4.5% 100%);
     clip-path: polygon(3% 0%, 100% 0%, 98% 100%, 4.5% 100%);
 }

.bottomfive:hover { 
  background:url(images/relationships-sex-bw.jpg)  no-repeat center;
    background-size: cover;
  }

.bottomsix{
  width:17.5%;
  height:100%;
  background:url(images/human-trafficking.jpg)  no-repeat center;
  background-size: cover;
  display: inline-block;
  -webkit-clip-path: polygon(7.5% 0%, 100% 0%, 100% 100%, 5% 100%);
   clip-path: polygon(7.5% 0%, 100% 0%, 100% 100%, 5% 100%);
 }

.bottomsix:hover { 
  background:url(images/human-trafficking-bw.jpg)  no-repeat center;
    background-size: cover;
  }

