 
 
* {
  box-sizing: border-box;
}

/* sidebar */
.sidebar {
  float: left;
  width: 25%;
  padding-left: 15px;
  height: 100%;
  position: fixed;
  top: 0; 
  left: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
}

.sidebar a {
  padding: 6px 0px 6px 30px;
  text-decoration: none;
  font-size: 22px;
  color: #12130F;
  display: block;
  transition: color 0.5s;
}

.sidebar a:hover {
  color: #e8eb34;
}



a.left
{
    position: relative;
}

a.left:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 30px;
  right: 30px;
  background-color: #E8EB34;
  visibility: hidden;
  transition: all 0.7s ease-in-out;
}


a.left:hover:before {
    visibility: visible;
    width: 100%;
  }

.sidebar h1{
  color: #12130F;
  font-size: 44px;
  font-family: 'Cormorant';
  letter-spacing: 3px;
}

/* main content */
.main {
  float: right;
  width: 75%;
  height: 100%;
  margin-left: 25%; /* Same as the width of the sidebar */
 color: #12130F;
}
.main h1{
  font-family: 'Cormorant';
  letter-spacing: 3px;
  font-size: 24px;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


/* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .sidebar {
    width: 100%;
    position: unset;
  }
  .main{
    width: 100%;
  }
}

body {
  font-family: 'Raleway';
   margin: 0;
   background: #f2f2f2;
}

h1 {
  text-align: center;
  margin-top: 50px;
}

p {
  text-align: center;
  margin-bottom:60px;
}

h4{
  text-align:center; 
  line-height:80px;
  font-weight:normal;

}

.masonry { /* Masonry container */
    -webkit-column-count: 3;
  -moz-column-count:3;
  column-count: 3;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
   margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1em;
    font-size: .85em;
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
}
.item {
    display: inline-block;
    background: #E8EB34 ;
    margin: 0 0 1.5em;
  padding-bottom: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 5px 5px 5px #dadada;
  text-align: center;
}

.item img{
  display:block;
  max-width:100%;
  transition: opacity 0.5s;
  padding-bottom: 0;
  transition: transform 0.7s;
  transition: opacity 0.5s;
}

.item img:hover{
  opacity: 0.5;
  transform: scale(1.01);
}

@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 769px){
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}


@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");


.footer-social-links{
    font-size: 16px;
    margin-top: 20px;
}

.footer-social-links a{
    width: 35px;
    height: 35px;
    line-height: inherit !important;
    position: relative;
    margin: 10px;
    display: inline-block;
    color: #12130F;
    
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.footer-social-links a i,
.footer-social-links a span{
    position: relative;
    display: inline;
    text-align: center;
    top: 2px;
    right: 20px;
}

.footer-social-links a:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #12130F;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    
}
.footer-social-links a:hover{
    color: #E8EB34;
}
.footer-social-links a:hover:before{
    background: #12130F;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #b2c2c2;
    color: #12130F;
    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 22px;
    font-family: 'Raleway';
    border: none;
    padding: 6px 0px 6px 30px;
    transition: color 0.5s;
  }
 .collapsible:hover{
     color: #E8EB34
 }

 .active, .collapsible:hover {
    color: #E8EB34;
  }

 .cool-link
{
    position: relative;
}

.cool-link:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  background-color: #E8EB34;
  visibility: hidden;
  transition: all 0.7s ease-in-out;
}


.cool-link:hover:before {
    visibility: visible;
    width: 100%;
  }
  
.active, .collapsible:hover {
    color: #E8EB34;
  }

  
  .content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #b2c2c2;
    font-size: 16px;
    font-family: 'Raleway';
  }

  .content a{
      font-size: 16px;
  }


 .card {
     display: inline-block;
     background-color: #E8EB34;
     padding: 10px;
    box-shadow: 5px 5px 5px #dadada;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    text-align: left;

 }
 
 .cardleft {
  float: left; 
  width: 50%;
  text-align: left;
   padding: 10px;
   margin-left: 0 auto;
   top: 0;
   bottom: 0;
   min-height: 90vh;
 }

 .cardleft p{
   text-align: left;
 }

 .cardright { 
   float: right;
   width: 50%;
   padding: 10px;
 }

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


/* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .cardleft {
    width: 100%;
  }
  .cardright{
    width: 100%;
  }
}




/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  float: right;
  width: 75%;
  z-index: 1;
  padding-top: 20px;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  background-color: rgb(18, 19, 15, 0.8);
  transition: display 0.5s ease;
}

/* The Close Button */
.close {
  color: #E8EB34 ;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.close:hover,
.close:focus {
  color: #E8EB34 ;
  text-decoration: none;
  cursor: pointer;
  transform: scale(1.5);
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 100%;
  top: 40px;
  max-width: 1200px;
}


/* Hide the slides by default */
.mySlides {
  display: none;
}

.mySlides img{
  max-height: 725px;
  max-width: 60%;
  position: fixed;
  top: 50%;
  left: 62%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 350px;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #E8EB34;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.prev{
  left: 0;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: #E8EB34 ;
  color: #12130F ;
  transform: scale(1.1);
}


/* Caption text */
.caption-container {
  text-align: center;
  padding: 2px 16px;
  color: #e8eb34 ;
  font-family: 'Raleway';
}

img.demo {
  opacity: 0.6;
}


/* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .modal{
    width: 100%;
    padding-top: 40px;
  }

  .mySlides img{
    max-height: 700px;
    max-width: 80%;   
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  }

  /* The Close Button */
.close {
  color: #E8EB34 ;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.close:hover,
.close:focus {
  transform: scale(1.5);
  color: #E8EB34 ;
  text-decoration: none;
  cursor: pointer;
}
}