
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600&family=Oswald:wght@400;700&display=swap');

html {scroll-behavior: smooth;}
:root {
 --wtd-23-pink-dark: #F552BA;
 --clr-purple-5: #f6f5f9;
  --clr-primary-100: #007377;
  --clr-secondary-dark-100: #004851;
  --clr-primary-lime-60: #d3d766;
  --clr-bg-btn:#D3D766;
  --clr-main-bg:#F2FAFC;
  --clr-white:#fff;
  --clr-text:#333;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Mulish',Arial, sans-serif;
    font-size: 1.26em;
    box-sizing: border-box;
    color: #00373e;
 /*   background-color: #FFAE00;*/
}

h1 {margin-top:0;}
h2.oz-cl {
    margin:1.5em 0 0 0;
  /*  font-size: 1.6rem;*/

  /*  filter:blur(.8px);*/
}


p {line-height: 1.25;}
li {margin: 10px 0;}
/* BANNER 
---------------------------------------*/

#logo-pos {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 79px;
    z-index: 100;

}

#replay-pos {
    position: absolute;
    top: 50px;
    right: 40px;
    width: 39.5px;
    transition-property: transform;
    transition-duration: 1s;
    z-index: 200;
}

#replay-pos:hover .re-2 {
    opacity: 1;
}

#logo-pos:hover #logo-bg {
    fill: #ffffff;
}

#logo-pos:hover #logo-device {
    fill: #00373e;
}

#stage {
    /* height:  calc(100vh - 58px); */
    background-color: #F9F1EA;

    position: relative;
    width: 100%;

}

#bc {box-sizing: border-box;}

#svg-wtd {
    border: 0px solid red;
    /* ff, chrome, edge, safari */
    width: 100%;
}


#media-wall {
     background-color: #053d44; 
    padding:40px 0 80px 0;    
    min-height: 600px;
}    

#loading-taggbox {
    margin: auto;
    width: 60%;
    margin-top: 10%;
    max-width: 400px;
}


#wtd-dets-band .wtd-content {
   /* padding: .5em 1em;    orange edit*/
    padding: 0;
    max-width: 780px;
}

.wtd-100 {
    padding-bottom: 1.5em;
    border: 0px solid red;
}

.bg100 {
  background-color:#f8fdf4;
}

.wtd-100-mar {
    padding: 2.5em 1.5em 2.5em 1.5em;
}

.wtd-content {
    max-width: 820px;
    margin: auto;
    padding: 1em;
    border: 0px solid red;
}


.wtd-content a:hover {
   /* background-color: #66e6ff;*/
    background-color: #fff;
    /*color:#083554;*/


  }

.wtd-dets {
    display: flex;
    justify-content: space-between;
    /* background-color: #fff; */
}

.wtd-dets h2 {

    font-size: 5vw;
    color: #00373e;
    font-family: Swiss721BT, Arial, sans-serif;
    font-weight: bold;
    margin: 0;
}


.hide {
    visibility: hidden;
}

/* START CONTENT SECTION */
.content {
   /* background-color: #04a3a3; */
   background-color: var(--clr-primary-100);
   color: #fff;
   padding-top: 60px;
   padding-bottom: 60px;
}

.content .column-1 {
	padding: 20px;
	margin:0 auto;
	max-width: 815px;
	padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap:1rem;
}

.content .column-1 img{
    width: 200px;
    object-fit: cover;
    margin-bottom: 0;
}
.content .column-1 h2 {
    color: var(--clr-white);
    text-align: center;
    font-family: 'Oswald';
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    margin:0 auto;
}
.content .column-1 .intro-div {
margin: 0 auto;
}
.content .column-1 .col-1-intro-p {
     color: #F8BEF4;
    text-align: center;
    font-family: 'Mulish';
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0;
}
.content .column-1 .col-1-p-text {
    font-family: 'Mulish';
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 31.5px; 
    color: #fff;
    width: 80%;
    margin: 0 auto;
}
.content .column-1 .col-1-p {
    font-family: 'Mulish';
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 31.5px; 
    color: #FFF;
    width: 80%;
    margin: 0 auto;
}
.content .column-1 .col-1-p span {
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    color: #F8BEF4;
     font-size: 21px;
    font-style: normal;
}


.content .column-2 {
    padding: 0px;
    margin:0 auto;
    max-width: 1180px;
    padding-top: 60px;
    padding-left:15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
       
}

/* START CARDS SECTION */
.content .column-2  {
   /* border:1px solid green;*/
    /*min-width: 33%;*/
    display: flex;
    align-items: stretch;
}
.content .column-2 a {
    text-decoration: none;
    color:var(--clr-text);
    border:4px solid #04A3A3;
    border-radius: 20px;
    background-color: #e5f5f8;
    margin:1%;
    padding:2%;
    transition: all 0.3s ease-in-out;
}

