@charset "UTF-8";
/* CSS Document */

.menu-cont{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.5+0,0+100 */
background:#fff;
	z-index: 99;
	width: calc(100% - 50px);
	position: fixed;
	top: 0px;
	
}
.container{
	width: 100%;
	
	float: left;
	margin: 0 auto;
	position: relative;
}

.cont{
	    float: left;
    margin: 0 auto;
    position: relative;
    width: 100%;
    
}
.portfoliocont{
	width: 98%;
	margin: 1%;
	float: left;
	position: relative;
	
}
.portfolioelement{
	    width: 24%;
    margin: .5%;
	float: left;
	position: relative;
	    height: 110px;
    text-align: center;
    padding-top: 76px;
	text-decoration: none;
	color: #fff;
}
.portfolioelement h2{
	border: solid 1px #ffffff;
	line-height: 36px;
}
.portfolioelement:hover{
	opacity: 0.8;
	transition-duration: .3s;
}

.titlesection{
	    text-align: center;
    color: #000;
    font-size: 32px;
    letter-spacing: 8px;
    font-weight: 100;
}
.logo-menu{
	display: block;
	    width: 140px;
    height: 88px;
    margin-top: 5px;
    margin: 0px auto;
    background: url(../img/logo.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
.social{
	margin-top: 55px;
	float: left;
	margin-left: 0px;
}
.icon{
	display: block;
	width: 25px;
	height: 16px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.icon:hover{
	opacity: .8;
	-webkit-transition:  .2s ease;
  -moz-transition:  .2s ease;
  -ms-transition:  .2s ease    ;
  -o-transition:  .2s ease;
  transition:  .2s ease;
}
.facebook{
    background: url("../img/fb.svg") no-repeat;
    background-size: contain;
    background-position: center;
}
.inst{
    background: url("../img/ins.svg") no-repeat;
    background-size: contain;
    background-position: center;
}
.mail{
	background: url("../img/mail.svg") no-repeat;
    background-size: contain;
    background-position: center;
}

.two-column-left{
	width: 34%;
	float: left;
	padding-right: 1%;
	padding-left: 1%;
	display: block;
	margin-left: 9%;
}
.two-column-right{
	width: 44%;
	float: left;
	padding-right: 1%;
	padding-left: 1%;
	display: block;
}
.cont-text{
	width: 100%;
	position: relative;
	background: #fff;
	
}

.text-cont{
	    color: #000000;
    width: 94%;
    max-width: 900px;
    padding: 3%;
    margin-top: 30px;
    position: relative;
    margin: 0 auto;
}
.profile-pic{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.bannerwedding{
	background: url("../img/bcg_slide-2.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	height: 360px;
	    position: relative;
    float: left;
    width: 100%;
}

.bannersports{
	background: url("../img/bcg_slide-3.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	height: 360px;
	    position: relative;
    float: left;
    width: 100%;
}
.bannercontact{
	background: url("../img/contact.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	height: 360px;
	    position: relative;
    float: left;
    width: 100%;
}

.bannerlandscape{
	background: url("../img/bcg_slide-4.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	height: 360px;
	    position: relative;
    float: left;
    width: 100%;
}

.bannerbio{
	background: url("../img/banner-bio.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	height: 360px;
	position: relative;
    float: left;
    width: 100%;
}
.anchor{margin-top: -180px; position: absolute;}
.cta{
	border: solid .5px #000;
	font-size: 12px;
    padding: 12px 15px 10px 15px;
    text-decoration: none;
    color: #000;
	transition: .3s;
	background-color: #ffffff;
	text-transform:uppercase;
	font-family:'Montserrat', sans-serif;
}
.cta:hover{
	background-color: #000000;
	color: #fff;
}



.spacer{    height: 70px;}

h1{  font-family: Julius Sans One;
    font-weight: 400;
    font-style: normal;
	text-align: center;
}
.title{
	color: #fff;
	    margin-top: -10px;
}
.date{
	color: #fff;
    font-style: normal;
    font-size: 17px;
    letter-spacing: .02em;
    line-height: 2em;
	
}

h2{    font-family: calluna;
    font-weight: 600;
}
p{    font-family: calluna;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .04em;
    line-height: 2.2em;
    text-transform: none;
    color: rgba(38,38,38,.84);
}
#cssmenu > ul > li > a{
	color: #1B1C20;
}

.redes-cont{
	position: fixed;
}

@media only screen and (max-width: 900px) {
	.gone{
		display: none;
	}
	.portfolioelement{
		width: 99%;
	}
	.menu-cont{
	width: 100%;
    height: 80px;
	position: relative;
	top: 0px;
	
}
	
	.two-column-left{
		width:96%;
    float: left;
    padding-right: 1%;
    padding-left: 1%;
    display: block;
    margin-left: 0;
}
	
.two-column-right {
	width:96%;
	
}
.spacer{
	height: 0;
}
	
	.logo-menu{
        width: 49%;
    height: 75px;
    margin-top: -36px;
    float: right;
    position: relative;
		
	}
	.social{
	    position: relative;
    right: 10px;
    margin-top: 5px;
	}
	.social .icon{
		margin-left: 5px;
		margin-right: 5px;
	}
	
	h1{font-size: 40px;}
	.profile-pic {
		width: 200px;
	}
}