@charset "UTF-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Archivo+Black');
@import url('https://fonts.googleapis.com/css?family=Lato');

/* 
font-family: 'Archivo Black', sans-serif;
*/


/* 
font-family: 'Lato', sans-serif; 
*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
}

.myClear {
    clear: both;
}

body {
    font-family: 'Lato', sans-serif;
    background-color: #33348f;
    background-image: url(images/circuitBoard1.jpg);
    background-repeat: repeat;
    background-size: auto;
    background-attachment: fixed;
    font-size: 100%;
}

.rotate {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: .5s;
}

.normal {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s;
}

#container {
    background-color: #fff;
    width: 1024px;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
}

header h1 {
    font-family: 'Russo One', sans-serif;
    font-size: 32px;
    text-align: center;
    padding: 40px 0 5px 15px;
    float:left;
}

article h1 {
    font-size: 28px;
    text-align: center;
    padding: 1% 1% 1% 0;
}

#contentPage {
    padding: 0 40px;
}

.palsLogo{
    display:block;
    margin: 0 auto 20px auto;
    width: 450px;    
    height: 200px;
}

/* video container */
.videoContainer{
	width:800px;
	height:400px;
	position:relative;
	overflow:hidden;
	background:#000;
	color:#444;
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.8);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	margin: 50px auto 0;
}
.videoContainer:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: inset 0 1px 2px rgba(255,255,255,0.3);
	z-index: 6;
	border-radius: 6px;
	pointer-events: none;
}

/* video caption css */
.caption{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding: 5px 10px;
	color:#ddd;
	font-size:14px;
	font-weight:300;
	text-align: center;
	background: rgba(0,0,0,0.4);
	text-transform: uppercase;
	border-radius: 6px 6px 0 0;
	-webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
}

