
body {
  width: 100%;
  height: 100%;
}


#header{
  width: 100%;
  background-color: white;
  z-index: 5;
}


#main {
	background-color:white;
	width:80%;
	margin:0 auto;
	padding:16px;
	-moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}

ul{
  list-style: none;
  display: inline-flex;
}

li{
    padding: 10px;
  padding-right: 22px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}



.hide-on-mobile {
	display:none;
}

.linktext {
	font-family:Arial,Verdana,Georgia,sans-serif;
	font-size:14px;
	color:white;
}

.container {
width:100%;
}

.logo-container-top {
  text-align:center;
	margin-bottom:-28px;
}


.logo-container {
  flex: 2;
}


.logo-container img {
  display: inline-block;
}


.navigation {
	width:83%;
	margin:0;
	margin-left:16px;
	padding:0;
	line-height:100%;
}


.navigation ul {
  list-style: none;
  display: inline-flex;
	margin:0;
	padding:0;
	line-height:100%;
}

.navigation li {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
	width:50px;
	padding: 6px;

}



.navigation a:link, .navigation a:visited {
   color: black;
   text-decoration: none;
}

.navigation a:hover {
	color: blue;
	text-decoration: none;
}



#secondbox ul {
  display: block;
	line-height:150%;
}

#secondbox li {
  padding: 0px;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

#solebox ul, ul[type="disc"], ol[type="1"] {
  display: block;
	line-height:150%;
}

#solebox li, ul[type="disc"], ol[type="1"] {
  padding: 0px;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}






.content{
  background-image: url('../img/global.jpeg');
  background-size: cover;
  background-color: black;
  height: 500px;
  position: relative;
}



/* NEWSLETTER SECTION */

.newsletter {
  position: relative;
  padding: 76px 0 76px 0;
  background-image: url("../img/newsletter-bg.jpg");
  background-size: cover;
  background-position: center center;
}
.overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.81);
}
.newsletter .newsletter-wrapper {
  position: relative;
  z-index: 2;
}
.newsletter .newsletter-wrapper .form {
  width: 83.5%;
}
.newsletter .newsletter-wrapper .form .title {
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-family: "Audiowide" !important;
  font-size: 20px;
  font-weight: 800;
  margin-top: 5px !important;
  margin-bottom: 25px !important;
}
.newsletter .left-section {
  flex: 1;
  justify-content: center;
}
.newsletter .left-section .newsletter-input {
  display: flex;
  justify-content: space-between;
}
.newsletter .left-section .newsletter-subscribe {
  justify-content: flex-end;
}
.newsletter .left-section .newsletter-subscribe .btn-subscribe {
  border: none;
  background: #0f1e54;
  color: white;
  font-family: "Muli";
  font-size: 20px;
  padding: 6px 20px;
  margin-top: 10px;
  border-radius: 3px;
  line-height: 1.5;
}
.newsletter .left-section .newsletter-input input[type="text"] {
  border: none;
  padding: 16px;
  font-family: "muli";
  width: 48%;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.77) !important;
}
.newsletter .right-section {
  flex: 1;
  justify-content: center;
  display: flex;
}
.newsletter .right-section .form {
  margin-top: 26px;
	display: flex;
  flex-direction: column;
}
.newsletter .right-section .form .newsletter-input {
  justify-content: center;

}
.newsletter .right-section .form .newsletter-input .icon-email {
  content: url("../img/icon-email.svg");
  width: 76px;
  height: 76px;
}
.newsletter .right-section .form .newsletter-input .email-contact {
  font-family: "Muli";
  font-size: 26px;
  color: white;
  font-weight: 800;
  margin-left: 10px;
}

/* ENDORSEMENT SECTION */

.section6-content {
	  height: 100px;
  position: relative;
}

