*{
	margin: 0;
}

/* ------------------------- */
/* REUSABLE COMPONENTS */
/* ------------------------- */

.row{
    max-width: 1140px;
    margin: 0 auto;
}

section{
	padding: 40px 0;
}

body{
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: white;
}

h2{
	font-size: 190%;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px !important;
}

h2:after{
    display: block;
    height: 2px;
    background-color: rgba(200, 54, 54, 0.5);
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 00px;
}

/* ---------------------- */
/*    SECTION 0: HERO     */
/* ---------------------- */

.section-hero {
	background: rgba(0,0,0,0);
	background: linear-gradient(to right, #16222A 0%, #480048 100%);
	height: 100vh;
	width: 100vw;
	padding-bottom: 0;}

.section-hero .nav-panel{

}

.section-hero .nav-panel img{
	float: left;
	height: 80px;
	width: auto;
	margin-bottom: -70;
}

.section-hero .nav-panel .nav-list-container{
	float: right;
}

.section-hero .nav-panel .nav-list-container ul{
	list-style: none;
	margin: 0;
	text-decoration: none;
}

.section-hero .nav-panel .nav-list-container ul li{
	padding: 12px;
	display: inline-block;
	margin-top: 25px;
	list-style: none;
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
}

.section-hero .nav-panel .nav-list-container ul li a{
	border-bottom: 1.5px solid transparent;
	padding-bottom: 5px;
	transition: border-bottom 0.2s;
}

.section-hero .nav-panel .nav-list-container ul li a:link,
.section-hero .nav-panel .nav-list-container ul li a:visited{
	text-decoration: none;
	color: inherit;
}

.section-hero .nav-panel .nav-list-container ul li a:hover{
	border-bottom: 1.5px solid white;
}

/**/

.section-hero .hero-text-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);

	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

.section-hero .hero-text-box p{
	font-size: 110%;
}

.section-hero .hero-text-box h1{
	margin-top: 7px;
	font-size: 270%;
}

.section-hero .hero-button {
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translate(-50%,0);
	padding: 6px 30px;
	width: 300px;
	text-align: center;
	font-size: 115%;
	display: table;
	
	border-radius: 20px;
	height: 30px;
	border: 1px white solid;
	transition: background 0.2s;

}

.section-hero .hero-button:hover{
	background: rgba(94,183,238,0.6);
}

.section-hero .hero-button a{
	vertical-align: middle;
	text-decoration: none;
	color: inherit;
	display: table-cell;
	text-transform: uppercase;
}
/* ---------------------- */
/*   SECTION 1: ABOUT     */
/* ---------------------- */

.section-about{
	text-align: center;
	letter-spacing: 1px;
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.8)),url(img/about.jpg);
    background-size: cover;
    background-position: center;
    width: 100vw;
    background-attachment: fixed;
}

.section-about h3{
	text-align: center;
	font-weight: 500;
	font-size: 160%;
	text-transform: uppercase;
}

.section-about p{
	margin-top: 20px;
	font-weight: 300;
	font-size: 105%;
}

/* ---------------------- */
/*    SECTION 2: gallery     */
/* ---------------------- */

.section-gallery{
	margin-right: -17px;
	background: rgba(192,72,72,1);
	background: linear-gradient(to right, #16222A 0%, #480048 100%);
	transition: background 2.0s;
}

.section-gallery .gallery-image-container{
	margin: 0 auto;
	margin-top: 20px;


}

.section-gallery .gallery-image-container .gallery-image-row{
	margin: 0 auto;
	text-align: center;
}

.section-gallery .gallery-image-container .gallery-image-row img{
	height: auto;
	margin: 0 auto;
	opacity: 0.8;
	transform: scale(1.015);
	transition: transform 0.4s, opacity 0.4s;
} 

.section-gallery .gallery-image-container .gallery-image-row img:hover{
	opacity: 1.0;
	transform: scale(0.8);
} 

/* ---------------------- */
/*    SECTION 4: LANGUAGES*/
/* ---------------------- */
.section-languages{
	letter-spacing: 1px;
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.8)),url(img/about2.jpg);
    background-size: cover;
    background-position: center;
    width: 100vw;
    background-attachment: fixed;
}

.section-languages h3{
	text-align: center;
	font-weight: 500;
	font-size: 160%;
	text-transform: uppercase;
}

.section-languages p{
	margin-top: 20px;
	font-weight: 300;
	font-size: 105%;
}

footer{

	margin-right: -17px;
	padding: 20px 0;
	background: linear-gradient(to right, #16222A 0%, #480048 100%);
	font-size: 80%;
	font-weight: 300;
}

footer .footer-box{

	text-align: center;
}


/*start*/
.section-contactme {

	text-align: center;
margin-top: -20px;
	margin-right: -17px;
	padding: 20px 0;
	background: linear-gradient(to right, #16222A 0%, #480048 100%);
	font-weight: 300;
}
}

.section-contactme .nav-panel{

}

.section-contactme .nav-panel img{
	float: left;
	height: 80px;
	width: auto;
}

.section-contactme .nav-panel .nav-list-container{
	float: right;
}

.section-contactme .nav-panel .nav-list-container ul{
	list-style: none;
	margin: 0;
	text-decoration: none;
}

.section-contactme .nav-panel .nav-list-container ul li{
	padding: 12px;
	display: inline-block;
	margin-top: 25px;
	list-style: none;
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
}

.section-contactme .nav-panel .nav-list-container ul li a{
	border-bottom: 1.5px solid transparent;
	padding-bottom: 5px;
	transition: border-bottom 0.2s;
}

.section-contactme .nav-panel .nav-list-container ul li a:link,
.section-contactme .nav-panel .nav-list-container ul li a:visited{
	text-decoration: none;
	color: inherit;
}

.section-contactme .nav-panel .nav-list-container ul li a:hover{
	border-bottom: 1.5px solid white;
}
.section-contactme .hero-text-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);

	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

.section-contactme .hero-text-box p{
	font-size: 110%;
}

.section-contactme .hero-text-box h1{
	margin-top: 7px;
	font-size: 270%;
}

.section-contactme .hero-button {
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translate(-50%,0);
	padding: 6px 30px;
	width: 300px;
	text-align: center;
	font-size: 115%;
	display: table;
	
	border-radius: 20px;
	height: 30px;
	border: 1px white solid;
	transition: background 0.2s;

}

.section-contactme .hero-button:hover{
	background: rgba(94,183,238,0.6);
}

.section-contactme .hero-button a{
	vertical-align: middle;
	text-decoration: none;
	color: inherit;
	display: table-cell;
	text-transform: uppercase;
}

/* ---------------------- */
/*    SECTION 5: FOOTER   */
/* ---------------------- */

footer{

	margin-right: -17px;
	padding: 20px 0;
	background: linear-gradient(to right, #16222A 0%, #480048 100%);
	font-size: 80%;
	font-weight: 300;
}

footer .footer-box{

	text-align: center;
}

#heart-icon{
	color: #b20000;
}

/* ---------------------- */
/*      MEDIA QUERIES     */
/* ---------------------- */

@media only screen and (max-width: 630px) {
  .nav-list-container{
    display: none;
  }
}
