/*

Made using Kirby CMS

Author: Alejandro Matamala Ortiz
URL:    http://www.matamala.info
Email:  matamala@material.cl

*/


/* Fonts
-------------------------------------------------- */
@font-face {
    font-family: 'Apercu';
    src: url('../fonts/apercu_regular.eot');
    src: url('../fonts/apercu_regular.eot') format('embedded-opentype'),
         url('../fonts/apercu_regular.woff2') format('woff2'),
         url('../fonts/apercu_regular.woff') format('woff'),
         url('../fonts/apercu_regular.ttf') format('truetype'),
         url('../fonts/apercu_regular.svg') format('svg');
}

@font-face {
    font-family: 'Apercu-Bold';
    src: url('../fonts/apercu_bold.eot');
    src: url('../fonts/apercu_bold.eot') format('embedded-opentype'),
         url('../fonts/apercu_bold.woff2') format('woff2'),
         url('../fonts/apercu_bold.woff') format('woff'),
         url('../fonts/apercu_bold.ttf') format('truetype'),
         url('../fonts/apercu_bold.svg') format('svg');
}



/* RESET
-------------------------------------------------- */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block;
}


nav {
  width: 100%;
  margin-top: 20px;
  height: 172px;
  z-index: 2;
}

.preNav {
  width: 100vw;
  height: 2em;
  background: black;
  display: -webkit-flex;
  display: flex;
}

/* span.dot {
  color: red;
  margin-right: 10px;
} */

.visited{
  border-bottom: 2px solid white;
}
.mfp-figure:after { 
  box-shadow: none !important;
}

*:focus{
  outline: none;
}

/* Flex
-------------------------------------------------- */

.f1 {
  flex: 1;
}

.ff {
  display: flex;
}

.middle {
  text-align: center;
}

.center_image{
  margin-left: auto;
	margin-right: auto;
	display: block;
}


#grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
#grid > div {
  padding: 10px;
}

.gap{
  margin-top: 5em;
}



/* Margins and Paddings
-------------------------------------------------- */
.mt03{
  margin-top: 0.3em;
}

.mt{
  margin-top: 4em;
}

.pl5 {
  padding-left: 5%;
}

.pr5 {
  padding-right: 5%;
}

.w10{
  width: 10%;
}
.w50 {
  width: 50%;
}

.mb5{
  margin-bottom: 5em;
}


/* IMGS
-------------------------------------------------- */
img {
  display: block;
  width: 100%;
}

.box {
  line-height: 1.4em;
  height: auto;
  float: left;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

img.ImgList {
    margin-bottom: 18px;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
}

#content p {
  padding: 10px 10px;
  height: auto;
  float: left;
}

#footer {
  margin: 20px auto;
  width: 1000px;
  font-size: 18px;
  text-align: center;
}

.containerMenuHam {
  display: none;
}

img {
  width: 100%;
}
/* LINKS
-------------------------------------------------- */
a {
  color: black;
  text-decoration: none;
}
a:hover {
    border-bottom: 2px solid;
}

a.navLink:active, a.navLink:visited {
  text-decoration: none !important;
}

a.active {
    border-bottom: 2px solid;
}

a.last {
    float: right;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    font-family: "Apercu-Bold", Arial;
    letter-spacing: 1.2px;
}


/* Clearfix
-------------------------------------------------- */
.cf:after {
  content: "";
  display: table;
  clear: both;
}

.cfix {
  clear: both;
}

.clearfixM:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
};

.clearfixM {
  display: inline-block;
}

html[xmlns] .clearfixM {
  display: block;
}

* html .clearfixM {
  height: 1%
}


/* SITE
-------------------------------------------------- */
html {
  height: 101%;
  font-family: "Times new Roman", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0 auto;
  font-size: 1.25em;
  background: #90210f;
  color: #c2c2c2;
}

li
{
list-style-type: none;
}

.center {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 20px;
}

.centerLogo {
    text-align: center;
    margin-bottom: -23px;
    margin-top: 23px;
    letter-spacing: 1.5px;
    font-size: 23px;}

.centerideas {
    text-align: center;
    margin-bottom: 82px;
    margin-top: 5%;
}