/*** VIDEO CONTROLS CSS ***/
/* control holder */
.control{
	color:#ccc;
	position:absolute;
	bottom:10px;
	left: 28%;
	width:360px;
	z-index:5;
	display:block;
}
/* control bottom part */
.btmControl{
	clear:both;
}
.control .btnPlay {
	float:left;
	width:34px;
	height:30px;
	padding:5px;
	background: rgba(0,0,0,0.5);
	cursor:pointer;
	border-radius: 6px 0 0 6px;
	border: 1px solid rgba(0,0,0,0.7);
	box-shadow: inset 0 0 1px rgba(255,255,255,0.5);
}
.control .icon-play{
	background:url(https://s.cdpn.io/6035/vp_sprite.png) no-repeat -11px 0;
	width: 6px;
	height: 9px;
	display: block;
	margin: 4px 0 0 8px;
}
.control .icon-pause{
	background:url(https://s.cdpn.io/6035/vp_sprite.png) no-repeat -34px -1px;
	width: 8px;
	height: 9px;
	display: block;
	margin: 4px 0 0 8px;
}
.control .selected{
	font-size:15px;
	color:#ccc;
}
.control .sound{
	width: 30px;
	height: 30px;
	float:left;
	background: rgba(0,0,0,0.5);
	border: 1px solid rgba(0,0,0,0.7);
	border-left: none;
	box-shadow: inset 0 0 1px rgba(255,255,255,0.5);
	cursor: pointer;
}
.control .icon-sound {  
	background:url(https://s.cdpn.io/6035/vp_sprite.png) no-repeat -19px 0;
	width: 13px;
	height: 10px;
	display: block;
	margin: 8px 0 0 8px;
}
.control .muted .icon-sound{
	width: 7px !important;
}
.control .btnFS{
	width: 30px;
	height: 30px;
	border-radius: 0 6px 6px 0;
	float:left;
	background: rgba(0,0,0,0.5);
	border: 1px solid rgba(0,0,0,0.7);
	border-left: none;
	box-shadow: inset 0 0 1px rgba(255,255,255,0.5);

}
.control .icon-fullscreen {  
	background:url(https://s.cdpn.io/6035/vp_sprite.png) no-repeat 0 0;
	width: 10px;
	height: 10px;
	display: block;
	margin: 8px 0 0 9px;
}

/* PROGRESS BAR CSS */
/* Progress bar */
.progress-bar {
	height: 30px;
	padding: 10px;
	background: rgba(0,0,0,0.6);
	border: 1px solid rgba(0,0,0,0.7);
	border-left: none;
	box-shadow: inset 0 0 1px rgba(255,255,255,0.5);
	float:left;

}
.progress {
	width:240px;
	height:7px;
	position:relative;
	cursor:pointer;
	background: rgba(0,0,0,0.4); /* fallback */
	box-shadow: 0 1px 0 rgba(255,255,255,0.1), inset 0 1px 1px rgba(0,0,0,1);
	border-radius:10px;
}
.progress span {
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:block;
	border-radius:10px;
}
.timeBar{
	z-index:10;
	width:0;
	background: -webkit-linear-gradient(top, rgba(107,204,226,1) 0%,rgba(29,163,208,1) 100%);
	box-shadow: 0 0 7px rgba(107,204,226,.5);
}
.bufferBar{
	z-index:5;
	width:0;
	background: rgba(255,255,255,0.2);
}

/* VOLUME BAR CSS */
/* volume bar */
.volume{
	position:relative;
	cursor:pointer;
	width:70px;
	height:10px;
	float:right;
	margin-top:10px;
	margin-right:10px;
}
.volumeBar{
	display:block;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:#eee;
	z-index:10;
}

/* Nav Menu Begins */

nav ul {
    list-style-type: none;
    overflow: hidden;
    text-align: center;
    background-color: #33348f;
}

nav ul li {
    text-align: center;
    display: inline-block;
    text-align: center;
    padding: 0 20px;
}

nav ul li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.activePage {
    background-color: #216ab1;
}

#mobileNav {
    display: none;
}

.howDoesItText{
    margin: 40px 100px;
}

.carPics{
    float:left;
    width: 300px;
    height: 400px;
    display: block;
    margin: 10px;
    margin-left: 100px;
}

.contactInfo {
    text-align:center; 
    font-size: 32px;
    margin: 15px 0;
}

a {
    text-decoration: none;
}

footer {
        text-align:center;
        padding: 10px 0 5px 0;
    }

/* Nav Menu Ends */


/* medium sized screen aka tablet begins */


/* media queries are conditional statements for screen/window sizes */

@media only screen and (max-width: 960px) {
    body {
        background-image: none;
    }
    #container {
        width: 99.5vw;
    }
    header {
        min-height: 0;
    }
    header h1 {
        padding: 40px 0 0 15px;
        font-size: 240%;
    }
    #contentPage {
        width: 100%;
    }
    #contentPage h1 {
        font-size: 150%;
    }
    .howDoesItText{
    margin: 40px 10px;
}
    .palsLogo{
    display:block;
    margin: 0 auto 20px auto;
    width: 350px;    
    height: 150px;
}
    .carPics{
    float:left;
    width: 160px;
    height: 260px;
    display: block;
    margin: 10px;
    margin-left: 0px;
}   
    
footer {
        text-align:center;
        padding: 10px 0 5px 0;
    }
    
    .videoContainer{
	width:500px;
	height:250px;
	position:relative;
	overflow:hidden;
	background:#000;
	color:#444;
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.8);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	margin: 50px auto 0;
}
    
    .control{
	color:#ccc;
	position:absolute;
	bottom:10px;
	left: 12%;
	width:360px;
	z-index:5;
	display:block;
}
}


/* medium sized screen aka tablet ends */


/* small sized screen aka phone begins */

