body {
    background-color: white;
    font-family: "Dosis";
}
/* <weight>: Use a value from 200 to 800
// <uniquifier>: Use a unique and descriptive class name */
.dosis-light {
    font-family: "Dosis", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}
.dosis-medium {
    font-family: "Dosis", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.dosis-heavy {
    font-family: "Dosis", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}
header {
    display: block;
    margin: 0 auto;
    width: 60%;
    padding: 5px 0 15px;
    border-bottom: solid;
    border-color: gray;
    border-width: 1px;
    box-sizing: border-box;
}

.rightSide {
    display: block;
    float: right;
    width: 45%;
}
.rightSide.hero {
    text-align: right;
    font-size: small;
    position: relative;
}
.leftSide {
    display: block;
    float: left;
    width: 45%;
    }
.heroTitle {
    font-size: xx-large;
    margin-bottom: 10px;
}
section {
    display: block;
    margin: 0 auto 50px;
    width: 60%;
    padding: 10px 0;
    box-sizing: border-box;
}
section.work {
    display: block;
    margin: 15px auto;
    width: 90%;
    padding: 10px;
    box-sizing: border-box;
}
section.work.last {
    display: block;
    margin: 15px auto 50px;
    width: 90%;
    padding: 10px;
    box-sizing: border-box;
}
section::after {
    content: "";
    display: table;
    clear: both;
}

.workBlock {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
video {
    aspect-ratio: 16 / 9;
    width: 100%;
}
video.vert {
    aspect-ratio: 9 / 16;
    /*height: 420px;*/
    width:100%;
}
video.sqr {
    aspect-ratio: 1 / 1;
    height: 100%;
}
/*.work .rightSide{
    width: 50%;
}*/
.work .third {
    width: 33%;
    display: inline-block;
    margin: 0 auto;
}
sl-carousel {
    margin-bottom: 50px;
}
sl-carousel-item iframe{
    border-radius: 10px !important;
    border-width: 0;
    border-style: solid;
    border-color: dimgrey;
}
sl-carousel-item{
    border-radius: 10px !important;
    border-width: 0;
    border-style: solid;
    border-color: dimgrey;
}
.mobileSwap{
    display:none;
}
.mobileVids{
        display: none;
}
footer{
    display: block;
    width: 60%;
    margin:0 auto;
    text-align: left;
    padding:25px 0;
    box-sizing: border-box;
    border-top-style: solid;
    border-color: dimgrey;
    border-width: 1px;
}

/* GALLERY STYLES */
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
.column {
  flex: 49%;
  max-width: 49%;
  padding: 0 4px;
}
.column.vert {
  flex: 33%;
  max-width: 33%;
  padding: 0;
    margin:0 auto;
}
.column img {
  margin-top: 8px;
  vertical-align: middle;
  max-height: 420px;
    max-width:420px;
    border-radius: 5px !important;
}
.column video {
  margin-top: 8px;
  vertical-align: middle;
  max-height:420px;
  max-width:420px;
    border-radius: 5px !important;
}
.column video.vert {
  margin-top: 8px;
  vertical-align: middle;
  max-height:unset;
  max-width:420px;
}
.column img.vert {
  margin-top: 8px;
  vertical-align: middle;
  max-height:unset;
  max-width:420px;
}
.site{
    width:320px;
    margin:25px;
    text-align: center;
    align-content: center;
}
.site:hover{
    cursor: pointer !important;
}
.site p{
   display: block;
    margin: 0 auto;
}
.site p:first-of-type{
    font-weight: 600;
   display: block;
    margin: 0 auto;
}

/* ***** MOBILE STYLES ***** */
/* TABLET */
@media only screen and (max-width: 1024px) {
    /*video.vert {
        aspect-ratio: 9 / 16;
        height: 240px;
    }*/
    .rightSide.hero {
        display: block;
        float: right;
        width: 30%;
        text-align: right;
    }
    .leftSide.hero {
        display: block;
        float: left;
        width: 65%;
    }

    .rightSide {
        display: block;
        float: right;
        width: 48%;
    }
    .leftSide {
        display: block;
        float: left;
        width: 48%;
    }
    
.column.vert {
  flex: 45%;
  max-width: 45%;
  padding: 0;
  margin:0 auto;
}
.column {
  flex: 45%;
  max-width: 45%;
  padding: 0 3px;
}
.column video.vert {
  margin-top: 8px;
  vertical-align: middle;
  max-height:unset;
  max-width:100% !important;
}
    
    
}

/* PHONE */
@media only screen and (max-width: 768px) {
     .mobileSwap .rightSide.hero {
        display: block;
        float: right;
        width: 100%;
        text-align: center;
    }
    .mobileSwap .leftSide.hero {
        display: block;
        float: left;
        width: 100%;
        text-align: center;
    }

    .rightSide {
        display: block;
        float: right;
        width: 100%;
    }
    .leftSide {
        display: block;
        float: left;
        width: 100%;
    }
.heroTitle {
    font-size: x-large;
    margin-bottom: 10px;
}
    
.column.vert {
  flex: 95%;
  max-width: 95%;
  padding: 0;
  margin:0 auto;
}
.column {
  flex: 95%;
  max-width: 95%;
  padding: 0;
  margin:0 auto;
}
.column video.vert {
  margin-top: 8px;
  vertical-align: middle;
  max-height:unset;
  max-width:100% !important;
}
    header.mobileSwap{
        display: block;
        width:100%;
        padding: 5px 0 50px;
        box-sizing: border-box;
    }
    header{
        display: none;
    }
    section {
    display: block;
    margin: 0 auto 50px;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}
section.work {
    display: block;
    margin: 15px auto;
    width: 90%;
    padding: 10px;
    box-sizing: border-box;
}
section.work.last {
    display: block;
    margin: 15px auto 50px;
    width: 90%;
    padding: 10px;
    box-sizing: border-box;
}
section::after {
    content: "";
    display: table;
    clear: both;
}
    sl-carousel{
       display: none;
    }    
    .mobileVids{
        display: block;
        width:100%;
            margin:0 auto;
    }
    footer{
    display: block;
    width: 100%;
    margin:0 auto;
    text-align: left;
    padding:25px 0;
    box-sizing: border-box;
    border-top-style: solid;
    border-color: dimgrey;
    border-width: 1px;
}
    
    
}