/* HEADINGS
-------------------------------------------------- */
h1 {
  font-size: 56px;
  line-height: 1.25em;
  font-weight: 400;
  margin-bottom: .5em;
}
h2 {
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 600;
  margin-bottom: .5em;
  font-family: Apercu;
  color: black;
}
h3 {
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: .5em;
}
h4 {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: .5em;
  color: red;
}
h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  border: 0 !important;
}

.titlesBlack {
margin-top: 25px;
    margin-bottom: 65px;
    color: black;
    border-bottom: 2px solid;
    padding-bottom: 2px;
    display: inline;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    font-family: "Apercu-Bold", Arial;
    letter-spacing: 1px;
}

.titlesWhite {
    margin-top: 25px;
    margin-bottom: 65px;
    color: white;
    border-bottom: 2px solid;
    padding-bottom: 2px;
    display: inline;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    font-family: "Apercu-Bold", Arial;
    letter-spacing: 0.2px;
}

.titleSingleProject {
  margin-bottom: 0px;
}

.col-5-12.descriptionProject {
    font-family: "Apercu";
    padding-right: 0px;
    font-size: 15px;
    letter-spacing: 0.8px;
}

.col-5-12.descriptionProject3 {
    font-family: "Apercu";
    padding-right: 0px;
    font-size: 15px;
    letter-spacing: 0.8px;
}

/* PARAGRAPHS
-------------------------------------------------- */

  p{
    margin-bottom: 0px;
  }





/* HEADER
-------------------------------------------------- */

.logo {
  display: block;
  margin-bottom: 1.5em;
}
.logo img {
  width: 2em;

}

.name {
  margin-top: 25px;
  font-family: "Apercu",arial,sans-serif;
  font-size: 15px;
  font-weight: 600;
}

header.header.cf {
    width: 98%;
}


/* HOME
-------------------------------------------------- */

h1.textHome {
    width: 100%;
    margin-bottom: 47px;
}

/* Fonts Types
-------------------------------------------------- */
.apercu {
  font-family: "Apercu-Bold", Arial;
}

.white{
  color: white;
}

.em13 {
  font-size: 1.3em;
}

.em1 {
  font-size: 1em;
}

/* Edu Custom
-------------------------------------------------- */

.edutext{
  padding-top: 0em;

}

.edutext p{
  color: white;
  font-family: "Apercu", Arial;
  font-size: 1.8em;
  margin-bottom: 1.2em;
}

.edutext.black p {
  color: black !important;
}

.schooltext p{
  color: white;
  font-family: "Apercu", Arial;
  font-size: 1em;
  margin-bottom: 2em;
  padding: 0 0.8em 0 0;
}

.f1.schooltext p:nth-child(2) {
  color: black;
  margin-top: -2em;
  margin-bottom: 1em;
}

.titleWorkshop{
  font-size: 1.8em;
  margin: 2em 0;
  color: black;
  font-family: "Apercu-Bold", Arial;
}

.underline{
  text-decoration: underline;
  color: black;
}

/* HIGHLIGHTED
-------------------------------------------------- */

.titleHighlight {
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 44px;
    margin-bottom: 73px;
    border-bottom: 2px solid;
    padding-bottom: 2px;
    display: inline;
    font-size: 22px;
    letter-spacing: 0.8px;
    font-family: "Apercu-Bold", Arial;
}

.textHighlight {
    font-family: "Times new Roman";
    width: 87%;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0.5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tagsHighlight {
   font-family: "Apercu",Arial;
   font-size: 12px;
   margin-top: -105px;
   margin-bottom: 20px;
}



/*li#tagsLi:last-child:after{
  content: none;
}*/

.colspecial1 {
    float: left;
    width: 50%;
    padding-right: 33px;
    margin-bottom: 30px;
}
.col-1-2.col-right{
  padding-left: 33px;
}

img.imgHigh {
    margin-bottom: 20px;
    padding: 5em;
}

img.imgHigh:hover {
  opacity: 0.6;
  -webkit-transition: all .2s ease;
}

.hoverImgs {
  opacity: 0.6;
  -webkit-transition: all .2s ease;
}


.colspecial3 {
    float: right;
    width: 61%;
    padding-right: 30px;
}

.colspecial4 {
    float: left;
    width: 33%;
    padding-top: 27%;
    margin-bottom: 107px;
}

/* MENU
-------------------------------------------------- */

.sharedMenu a{
  color: #e0e0e0;
  font-size: 0.7em;
  font-family: "Apercu", Arial;
}

#menu {
  width: 100%;
  margin: 0 auto 0 auto;
  font-family: "Apercu", Arial;
}

