@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);
html, body {
  min-width: 100%;
  height: 100%;
  margin: 0;
  font-family: Arial, "Arial Black", "Arial Narrow", "Arial Rounded MT Bold";
  text-shadow: 1px 1px 1px black;
}
a:link {
  color: rgba(255,255,255,1.00);
  text-decoration: none;
  letter-spacing: .04em;
}
body a:visited {
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
body a:active {
  text-decoration: none;
}

/*-----------------------SCROLl BAR STYLES HERE-------------------------------*/


#style-1::-webkit-scrollbar-track {
 box-shadow: none;
 border-radius: 10px;
 background-color:none;
 margin-top: 4vh;
}
 #style-1::-webkit-scrollbar {
 width: 1vw;
 height: 40vh;
 background-color:none;
}
 #style-1::-webkit-scrollbar-thumb {
 border-radius: 10px;
 box-shadow: none;
 background-color:rgba(48,5,61,1.00);
}
 #style-3::-webkit-scrollbar-track {
	/*box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	border-radius: 10px;
 background-color:none;
 margin-top: 4vh;
}
 #style-3::-webkit-scrollbar {
 width: 1vw;
 height: 60vh;
 background-color:none;
}
 #style-3::-webkit-scrollbar-thumb {
 border-radius: 10px;
 box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color:#333333;
}
#style-4::-webkit-scrollbar-track {
 border-radius: 10px;
 background-color:none;
 margin-top: 4vh;
}
 #style-4::-webkit-scrollbar {
 width: 1vw;
 height: 60vh;
 background-color:none;
}
 #style-4::-webkit-scrollbar-thumb {
 border-radius: 10px;
 box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color:rgba(48,5,61,1.00);
}
 #style-5::-webkit-scrollbar-track {
	/*box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	border-radius: 10px;
 background-color:none;
 margin-top: 4vh;
}
 #style-5::-webkit-scrollbar {
 width: 1vw;
 height: 60vh;
 background-color:none;
}
 #style-5::-webkit-scrollbar-thumb {
 border-radius: 10px;
 box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color:#333333;
}
/*-----------------------HEADER STYLES HERE-------------------------------*/
header {
}
header a:link, a:active, a:visited {
  color: #FFFFFF;
}
header a:hover {
}
.fullscreen-bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.fullscreen-bg_video {
  min-width: 100%;
  min-height: 100%;
}
.header-overlay {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(115,11,148,0.47);
  z-index: 0;
}
video {
  width: 100%;
  height: auto;
}
/*-----------------------FOOTER STYLES HERE-------------------------------*/
footer {
  background-color: rgba(55,0,92,1.00);
  border-top: rgba(126,126,126,1.00) 1vh solid;
}
footer h1 {
  font-size: 1.75em;
  padding: .5vh 0 1vh 0;
  margin: 0 0 3% 35%;
}
footer h5 {
  font-size: 1.5vh;
}
footer ul {
  margin: 0 0 0 8%;
}
footer ul li {
  padding: 0 0 1vh 0;
}
footer ul a {
  text-decoration: none;
  color: white;
  font-size: 1.5em;
}
footer ul a:hover {
  text-decoration: none;
  opacity: .5;
}
footer .fa {
  padding-top: 1.5vh;
  font-size: 4vh;
  height: 6vh;
  width: 6vh;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin-right: 1.75vw;
}
footer .fa:hover {
  opacity: 0.5;
  color: white;
}
footer p {
  line-height: 2.5vh;
  font-size: 1.75vh;
}
footer .logo {
  height: 9vh;
  margin: 0 0 3vh 0;
}
/*-----------------------SECTION IDs HERE-------------------------------*/

