@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);
* {
  box-sizing: border-box;
}
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;
}
/*-----------------------HEADER STYLES HERE-------------------------------*/

body h2 {
  font-size: 6vh;
  display: block;
}
body h3 {
  font-size: 4vh;
  margin: 4vh 0 3vh 0;
}
body h5 {
}
body p {
  font-size: 2.2em;
  line-height: 3.9vh;
}
header {
  display: block;
}
header a:link, a:active, a:visited {
  color: #FFFFFF;
}
header a:hover, a:focus {
  color:rgba(255,255,255,0.50);
}
.fullscreen-bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.fullscreen-bg_video {
  min-width: 100%;
  min-height: 100%;
}

.fullscreen-bg2 {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: -12;
  margin: 0 0 0 -.6vw;
}
.fullscreen-bg_video2 {
  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.20);
  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-------------------------------*/


#section1a a, #section2a a, #section4a a, #section5a a, #section6a a {
  font-size: 1.75em;
  color: rgba(255,255,255,1.00);
}
#section1a a:hover, #section2a a:hover, #section4a a:hover, #section5a a:hover, #section6a a:hover {
  color: rgba(162,162,162,1.00);
}

#section1a a:active, #section2a a:active, #section4a a:active, #section5a a:active, #section6a a:active{
  color: rgba(162,162,162,1.00);
}

#section1a a:focus, #section2a a:focus, #section4a a:focus, #section5a a:focus, #section6a a:focus {
  color: rgba(162,162,162,1.00);
}

#section3a a:link, a:active, a:visited {
  color: #FFFFFF;
}
#section3a a:hover, a:focus {
  color:rgba(255,255,255,0.50);
}
#section1, #section1a {
  background-image: url(../IMAGES/CreateKnowledge_1920x1080.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  margin: 36vh 0 0 0;
  padding: 9vh 0 8vh 6vh;
}
#section1a article {
  margin: 6.5vh 3vw 20vh 0;
  height: auto;
}
#section2a {
  background-image: url(../IMAGES/KnowledgeTranslation_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  padding: 8vh 0 3vh 3vw;
}
#section2a article {
  margin: 6.5vh 3vw 8vh 0;
  height: auto;
}
 /*#section3 {
 background-image: url(../IMAGES/DestinationChoice_option3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}*/
#section4a {
  background-image: url(../IMAGES/DestinationLandingPage_1920x1080.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  padding: 8vh 0 3vh 3vw;
}
#section4a article {
  margin: 6.5vh 3vw 16vh 0;
  height: auto;
}
#section5a {
  background-image: url(../IMAGES/SustainableLanding.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  padding: 8vh 0 3vh 3vw;
}
#section5a article {
  margin: 6.5vh 3vw 16vh 0;
  height: auto;
}
#section6a {
  background-image: url(../IMAGES/FosteringSuccess_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  padding: 8vh 0 3vh 3vw;
}
#section6a article {
  margin: 6.5vh 3vw 15vh 0;
  height: auto;
}
#section7a {
  background-image: url(../IMAGES/Stats_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
  width: 100%;
}


/*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: 600;
  transition: top 0.3s;
  float: left;
}
.topnav .logo {
  height: 6vh;
  margin-top: -2.5vh;
  margin-bottom: -2.5vh;
}
.topnav a:first-child {
  margin-right: 1vw;
}
.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 1.25vw 3vh 1.25vw;
  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;
}

/*-----------------------MEDIA QUERRIES START HERE-------------------------------*/



/*-----------------------1366 width  HERE-------------------------------*/


@media screen and (max-width: 1366px) {
/*.topnav a:not(:first-child), .dropdown .dropbtn {
  display: none;
}*/ 
.topnav a {
  font-size: .9em;
  padding: 2.5vh 1vw 2.5vh 1vw;
}
.topnav .logo {
  height: 5vh;
  padding: 0 0 0 .5vw;
}
.topnav a:first-child {
  margin-right: 2vw;
}
.topnav a.icon {
  float: right;
  display: none;
  padding-top: 1vh;
}
body h2 {
  font-size: 2.5em;
}
body h3 {
  font-size: 4vh;
  margin: 4vh 0 3vh 0;
}
body p {
  font-size: 1.75em;
  line-height: 3.9vh;
}
#section5afix {
  font-size: 3.75vw;
}
header {
  margin-bottom: 0;
}
.header-overlay {
  height: 100%;
  width: 100%;
}
video {
  width: auto;
  min-height: 100%;
}
#section1a {
  margin: 36vh 0 0 0;
  background-position: center;
  padding: 15vh 0 0 3vw;
}
#section1a article {
  margin: 0 4vh 10vh 0;
}
#section1a a, #section2a a, #section4a a, #section5a a, #section6a a {
  font-size: 1.35em;
}
  #section7a{
    height: 100%;
  }
  
  #section7a #myCarousel{
    height: 100%;
  }
  