#menu ul{
    width: 180px;
    margin: 0px -93px 0 10px;
    list-style: none;
    display: block;
    float: left;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    font-family: Apercu-Bold;
    letter-spacing: 1.2px;
}

/*select section title elements*/
#menu ul li ~ li{
  visibility:hidden;
  height:0;
  opacity:0;
  -webkit-transition: all 333ms;
  overflow: hidden;
}

/*children get displayed when parent is selected*/
#menu ul:hover > li {
  visibility:visible;
  height:auto;
  opacity:1;
  -webkit-transition: all 333ms;
}

.col-3-12.name.menu {
    margin-left: 7%;
    margin-right: 8%;
    width: 9%;
}

.col-3-12.name {
    margin-right: 15px;
}

.show-menu {
  text-decoration: none;
  text-align: center;
  display: none;
  margin-bottom: 20px;
}

.cuartoMenu {
  float: right;
}

ul.liMenu {
    margin-left: 0px;
    font-family: "Apercu", Arial;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 80px !important;

}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}








/* GRID
-------------------------------------------------- */


.gridProjects {
  width: 100%;
 }

 .grid-project {
  padding-right: 60px !important;
 }

.grid-item{
  width: 25%;
  padding-right: 37px;
 }

#container {
  /* either of these will work for horizontal Isotope layouts */
  height: 630px;
  float: left;

}

@media screen and (min-width: 1800px) {

#container {
  /* either of these will work for horizontal Isotope layouts */
  height: 890px !important;

}

  }


.center {
  margin-bottom: 80px;
}

.centerTitles {
    margin-bottom: 84px;
    text-align: center;
    margin-top: 20px;
}

.centerTitlesWhite {
    margin-bottom: 82px;
    text-align: center;
    margin-top: 52px;
}

.centerTitlesWhite4 {
    margin-bottom: 82px;
    text-align: center;
    margin-top: 52px;
}

.centerPictures {
  margin-top: 36px;
  margin-bottom: 82px;
  text-align: center;
}


/* PROJECTS
-------------------------------------------------- */

.content {
    text-align: center;
}

.projectsbg {
   background-color: black;
   width: 100%;
  margin-top: 20px;
}


.textProjects {
    color: white;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 16px;
    letter-spacing: 1px;
    font-weight: 400;
}

.textProjectsBlack {
  color: black;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
}

.textProjects a {
  color: white;
}

.textProjectsBlack a {
  color: black;
}


.descriptionProject {
  font-family: "Apercu-Regular",arial,sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.descriptionProject2 {
  font-family: "Apercu-Regular",arial,sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin-top: -43px !important;
}

.descriptionProject3 {
  font-family: "Apercu-Regular",arial,sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.titleProjects {
    color: white;
    text-align: center;
    margin-top: 44px;
    margin-bottom: 73px;
    border-bottom: 2px solid;
    padding-bottom: 2px;
    display: inline;
    font-size: 20px;
    font-weight: bold;
    font-family: "Apercu-Bold", Arial;
}

.titleProjectsBlack {
    font-family: "Apercu-Regular", Arial, sans-serif;
    color: black;
    font-size: 18px;
    text-align: center;
    margin-top: 31px;
    margin-bottom: 87px;
    border-bottom: 2px solid;
    padding-bottom: 0px;
    display: inline;
    font-weight: 600;
}

/*.title-lateral {
position: fixed;
left: -19.8%;
width: 49%;
top: 48%;
text-align: center;
transform: rotate(-90deg);
opacity: 0;
font-family: "Apercu", helvetica;
font-size: 14px;
z-index: 10;
margin-left: -14px;
}*/



.title-lateral{
  position: fixed;
  font-family: "Apercu", helvetica;
  font-size: 14px;
  text-align: center;
  opacity: 0;
  padding-top: 37px;
  top: 50vh;
  transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  float: left;
}




.title-lateral-right {
    position: fixed;
    transform-origin: top right;
    -ms-transform-origin: top right;
    -webkit-transform-origin: top right;
    float: right !important;
    top: 52vh;
    right: 4vh;
    text-align: center;
    transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    opacity: 0;
    font-family: "Apercu", helvetica;
    font-size: 14px;
    z-index: 10;
}


.title-lateral-OP {
  position: fixed;
  font-family: "Apercu", helvetica;
  font-size: 14px;
  text-align: center;
  opacity: 0;
  padding-top: 37px;
  top: 50vh;
  transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  float: left;
  color: white;

}


.visible {
  opacity: 1;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;

}

.invisible {
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;

}


.tags a {
    color: white !important;
    font-size: 12px;
}

a.tagsLinks {
    color: white;
    font-size: 12px;
    letter-spacing: 1px;
    margin-right: -1px;
}

li#tagLi::after {
    content: ",";
    font-size: 12px;
    margin-left: -3px;
}

li#tagLi:last-child::after {
    content: none;
}