header {
  top: 0;
}
body h2 {
  margin-bottom: 0;
  font-size: 3.5em;
}
p {
}
#section1 p, #section1a p, #section2 p, #section3 p, #section4 p, #section5 p {
  margin: .5% 0 0 0;
  text-align: left;
  font-size: 1.25em;
  line-height: 1.15em;
  /*text-shadow: 1px 1px 2px #000;*/ 
  padding: 0 0 0 0;
  letter-spacing: .02em;
}
#section1 {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 6vh 3vh 1vh 3vh;
  margin: 0 0 0 0;
}
#section1 article {
  overflow-y: scroll;
  max-height: 85vh;
  overflow-x: hidden;
  padding: 10vh 3vw 3vh 3vw;
  box-shadow: inset 0 0 15 black;
}
#section1a {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 6vh 3vh 6vh 3vh;
  margin: 44vh 0 0 0;
}
#section1a article {
  overflow-y: scroll;
  max-height: 85vh;
  overflow-x: hidden;
  padding: 0 3vw 0 3vw;
}
#section2 {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 6vh 3vh 3vh 3vh;
  margin: 0 0 0 0;
}
#section2 article {
  overflow-y: scroll;
  height: 85vh;
  overflow-x: hidden;
  padding: 10vh 3vw 3vh 3vw;
}
#section3 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 6vh 3vh 3vh 3vh;
  margin: 0 0 0 0;
}
#section3 article {
  overflow-y: scroll;
  height: 85vh;
  overflow-x: hidden;
  padding: 10vh 3vw 3vh 3vw;
}
#section4 {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 6vh 3vh 3vh 3vh;
  margin: 0 0 0 0;
}
#section4 article {
  overflow-y: scroll;
  max-height: 85vh;
  overflow-x: hidden;
  padding: 10vh 3vw 0 3vw;
}
#section5 {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 6vh 3vh 3vh 3vh;
  margin: 0 0 0 0;
}
#section5 article {
  overflow-y: scroll;
  max-height: 85vh;
  overflow-x: hidden;
  padding: 10vh 3vw 0 3vw;
}
#section6 {
  background-image: url(../IMAGES/../IMAGES/W.Siquira_1920x1080.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

#sliderBtn1 {
  background-color: #37005C;
  padding-top: .5vh;
  font-size: 2vh;
  height: 3vh;
  width: 3vh;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin-left: -5vw;
}
#sliderBtn2 {
  background-color: #37005C;
  padding-top: .5vh;
  font-size: 2vh;
  height: 3vh;
  width: 3vh;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin-right: -5vw;
}

 .line-full{
    width: 45vw;
  }

.line-full2{
    width: 45vw;
  text-align: left;
  }
/*SECTION IDs ENDHERE-------------------------------*/


/*-----------------------MAIN NAV STYLES HERE-------------------------------*/

.topnav {
  overflow: hidden;
  background-color: rgba(115,11,148,1.00);
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  font-weight: 700;
  transition: top 0.3s;
  float: left;
}
.topnav .logo {
  height: 6vh;
  margin-top: -2.5vh;
  margin-bottom: -2.5vh;
}
.topnav a:first-child {
  margin: 0 -3vw 0 0;
}
.topnav a:first-child:hover {
  background-color: rgba(115,11,148,1.00);
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 3vh 1vw 3vh 1vw;
  text-decoration: none;
  font-size: 1.25em;
  letter-spacing: .05em;
}
.topnav .icon {
  display: none;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 1.5em;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #580771;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #580771;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.topnav:hover .dropdown:hover .dropbtn {
  background-color: none;
}
.dropdown-content a:hover {
  background-color: #ddd;
}
.dropdown:hover .dropdown-content {
  display: block;
}

/*-----------------------1366 width  HERE-------------------------------*/


@media screen and (max-width: 1366px) {
/*.topnav a:not(:first-child), .dropdown .dropbtn {
  display: none;
}*/ 
.topnav a {
  font-size: .9em;
  padding: 2vh 1vw 2vh 1vw;
}
.topnav .logo {
  height: 5vh;
  padding: 0 0 0 .5vw;
}
.topnav a:first-child {
  margin-right: -3.5vw;
}
.topnav a.icon {
  float: right;
  display: none;
  padding-top: 1vh;
}
video {
  width: auto;
  height: 100vh;
}
#section1 {
  background-position: center;
}
#section1 article, #section3 article, #section4 article, #section5 article {
  height: 90vh;
}
footer h1 {
  font-size: 1.75em;
}
footer ul a {
  text-decoration: none;
  color: white;
  font-size: 1.15em;
}
footer ul a:hover {
  text-decoration: none;
  opacity: .5;
}
footer .fa {
  padding-top: .5vh;
  font-size: 3vh;
  height: 4.5vh;
  width: 4.5vh;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin-right: 1vw;
}
footer .fa:hover {
  opacity: 0.5;
  color: white;
}
footer p {
  line-height: 2.2vh;
  font-size: 1.15em;
}
footer .logo {
  height: 7vh;
  margin: 0 0 2.75vh 0;
}
}

