

@font-face {
            font-family: 'crayon';
            src: url('font/chalk.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
                 url('font/chalk.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}  

body{
	font-family: Roboto Slab;
	margin: 0px;
    padding: 0px;
}

div#load_screen{
        background: #5D4674;
        opacity: 1;
        position: fixed;
        z-index:10;
        top: 0px;
        width: 100%;
        height: 100%;
}
#load_screen img{
    position: fixed;
    top: 40%;
    left: 45%;
}
        .banner img{
            position: fixed;
            width: 230px;
            margin: 20px 0px 20px 50px; 
        }
        .banner{
            color: #fff;
        }
    	.peopleimage{
    		background: url("images/intro-img.jpg");
    		background-attachment: fixed;
    		background-repeat: no-repeat;
    		background-size: cover;
    		height: 100vh;
    	}
        .supman{
            transition: color .8s ease-out;
            -moz-transition: color .8s ease-out;
            -webkit-transition: color .8s ease-out;
            -o-transition: color .8s ease-out;
            position: fixed;
            top:220px;
            right:100px;
            color: #504f4f;
            font-size: 40px;
            font-family:Reenie Beanie;
            cursor: pointer;
        }
        .supman:hover{
            color:#acadad;
            transition: color .8s ease-out;
            -moz-transition: color .8s ease-out;
            -webkit-transition: color .8s ease-out;
            -o-transition: color .8s ease-out;
        }
        #supman-img{
             height:100px;
             width: 133px;
             top: 290px;
             right: 260px;
             position: fixed;
             opacity: 0.5;
             filter: alpha(opacity=50);
            transition: opacity .8s ease-out;
            -moz-transition: opacity .8s ease-out;
            -webkit-transition: opacity .8s ease-out;
            -o-transition: opacity .8s ease-out;

        }
        .supman:hover #supman-img{
            opacity: 1;
            filter: alpha(opacity=100);
            transition: opacity .8s ease-out;
            -moz-transition: opacity .8s ease-out;
            -webkit-transition: opacity .8s ease-out;
            -o-transition: opacity .8s ease-out;
        }

    	.aboutus{
            font-family: crayon;
    		color: white;
    		padding: 22px;
    		background: url("images/black.jpg") fixed;
            background-repeat: no-repeat;
            background-size: cover;
    	}  
        #myintro{
            opacity: 0.6;
        }
        .open{
            border: 2px solid #fff;
            border-radius: 5px; 
            opacity: 1;
            background-color:rgba(0,0,0,0.4);
            padding: 20px; 
            font-size: 35px;
            cursor: pointer; 
            font-family: Chewy;
            color: #FFEB00;
            text-shadow:2px 2px #000;
        }
        .open:hover{
            background-color:rgba(0,0,0,0.7);
            -webkit-transition: all 0.6s ease-in-out;
            -moz-transition: all 0.6s ease-in-out;
            transition: all 0.6s ease-in-out;
        }
        .open:focus{
            outline:0;
        }
        .modal{
            font-family: Kalam;
            color: #02182B;
            height: 320px;
            background-color: #67809f !important;
        }
        .modal p{
            color: #B3001B;;
            display: none;
            font-family: Chewy;
            font-size: 30px;
        }
        #ex3{
            font-family: Reenie Beanie;
            font-weight: normal !important;
        }
        #siq{
            content:url("images/iconsprite.png");
            height: 100px;
            width: 100px;
            object-fit:none;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
           transform: scale(0.8); 
        }
        #siq:hover{
            cursor: pointer;
           transform: scale(1.1); 
        }
        .sticky {
          position: fixed;
          left:0;
          right:0;
          top:0;
          z-index: 2;
        }

        .sticky + .gallery {
          margin-top: 490px;
        }
    	.aboutus p{
            filter: alpha(opacity=60);
            opacity: 0.6;
    		font-size: 30px;
    		text-align: center;
    		width: 85%;
    	}
        .poem{
            background: url("images/poem1.jpg") fixed;
            background-attachment: fixed;
            background-repeat: no-repeat;
            background-size: cover;
            padding: 20px;
            
        }
        .poem button{
            height: 50px;
            width: 200px;
            margin: 15% 0% 0% 40%;
            position: absolute;
            border: solid 1px #fff;
            background: rgba(0,0,0,0.4);
            border-radius: 3px;
            color: #368F8B;
            text-shadow: 1px 1px #000;
            font-size: 35px;
            font-family: Reenie Beanie;
            font-weight: bold;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

        .poem button:focus{
            outline:0;
        }
        #newpoem:hover{
            background: rgba(0,0,0,0.8);
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            cursor: pointer;
        }
        .poem h1{
            text-align: right;
            margin: 0px;
            font-size: 35px;
            color: #368F8B;
            text-shadow: 1px 1px #000;
            font-family: Chewy;
        }
        .poem p{
            margin: 0px;
            color: #595959;
            font-size: 20px;
            font-family: Kalam;
            text-align: right;
        }
    	.gallery{
    		background: url("images/gallery.jpg");
    		background-size: cover;
    		padding-bottom: 50px;
            position: relative;
            z-index: 3;
    	}
    	.gallery h1{
    		font-size: 50px;
    		text-shadow: 3px 3px black;
    		color: white;
            font-family: Chewy;
            position: relative;
            z-index: 3;
    	}
    	.frame{
    		background: url("images/frame.png") no-repeat;
    		width: 300px;
    		height: 370px;
    		display: inline-block;
    		margin:0px 50px 20px 50px;
            position: relative;
            z-index: 3;
            font-family: Reenie Beanie;
            font-size: 30px;
    	}
        .popup{
            margin-top: 44px;
            content: url("images/clickyclick.png");
            width: 275px;
            height: 290px;
            object-fit: none;
        }
        .videolibrary{
            color: white;
            font-weight: bold;
            text-shadow: 2px 2px black;
            padding: 20px;
            background: url('images/vdobg.jpg');
            background-repeat: no-repeat;
            background-size: cover;
        } 
        .videolibrary h1{
            opacity: 1;
            font-family: Chewy;
            font-size: 50px;
            text-shadow: 3px 3px black;
            color: white;
            font-weight: bold;
            margin-left: 300px;
            
        }
        .videos{  
            border: 7px solid #1e1e1e;
            border-radius: 2px;
            display: inline-block;
            margin:0px 30px 40px 30px;
        }
        .videos iframe{
            width:375px;
            height: 211px;
        }
        
        	.footer{
        	width: 100%;
            height: 100px;   
            padding-top: 20px;
            background: #405a5c;
    		font-size:13px;
			font-family: Roboto Slab;
    		color:white;
            border-top: 1px solid white;
    	}
    	.footer a{
    		padding-left: 14px;
    		text-decoration: none;
    		color:#b7b7b7;
    	}
    	.footer a:hover{
    		color: white;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    	}
    	.footer hr{
            width:150px;
    	}
		#social{
				content:url("images/socialsprite.png");
				height:28px;
				object-fit:none; 
				float: right;
				margin: 0px 10px 10px 0px;
			    -webkit-transition: opacity 0.3s ease-in-out;
			    -moz-transition: opacity 0.3s ease-in-out;
			    transition: opacity 0.3s ease-in-out;
			}
		#social:hover{
			    -webkit-transition: opacity 0.4s ease-in-out;
			    -moz-transition: opacity 0.4s ease-in-out;
			    transition: opacity 0.4s ease-in-out;
				opacity: 0.7;
			}
.poem1 h2,.poem2 h2, .poem3 h2, .poem4 h2, .poem5 h2, .poem6 h2{
    color: #466362;

}
.poem1 p, .poem2 p, .poem3 p, .poem4 p, .poem5 p, .poem6 p{
    color: #2D2D34;
}

/*responsiveness*/

@media screen and (max-width: 900px) {
    .supman{
        margin-top: 40px;
        right:70px;
        font-size: 30px;
    }
    #supman-img{
         height:70px;
         width: 93px;
         top: 290px;
         right: 200px;

    }
  }
  @media screen and (max-width: 480px) {
    .supman {
      font-size: 0px;
    }
    #supman-img{
        top:0;
        right:0;
    }
    
  }
  @media screen and (max-width: 400px) {
    .supman{
        top: 180px;
        right:30px;
        font-size: 30px;
    }
    #supman-img{
         height:70px;
         width: 93px;
         top: 250px;
         right: 150px;

    }
    .peopleimage{
        background: black;
    }
  }