.tagsBlack a {
  color: Black;
  font-family: "Apercu",arial,sans-serif;
  font-size: 12px;
}

.tagsBlackHome a {
  color: black;
  font-family: "Apercu",arial,sans-serif;
  font-size: 12px;
}

.right {
  float: right !important;
}

.left {
  float: left;
}

.credits {
  margin-top: 30px;
}

ul.tags {
    display: -webkit-inline-box;
    margin-bottom: 50px !important;
    color: white;
    font-family: "Apercu", arial;
}



ul.tagsBlack {
    display: -webkit-inline-box;
    margin-top: 5px;
}

ul.tagsBlackProject {
    display: -webkit-inline-box;
    margin-top: 50px;
    font-size: 15px;
}

ul.tagsBlackHome {
    display: -webkit-inline-box;
    margin-top: 55px;
}

mark {
    background: white;
    text-transform: uppercase;
}



.center-image {
    max-width: 50%;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 61px;
}

.center-image-xl {
    max-width: 80%;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 61px;
}

.center-image-s {
    max-width: 33%;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 61px;
}

/* JORUNAL
-------------------------------------------------- */

.date {
  font-family: "Apercu",arial,sans-serif;
  margin-bottom: 0px;
  margin-top: 10px;
  font-size: 14px;
}

h1.postJournal {
    font-size: 1.5em;
}

.textJournal {
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.col25 {
  width: 25%;
  float: left;
  height: auto;
}


  .journal {
  /* either of these will work for horizontal Isotope layouts */
  width: 100%;
  height: 100px;
  padding-left: 0px;
  }

  .journalBox {
  width: 100%;

  height: auto;

 }



 #container2 {
  /* either of these will work for horizontal Isotope layouts */
  width: 25%;
  height: 100% !important;
  margin-bottom: 100px;

  float: left;

}

#masonry {
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: auto;
  font-size: 0;

}

@supports not (flex-wrap: wrap) {
  div#masonry {
    display: block;
  }
  div#masonry img {
    display: inline-block;
    vertical-align: top;
  }
}

/* FLEXBOX
-------------------------------------------------- */

.flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 400px;
    height: 250px;
    background-color: lightgrey;
}

.flex-container-Project {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }


.flex-item {
    background-color: white;
    width: 100px;
    margin: 10px;

}

.df{
  display: -webkit-flex;
  display: flex;
}

.f1{
  flex: 1;
}


/* VIDEOS
-------------------------------------------------- */

.js-video {
    height: 0;
    width: 82.5%;
    padding-top: 0px;
    padding-bottom: 46.5%;
    margin-bottom: -50px !important;
    position: relative;
    overflow: hidden;
    margin-bottom: -80px;
}
.js-video.widescreen {
    padding-bottom: 36.34%;
}
.js-video.vimeo {
    padding-top: 0;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
    top: 0;
    left: 0;
    width: 80%;
    height: 80%;
    position: absolute;
}

.video {
    clear: both;
}
.js-video.widescreenJournal {
    padding-bottom: 100%;
}


/* NEXT/PREV
-------------------------------------------------- */
.nextprev {
  padding: 1em 0;
}
.nextprev a {
  border: 0;
}
.nextprev .prev {
  float: left;
}
.nextprev .next {
  float: right;
}


/* FOOTER
-------------------------------------------------- */