@media screen and (max-width: 1024px) {
/*.topnav a:not(:first-child), .dropdown .dropbtn {
  display: none;
}*/ 
.topnav a {
  font-size: .75em;
  padding: 2vh .75vw 2vh .75vw;
  margin-left: 0;
}
.topnav .logo {
  height: 3.75vh;
  padding: 0 0 0 2vw;
}
.topnav a:first-child {
  margin-right: -2.5vw;
}
.topnav a.icon {
  float: right;
  display: none;
  padding-top: 1vh;
}
header .ml1 .text-wrapper {
  font-size: 9vw;
  line-height: 1em;
}
#section1 {
  background-position: left;
}
#section1 p, #section3 p, #section4 p, #section5 p {
  margin: .5% 0 0 0;
  text-align: left;
  font-size: 1.5em;
  height: auto;
}
#section1 article {
  background-color: none;
  text-shadow: none;
}
footer p {
  line-height: 1.5em;
  font-size: 1em;
}
footer h5 {
  font-size: 100%;
}
footer ul {
  font-size: 1em;
  margin: 0 0 0 15%;
}
footer .logo {
  min-height: 12vh;
  margin: 0 0 4vh 0;
  content: url(../IMAGES/Western_Logo_S_R_RGB.png);
}
footer .fa {
  padding-top: .25vh;
  font-size: 3vh;
  height: 5vh;
  width: 5vh;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin-right: 1.5vw;
}
}

/*----------------------- max width 768 width HERE-------------------------------*/


@media screen and (max-width: 768px) {
.topnav a:not(:first-child), .dropdown .dropbtn {
  display: none;
}
.topnav a {
  font-size: 4vh;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.topnav .logo {
  height: 5.6vh;
  margin: 0 0 0 3vw;
  padding: 1.25vh 0 1vh 0;
}
.topnav a.icon {
  float: right;
  display: block;
  padding: 2vh 3vw 2vh 3vw;
}
}

@media screen and (max-width: 768px) {
.topnav.responsive {
  position: relative;
  position: fixed;
  padding-bottom: 2vh;
}
.topnav.responsive .icon {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2vh 2vw 2vh 2vw;
}
.topnav.responsive a {
  float: none;
  display: block;
  text-align: left;
  padding: .25vh 0 .25vh 6.5vw;
  font-size: 1.25em;
}
.topnav.responsive a:first-child {
  height: 8vh;
  margin: 0 0 0 .75vw;
  padding: .3vh 0 0 0;
}
.topnav.responsive .dropdown {
  float: none;
}
.topnav.responsive .dropdown-content {
  position: relative;
}
.topnav.responsive .dropdown .dropbtn {
  display: block;
  width: 100%;
  text-align: left;
}
footer p {
  line-height: 1.5em;
  font-size: 1em;
  margin: 0 0 0 0;
}
footer h1 {
  font-size: 1em;
}
footer ul {
  font-size: 1em;
  margin: 0 0 0 10vw;
}
footer .logo {
  min-height: 10vh;
  margin: 0 2vw 4vh 0;
  content: url(../IMAGES/Western_Logo_S_R_RGB.png);
}
footer .fa {
  padding-top: .5vh;
  font-size: 2vh;
  height: 4vh;
  width: 4vh;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin-right: 2vw;
}


}

/*-------------------------------Mx-width 812 and max height 414-----------------------------------*/

@media screen and (max-width: 823px) and (max-height: 414px) {
.topnav a:not(:first-child), .dropdown .dropbtn {
  display: none;
}
.topnav a {
  font-size: 4vh;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.topnav .logo {
  height: 7vh;
  margin: 2vh 0 0 0;
  padding: 0 0 1vh 2vw;
}
.topnav a.icon {
  float: right;
  display: block;
  padding: 2vh 3vw 2vh 2vw;
}
}

/*----------------------- max width 823 width HERE-------------------------------*/



/*-------------------------------Mx-width 812 and max height 414-----------------------------------*/
 
@media screen and (max-width: 823px) and (max-height: 414px) {
.topnav.responsive {
  position: relative;
  position: fixed;
  padding-bottom: 2vh;
}
.topnav.responsive .icon {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2vh 3vw 2vh 2vw;
}
.topnav.responsive a {
  float: none;
  display: block;
  text-align: left;
  padding: .5vh 0 .5vh 5vw;
  font-size: .9em;
}
.topnav.responsive a:first-child {
  height: 7vh;
  margin: 0 0 5vh 0;
  padding: 0 0 0 .75vw;
}
.topnav.responsive .dropdown {
  float: none;
}
.topnav.responsive .dropdown-content {
  position: relative;
}
.topnav.responsive .dropdown .dropbtn {
  display: block;
  width: 100%;
  text-align: left;
}
body h2 {
  margin: 0;
  font-size: 2em;
}
#section1 p, #section3 p, #section4 p, #section5 p {
  margin: .5% 0 0 0;
  text-align: left;
  font-size: .75em;
  height: auto;
}
#section1 article .row, #section3 article .row, #section4 article .row, #section5 article .row {
  max-width: 40vw;
}
video {
  height: auto;
  max-width: 100vw;
}
footer p {
  line-height: 1.5em;
  font-size: .6em;
  margin: 2vh 0 0 0;
}
footer h5 {
  font-size: .5em;
}
footer p {
  line-height: 1.5em;
  font-size: .6em;
  margin: 2vh 0 0 0;
}
footer h1 {
  font-size: 1em;
}
footer ul {
  font-size: .75em;
  margin: 0 0 0 15%;
}
footer .logo {
  height: 14vh;
  margin: 0 0 3vh 0;
}
footer .fa {
  padding-top: .5vh;
  font-size: 4vh;
  height: 6vh;
  width: 6vh;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin-right: 1vw;
}
}