footer h1 {
  font-size: 1.75em;
}
footer ul a {
  text-decoration: none;
  color: white;
  font-size: 1.1em;
}
footer ul a:hover {
  text-decoration: none;
  opacity: .5;
}
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-right: 1vw;
}
footer .fa:hover {
  opacity: 0.5;
  color: white;
}
footer p {
  line-height: 2.2vh;
  font-size: 1.1em;
}
footer .logo {
  height: 7vh;
  margin: 0 0 2.75vh 0;
}
}

@media screen and (max-width: 1024px) and (max-height: 1366px){
  
   
}

/*-----------------------1024 width  HERE-------------------------------*/

@media screen and (max-width: 1024px) {
/*.topnav a:not(:first-child), .dropdown .dropbtn {
  display: none;
}*/ 
.topnav a {
  font-size: 0.8em;
  padding: 2vh .5vw 2vh .5vw;
  margin-left: 0;
}
.topnav .logo {
  height: 2.5vh;
  padding: 0 0 0 2vw;
}
.topnav a:first-child {
  margin-right: 1vw;
}
.topnav a.icon {
  float: right;
  display: none;
  padding-top: 1vh;
}
body h2 {
  font-size: 5vw;
}
body h3 {
  font-size: 4vw;
}
body h5 {
  font-size: .75em;
}
body p {
  font-size: 2em;
  line-height: 1.25em;
  margin-top: 1vh;
  padding-right: 1vw;
}
#section5afix {
  font-size: 3.75vw;
}
header {
  margin-bottom: 0;
}
.header-overlay {
  height: 100%;
  width: 100%;
  margin-bottom: 0;
}
  
  header .ml1 .text-wrapper {
  line-height: 50px;
}
video {
  max-height: 120%;
}
#section1a, #section2a, #section4a, #section5a, #section6a {
  height: auto;
  width: 100%;
}
#section1a {
  margin: 30vh 0 0 0;
  padding: 28vh 0 0 0;
  height: auto;
}
#section1a article, #section2a article, #section4a article, #section5a article, #section6a article {
  width: 47vw;
}
  
  #section1a article{
    margin-right: 3vw;
  }
#section1a a, #section2a a, #section4a a, #section5a a, #section6a a {
  font-size: 1.75em;
}
  
  .fullscreen-bg2 {
    margin-left: -1.2vw;
    
  }
  
  #section7a {
    height: 100%;
    background-position: 70%;
  }
  
 #section7a img{
   margin: 10% 0 0 0;
  }
footer p {
  line-height: 1.5em;
  font-size: 1em;
}
footer h5 {
  font-size: 100%;
}
footer ul {
  font-size: 1.05em;
  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;
}
  
  #section3a .ml2 .text-wrapper {
  font-size: 12vh;
  line-height: .9em;
}
}

/*----------------------- 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: 1vh 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 3vw 2vh 3vw;
}
.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 .5vw;
  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 {
  top: 0;
  margin-bottom: 0;
}
header .ml1 .text-wrapper {
  font-size: 6vh;
  line-height: 70px;
}
body h2 {
  margin-bottom: 2vh;
  font-size: 3.25em;
}
body h3 {
  font-size: 3em;
}
body p {
  font-size: 1.75em;
  line-height: 1.9em;
  margin-top: 5vh;
  padding-right: 3vw;
  margin-bottom: 7vh;
}
.header-overlay {
  width: 100%;
  height: 100%;
}
video {
  height: 100%;
}

  #section1a article{
    margin: 18vh 3vw 0 3vw;
  height: auto;
  width: 60vw;    
  }
    #section1a, #section2a, #section3a, #section4a, #section5a, #section6a {
  height: 100%;
  padding: 0 0 0 0;
}
#section2a article, #section4a article, #section5a article, #section6a article {
  margin: 10vh 3vw 0 3vw;
  height: auto;
  width: 60vw;
}
#section1a a, #section2a a, #section4a a, #section5a a, #section6a a {
  font-size: 1.25em;
}
  
    .fullscreen-bg2 {
    margin-left: 0;    
  }
  
   #section7a img{
   margin: 30% 0 0 5%;
     max-height: 70%;
  }
  
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;
}
}

/*----------------------- max width 823 width HERE-------------------------------*/

