body, html {
	height: 98%;
	margin: 0;
	font-family: 'Nunito', sans-serif;
}

body { 
	background-color: #f2f2f2;
} 

@font-face {
    font-family: Turnaround Italic;
    font-weight: italic;
    src: url("Turnaround Italic.otf") format("opentype");
}

@font-face {
    font-family: Turnaround;
    font-weight: italic;
    src: url("Turnaround.otf") format("opentype");
}

.img-fluid.desktop {
	height: auto;
	width: 100%;
}

.img-fluid.mobile {
	display: none;
}

@media only screen and (max-width: 600px) {
	.img-fluid.desktop {
	display: none;
}
	.img-fluid.mobile {
	display: block;
	height: auto;
	max-width: 100%;
}
}

.navbar {
background-color: #f2f2f2;
position: relative;
min-height: 50px;
border: 1px solid transparent;
}

/*.navbar-left > img {
	height: 40px;
}*/
.navbar-brand {
  padding: 0px;
}

.navbar.navbar-fixed-top.navbar-default {
	margin-bottom: 20px !important; 
	margin-top: 15px !important;
	margin-bottom: 20px !important;
}

@media only screen and (max-width: 600px) {
.navbar.navbar-fixed-top.navbar-default {
    margin-bottom: 20px !important;
    margin-top: 15px !important;
    margin-bottom: 25px !important;
}
}

.navbar-brand {
float: left;
height: 80px;
font-size: 18px;
line-height: 20px;
}

.navbar-brand img {
	padding: 0px;
}

.navbar-brand>img {
  height: 100%;
  width: auto;
}

/* EXAMPLE 9 - Center with Flexbox and Text*/
.brand-centered {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.brand-centered .navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-collapse.collapse {
	font-family: Turnaround; 
	padding-top: 15px !important;
}

@media screen and (max-width: 600px){
.navbar-collapse.collapse {
	font-family: Turnaround; 
	padding-top: 0px !important;
}
}

.navbar-collapse.collapse.in {
	margin-top: 45px;
}

@media screen and (max-width: 600px){
.navbar-collapse.collapse.in {
margin-top: 25px;
}
}

.navbar-toggle.collapsed {
	margin-top: 20px;
    margin-right: 13px;
}

.navbar-toggle {
    z-index: 1;
    margin-top: 20px;
	margin-right: 13px;
}


.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

/* CSS Transform Align Navbar Brand Text ... This could also be achieved with table / table-cells */
.navbar-alignit .navbar-header {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 50px;
}

.navbar-alignit .navbar-brand {
	top: 50%;
	display: block;
	position: relative;
	height: auto;
	transform: translate(0,-50%);
	margin-right: 15px;
  	margin-left: 15px;
}

.navbar-nav>li>.dropdown-menu {
	z-index: 9999;
}

.navigation {
	display: inline-block;
	color: #ff70e9;
	text-decoration: none;
}

.navigation::after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #ff70e9;
	transition: width .5s;
}

.navigation:hover::after {
	width: 100%;
	transition: width .5s;
}

@media screen and (max-width: 600px){
.navigation::after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #ff70e9;
	transition: width .5s;
}

.navigation:hover::after {
	width: 17%;
	transition: width .5s;
}
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
color: #ff70e9;
background-color: transparent;
}

.news-hover:hover .news-overlay {
	width: 100%;
}

.navbar-default .navbar-nav>li>a {
	color: #ff70e9;
}


.text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	vertical-align: middle;
	white-space: nowrap;
}

#myVideo {
	right: 0;
	bottom: 0;
	min-width: 100%; 
	height: 47%;
	-webkit-transform: scaleX(7); 
	-moz-transform: scaleX(7);
	-ms-transform: scaleX(7);
}

.container.container-for-space-first {
	padding-top: 20px;
}

@media only screen and (max-width: 600px) {
.container.container-for-space-first {
	padding-top: 20px;
}
}

.container.container-for-space-second {
	padding-top: 60px;
}

@media only screen and (max-width: 600px) {
.container.container-for-space-second {
	padding-top: 0px;
}
}