@media screen and (max-width: 667px) {
body h2 {
  font-size: 2em;
}
#section1a {
  padding: 4vh 0 8vh 0;
  height: auto;
  margin-top: 59vh;
}
footer p {
  line-height: 1.25em;
  font-size: .75em;
  margin: 1.5vh 0 0 0;
}
footer h1 {
  font-size: 1em;
  margin: 0 0 0 30%;
}
footer ul {
  font-size: .75em;
  margin: 0 0 0 10%;
}
footer ul li {
  padding: .25vh 0 .25vh 0;
}
footer .logo {
  height: 15vh;
  margin-bottom: 6vh;
}
footer .fa {
  padding-top: .5vh;
  font-size: 4vh;
  height: 6vh;
  width: 6vh;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin-right: 1vw;
}
}

@media screen and (max-width: 568px) {
footer p {
  line-height: 1.25em;
  font-size: .6em;
  margin: 1.5vh 0 0 0;
}
footer h1 {
  font-size: 1em;
  margin: 0 0 0 30%;
}
footer ul {
  font-size: .59em;
  margin: 0 0 0 8%;
}
footer ul li {
  padding: .25vh 0 .25vh 0;
}
footer .logo {
  height: 18vh;
  margin-bottom: 4vh;
}
}

/*-------------------------------Mx-width  414-----------------------------------*/