/*-------------------------------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: 9vh;
  margin: 3vh 0 0 0;
  padding: 0 0 1vh 2vw;
}
.topnav a.icon {
  float: right;
  display: block;
  padding: 2vh 3vw 2vh 2vw;
}
}

@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: .90em;
}
.topnav.responsive a:first-child {
  height: 7vh;
  margin: 0 0 8vh 0;
  padding: 0 0 0 .5vw;
}
.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-bottom: .5vh;
  font-size: 8vh;
}
body h3 {
  font-size: 6vh;
}
body p {
  font-size: 1.25em;
  line-height: 1.1em;
  margin-top: 5vh;
  padding-right: 1vw;
  margin-bottom: 5vh;
}
video {
  height: auto;
  max-width: 100vw;
}
  
  header .ml1 .text-wrapper {
  font-size: 7vh;
  line-height: 35px;
}
#section1a {
  padding: 0 0 8vh 0;
  height: auto;
  margin-top: 30vh;
}
#section2a, #section3a, #section4a, #section5a, #section6a {
  height: auto;
  padding: 0 0 0 0;
}
#section1a article, #section2a article, #section3a article, #section4a article, #section5a article, #section6a article {
  margin: 10vh 3vw 0 3vw;
  height: auto;
  width: 40vw;
}
#section1a a, #section2a a, #section4a a, #section5a a, #section6a a {
  font-size: 4vh;
  line-height: 6vh;
}
  
   .fullscreen-bg2 {
    margin: 0;    
  }
  
  #section3a .ml2 .text-wrapper {
  font-size: 6vw;
  line-height: .9em;
}
  
  #section7a {
    height: 110%;
  }
  
  #section7a img {
    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) {
#section1a {
  padding: 4vh 0 8vh 0;
  height: auto;
  margin-top: 28vh;
}
  
#section3a .ml2 .letter {
  line-height: 12vh;
}
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) {
  
  #section1a {
    margin-top: 22vh; 
  }
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;
}
body h2 {
  margin-bottom: .5vh;
  font-size: 5vh;
}
body h3 {
  font-size: 4vh;
}
body p {
  font-size: 1.5em;
  line-height: 1.25em;
  margin-top: 5vh;
  padding-right: 1vw;
  margin-bottom: 5vh;
}
header {
  margin-bottom: 0;
}

    header .ml1 .text-wrapper {
  font-size: 4vh;
  line-height: 4vh;
}
header .ml1 .line, #section3a .ml2 .line {
  height: 1vh;
}
#section3a .ml2 .text-wrapper {
  font-size: 12vw;
  line-height: 5vh;
}
video {
  min-height: 100vh;
  width: auto;
  margin: 0 0 0 -10vw;
}
#section1a {
  padding: 4vh 0 8vh 0;
  height: auto;
  margin-top: 40vh;
}
#section2a, #section3a, #section4a, #section5a, #section6a {
  height: auto;
  padding: 0 0 0 0;
}
#section1a article, #section2a article, #section3a article, #section4a article, #section5a article, #section6a article {
  margin: 10vh 6vw 0 6vw;
  height: auto;
  width: auto;
}
#section1a a, #section2a a, #section4a a, #section5a a, #section6a a {
  font-size: 1.2em;
  line-height: 1em;
}
  
  #section7a {
    height: 100%;
  }
  
   #section7a img {
    margin: 70vh 0 0 0;  
  }
 
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;
}
}



@media screen and (max-width: 360px) {
  #section3 .ml2 .letter {
  line-height: 7vh;
}
  
  video {
  min-height: 100vh;
  width: auto;
  margin: 0 0 0 0;
}
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: 6vh;
  letter-spacing: .01em;
  line-height: 8vh;
}
.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: -7.5vh;
}
.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.75vh;
  width: 100%;
  background-color: #fff;
  transform-origin: 0 0;
  box-shadow: 1px 1px 3px #000;
}
.ml2 .line1 {
  top: -1vh;
}
.ml2 .line2 {
  bottom: -1vh;
}