@media only screen and (max-width: 480px) {
    .palsLogo {
        display: block;
        margin: 10px auto;
        width: 60%;
        height:90%;
        float: center;
    }
    header h1 {
        font-family: 'Russo One', sans-serif;
        font-size: 150%;
        text-align: center;
        padding: 55px 0 25px 15px;
        background-color: black;
        color: white
    }
    article h1 {
        font-size: 28px;
        text-align: center;
        padding: 10px 0 10px 10px;
    }
    article p {
        font-size: 12px;
    }
    header {
        min-height: 0;
    }   
    nav ul li {
    padding: 0;
    }
    
    nav ul li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 16px 10px;
    text-decoration: none;
}
    
    .howDoesItText{
    margin: 10px 0;
    font-size: 16px;
}
    .carPics{
    float:left;
    width: 300px;
    height: 400px;
    display: block;
    margin: 10px;
    margin-left: 0px;
}
    .contactInfo {
    text-align:center; 
    font-size: 22px;
}
    footer {
        text-align:center;
        padding: 10px 0 5px 0;
    }
    
    .videoContainer{
	width:400px;
	height:160px;
	position:relative;
	overflow:hidden;
	background:#000;
	color:#444;
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.8);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	margin: 50px auto 0;
}
    
    .control{
	color:#ccc;
	position:absolute;
	bottom:10px;
	left: 7.5%;
	width: 280px;
	z-index:5;
	display:block;
}
    
    .btmControl{
	clear:both;
}
.control .btnPlay {
	float:left;
	width:24px;
	height:30px;
	padding:5px;
	background: rgba(0,0,0,0.5);
	cursor:pointer;
	border-radius: 6px 0 0 6px;
	border: 1px solid rgba(0,0,0,0.7);
	box-shadow: inset 0 0 1px rgba(255,255,255,0.5);
}
.control .icon-play{
	background:url(https://s.cdpn.io/6035/vp_sprite.png) no-repeat -11px 0;
	width: 6px;
	height: 9px;
	display: block;
	margin: 4px 0 0 5px;
}
.control .icon-pause{
	background:url(https://s.cdpn.io/6035/vp_sprite.png) no-repeat -34px -1px;
	width: 6px;
	height: 9px;
	display: block;
	margin: 4px 0 0 6px;
}
.control .selected{
	font-size:15px;
	color:#ccc;
}
.control .sound{
	width: 20px;
	height: 30px;
	float:left;
	background: rgba(0,0,0,0.5);
	border: 1px solid rgba(0,0,0,0.7);
	border-left: none;
	box-shadow: inset 0 0 1px rgba(255,255,255,0.5);
	cursor: pointer;
}
.control .icon-sound {  
	background:url(https://s.cdpn.io/6035/vp_sprite.png) no-repeat -19px 0;
	width: 10px;
	height: 10px;
	display: block;
	margin: 8px 0 0 4px;
}
.control .muted .icon-sound{
	width: 7px !important;
}
.control .btnFS{
	width: 20px;
	height: 30px;
	border-radius: 0 6px 6px 0;
	float:left;
	background: rgba(0,0,0,0.5);
	border: 1px solid rgba(0,0,0,0.7);
	border-left: none;
	box-shadow: inset 0 0 1px rgba(255,255,255,0.5);

}
.control .icon-fullscreen {  
	background:url(https://s.cdpn.io/6035/vp_sprite.png) no-repeat 0 0;
	width: 10px;
	height: 10px;
	display: block;
	margin: 8px 0 0 4px;
}

/* PROGRESS BAR CSS */
/* Progress bar */
.progress-bar {
	height: 30px;
	padding: 10px;
    width: 50%;
	background: rgba(0,0,0,0.6);
	border: 1px solid rgba(0,0,0,0.7);
	border-left: none;
	box-shadow: inset 0 0 1px rgba(255,255,255,0.5);
	float:left;

}
.progress {
	width:180px;
	height:7px;
	position:relative;
	cursor:pointer;
	background: rgba(0,0,0,0.4); /* fallback */
	box-shadow: 0 1px 0 rgba(255,255,255,0.1), inset 0 1px 1px rgba(0,0,0,1);
	border-radius:10px;
}
.progress span {
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:block;
	border-radius:10px;
}
.timeBar{
	z-index:10;
	width:0;
	background: -webkit-linear-gradient(top, rgba(107,204,226,1) 0%,rgba(29,163,208,1) 100%);
	box-shadow: 0 0 7px rgba(107,204,226,.5);
}
.bufferBar{
	z-index:5;
	width:0;
	background: rgba(255,255,255,0.2);
}

/* VOLUME BAR CSS */
/* volume bar */
.volume{
	position:relative;
	cursor:pointer;
	width:60px;
	height:10px;
	float:right;
	margin-top:10px;
	margin-right:10px;
}
.volumeBar{
	display:block;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:#eee;
	z-index:10;
}
    
    
    
}


/* small sized screen aka phone ends */