/* .column-2  a:hover  {
    background-color: #fff;
    color:#f95101;
    transform: scale(1.02,1.1);
    margin-top: 1rem;
    margin-bottom: 1rem;
} */


.column-2 h3 {
    margin-top: 12px;
    color: var(--clr-secondary-dark-100);
}
.column-2 h3:hover {
    text-decoration: underline;
}

.arr {
    font-size: 1.9em;
    vertical-align: sub;
    line-height: 0
}

.button-icons {max-width: 100%;}

#footer {
	background-color: #fff;
    margin: 0;
    padding: 20px 30px;

}

.f27 {
	font-size: smaller;
	color: #087036;
	margin-top: 2px;
	color: #505050;
}
.ack {display: inline-block; width: 25px; height: 5px; border-top: 3px solid black;}

.ack-col-1 {border-color:black;}
.ack-col-2 {border-color:yellow;}
.ack-col-3 {border-color:red;}
.ack-col-6 {border-color:#0a50f5;}
.ack-col-5 {border-color:#FFFFFF;}
.ack-col-4 {border-color:#04c148;}
.ack-col-7 {border-color:#000000;}

.phase2 {
	width: 100%;
	max-width: 680px;
}


.playersize {
    width: 95%;  
    margin: 0 auto;
    overflow:hidden;
}
.playerwrap {
    position:relative;
    padding-bottom:56.3%;
    padding-top:0;
    height:0;
}
.playerwrap video {
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;

}
.socials {
	margin:30px 0 20px 0;
	max-width: 187px;
}


@media screen and (min-width: 720px) {
    .wtd-dets h2 {
        font-size: 34px;
    }

}

/* Portrait */
/*@media screen and (orientation:portrait) {*/
@media screen and (max-width: 660px) {
	body {
		/*overflow: hidden;*/
		font-size: .9em;
	}
	p, li {font-size:1em;}


    #stage {
       /* height: auto !important;*/
        /* height: calc(50vw * 2.4) !important; */
        width: 100%;
       /*  overflow: scroll;*/
       position: relative;
       height: 60vh;
    }

    #logo-pos {
        top: 15px;
        left: 15px;
        width: 55px;
    }

    #replay-pos {
        top: 23px;
        right: 20px;
        width: 35px;
    }


    .socials {max-width:135px;}

    /*   #wtd-date, #wtd-hashtag {font-family: Swiss721BT-Roman, Arial;} */
}

/* IE10+ specific styles go here */
@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    #svg-wtd {
        border: 0px dashed pink;
        overflow: hidden;
        /* because the svg is square use the viewport width size - and it works 
      height: 100vw;*/
    }

    #logo-pos,
    #replay-pos {
        top: 0;
    }
}


.mobile {
    display: none;
}



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

    .mobile {
        display: block;
    }

        .column-2 {
        flex-direction: column;
    }
}

.logo-wrap {
	position: absolute;
	top:20px;
	left:20px;
	border: 0px solid red;
	z-index: 300;
}	

	.logo-aitsl {
		width: 75px;
	}

	.logo-svg {
		width: 100%;
	}

	.logo-teal {
	    fill: #007377;
	    pointer-events: none;
	}

	 a.logo-link:hover .logo-teal {
		fill: blue; 
	}

	.celb {
    padding: 3% 4%;
    background-color: #ffca59;
    border-radius: 13px;
    border:4px double white;
	}

#photo-booth .column-1 .rocker {
   /* border:1px solid red;*/
    animation-name: rocker;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    /* position: absolute; */
    /* margin-left: 10px; */
/*    animation-direction: alternate;
    animation-timing-function: linear;*/
}


@keyframes rocker {
    0% {
        transform: rotate(3deg);
        color:#00373e;
    }

    39% {color:var(--clr-secondary-dark-100);}

    49% {
        transform: rotate(3deg);
    }
    50% {
        transform: rotate(-3deg);
    }
    80% {color:var(--clr-primary-100);}

    85% {
        color: magenta;
    }
    100% {
        transform: rotate(-3deg);
        color:#00373e;
    }

}


    /* Inline SVGs */

.al-1 { fill: #ffffff;}
.al-2 { fill: #00373e;}
.al-3 { fill: #ffffff;}

.re-1 {fill: #00373e;}
.re-2 {fill: #fff; opacity:0.3;}


.soc-1 {fill: #00373e;}
.soc-2, .soc-3 {fill: #fff;}
.soc-2 {fill-rule: evenodd;}

@media screen and (max-width: 768px) {
  .content .column-1 .col-1-p, 
  .content .column-1 .col-1-p-text
  {
    width:100%;
  }
}