a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1.3;-webkit-font-smoothing:antialiased;overflow-y:scroll;overflow-x:hidden}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}


/*

Site design & development by Glenna Baron, with the help of Google Web Fonts and LESS.
hello@glennabaron.com

*/
p {
  word-wrap: break-word;
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: .4em;
  margin-left: 0;
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 500;
  font-size: 1em;
  color: #000;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #ea1688;
}
strong {
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 800;
  color: #ea1688;
}
html,
body,
h1 {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 100%;
  line-height: 1.3em;
}
.ie7 body {
  overflow: hidden;
}
.clr {
  clear: both;
}
img {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
li {
  display: inline;
}
aside {
  display: inline-block;
}
/* fixed navbar */
#scroller {
  background-color: #333;
  width: 100%;
  z-index: 500;
  height: 50px;
  -webkit-box-shadow: 0px 0px 10px 0px #333;
  box-shadow: 0px 0px 10px 0px #333;
}
/*responsive video*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */

  padding-top: 25px;
  height: 0;
  margin: 20px 0px 40px 0px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*-----------------------FIRST-----------------------*/
/*everything*/
.main_container {
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
}
/*everything but the footer*/
.content_wrapper {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.content_container_about {
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  padding: 50px 0px 0px 0px;
}
.content_container_event {
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  padding: 20px 0px 0px 0px;
  background-color: #F2F2F2;
}
.content_container_us {
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  padding: 20px 0px 0px 0px;
}
.content_container_thanks {
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  padding: 20px 0px 0px 0px;
  background-color: #F2F2F2;
}
/*takes up entire page width*/
.content_wide {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
/*takes up the set main portion of the page width*/
.content_full {
  margin: 0 auto;
  padding: 20px 0px;
  width: 86.66666666666667%;
}
.content_full_col {
  margin: 0 auto;
  padding: 20px 0px;
  width: 100%;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}
/*-----------------------------NAV------------------------------*/
.nav_wrapper {
  background: url('../../images/map_mobile.png') top center fixed;
  width: 100%;
  margin: 0 auto;
  padding: 62px 0px;
}
.nav_button {
  display: inline-block;
  background: #202730;
  height: 30px;
  padding-top: 10px;
  text-decoration: none;
  letter-spacing: .09em;
  width: 50%;
  float: left;
  text-align: center;
  font-family: 'Arvo', georgia, serif;
  font-weight: 700;
  font-size: 1em;
  color: #fff;
}
.nav_button:hover {
  background: #ecece7;
  color: #ea1688;
  -webkit-transition: background .2s ease;
  -moz-transition: background .2s ease;
  -ms-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}
.circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #ea1688;
  margin: 0 auto;
  border: 3px solid #fff;
  -moz-box-shadow: 0 0 0 8px #333, 0 0 30px #000;
  -webkit-box-shadow: 0 0 0 8px #333, 0 0 30px #000;
  box-shadow: 0 0 0 8px #333, 0 0 30px #000;
}
.thecity {
  font-family: 'Arvo', georgia, serif;
  font-weight: 700;
  color: #fff;
  font-size: 2.5em;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1em;
  margin: 0 auto;
  padding: 105px 0px 0px 0px;
  height: 90px;
  text-shadow: 0 0 1px #ffffff, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.thecity_sub {
  color: #fff;
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 600;
  font-size: .9em;
  text-transform: uppercase;
  letter-spacing: .09em;
  text-align: center;
  line-height: 1.3em;
  margin: 0 auto;
  padding: 10px;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  height: 90px;
  width: 200px;
}
.nav_links {
  font-family: 'Arvo', georgia, serif;
  font-weight: 700;
  font-size: 2em;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.nav_links:visited {
  font-family: 'Arvo', georgia, serif;
  font-weight: 700;
  font-size: 2em;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.nav_links:hover {
  font-family: 'Arvo', georgia, serif;
  font-weight: 700;
  font-size: 2em;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.nav_links:active {
  font-family: 'Arvo', georgia, serif;
  font-weight: 700;
  font-size: 2em;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
/*------------------------ABOUT SECTION-------------------------*/
.group_photo {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0px 0 20px 0;
}
/*------------------------EVENT SECTION-------------------------*/
.content_section {
  display: inline-block;
  padding: 20px 25px 25px 0px;
  vertical-align: top;
  width: 100%;
}
.content_section:nth-child(4) {
  text-align: center;
}
.content_section:nth-child(4) h3 {
  text-align: center;
}
.content_section:nth-child(4) h2 {
  text-align: center;
}
.img_kali {
  display: block;
  padding: 0px;
  margin: 0 auto 40px auto;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: #EA1688;
  -moz-box-shadow: 0 0 0 6px #fff, 0 0 0 13px #202730, 0 0 40px #000;
  -webkit-box-shadow: 0 0 0 6px #fff, 0 0 0 13px #202730, 0 0 40px #000;
  box-shadow: 0 0 0 6px #fff, 0 0 0 13px #202730, 0 0 40px #000;
}
.kalihidden {
  display: none;
}
h2 {
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 800;
  font-size: 2em;
  text-align: left;
  color: #ea1688;
  margin-bottom: .3em;
}
.h2_date {
  margin-bottom: .7em;
}
.h2_time {
  font-size: 1.5em;
}
h3 {
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 800;
  font-size: 1.1em;
  text-align: left;
  line-height: 1.2em;
}
.p_event {
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 500;
  font-size: 1em;
  color: #000;
  margin-bottom: .9em;
}
.a_dir {
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 600;
  font-size: .9em;
  color: #000;
}
.a_dir:hover {
  color: #ea1688;
}
/*-----------------------STUDENTS SECTION-----------------------*/
.content_full_us {
  margin: 0 auto;
  width: 86.66666666666667%;
}
/* circles */
.main {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
}
.grid li {
  width: 210px;
  height: 210px;
  display: inline-block;
  margin: 40px 40px 70px 40px;
}
.item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 3s;
  transition-timing-function: ease-in-out;
  -moz-box-shadow: 0 0 0 6px #ea1688, 0 0 0 9px #ffffff, 0 0 0 16px #202730, 0 0 40px #000000;
  -webkit-box-shadow: 0 0 0 6px #ea1688, 0 0 0 9px #ffffff, 0 0 0 16px #202730, 0 0 40px #000000;
  box-shadow: 0 0 0 6px #ea1688, 0 0 0 9px #ffffff, 0 0 0 16px #202730, 0 0 40px #000000;
}
.item:hover {
  top: -7px;
}
.illo {
  background-color: #ea1688;
  -moz-box-shadow: 0 0 0 6px #ffffff, 0 0 0 13px #202730, 0 0 40px #000000;
  -webkit-box-shadow: 0 0 0 6px #ffffff, 0 0 0 13px #202730, 0 0 40px #000000;
  box-shadow: 0 0 0 6px #ffffff, 0 0 0 13px #202730, 0 0 40px #000000;
}
.av_alyssa {
  background-image: url(../../images/us_avatar/alyssa.png);
}
.av_mario {
  background-image: url(../../images/us_avatar/mario.png);
}
.av_glenna {
  background-image: url(../../images/us_avatar/glenna.png);
}
.av_rachel {
  background-image: url(../../images/us_avatar/rachel.png);
}
.av_tarah {
  background-image: url(../../images/us_avatar/tarah.png);
}
.av_griffin {
  background-image: url(../../images/us_avatar/griffin.png);
}
.av_annick {
  background-image: url(../../images/us_avatar/annick.png);
}
.av_savannah {
  background-image: url(../../images/us_avatar/savannah.png);
}
.av_allison {
  background-image: url(../../images/us_avatar/allison.png);
}
.av_courtney {
  background-image: url(../../images/us_avatar/courtney.png);
}
.av_heather {
  background-image: url(../../images/us_avatar/heather.png);
}
.av_kiara {
  background-image: url(../../images/us_avatar/kiara.png);
}
.img_alyssa {
  background-image: url(../../images/us_photo/alyssa.jpg);
}
.img_mario {
  background-image: url(../../images/us_photo/mario.jpg);
}
.img_glenna {
  background-image: url(../../images/us_photo/glenna.jpg);
}
.img_rachel {
  background-image: url(../../images/us_photo/rachel.jpg);
}
.img_tarah {
  background-image: url(../../images/us_photo/tarah.jpg);
}
.img_griffin {
  background-image: url(../../images/us_photo/griffin.jpg);
}
.img_annick {
  background-image: url(../../imagesus_photo//annick.jpg);
}
.img_savannah {
  background-image: url(../../images/us_photo/savannah.jpg);
}
.img_allison {
  background-image: url(../../images/us_photo/allison.jpg);
}
.img_courtney {
  background-image: url(../../images/us_photo/courtney.jpg);
}
.img_heather {
  background-image: url(../../images/us_photo/heather.jpg);
}
.img_kiara {
  background-image: url(../../images/us_photo/kiara.jpg);
}
/*avatars*/
.img_margin {
  display: block;
  padding: 20px;
  margin: 0 auto 40px auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -moz-box-shadow: 0 0 0 6px #EA1688, 0 0 0 9px #fff, 0 0 0 16px #202730, 0 0 40px #000;
  -webkit-box-shadow: 0 0 0 6px #EA1688, 0 0 0 9px #fff, 0 0 0 16px #202730, 0 0 40px #000;
  box-shadow: 0 0 0 6px #EA1688, 0 0 0 9px #fff, 0 0 0 16px #202730, 0 0 40px #000;
}
h4 {
  font-family: 'Arvo', georgia, serif;
  font-weight: 700;
  font-size: 1.3em;
  color: #000;
  margin-top: 15px;
}
h5 {
  font-family: 'Arvo', georgia, serif;
  font-weight: 400;
  font-size: 1em;
  color: #000;
}
/*------------------------THANKS SECTION------------------------*/
.thanks_section {
  display: inline-block;
  padding: 10px 0px 0px 0px;
  vertical-align: top;
  width: 100%;
}
.big_sponsors {
  width: 100%;
  margin: 0 0 40px 0;
  text-align: center;
}
.sponsorlogo {
  max-width: 200px;
  display: inline-block;
}
.sponsor_header {
  font-family: 'Arvo', georgia, serif;
  font-weight: 700;
  font-size: 2em;
  color: #000;
  text-align: center;
}
.sponsor_p {
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 600;
  font-size: 1em;
  color: #000;
  margin-bottom: .75em;
}
.p_linkitem {
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 600;
  color: #000;
  display: inline;
}
.p_linkitem:visited {
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 600;
}
.p_linkitem:hover {
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 600;
  color: #ea1688;
}
.p_linkitem:active {
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 600;
  color: #000;
}
.sponsor_head {
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 800;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: left;
  display: inline;
}
.prof {
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: left;
}
/*----------------------------FOOTER----------------------------*/
.footer_wrapper {
  background-color: #202730;
  width: 100%;
}
.foot_section {
  display: inline-block;
  vertical-align: top;
  padding: 0px 25px 0px 0px;
  margin-top: 20px;
}
.foot_section2 {
  display: inline-block;
  vertical-align: top;
  padding: 20px 25px 25px 0px;
}
.foot_section2:nth-child(1) {
  padding-bottom: 0;
}
.foot_section2:nth-child(2) {
  padding-top: 0;
}
.foot_head {
  font-family: 'Arvo', georgia, serif;
  font-weight: 400;
  font-size: 1.3em;
  color: #fff;
  text-decoration: none;
  margin-bottom: .3em;
}
.foot_date {
  font-family: 'Arvo', georgia, serif;
  font-weight: 700;
  display: block;
  font-size: 1.6em;
  margin-bottom: .6em;
  color: #ea1688;
}
.foot_loc {
  font-family: 'Arvo', georgia, serif;
  font-weight: 700;
  font-size: 1.3em;
  color: #fff;
  display: block;
  margin-bottom: 0;
  line-height: 1.2em;
}
.foot_p {
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 600;
  font-size: .95em;
  color: #fff;
  display: block;
  margin-bottom: 0;
}
.foot_link {
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 600;
  font-size: .95em;
  color: #fff;
  display: block;
  text-align: left;
}
.foot_link:visited {
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 600;
  font-size: .95em;
  color: #fff;
  display: block;
  text-align: left;
}
.foot_link:hover {
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 600;
  font-size: .95em;
  color: #ea1688;
  display: block;
  text-align: left;
}
.foot_link:active {
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 600;
  font-size: .95em;
  color: #fff;
  display: block;
  text-align: left;
}
.twit_link {
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 600;
  font-size: 1em;
  color: #fff;
  text-align: left;
  display: inline-block;
  vertical-align: text-top;
  top: 10px;
}
.twit_link:visited {
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 600;
  font-size: 1em;
  color: #fff;
  text-align: left;
  display: inline-block;
  vertical-align: text-top;
}
.twit_link:hover {
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 600;
  font-size: 1em;
  color: #ea1688;
  text-align: left;
  display: inline-block;
  vertical-align: text-top;
}
.twit_link:active {
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 600;
  font-size: 1em;
  color: #fff;
  text-align: left;
  display: inline-block;
  vertical-align: text-top;
}
/*-----------------------INDIVIDUAL PAGES-----------------------*/
.img_us {
  border-radius: 50%;
  max-width: 50%;
  display: block;
  margin: 0 auto;
}
.btn_site {
  font-family: 'Arvo', georgia, serif;
  font-weight: 400;
  background-color: #ea1688;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: 20px 10px;
  font-size: 1.3em;
  width: auto;
}
.btn_site:hover {
  background: #202730;
  -webkit-transition: background .2s ease;
  -moz-transition: background .2s ease;
  -ms-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}
.content_section_us {
  display: inline-block;
  padding: 30px 30px 0px 0px;
  vertical-align: top;
  width: 100%;
}
.work_links {
  margin: 0 auto;
  padding: 0px 20px 20px 20px;
  width: 86.66666666666667%;
}
.work_link {
  margin-bottom: 15px;
  vertical-align: middle;
}
.work_link_img {
  -moz-box-shadow: 0 0 10px #333;
  -webkit-box-shadow: 0 0 10px #333;
}
/*photos*/
.img_photo {
  display: block;
  padding: 0px;
  margin: 0 auto 40px auto;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  -moz-box-shadow: 0 0 0 6px #202730, 0 0 25px #000000;
  -webkit-box-shadow: 0 0 0 6px #202730, 0 0 25px #000000;
  box-shadow: 0 0 0 6px #202730, 0 0 25px #000000;
}
/*-----------------------GENERAL TEXT STYLES----------------------*/
.big_head {
  font-family: 'Arvo', georgia, serif;
  font-weight: 700;
  font-size: 3.5em;
  text-align: center;
  padding: 40px 10px 40px 10px;
  line-height: 1.5em;
  color: #000;
}
.firstcharacter {
  float: left;
  color: #ea1688;
  font-size: 75px;
  line-height: 40px;
  padding: 10px 10px 10px 3px;
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 800;
}
.pink {
  color: #ea1688;
}
.p_link {
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 800;
  color: #000;
}
.p_link:visited {
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 800;
}
.p_link:hover {
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 800;
  color: #ea1688;
}
.p_link:active {
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 800;
  color: #000;
}
/*-----------------------SECOND-----------------------*/
@media screen and (min-width: 480px) {
  .main_container {
    margin: 0 auto;
    width: 100%;
  }
  .nav_wrapper {
    width: 100%;
    background: url('../../images/map_bg.png') repeat center center fixed;
    padding: 40px 0px;
  }
  .nav_button {
    display: inline-block;
    background: #202730;
    height: 35px;
    padding-top: 15px;
    font-weight: bold;
    text-decoration: none;
    width: 25%;
    float: left;
    text-align: center;
    font-family: 'Arvo', georgia, serif;
    font-weight: 700;
    font-size: 1.5em;
    color: #fff;
  }
  .content_wrapper {
    margin: 0 auto;
    width: 100%;
  }
  .content_container_event {
    margin: 0 auto;
    width: 100%;
    padding: 20px 0px;
    clear: both;
  }
  .content_container_about {
    margin: 0 auto;
    width: 100%;
    padding: 20px 0px;
    clear: both;
  }
  .content_container_us {
    margin: 0 auto;
    width: 100%;
    padding: 20px 0px;
    clear: both;
  }
  .content_container_thanks {
    margin: 0 auto;
    width: 100%;
    padding: 20px 0px;
    clear: both;
  }
  .content_section {
    display: inline-block;
    padding: 20px 25px 25px 0px;
    vertical-align: top;
    width: 100%;
  }
  .content_section:nth-child(3) {
    display: none;
  }
  .thanks_section {
    display: inline-block;
    padding: 10px 25px 10px 0px;
    vertical-align: top;
    width: 100%;
  }
  .content_full {
    padding: 20px 0px;
    width: 86.66666666666667%;
    margin: 0 auto;
  }
  .content_full_us {
    margin: 0 auto;
    width: 86.66666666666667%;
  }
  .work_links {
    margin: 0 auto;
    padding: 40px 0px;
  }
  .kalihidden {
    display: block;
    padding: 10px 0px;
  }
  .img_kaliwork {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
  .footer_wrapper {
    width: 100%;
  }
  .foot_section {
    display: inline-block;
    vertical-align: top;
    padding: 0px 25px 0px 0px;
    margin-top: 20px;
  }
  .foot_section2 {
    display: inline-block;
    vertical-align: top;
    padding: 0px 25px 0px 0px;
    margin-top: 20px;
  }
  .foot_section2:nth-child(2) {
    margin-top: 2.8em;
  }
  /*TOOLTIP*/
  strong {
    font-family: 'Raleway', helvetica, sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 1.5em;
  }
  #tooltip {
    position: absolute;
    font-family: 'Raleway', helvetica, sans-serif;
    font-weight: 600;
    background: #ea1688;
    padding: 10px;
    color: #fff;
    display: none;
    max-width: 250px;
    -webkit-box-shadow: 0px 0px 10px 0px #333;
    box-shadow: 0px 0px 10px 0px #333;
  }
}
/* end 480 media query */
/*-----------------------THIRD-----------------------*/
@media screen and (min-width: 756px) {
  .nav_wrapper {
    width: 100%;
  }
  .nav_button {
    font-size: 2em;
  }
  .content_wrapper {
    margin: 0 auto;
    width: 100%;
  }
  .content_section {
    display: inline-block;
    padding: 0px 30px 0px 0px;
    vertical-align: top;
    width: 47.2%;
  }
  .content_section:nth-child(3) {
    display: none;
  }
  .content_section:nth-child(4) {
    padding-right: 0px;
    text-align: left;
  }
  .content_section:nth-child(4) h3 {
    text-align: left;
  }
  .content_section:nth-child(4) h2 {
    text-align: left;
  }
  .big_head {
    font-family: 'Arvo', georgia, serif;
    font-weight: 700;
    font-size: 3.5em;
    text-align: center;
    padding: 40px 10px 40px 10px;
    line-height: 1.5em;
    color: #000;
  }
  .thanks_section {
    display: inline-block;
    padding: 20px 30px 0px 0px;
    vertical-align: top;
    width: 29.7%;
  }
  .thanks_section:nth-child(5) {
    padding-right: 0px;
  }
  .footer_wrapper {
    padding: 40px 0px;
  }
  .content_full {
    width: 81.11111111111111%;
  }
  .content_full_event {
    width: 81.11111111111111%;
    padding: 20px 0px;
    margin: 0 auto;
    text-align: center;
  }
  .content_full_col {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
  /*avatars*/
  .content_full_us {
    width: 90%;
  }
  .work_links {
    margin: 0 auto;
    padding: 40px 0px;
  }
  .work_link {
    display: inline-block;
    width: 30%;
    margin: 0px 10px;
  }
  .btn_site {
    margin: 0 auto;
  }
  p {
    text-align: left;
  }
  /*-----------------------INDIVIDUAL PAGES-----------------------*/
  .content_section_us {
    display: inline-block;
    padding: 0px 30px 0px 0px;
    vertical-align: top;
  }
  .content_section_us:nth-child(2) {
    width: 40%;
    padding: 15px;
  }
  .content_section_us:nth-child(3) {
    width: 45%;
    margin: 0 auto;
    padding: 15px;
  }
}
/* ends 768 media query */
/*-----------------------FOURTH-----------------------*/
@media screen and (min-width: 1140px) {
  .content_section {
    display: inline-block;
    padding: 0px 30px 0px 0px;
    vertical-align: top;
    width: 30.9%;
  }
  .content_section:nth-child(3) {
    display: inline-block;
  }
  .content_section:nth-child(4) {
    padding-right: 0px;
  }
  .kalihidden {
    display: none;
  }
  .content_full_us {
    margin: 0 auto;
    width: 81.11111111111111%;
  }
  .footer_wrapper {
    padding: 20px 0px;
    margin: 0;
  }
  .content_full {
    width: 81.11111111111111%;
  }
  .content_full_col {
    margin: 0 auto;
    padding: 20px 0px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
  .work_link {
    width: 31%;
  }
  .img_margin {
    padding: 0;
    width: 300px;
    height: 300px;
  }
  .pink {
    color: #ea1688;
  }
  p {
    text-align: left;
  }
  /*------------------------THANKS SECTION------------------------*/
  .thanks_section {
    display: inline-block;
    padding: 40px 30px 0px 0px;
    vertical-align: top;
    width: 31.1%;
  }
  .sponsorlogo {
    max-width: 200px;
    padding-right: 40px;
    margin: 0;
  }
  /*-----------------------INDIVIDUAL PAGES-----------------------*/
  .content_section_us {
    display: inline-block;
    padding: 0px 30px 0px 0px;
    vertical-align: top;
  }
  .content_section_us:nth-child(2) {
    width: 50%;
    padding: 15px;
  }
  .content_section_us:nth-child(3) {
    width: 40%;
    margin: 0 auto;
    padding: 15px;
  }
}
/* ends 1140px media query */
/*-----------------------breaking point-----------------------*/
@media screen and (min-width: 1500px) {
  .content_full {
    width: 1200px;
    margin: 0 auto;
  }
  .work_links {
    margin: 0 auto;
    max-width: 1500px;
  }
}
/* ends breaking point media query */