@charset "UTF-8";

body{
    
	margin: 0;
	padding:0%;
	width: 100%;
	height: 100%; 
	box-sizing: border-box;
	
}

.thin-bottomed-girls {margin-bottom: 0px;}
/*masonry*/
.liddol {
  max-width: 100%;
  display: block;
}

figure {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
}

figure > img {
  grid-row: 1 / -1;
  grid-column: 1;
}

figure a {
 
  text-decoration: none;
}



.container {
  column-count: 2;
  column-gap: 10px;
}
/*masonry end*/

/* hover reveals image title */
.hug {
  position: relative;

}

.picture {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000000;
}

.hug:hover .overlay {
  opacity: .85;
}

.words {
    width: 60%;
  color: white;
  font-size: 15px;
     
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.title { font-size: 20px;
    font-family: 'Roboto', 'Helvetica', 'Verdana', 'Sans-serif';
    font-style: italic;
    font-weight: 500;
    margin-bottom: 20px;
        }
        
.sub {
        letter-spacing: 4px;
        font-size: 16px;
        font-family:  'Roboto', 'Helvetica', 'Verdana', 'Sans-serif';
        font-weight: 900;
        color: grey;
}
.title2 { font-size: 25px;
    font-family: 'Roboto', 'Helvetica', 'Verdana', 'Sans-serif';
    font-style: italic;
    font-weight: 500;
   ;
    
        }
        
.sub2 {
        letter-spacing: 4px;
        font-size: 18px;
        font-family:  'Roboto', 'Helvetica', 'Verdana', 'Sans-serif';
        font-weight: 400;
        color: grey;
}
.sub3 {
        
        font-size: 16px;
        font-family:  'Roboto','Helvetica', 'Verdana', 'Sans-serif';
      font-style: italic;
        color: black;
}

.words2{ 
        padding: 25px;
line-height: 2;}
.words3{ 
       
    padding-right: 50px;
    padding-left: 50px;
line-height: 1.5;}
/* hover reveals image title end */

.xtraspace{margin-top: 50px;
            margin-bottom: 20px;}

 
*{box-sizing: inherit; }

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar {
 
  height: 100%;
  width: 20%; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  overflow-x: visible; /* Disable horizontal scroll */
  padding-top: 20px;
  text-align: center;
	 
}
.selected {text-decoration-color: red;}
.list {
    
  
  

    font-family:'Roboto', 'Helvetica', 'Verdana', 'Sans-serif';
    font-style:italic;
    font-weight:500;
    text-align:left;
    list-style-type: none;
    font-size: 20px;
    line-height: 3.5;}




div.box{width:400px;
        height:300px;
        border:1px solid black;
        }
div.content {
	
  margin-left: 20%; /* Same as the width of the sidebar */
  padding: 0px 10px;
	overflow-x: hidden;
	width: 75%;
}
div.centered{
    text-align: center;
    margin-bottom: 20px;

    
}

div.skate{
	margin: 30px;
	text-align: center;
	 
	
}
.left.align{
	text-align: left;
	
}


.h1 { margin: 30px;
}

.column {float: left;
		width: 50%; 
	bottom: 0px; }
.column2 {float: left;
		width: 30%; 
	bottom: 0px; }
.column3 {float: left;
		width: 60%; 
	bottom: 0px; }
.text {margin: 30px;
	text-align: center;}
.aimtext {margin: 30px;
	text-align: center;}
.row:after {content:"";
			display:table;
			clear:both;}
.ecb1 {margin-top: 100px;}
a {color:black;
	text-decoration:none; }

* {box-sizing:border-box}



@media  screen and (max-width: 900px){ /* This is the styling for the mobile site (screens less than 900px) */
	.container {
  column-count: 1;
  
}
    .bighug {
  column-count: 1;
  
}
    .hug{margin-bottom:20px;}
    .title {font-size:6vw}
    .sub {font-size: 3vw}
    .words {width: 80%}
    .column {float:none;
		width:100%;
	}
    .column2 {float:none;
		width:100%;
	}
	.sidebar{display:none;}
	div.content{width:100%;
			margin-left:0px;}
	
	.goaway {display:none;}
	h1{;
	font-size: 6vw; 
        
	
}
    .images{width:100%}
h2{
    font-size: 3vw;
    
	}
h3{
    font-size: 6vw;
    
	}
	}
@media only screen and (min-width: 900px){ /* Styling for the desktop site (gets rid of the mobile menu) */
	.dropdown {display: none;}
	
	.fuckouttahere {display:none;}
.bighug {
  column-count: 2;
  
}
	
} 


.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  
  width: 100%;
  
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
	font-size: 30px;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
	
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: left;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 50px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 15px;
}

.header .menu-icon .navicon:after {
  top: -15px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 100%;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 900px) {
  .header  {
    display: none;
  }
}
.red{color: red;}
div.middle{
    text-align: center;
    padding-bottom: 0px;

    
}
* {
  box-sizing: border-box;
}

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

/* Create two equal columns that sits next to each other */
.c {
  -webkit-flex: 50%;
  padding: 10px;
    width: 50%;
    
 /* Should be removed. Only for demonstration */
}
.c2 {
  -webkit-flex: 50%;
  padding: 10px;
    width: 50%;
    
 /* Should be removed. Only for demonstration */
}
/* Create two equal columns that floats next to each other */


/* Clear floats after the columns */

.hug{margin-bottom:20px;}
@media  screen and (max-width: 1200px){ /* This is the styling for the mobile site (screens less than 900px) */
    
    .c2 {
        display:none;

    
 /* Should be removed. Only for demonstration */
    }}
