body {
    background: #ffe8a0;
}


.black {
	body {
		background: #000;
	}
}

.text1{
    color: #FF8000;
    text-transform: capitalize;
    font-weight: bold;
}

.textshadow{
	text-shadow: -2px 2px #262626;
}

.footer p {
    color: #000;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    margin: 0;
}

.block-item{
    margin-bottom: 30px;
}
.content-area{
    padding-bottom: 50px;
}


.content {
    margin-top: 10px;
    padding: 15px;
}


.video-page {
    padding: 0 0 0px;
}

.video-page iframe {
    width: 100%;
    height: 300px;
}

.video-page .video-block {
    padding: 0;
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.video-page .image-block {
    text-align: center;
    margin: 20px 0 0;
}

.video-page .image-block img {
    margin: 0 auto;
}

.video-page .quote {
    font-size: 18px;
    font-style: italic;
    color: #FF6340;
    font-weight: bold;
    margin: 0 0 15px;
    line-height: 24px;
}

.video-page .content-block a {
    color: #0000ff;
    font-weight: bold;
    text-decoration: underline;
}

.video-page .content-block h4 {
    margin-bottom: 0;
}

.video-page .content-block p {
    margin: 0 0 15px;
}

.rvd{
    overflow:hidden;
    padding-bottom:56%;
    position:relative;
    height:0;
}
.rvd iframe{
    left:0;
    top:0;
	text-align: center;
    height:100%;
    width:100%;
    position:absolute;
}
.strong{
     font-weight:bold;
}

.bigtxt{	
	font-size: 3vmin;
}

@media (max-width: 767px) {
	/* body{background: green;} /* for testing identification*/
	/* eg phone landscape */
		
    .content-area{
        padding-bottom: 60px;
    }
    .video-page{
        padding-bottom: 50px;
    }
}

@media (max-width: 480px) {
	/*	body{background: brown;} /* for testing identification*/
	/*eg phone portrait */
		
    .media-container div {
        width: 100%;
    }
  }

@media (min-width: 480px) {
 	/*	body{background: blue;} /* for testing identification*/  
}

@media (min-width: 768px) {
	/*	body{background: coral;} /* for testing identification*/

    .video-page iframe {
        width: 560px;
        height: 450px;
    }

    .footer {
        display: table;
        width: 100%;
    }

    .footer .footer-content {
        padding: 0;
    }

    .footer .footer-content a {
        display: inline-block;
    }

    .footer .stitt-logo, .footer .footer-content, .footer .sc-logo {
        display: inline-block;
        padding: 0;
        vertical-align: middle;
        float: none;
    }

    .footer .footer-content .copyright{
        margin-left: -35%;
    }
    .footer img.linkedin-img{
        display: inline-block;
    }

    .footer img{
        margin: 0;
    }
  
}

@media (min-width: 992px) {
	/*	body{background: lightblue;} /* for testing identification*/
	/* eg rositab */
	
	.container {
		width: 90%!important;
	}

	
    .video-page .video-block {
        margin: 15px 15px 15px 0;
    }

    .video-page .quote {
        margin: 15px 0;
    }

    .video-page iframe {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1200px) {
	/*	body{background: fuchsia;} /* for testing identification*/

    .video-page iframe {
        width: 100%;
        height: 100%;
    }
}