.endorsement {
  background-image: url("../img/endorsement-bg.jpg");
  position: relative;
  padding: 47px 0 257px 0;
}
.endorsement:before {
  content: "";
  position: absolute;
  background-image: url("../img/endorsement-overlay.svg");
  background-size: 100% 92px;
  top: 0;
  width: 100%;
  height: 92px;
  z-index: 2;
  transform: rotateY(180deg);
}
.endorsement:after {
  content: "";
  position: absolute;
  background-image: url("../img/endorsement-overlay-2.svg");
  background-size: 100% 92px;
  bottom: 0;
  width: 100%;
  height: 92px;
  z-index: 2;
  transform: rotateY(180deg);
}
.endorsement-wrapper {
  padding-top: 102px;
  padding-bottom: 27px;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: center;
}
.endorsement-wrapper .title {
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-family: "Audiowide" !important;
  font-size: 36px;
  font-weight: 800;
  margin-top: 5px !important;
  margin-bottom: 25px !important;
}
.endorsement-wrapper .section6-content {

  width: 95%;
  margin-bottom: 2.75%;
}
.endorsement-wrapper .section6-content .rob-description {
  font-family: "muli";
  font-size: 16px;
  color: white;
  font-weight: 600;
	padding-left:6px;
	margin-top:42px;
}
.endorsement-wrapper .section6-content .rob-pic {
  padding: 0 25px 0 0;
}
.endorsement-wrapper .section6-content .rob-pic img {
  object-fit: cover;
  border-radius: 100px;
}
.endorsement-wrapper .endorsement-view .btn-view {
  border: none;
  background: #0f1e54;
  color: white;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Muli";
  font-size: 20px;
  padding: 6px 20px;
  margin-top: 10px;
  border-radius: 3px;
  line-height: 1.5;
}

/* MEDIA EXPERIENCE SECTION */

.media-experience {
  padding: 88px 0;
  background: black;
}
.media-experience-wrapper {
  display: flex;
  flex-direction: column;
}
.media-experience .title {
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-family: "Audiowide" !important;
  font-size: 36px;
  font-weight: 800;
  margin-top: 5px !important;
  margin-bottom: 25px !important;
}
.media-experience .logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.media-experience .logo-container .logo-row div .image-container img {
  max-height: 70px;
}
.media-experience .logo-container .logo-row div .image-container {
  max-width: 70px;
}
.media-experience .logo-container .logo-row .image-col {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
}
.media-experience .logo-container .logo-row {
  display: flex;
  width: 90%;
}
.media-experience .logo-container .logo-row:nth-child(2) {
  margin-top: 30px;
}

/* SECTION 4  */

.section-4 {
  position: relative;
  background-color: rgba(255, 255, 255, 0.72);
  padding-top: 109px;
  padding-right: 0px;
  padding-bottom: 96px;
  padding-left: 8px;
}
.section-4:before {
  content: "";
  position: absolute;
  background-image: url("../img/section-4-overlay.svg");
  background-size: 100% 88px;
  top: 0;
  left: 0;
  right: 0;
  height: 88px;
  z-index: 1;
}
.section-4:after {
  content: "";
  position: absolute;
  background-image: url("../img/section-4-overlay-2.svg");
  background-size: 100% 88px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 88px;
  z-index: 1;
}
.section-4 .section-4-wrapper {
  position: relative;
  z-index: 4;
}
.section-4 .section-4-wrapper .left-section .container p.title {
  text-align: left;
  text-transform: uppercase;
  color: black;
  font-family: "Audiowide" !important;
  font-size: 16px;
  font-weight: 800;
  margin: 0;
  line-height: 19px;
}
.section4content {
  font-family: "Montserrat";
  font-size: 20px;
  padding: 20px;
  font-weight: 500;
  line-height: 23.8px;
  padding-left: 0;
}
.section-4 .section-4-wrapper .left-section .container .btn-get {
  color: #ffffff;
  border: none;
  font-family: "Muli";
  font-weight: 700;
  background-color: #0f1e54;
  line-height: 1.5;
  border-radius: 3px;
  padding: 6px 20px;
  font-size: 20px;
}





.prev-next-container {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 75%;
}

/* SECTION 3 */

.section-3 {
  background-blend-mode: overlay;
  background-image: url("../img/studio.jpg");
  background-color: #12162b;
  background-position: center center;
  background-size: cover;
}

