/*
 * Globals
 */

@media (min-width: 48em) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Pangolin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: normal;
  color: #333;
}

h3{

font-size: 28px;
font-weight: bold;

}

h4{

font-size: 18px;

margin-left: 10px;
}

h5{
    font-weight: bold;
	font-size: 16px;
}

p{
  text-align: justify;
}

ul
{
	    margin: 0;
    padding-left: 15px;
	text-align: left;
}
/*
 * Override Bootstrap's default container.
 */

.container {
  max-width: 60rem;
   padding-top: 5%;
}

/* Buttons*/

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);

}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
}
.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255, 255, 255);
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255, 255, 255, 0.8);
}

/*
 * Masthead for nav
 */
 
 .teaser
 {
	
	 
 }

.blog-masthead {
  margin-bottom: 3rem;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -.1rem .25rem rgba(0,0,0,.1);
          box-shadow: inset 0 -.1rem .25rem rgba(0,0,0,.1);
}

/* Nav links */
.nav-link {
  position: relative;
  padding: 1rem;
  font-weight: 500;
  color: #cdddeb;
}
.nav-link:hover,
.nav-link:focus {
  color: #fff;
  background-color: transparent;
}

/* Active state gets a caret at the bottom */
.nav-link.active {
  color: #fff;
}
.nav-link.active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -.3rem;
  vertical-align: middle;
  content: "";
  border-right: .3rem solid transparent;
  border-bottom: .3rem solid;
  border-left: .3rem solid transparent;
}

.leftLogo {

margin-left: 10px;

}

.leftTitle {
margin-left: .5vw;

}

.companyLogo
{
	padding: 15px;
}

.value
{
	font-size: 14px;
	
}

.cat
{
	font-weight: bold;
}


/*
 * Blog name and description
 */

.header {
    /*display: table-cell;*/
    width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	z-index: 1;

}

.blog-header {
  padding-bottom: 1.25rem;
  margin-bottom: 2rem;
  border-bottom: .05rem solid #eee;
}
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: normal;
}
.blog-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}


/*
 * Main column and sidebar layout
 */

/* Sidebar modules for boxing content */
.module {
  padding: 1rem;
  text-align: justify;
  /*margin: 0 -1rem 1rem;*/
}
.sidebar-module-inset {
  padding: 1rem;
  background-color: #f5f5f5;
  border-radius: .25rem;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}


/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}


/*
 * Footer
 */

.blog-footer {
 /* padding: 2.5rem 0;*/
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
  font-size: 25px;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

.top-fixed-menu {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
    margin: 16px 10px;
    width: 56px;
}

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
}

.topRightButton
{
	padding: 5px 10px;
    font-size: 32px;
    line-height: 1.5;
width: 2.5em;
}

.logo_text {
    color: #000;
    position: fixed;
    z-index: 2;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
	width: 80%;
    top: 0;
	
}

.videoContainer
{
		position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoTrailer
{
 	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

.platforms
{
	list-style: none;
	padding-left: 0px;
}

.slogan h3
{
	    color: #fff;
    text-shadow: 2px 3px black;
	
}

.selectedLang
{
	font-weight: bold;
	font-size: 18px;
	 text-decoration: underline;
}


@media (min-width: 1200px) {


}
/* Landscape tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {
h3
{
	font-size: 36px;
}
}
/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
	h3
{
	font-size: 36px;
}

.topButton
{
	margin-top: 0px;
	padding: 4px;
width: 35px;
height: 35px;

}
	
}
/* Landscape phones and portrait tablets */


/*Begin 3 screens background */
@media (max-width: 767px) {
			h3
{
	font-size: 36px;
	/*text-align: center;*/
}

	
	/*p{
		text-align: center;
	}
	ul
	{
		text-align: center;
	}
	*/
	.companyContainer
{
	/*text-align: center;*/
}

.logo_text
{
	font-size: 28px;
}

.topRightButton
{
	padding: 5px 10px;
    font-size: 22px;
    line-height: 1.5;
}
	
		.leftLogo
	{
		width: 38px;
	}


		.leftTitle
	{
		height: 44px;
	}

}
/* Portrait phones and smaller */

@media (max-width: 480px) {
			h3
{
	font-size: 36px;
	margin-top: 10px;
}

}
