body {
	font-family: 'Raleway', sans-serif;
}
html,body {
	height:100%;
}
h1{
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	color: #248695;
	border: 4px solid #248695;
	padding: 11px;
	font-size: 25px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 70px;
	margin-top: 0;
	font-weight: bold;
}
p {
	font-weight: 600;
    font-size: 15px;
}
.inverse {
	color: white;
}
.marginTop30 {
	margin-top: 30px;
}
.noPaddingRight {
	padding-right: 0;
}

.section {
	width: 100%;

	overflow: hidden;
	min-height:100%;
}

.section .container-padding {
	padding-top: 120px;
	padding-bottom: 150px;
}

/* NAV */
#dewaplast-menu {
	background-color: white;
}
#dewaplast-menu h1 {
	color: black;
	margin: 0;
    line-height: 1.9;
    font-size: 30px;
    font-weight: 900;
}
#dewaplast-menu a {
	color: black;
	font-weight: 700;
	text-transform: uppercase;
    line-height: 1.9;
    padding-left: 0;
    padding-right: 0;
}
#dewaplast-menu li {
	padding: 0 26px;
}
#dewaplast-menu li:last-child {
	/*padding: 0 0 0 40px;*/
}
#dewaplast-menu .navbar-nav>.active>a, #dewaplast-menu .navbar-nav>.active>a:focus, #dewaplast-menu .navbar-nav>.active>a:hover, #dewaplast-menu .navbar-nav a:hover {
	background-color: inherit;
	color: #248695;
	border-top: 4px solid #248695;
	padding-top: 11px;
}

/* HOME */
#section-home {
	background-image: url('../img/DewaHome.jpg');
	/*background-repeat: round;*/
	background-size: cover;
	background-position: center;


	-webkit-box-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
#section-home #introText {
	margin-top: 15%;
	width: 88%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/*#section-home #introText h1{
	font-size: 1200%;
	margin: 0;
	margin-left: -8px;
	text-align: center;
	line-height: 1;
}
#section-home #introText p{
	line-height: 1;
	font-size: 200%;
	margin: 0;
	text-transform: uppercase;
}*/
/*Replaced by vector SVG*/
#section-home #logo {
	width: 60%;
	max-height: 80%;
}
#section-home .call-to-action .btn{
	text-transform: uppercase;
	margin-top: 5%;
	color:white;
	border-radius: 0;
	border: 4px solid white;
	font-size: 140%;
	padding: 15px 25px;
	background-color: rgba(255, 255, 255, 0);
}
#section-home .call-to-action .btn:hover{
	color:#565656;
	border-color:white;
	background-color: rgba(255, 255, 255, 1);
}

/* REFERENCES */
#section-references p{
	width: 80%;
}
#section-references strong {
    font-weight: 900;
}
#section-references img {
	width: 100%;
}

/* ABOUT */
#section-about {
	background-image: url('../img/aboutBack.jpg');
}
#section-about p{
	font-size: 20px;
	font-weight: 600;
	padding-left: 9.5%;
	padding-right: 9.5%;
}

/* ALBUMS */
/*#section-albums .container{
	padding-top: 8%;
	padding-bottom: 10%;
}*/
#section-albums h2 {
	margin-bottom: 20px;
}
#section-albums .nav a {
	color: #248695;
	border: 4px solid #248695;
	padding: 8px 10px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
	font-size: 150%;
	width: 175px;
	text-align: center;
	margin-right: 15px;
}
#section-albums .albumImage{
	position: relative; 
   	width: 100%;
   	cursor: pointer;
}
#section-albums #albumsTitle{
   	cursor: pointer;
}

#section-albums .albumImage:hover:before{
  display: block;
}
#section-albums .albumImage:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: none;
  z-index:10;
  background-color: rgba(36,134,149,0.5);
}
#section-albums .row, #section-albums .row > div{
   	margin-bottom: 30px;
}
#section-albums img{
   	width: 100%;
}
#section-albums #albumOverview img {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}
#section-albums .albumImage p{
	position: absolute; 
   	bottom: 50px;
    left: 50px;
  	width: 100%; 
  	color: white;
  	font-size: 200%;
    font-weight: bold;
    text-transform: uppercase;
}
#section-albums #albumsMenu .activeAlbum{
	color:#185c66;
	border-color:#185c66;
}
#albumsMenu .navbar-nav {
  margin: 7.5px 0;
}
#albumsMenu .navbar-nav li {
  margin: 5px 0;
}
.images {
	/* Prevent vertical gaps */
	line-height: 0;

	-webkit-column-count: 3;
	-webkit-column-gap:   15px;
	-moz-column-count:    3;
	-moz-column-gap:      15px;
	column-count:         3;
	column-gap:           15px;  	
}
.images img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  margin-bottom: 15px;
}

/*Button general*/
.btn {
  text-transform: uppercase;
  color: white;
  border-radius: 0;
  border: 3px solid white;
  background-color: rgba(255, 255, 255, 0);
}


/* CONTACT */
#section-contact{
	background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url('../img/contactBack.jpg');
}
#section-contact .form-control {
	background-color: rgba(255, 255, 255, 0);
    border: none;
    width: 80%;
    border-bottom: 2px solid white;
    border-radius: 0;
    box-shadow: none;
    color:#fff;
    margin-bottom: 15%;
    font-weight: bold;
    font-size:120%;
}
#section-contact .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
    font-weight: bold;
}
#section-contact .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
   font-weight: bold;
}
#section-contact .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
   font-weight: bold;
}
#section-contact .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
   font-weight: bold;
}

#section-contact .info p{
	font-size:20px;
	margin-bottom: 2em;
}
#section-contact #social a{
	margin-right:10px;
}

#social {
	margin-bottom: 25px;
}


@media only screen and (max-width : 1095px) {
	#dewaplast-menu li {
		padding: 0 20px;
	}
}

/*Menu breakpoint*/
@media only screen and (max-width : 767px) {
	#section-home #logo {
		width: 90%;
	}
	.section .container-padding {
		padding-top: 75px;
		padding-bottom: 100px;
	}
	h2 {
		margin-bottom: 36px;
	}
}
@media only screen and (max-width : 375px) {
	.navbar-collapse{
		text-align: center;
	}
	#dewaplast-menu li:last-child {
		padding: 0 40px;
	}
/*	#section-home #introText {
    	margin-top: 60%;
	}
	#section-home #introText h1 {
	    font-size: 350%;
	}
	#section-home #introText p {
	    font-size: 100%;
	}
	.section {
		padding-top: 17%;
	}*/
	#section-about p {
		font-size: 14px;
		font-weight: 600;
		padding-left: 0;
		padding-right: 0;
	}
	#section-home .call-to-action .btn {
	    font-size: 120%;
	    margin-top: 20%;
	}
	#section-home #logo {
		width: 100%;
	}
	p {
		font-size: 14px;
	}
	h2 {
		margin-bottom: 40px;
	}
	.images {
		-webkit-column-count: 2;
		-moz-column-count:    2;
		column-count:         2; 	
	}
	#section-contact .form-control {
		border-bottom: 2px solid white;
		border-radius: 0;
		box-shadow: none;
		color: #fff;
		margin-bottom: 20px;
	}
	#section-contact .info p {
		font-size: 16px;
		margin-bottom: 1em;
	}
	#section-home #introText {
		margin-top: 0;
	}
}