.section-3-wrapper .col-1 .icon-mic {
  content: url("../img/icon-mic.svg");
  height: 94px;
  margin-top: 10px;
}
.section-3-wrapper .col-3,
.section-3-wrapper .col-4 {
  width: 100%;
}
.section-3-wrapper .col-2 {
  width: 90%;
}
.section-3-wrapper .col-2 span:first-child {
  font-family: "Audiowide";
  font-weight: 900;
  text-transform: uppercase;
  font-size: 41px;
  color: #ffffff !important;
  text-align: center;
}
.section-3-wrapper .col-2 div span {
  line-height: 1;
}
.section-3-wrapper .col-2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.section-3-wrapper .col-2 div {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-3-wrapper .col-2 div:last-child {
  margin-top: 15px;
}
.section-3-wrapper .col-2 div:last-child span {
  font-family: "Audiowide";
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff !important;
  text-align: center;
}

.section-3-wrapper .col-3 img {
  width: 100%;
}

.section-3-wrapper .col-4 .description p {
  font-family: "Muli";
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
	padding: 0 5px 5px 5px;
}
.section-3-wrapper .col-4 .btn-listen button {
  color: #ffffff;
  border: none;
  border-radius: 3px;
  padding: 6px 20px;
  line-height: 1.5;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "Muli";
  font-weight: 800;
  text-transform: uppercase;
  background-color: #0f1e54;
  margin-top: 10px;
  margin-bottom: 10px;
	text-align:center;
}
/* SECTION 2 */

.section-2 img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.section-2{
	background: url('../img/studio-2.jpg');    
	padding: 0 5px 0 0;    
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.54);
	background-blend-mode: overlay;
}


.section-2-wrapper .left-section img{
	max-width: 240px;
	object-fit: cover;
	border-radius: 5px;
	margin-right: 5px;
}
.section-2-wrapper .right-section div:first-child{
	font-family: 'Audiowide';
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	color: #ffffff!important;
	text-align: center;
	line-height: 1;
}
.section-2-wrapper .right-section div p{
padding: 0 5px 5px 5px;
font-family: 'Muli';
font-weight: 700;
font-size: 14px;
color: #ffffff!important;
}


/**/



#section-one{

}

.social-media{
  width: 100%;
}

.social-media-container{
  max-width: 350px;
  margin: 0 auto;
  padding: 10px 20px;
}

.social-media-icon{
  width: 35px;
  height: 35px;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
}

.social-media-icon img{
  max-width: 100%;
  max-height: 100%;
}



.content-two{
  background-image: url('../img/tigCdqqQ.jpeg');
  background-size: cover;
  background-color: black;
  height: 500px;
  position: relative;
}


.dark-mask{
  position: absolute;
  height: 500px;
  width: 100%;
  background-color: black;
  opacity: 0.9;
}

.dark-mask-two{
  position: absolute;
  height: 500px;
  width: 100%;
  background-color: black;
  opacity: 0.5;
}

.container-flex{
  display: flex;
}

.content-flex{
  flex: 1;
	-webkit-flex: 1; /* Safari 6.1+ */
  -ms-flex: 1; /* IE 10 */ 
  z-index: 1;
  text-align: center;
}

.subtext-container {
  width: 95%;
  margin: 10px auto;
  text-align: center;
  padding: 10px;
}

.content-flex h2 {
  color: white; 
  font-family: 'Audiowide',display!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    font-size: 24px!important;
    line-height: 1em;

}

.video-container{
  padding: 30px;
  width: 500px;
  height: 500px;
	color:white;
}

video{
  max-height: 100%;
  max-width: 100%;
}

.videocontent{
  height: 200px;
  background-color:black;
}

.button-learn-more{
  background: #0F1E54;
    border-width: 0px!important;
    font-size: 22px;
    font-family: 'Muli',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 800;
    background-color: #0F1E54;
    color: white;
    padding: 13px 20px;
    border-radius: 5px;
    margin-top: 10px;
}


.book-container img{
  max-height: 100%;
  max-width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 50px;
}

.author-container{
  width: 400px;
  height: 400px;
  margin: auto;
}

.author-container img{
  max-height: 100%;
  max-width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 50px;
}

#footer{
  width: 100%;
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: black;
  color: white;
}

.padding-none{
  padding: 0;
}

.footer-content{
  text-align: center;
  
}

.footer-content h4{
  font-family: 'Muli',Helvetica,Arial,Lucida,sans-serif;
  font-size: 18px;
  font-weight: 800;
    text-transform: uppercase;
}



#social-media-bottom .social-media{
  padding: 0;
}

#social-media-top .social-media{
  background-color: #fff;
}

