@charset "utf-8";
@font-face {
    font-family: 'fontawesome';
    src: url('fontawesome.ttf') format('truetype');
    }

body {
	font-family: 'Montserrat', helvetica, sans-serif;
	letter-spacing: 0.2px;
	font-style: normal;
	line-height: 1.2em;
    font-weight: 600;
	height: 100%;
    min-height: 100%;}

#menu {
    background-color:#FFFFFF;
    position: fixed;
    left: 35px;
    align-content:center;
    text-align:right;
    top: 30px;
    border-radius:10px;}
  
#right {
    top: 30px;}

#content {
    background-color:#FFFFFF;
    position: fixed;
    left: 350px;
    align-content:center;
    text-align:right;
    top: 25%;
    border-radius:0px;
    margin-left: 10px}

.scroll {
    width: 800px;
    /*  height: 970px; */
    overflow: auto;
    float: left;
    margin: 0 10px;}

.scroll1::-webkit-scrollbar {
    width: 5px;}
 
.scroll1::-webkit-scrollbar-track {
    background: #ddd;}
 
.scroll1::-webkit-scrollbar-thumb {
    background: #666; }

div#menu{
	margin-bottom:0px;}

div#allphotos {
    display: none;}


h1 {
    font-family: 'Montserrat', helvetica, sans-serif;
	font-weight: 700;
	font-size:12px;
    color: #000;
    text-transform: uppercase;
	margin-bottom:20px;
	margin-top:0px ;
    font-style: normal;}

h1 a:link {color: #000;}
h1 a:visited {
	color : #000;
	text-decoration:none;}
h1 a:hover{
	color : #F00732;}


h2 {
font-family: 'Montserrat', helvetica, sans-serif;
	font-weight: 500;
	font-size:12px;
    text-transform: uppercase;
	margin-bottom:4px;
	margin-top:0px ;
    font-style: normal;}

h3 {
	font-family: 'Montserrat', helvetica, sans-serif;
	font-weight: 400;
	font-size:13px;
	color : #8a8a8a;
	line-height: 1.5em;
	margin :0;
	margin-top:0px;}

h4 {
	font-family: 'Montserrat', helvetica, sans-serif;
	font-weight: 400;
	font-size:13px;
	color : #000000;
	line-height: 1.5em;
	margin :0;
	margin-top:0px;}

h5 {
    font-family: 'fontawesome';
    font-size:20px;
    font-weight: regular;}


a:visited{
	color : #8a8a8a;
	text-decoration:none;}

a:link{
	color : #8a8a8a;
	text-decoration:none;}

a:hover{
	color : #F00732;}

/*Social media icons*/

.social-icons {
  text-align: right;
  }  
.social-icons li {
  display:inline-block;
  list-style-type:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  }
.social-icons li a {
  border-bottom: none;
  }
.social-icons li img {
  width:20px;
  height:20px;
  margin-left: 10px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.social-icons li img:hover, .social-icons li img:active { 
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); 
}







* {box-sizing: border-box}
.mySlides {display: none}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 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 {
    ;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1s;
    animation-name: fade;
    animation-duration: 1s;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
}