@media screen and (max-width: 414px) {
.topnav a:not(:first-child), .dropdown .dropbtn {
  display: none;
}
.topnav a {
  font-size: 4vh;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.topnav .logo {
  height: 6vh;
  margin: 0;
  padding: 1.25vh 0 1vh 3vw;
}
.topnav a.icon {
  float: right;
  display: block;
  padding: 2vh 5vw 2vh 5vw;
}
}

@media screen and (max-width: 414px) {
.topnav.responsive {
  position: relative;
  position: fixed;
  padding-bottom: 2vh;
}
.topnav.responsive .icon {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2vh 5vw 2vh 5vw;
}
.topnav.responsive a {
  float: none;
  display: block;
  text-align: left;
  padding: .25vh 0 .25vh 11vw;
  font-size: 1em;
}
.topnav.responsive a:first-child {
  height: 8vh;
  margin: .15vh 0 .25vh .7vw;
  padding: 0 0 0 0;
}
.topnav.responsive .dropdown {
  float: none;
}
.topnav.responsive .dropdown-content {
  position: relative;
}
.topnav.responsive .dropdown .dropbtn {
  display: block;
  width: 100%;
  text-align: left;
}
header .ml1 .text-wrapper {
  font-size: 10vw;
  line-height: 1vh;
}
header .ml1 .text-wrapper .letter {
  line-height: 6vh;
}
header .ml1 .line, #section3 .ml2 .line {
  height: 1vh;
}
#section3 {
  background-position: 20% 0;
}
#section1 p, #section3 p, #section4 p, #section5 p {
  margin: .5% 0 0 0;
  text-align: left;
  font-size: .75em;
  height: auto;
}
footer p {
  line-height: 1.5em;
  font-size: .75em;
  margin: -.5vh 0 0 0;
}
footer h1 {
  font-size: .75em;
  margin: 0 0 0 20%;
}
footer ul {
  font-size: .75em;
  margin: 0 0 0 20%;
}
footer ul li {
  padding: .25vh 0 .25vh 0;
}
footer .logo {
  height: 9vh;
  content: url(../IMAGES/Western_Logo_S_R_RGB.png);
}
footer .fa {
  padding-top: .5vh;
  font-size: 2.5vh;
  height: 4.5vh;
  width: 4.5vh;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin: 1vh 2vw 1vh 1vw;
}
  
    .line-full{
    width: 100vw;
  }
  
  .line-full2{
    width: 100vw;
  }
.article-bg {
  background-color: rgba(0,0,0,0.35);
}
.article-wht {
  background-color: rgba(255,255,255,0.35);
}
  
 #section1, #section3, #section4, #section5 {
  background-position: 60% 0;
} 
}

@media screen and (max-width: 360px) {
footer p {
  line-height: 1.5em;
  font-size: .5em;
  margin: -.5vh 0 0 0;
}
footer h5 {
  font-size: .5em;
}
footer h1 {
  font-size: .75em;
  margin: 0 0 0 20%;
}
footer ul {
  font-size: .6em;
  margin: 0 0 0 20%;
}
footer ul li {
  padding: .25vh 0 .25vh 0;
}
footer .logo {
  height: 10vh;
  content: url(../IMAGES/Western_Logo_S_R_RGB.png);
}
footer .fa {
  padding-top: .5vh;
  font-size: 2.5vh;
  height: 4.5vh;
  width: 4.5vh;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin: 1vh 2vw 1vh 1vw;
}
}
/*CSS STYLING FOR ANIMATED TEXT #1 STARTS HERE-----------------------------*/


.ml1 {
  font-weight: 500;
  font-size: 12vh;
  letter-spacing: .01em;
  line-height: 12vh;
}
.ml1 .letter {
  display: inline-block;
  text-shadow: 1px 1px 1px #000;
}
.ml1 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
}
.ml1 .line {
  opacity: 1;
  position: absolute;
  left: 0;
  height: 1.5vh;
  width: 100%;
  background-color: #fff;
  transform-origin: 0 0;
  box-shadow: 1px 1px 1px #000;
}
.ml1 .line1 {
  top: -1vh;
}
.ml1 .line2 {
  bottom: -1vh;
}
/*CSS STYLING FOR ANIMATED TEXT #2 STARTS HERE-----------------------------*/


.ml2 {
  font-weight: 500;
  font-size: 12vh;
  letter-spacing: .01em;
  line-height: 12vh;
}
.ml2 .letter {
  display: inline-block;
  text-shadow: 1px 1px 3px #000;
}
.ml2 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
}
.ml2 .line {
  opacity: 1;
  position: absolute;
  left: 0;
  height: 1.5vh;
  width: 100%;
  background-color: #fff;
  transform-origin: 0 0;
  box-shadow: 1px 1px 3px #000;
}
.ml2 .line1 {
  top: -1vh;
}
.ml2 .line2 {
  bottom: -1vh;
}