.container.container-for-space {
	padding-top: 40px;
}

@media only screen and (max-width: 600px) {
.container.container-for-space {
	padding-top: 40px;
}
}

.row.row-latest-video {
	padding-top: 10px; 
	padding-bottom: 10px;
	margin-right: -15px;
	margin-left: 7px;
}

.row {
margin-right: -15px;
margin-left: 7px;
}

@media only screen and (max-width: 600px) {
.row {
	margin-right: 0px;
	margin-left: 0px;
}
}

.col-lg-6.col-md-6.col-sm-6.col-xs-6.col-md-6-latest-video-left {
	padding-left: 7px;
	padding-top: 7px;
}
@media only screen and (max-width: 600px) {
.col-lg-6.col-md-6.col-sm-6.col-xs-6.col-md-6-latest-video-left {
padding-left: 10px;
padding-top: 7px;
}
}

.now-playing {
	color:white;
}

.subscribe a{
	color: white;
	text-decoration: none;
}

.col-lg-6.col-md-6.col-sm-6.col-xs-6.col-md-6-latest-video-right {
	text-align: right;
}

.col-lg-6.col-md-6.col-sm-6.col-xs-6.col-md-6-latest-video-right.youtuber {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

@media only screen and (max-width: 600px) {
.col-lg-6.col-md-6.col-sm-6.col-xs-6.col-md-6-latest-video-right.youtuber {
	padding-right: 30px !important;
	padding-left: 0px !important;
}
}

.youtubel a {
	color: #5a5a5b;
}

.youtuber a {
	color: white;
}

.instagram {
	padding-bottom: 15px;
	padding-left: 3px;
}

.instagram a {
	color: #5a5a5b;
}

@media only screen and (max-width: 600px) {
.container-youtube {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
}

.img-responsive.fourth-image {
	max-width: 100%;
	height: auto; 
	display: block;
}

.col-lg-4.col-md-4.col-sm-4.col-xs-4.image{
	padding-left: 5px;
	padding-right: 5px; 
}

@media screen and (max-width: 600px){
.col-lg-4.col-md-4.col-sm-4.col-xs-4.image{
	padding-left: 3px;
	padding-right: 3px; 
}
}

.about-text {
	text-align: center; 
	color: #5a5a5b; 
	font-family: Turnaround;
}

.about-text img {
	width: 200px;
    height: auto;
}

.about-text img p{
	color:#5a5a5b;
}

.contact-style {
	padding-bottom: 15px;
}

.contact-style a {
	color: #5a5a5b;
}

.container.text-center.contact-stuff {
	background-color: #5a5a5b; 
	padding-top: 20px; 
	padding-bottom: 20px;
}

.container.text-center p {
	margin-bottom:10px;
}
@media screen and (max-width: 600px) {
.container.text-center p {
	margin-bottom: 0px;
}
}

.form-inline.text-center.contact-background {
	background-color: #5a5a5b;
}

.form-group.keep-up {
	text-align: left;
}

.form-group.keep-up p {
	color: white;
}

.form-control.col-md-4 {
	background-color: #5a5a5b; 
	border-radius: 0px;
}

.form-control {
	background-color: #5a5a5b; 
	border-radius: 0px;
}

.btn.btn-default {
	border-radius: 0px;
}

.footer p {
	color: #5a5a5b;
}

.footer a {
	color: #5a5a5b;
}

.management {
	color: #5a5a5b;
}

.instagram-gallery {
  padding-top: 40px;
}

@media screen and (max-width: 600px){

}

.image-hover {
	position: relative;
}

.image-hover .image {
	display: block;
	width: 100%;
	height: auto;
}

.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color:rgb(0,0,0);
	opacity:0.3;
	overflow: hidden;
	width: 0;
	height: 100%;
	transition: .10s ease;
}

.image-hover:hover .overlay {
	width: 100%;
}

#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  // Removes blue highlight
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 
  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
    @media screen and (min-width:768px) {
        width: 60%;
    }
    @media screen and (min-width:1200px) {
        width: 50%;
    }
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 100px;
  right: 15px;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

/* Google Fonts */
@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro);
