html {
    background-size: cover;
}

body {
    font-family: 'Arvo', serif;
    background-color: transparent;
    border: 0px solid;
    margin: 0px;
    font-size: 50px;
    font-weight: 10;
}

#HEADER {
    position: fixed;
    right: 0px;
    top: 0px;
    background-color: rgb(50,50,50);
    z-index: 99;
}

#HEADER img {
    width: 150px;
    height: 150px;
}

#HEADERBACKGROUND {
    position: fixed;
    left: 0px;
    height: 100%;
    width: auto;
    top: -30px;
    padding: 0px;
    background-color: rgb(255,255,255);
    z-index: -1;
}

#HEADERBACKGROUND img {
    height: 120%;
    width: auto;
    margin: 0;
}

#WORKSPACE {
    position: inherit;
    margin-right: 150px;
}

#INTROBOX {
    padding: 30px;
    margin-top: 120px;
    margin-left: 100px;
    margin-right: 100px;
    word-spacing: 5px;
    margin-bottom: 300px;
}

h2{
    color: rgb(50,50,50);
    font-size: 150px;
    font-family: 'Lato', sans-serif;
}

h4{
    color: rgb(50,50,50);
    font-size: 100px;
    font-family: 'Lato', sans-serif;
}

#ETHOSBOX{
    padding: 100px;
    background-color: rgb(240,240,240);
    color: rgb(0,186,188);
}

#COLLABCONTAINER {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

#COLLABBOX{
    padding: 100px;
    color: rgb(249,205,225);
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: rgb(249,205,225);
}

#COLLABBOX:hover {
    background-color: rgb(0,186,188);
}

a {
    text-decoration: none;
    color: rgb(50,50,50);
}

a:hover {
    color: rgb(100,100,100);
}

#WORKBOX{
    padding: 100px;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-right: 150px;
    color: rgb(50,50,50);
    background-color: rgb(249,205,225); 
}

#WORKBOX:hover {
    background-color: rgb(0,186,188);
}



.img-wrapper {
    font-size: 20px;
}

.text_wrapper {
    opacity: 0;
    transition: 0.5s ease;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    margin-top: -60px;
}

.text_wrapper h1 {
    text-align: center;
    width: 100%;
    line-height: 60px;
    margin: 0;
    font-family: 'Lato', sans-serif;

    
}

.img-wrapper:hover .text_wrapper {
    opacity: 0.9;
}

.img-wrapper:hover img {
    opacity: 0.2;
    transition: 0.5s ease;
}







#WORKLIST {
    background-color: rgb(255,255,255);
    color: rgb(50,50,50);
}

#NAVBOX {
    position: fixed;
    right: 0px;
    top: 150px;
    background-color: rgb(50,50,50);
    height: 100%;
    width: 150px;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 4px;
    z-index: 97;
}

ul {
    list-style-type: none;
    margin: 0; 
    padding: 0;
    padding-top: 5px;
}

li a {
    display: block;
    text-decoration: none;
    padding: 10px;
    padding-top: 15px;
    padding-left: 25px;
    color: rgb(255,255,255);
    margin-bottom: 5px;
    max-width: 150px;
}

li a:hover {
    color: rgb(255,255,255);
    background-color: rgb(0,186,188);
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
}

img {
    width: 100%;
}

#logobox img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

#slist ul {
    padding-left: 5%;
    padding-right: 5%;
    vertical-align: top;
    flex: 33%;
    width: 160px;
    display: inline-block;
}

#slist li {
    display: block;
}

#DROPMENU {
    display: none;
}

.column {
    flex: 25%;
    max-width: 25%;
    padding: 0px;
    margin: 0px;
    line-height: 0;
}
#columnfull {
    flex: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    line-height: 0;
}
#WORKBOX h2 {
    text-align: center;
    font-size: 150px;
    padding: 0px;
    margin: 0px;
    color: rgb(50,50,50);
}

#altwork {
    color: rgb(240,240,240);
}

#WORKBOX a:hover {
    color: rgb(249,205,225);
}

#altcollab {
    color: rgb(240,240,240);
}


#COLLABBOX h2 {
    text-align: center;
    color: rgb(50,50,50);
    font-size: 150px;
}

/* =================================RESPONSIVE BREAKPOINTS========================== */

/* ====================================2000px========================================= */
@media (max-width: 2000px) {
.column {
    flex: 25%;
    max-width: 25%;
}   

h2 {
    font-size: 110px;
}
    
h4{
    color: rgb(50,50,50);
    font-size: 80px;
    font-family: 'Lato', sans-serif;
}

#WORKBOX h2 {
    color: rgb(50,50,50);
    font-size: 70px;
}
    
#COLLABBOX h2 {
    font-size: 70px;
}
#columnfull {
    flex: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    line-height: 0;
}

/* ====================================1600px========================================= */
@media (max-width: 1600px) {
.column {
    flex: 25%;
    max-width: 25%;
} 
#columnfull {
    flex: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    line-height: 0;
}
    
h2 {
    font-size: 90px;
}
    
h4{
    color: rgb(50,50,50);
    font-size: 60px;
    font-family: 'Lato', sans-serif;
}
    
#WORKBOX h2 {
    color: rgb(50,50,50);
    font-size: 70px;
}
    
#COLLABBOX h2 {
    font-size: 70px;
}
  
    
/* ====================================1500====================================== */

