/* Custom, iPhone Retina XS BootStrap*/ 
@media only screen and (min-width : 320px) {
	
	body,
	html {
	    width: 100%;
	    height: 100%;
	}
	
	body,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
	    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
	}
	
	a, a:hover, a:focus {
	    text-decoration: none;
	    color: inherit;
	}
	
	.topnav {
	    font-size: 14px; 
	}
	
	.lead {
	    font-size: 18px;
	    font-weight: 400;
	}
	
	.intro-header {
	    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	    padding-bottom: 50px;
	    text-align: center;
	    color: #f8f8f8;
	    background: url(../img/head-bck-03.jpg) no-repeat center center;
	    /*background: url(http://jafranch.com/images/bground.jpg) no-repeat center center;*/
	    background-size: cover;
	}
	
	header {
	    background-color: rgb(71, 220, 250);
	    padding-top: 70px;
	    padding-bottom: 10px;
	    color: #f8f8f8;
	}
        
        header h2 {
            margin: 0;
            font-size: 36px;
	}
	
	header h3 {
	    margin: 0;
	    font-size: 20px;
	}
        
        .header-text-wrapper {
	    text-align: center;
	}
	
	.head-banner {
	    background: url(../img/xmastree.jpg) no-repeat bottom left;
	    background-size: cover;
	    color: rgb(255, 215, 0);
	    padding: 30px 0;
	    text-align: right;
	}
	
	.head-banner h2 {
	    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	    font-size: 1.8em;   
	    font-weight: 900;
	}
	
	.head-banner h2 > small {
	    color: rgb(0, 175, 255);
	}
	
	.network-name {
	    text-transform: uppercase;
	    font-size: 14px;
	    font-weight: 400;
	    letter-spacing: 2px;
	}
	
	.converter-video {
	    padding: 50px 0;
	    border-top: 1px solid #e7e7e7;
	    border-bottom: 1px solid #e7e7e7;
	}
	
	.ifr-container {
	    position:relative;
	    padding-bottom:56.25%;
	    height:0;
	    overflow:hidden;
	}
	
	.ifr-container iframe {
	    position:absolute;
	    top:0;
	    left:0;
	    width:100%;
	    height:100%;
	}
	
	.content-section-a {
	    padding: 50px 0;
	    background-color: #f8f8f8;
	}
	
	.content-section-b {
	    padding: 50px 0;
	    border-top: 1px solid #e7e7e7;
	    border-bottom: 1px solid #e7e7e7;
	}
	
	.section-heading {
	    margin-bottom: 30px;
	}
	
	.section-heading-spacer {
	    float: left;
	    width: 200px;
	    border-top: 3px solid #e7e7e7;
	}
	
	.banner {
	 background-color: rgba(0, 175, 255, 1);
	    background-size: cover;
	    color: #f8f8f8;
	    padding-top: 15px;
	}
	
	.banner h2 {
	    margin: 0;
	    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	    font-size: 3em;
	}
	
	.banner ul {
	    margin-bottom: 0;
	}
	
	.banner-social-buttons {
	    float: left;
	    margin-top: 0;
	}
	
	footer {
	    text-align: center;
	    padding-top: 0px;
	    padding-bottom:5px;
	    background-color: rgba(0, 175, 255, 1);
	}
	
	p.copyright {
	    margin: 15px 0 0;
	    font-size: 16px;
	    color: #FFF;
	    font-weight: bold;
	}
	
	.embed-container {
	    position: relative;
	    padding-bottom: 56.25%;
	    height: 0;
	    overflow: hidden;
	}
	.embed-container iframe {
	    position: absolute;
	    top:0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    border: none;
	}
	
	.navbar-default {
	  background-color: rgba(0, 175, 255, 1);
	    border: none;
	}
	
	.navbar-default .navbar-nav>li>a, .navbar-default .navbar-header>a {
	    color: #141eaf;   
	}
	
	.navbar-toggle {
	    border-color: #888!important;
	}
	
        ul#nav-effect li a{
            position: relative;
            font-weight:bold;
            color:#0E83CD;
            margin: 0px 15px;
        }
        
        ul#nav-effect li a:after{
            position: absolute;
            bottom: 7px;
            left: 0px;
            width: 100%;
            height: 4px;
            background-color: #FFD743;
            content: "";
            opacity: 0;
            transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
            transform: translateY(20px);        
        }
        
        ul#nav-effect li a:hover:after{
            opacity:1;
            transform: translateY(15px)
        }
	
	.btn {
	    background-color: rgb(255, 215, 0);
	    border: 1px solid rgb(15, 15, 15);
	}
	
	.yellow {
	    color: rgb(255, 215, 0);
	}
	
	.red {
	    color: rgb(255, 0, 0);
	}
	
	.blue {
	    color: rgb(20, 30, 175);
	}

    .green {
        color: rgb(0, 132, 36);
    }
    
	.dark {
	    color: rgb(34, 34, 34);
	}
	
	.upper {
    	    text-transform: uppercase;
	}

}

/* Extra Small Devices, Phones MS Custom BootStrap*/ 
@media only screen and (min-width : 480px) {
	
	.intro-message {
	    padding-bottom: 15%;
	}
	
	.intro-message > h1 {
            font-size: 3em;
        }
	
        ul.intro-social-buttons > li, ul.banner-social-buttons > li {
            margin-bottom: 20px;
            padding: 0;
        }
	
        ul.intro-social-buttons > li:last-child, ul.banner-social-buttons > li:last-child {
            margin-bottom: 0;
        }
	
        .intro-divider {
            width: 100%;
        }
	    
	.banner h2 {
	    margin: 0;
	    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	    font-size: 3em;
	}
	
}

/* Small Devices, Tablets SM BootStrap*/
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops MD BootStrap*/
@media only screen and (min-width : 992px) {
        
        header h2 {
            margin: 0;
            font-size: 48px;
	}
	
	header h3 {
	    margin: 0;
	    font-size: 30px;
	}
		
}

/* Large Devices, Wide Screens LG BootStrap*/
@media only screen and (min-width : 1200px) {

}