.footer {
  text-align: center;
  font-size: 16px;
  height: 200px;
  padding-top: 10px !important;
  color: white;
}

.footerbg {
  background-color: black;
  padding-top: 47px;
}

.footer a {
  color: white;
}

.col-1-4.footerContent {
    font-size: 18px;
    line-height: 24px;
}


/* MOBILE
-------------------------------------------------- */

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


  /* MOBILE HIGHLIGHTED
  -------------------------------------------------- */

  .colspecial1 {
    float: left;
    width: 100%;
    padding-right: 10px;
  }

  .colspecial3 {
    float: left;
    width: 100%;
    padding-right: 10px;
  }

  .colspecial4 {
    float: left;
    width: 100%;
    padding-right: 10px;
    padding-top: 5%;
    margin-bottom: 95px;
  }



    /* MOBILE GRID
  -------------------------------------------------- */



  .grid-item {
  width: 100%;
  padding-right: 18.5px;
  padding-left: 18.5px;
  }

  #container {
  /* either of these will work for horizontal Isotope layouts */
  height: auto !important;
  padding-left: 0px;
  padding-right: 10px;
  margin-top: 20px !important;
  margin-bottom: 20px!important;
  }

  .journal {
  /* either of these will work for horizontal Isotope layouts */
  height: 500px;
  padding-left: 0px;
  padding-right: 10px;
  }

  .journalBox {
  width: 25%;
  padding-right: 37px;
 }

  .flex-container-Project {
    display: -webkit-flex;
    display: inline;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}



    /* MOBILE PROJECTS
  -------------------------------------------------- */

  .textProjects {
    margin-bottom: 10px;
    text-align: left;
  }

  .content {
    text-align: left;
}


.center-image {
    max-width: 97%;
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}


.title-lateral, .title-lateral-right, .title-lateral-OP {
  opacity: 0;

}
  /* MOBILE HEADING
  -------------------------------------------------- */

  h1.textHome {
    width: 100%;
    margin-bottom: 18%;
    font-size: 33px;
  }

  .titlesBlack {
    text-align: left;
  }

  .titlesWhite {
    text-align: left;
  }

  .titleProjects {
     text-align: left;
   }

   /* MOBILE VIDEO
  -------------------------------------------------- */

 .js-video {
    height: 0;
    width: 120.5%;
    padding-top: 25px;
    padding-bottom: 61.5%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px !important;
}

.video {
    clear: both;
    margin-top: 230px !important;}

}
.image-source-link {
 color: rgb(148, 213, 243);
}


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

      #grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
        padding-right: 20px;
      }

      .df{
        /* display: -webkit-inline-block; */
        display: inline-block;
      }

    .centerLogo {
        text-align: left;
        margin-bottom: -23px;
        margin-top: 23px;
        letter-spacing: 1.5px;
        padding-left: 1em;
        font-size: 18px;
    }

    .name {
      margin-top: 38px;
      margin-left: 18px;
      font-family: "Apercu",arial,sans-serif;
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 5px;
    }

    #menu {
      font-family: "Apercu", arial;
      display: none;
      width: 100%;
    }

    #menu ul{
      width: 100%;
      float: none;
      padding: 20px 0 0px 0;
      margin: 0;
    }
    #menu ul li {
      margin-bottom: -61px !important;
      margin-left: 9px !important;
      margin-top: 37px !important;
      font-size: 12px;
    }
    .show-menu {
        display: block;
        margin-top: 2px;
        float: right;
    }
    .containerMenu {
      margin-left: -5%;
      margin-top: -3%;
      margin-bottom: 10%;
      display: none;
  }

  ul.liMenuHam {
      margin-left: -10px !important;
      margin-top: -40px !important;
      line-height: 2.3;
  }

  a.last {
      float: left;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: bold;
      font-family: "Apercu-Bold", Arial;
      letter-spacing: 1.2px;
      margin-left: 20px;
      margin-top: 2px;
  }

  .containerMenuHam {
    display: block;
  }

  nav {
    height: 72px;
  }
  /* Change this */

  .w50 {
    width: 100%; 
  }

  .w10 {
    width: 30%;
  }

  .w25 {
    width: 25%;
  }

  .schooltext p {
    font-size: 1.5em;
  }


}