@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);

@import url("https://use.typekit.net/szj1njh.css");

/*FOOTER*/
footer {
    font-family: 'futura-pt-bold', sans-serif;
    font-size:14px;
    font-weight:bold;
    padding-bottom: 25px; 
    text-align:center;

}
.container footer a {
    color: #000000;
    font-size: 16px;
    font-family: 'futura-pt-bold', sans-serif;
    font-weight:bold;
}

footer a:hover {
    color: #f0a42c;
    text-decoration:none;
    
}

@media screen and (max-width: 700px) {
    footer {
        font-size: 8px;
        max-width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    .container footer a {
        font-size: 10px;
        max-width: 80%;
        margin: 0 auto;
        text-align: center;
    }
}
/*FOOTER*/

/*FOR TEMPLATE FROM NAVBAR-TOP*/

html,body {
  /*height: 100%;
  width: 100%;*/
  margin:0;
  padding: 0;
  height: 100%;
  width:100%;
  font-family: 'futura-pt-bold', sans-serif;
  font-weight: 900;
  font-style: normal;
  margin: auto;

  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/background1.jpg");
  background-attachment: local;
}
/*FOR TEMPLATE FROM NAVBAR-TOP*/

/*FOR MANNY FACE & TAGLINE*/
.manny-row {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;    
  padding: 50px 0px 0px;
      
}
/*FOR BODY*/
.paper {
  max-width: 1000px;
  margin: 0 auto;
  background-color: none;
  text-align: center;
}
img {
    max-width:100%;
    padding-bottom: 20px;   
}
/*END FOR MANNY FACE & TAGLINE*/

/*styling open close button
.button {
	display:inline;
	position:absolute;
	left:50px;
	top:6px;
	z-index:999;
	font-size:30px;
}
.button a {
	text-decoration:none;
}
.btn-open:after {
	color:#fff;
	content:"\f0c9";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.btn-open:hover:after {
	color:#fff;
}
.btn-close:after {
	color:#e23e4f;
	content:"\f00d";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.btn-close:hover:after {
	color: #e23e4f;
}
/*END styling open close button*/

/*OVERLAY MENU*/

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background: #e23e4f; /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #fff;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f0a42c;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 790px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
navbar {
		opacity:0;
		visibility:hidden;
	}

.navbar a {
    color: white;
    text-decoration: none;
    font-size:2.5rem;
    font-weight: bold;
    
}

.navbar a:hover {
    color: #f0a42c;
    
}
/* END-OVERLAY MENU*/

/*SOCIAL ICON POSITION*/

.container a
{
    color: #FFF;
    text-decoration: none;
    font: 20px; 
    font-family:'futura-pt-bold', sans-serif;
    margin: 0px 10px;
    padding-right: 10px 10px;
    position: relative;
    z-index: 0;
    cursor: pointer;
    /*right: -8em;*/
    font-size: 2rem;
    display: inline;
}


/*@media screen and (max-width: 800px) {
    .container a {
    text-align: right;
    }
    .fa-facebook {
    color: #3d5b99;
    }
    .fa-twitter {
    color: #00aced;
    }
    .fa-instagram {
    color: #3d5b99;
    }
}*/

/*END-SOCIAL ICON POSITION*/

/*FOR SOCIAL ICONS*/
.social-icon {
    color: #fff;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
    
}
.fa-facebook {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: none;
}
.fa-facebook:hover {
    color: #3d5b99;
}
.fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: none;
}
.fa-twitter:hover {
    color: #00aced;
}
.fa-youtube {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: none;
}
.fa-youtube:hover {
    background-color: #e64a41;
}
.fa-instagram {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: none;
}
.fa-instagram:hover {
    color: #3d5b99;
}
.fa-envelope-o {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: none;
}
.fa-envelope-o:hover {
    background-color: #e64a41;
 /*END-SOCIAL ICON POSITION*/   

    