@media (max-width: 1500px) {
  .column {
    flex: 48%;
    max-width: 50%;
}      
#columnfull {
    flex: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    line-height: 0;
}    
h3 {
        font-size: 45px;
}
    
#ETHOSBOX p {
    font-size: 40px;
}

/* ====================================1400====================================== */
.column {
  flex: 50%;
  max-width: 50%;
}
#columnfull {
    flex: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    line-height: 0;
}
.column img {
  vertical-align: middle;
}

@media (max-width: 1400px) {
  .column {
    flex: 48%;
    max-width: 50%;
}  
    
h2{
    color: rgb(50,50,50);
    font-size: 80px;
    font-family: 'Lato', sans-serif;
}

h4{
    color: rgb(50,50,50);
    font-size: 50px;
    font-family: 'Lato', sans-serif;
}
    
#INTROBOX {
    padding: 30px;
    margin-top: 50px;
    margin-left: 100px;
    margin-right: 100px;
    word-spacing: 5px;
    margin-bottom: 200px;
}    

body {
    font-size: 30px; 
    font-family: 'Arvo', serif;

        
}
    
#WORKBOX h2 {
    color: rgb(50,50,50);
    font-size: 70px;
}
    
#COLLABBOX h2 {
    font-size: 70px;
}
    
.rwd-break {
        display: none;
}
    
/* ====================================1200px========================================= */
@media (max-width: 1200px) {
.column {
    flex: 100%;
    max-width: 100%;
}       
#columnfull {
    flex: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    line-height: 0;
}
h2 {
    font-size: 60px;
}

#WORKBOX h2 {
    color: rgb(50,50,50);
    font-size: 70px;
}
    
#COLLABBOX h2 {
    font-size: 70px;
}

.rwd-break {
        display:block;
}

/* ====================================1000px========================================= */
@media (max-width: 1000px) {
.column {
    flex: 100%;
    max-width: 100%;
} 
#columnfull {
    flex: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    line-height: 0;
}    
h2 {
    font-size: 60px;
}  

#WORKBOX h2 {
    color: rgb(50,50,50);
    font-size: 70px;
}
    
#COLLABBOX h2 {
    font-size: 70px;
}
    
/* ====================================800px========================================= */
@media (max-width: 800px) {
.column {
    flex: 100%;
    max-width: 100%;
}  
#columnfull {
    flex: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    line-height: 0;
}    
h2 {
    font-size: 50px;
}
    
h3 {
        font-size: 35px;
}
    
h4 {
    font-size: 40px;   
}
    
#INTROBOX {
        margin: 0px;
}    
    
#ETHOSBOX {
        margin: 0px;
        padding: 30px;
}

#WORKBOX {
        margin: 0px;
        padding: 30px;
        padding-top: 100px;
        padding-bottom: 100px;
}    

#COLLABBOX {
        margin: 0px;
        padding: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
}  
    
#WORKBOX h2 {
    color: rgb(50,50,50);
    font-size: 70px;
}
    
#COLLABBOX h2 {
    font-size: 70px;
}
    
/* ====================================600px========================================= */
@media (max-width: 700px) {
.column {
    flex: 100%;
    max-width: 100%;
}
#columnfull {
    flex: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 150px;
    line-height: 0;
}
#NAVBOX {
    display: none;
}
    
#HEADER {
    position: fixed;
    right: 0px;
    margin: auto;
    background-color: rgb(50,50,50);
    z-index: 99;
    padding-left: 10px;
}

#HEADER img {
    width: 150px;
    height: 139px;
}    
    
#DROPMENU {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 98;
}

    #BACKDROP {
    position: fixed;
    top: 0px;
    display: block;
    background-color: rgb(50,50,50);
    width: 100%;
    height: 153px;
    z-index: 97;
    }    
    
body
{
  margin: 0;
  padding: 0;
  
/* make it look decent enough */
    background: #232323;
    color: #cdcdcd;
    font-family: 'Arvo', serif;
}

#WORKSPACE {
    padding: 0px;
    margin: 0px;
}
    
a
{
  text-decoration: none;
  color: rgb(0,186,188);
  font-size: 50px;
  
  transition: color 0.3s ease;
}

a:hover
{
  color: rgb(255,170,150);
}

#menuToggle
{
  display: block;
  position: relative;
  top: 64px;
  left: 50px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: rgb(255,255,255);
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: rgb(0,186,188);
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 100%;
  height: 1500px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 185px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
    padding: 10px 0;
    font-size: 45px;
    margin-top: 35px;
    font-family: 'Lato', sans-serif;

}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
    transform: none;
}
    
h2 {
    font-size: 70px;
}
    
    h3 {
        font-size: 35px;
    }
    
h4 {
    font-size: 40px;   
}
    
    #INTROBOX {
        margin: 0px;
    }    
    
    #INTROBOX h2 {
        margin-top: 250px;
        
    }
    
    #ETHOSBOX {
        margin: 0px;
        margin-top: 100px;
        padding: 30px;
    }

    #WORKBOX {
        margin: 0px;
        padding: 30px;
        padding-top: 80px;
        padding-bottom: 80px;
    }    

    #WORKBOX a {
        font-size: 70px;

    }
    
    #COLLABBOX {
        margin: 0px;
        padding: 30px;
    }  
    
    #COLLABBOX a {
        font-size: 70px;
    }
    
        #COLLABCONTAINER h2 {
        font-size: 40px;
    }
    
    #WORKSPACER {
        margin-top: 140px;
    }