/* header */

.gallery-profile-redesign .header .header-container>.title-container button {
    border-radius: 0;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    padding: 10px 15px;
}

.gallery-profile-redesign .header .header-container>.title-container p {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.6px;
}

.gallery-profile-redesign nav ul li {
    list-style: none;
}

.gallery-profile-redesign nav ul li a {
    color: #a19e9d;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

.gallery-profile-redesign nav ul li a.active {
    color: #000000;
}

.gallery-profile-redesign p {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.5px;
  color: #000000;
  margin: 0;
}

.gallery-profile-redesign h1 {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1.3px;
  margin-top: 0;
}

.gallery-profile-redesign h2{
    margin-top: 0;
}

/* normal */

.gallery-profile-redesign .header .center>div.logo-container img{
    max-width: 144px;
    max-height: 144px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
	
	.gallery-profile-redesign h1 {
		font-size: 30px;
    }
    .gallery-profile-redesign h2{
        font-size: 20px;
    }
	.gallery-profile-redesign .section:not(.header) {
		border-bottom: 2px solid #e5e5e5;
		padding: 60px 0;
	}
    .gallery-profile-redesign .header {
        text-align: center;
    }
    .gallery-profile-redesign .header .center {
        padding: 60px 0;
        margin: auto;
        display: inline-block;
    }
    .gallery-profile-redesign .header .center>div.logo-container {
        float: left;
        position: relative;
        background-color: #ffffff;
        border: 1px solid #e5e5e5;
        height: 146px;
        width: 146px;
    }
    .gallery-profile-redesign .header .header-container>.title-container {
        text-align: left;
        margin-left: 30px;
        float: left;
    }
    .gallery-profile-redesign .header .header-container>.title-container p {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .gallery-profile-redesign nav {
        text-align: center;
        padding-bottom: 30px;
    }
    .gallery-profile-redesign nav ul {
        display: inline-block;
    }
    .gallery-profile-redesign nav ul li {
        display: inline-block;
        margin-left: 15px;
    }
    .gallery-profile-redesign nav ul li a {
        font-size: 15px;
    }
	.gallery-profile-redesign .section:not(.header) {
		border-bottom: 2px solid #e5e5e5;
		padding: 60px 0;
	}
	.gallery-profile-redesign .section.navigation {
		padding: 30px 0;
	}
}

/* mobile */

@media screen and (max-width: 767px) {
	.gallery-profile-redesign h1 {
		font-size: 20px;
	}
	.gallery-profile-redesign h2 {
		font-size: 15px;
	}
	.gallery-profile-redesign h3 {
        font-size: 15px;
        text-align: center !important;
	}
    .gallery-profile-redesign .header {
        padding-bottom: 30px;
    }
    .gallery-profile-redesign .header .logo-container {
        position: relative;
        display: block;
        margin: 60px auto 30px auto;
        text-align: center;
        background-color: #ffffff;
        border: 1px solid #a19e9d;
        height: 146px;
        width: 146px;
    }
    .gallery-profile-redesign .header .title-container {
        padding: 0;
        margin: auto;
        width: 100%;
        display: block;
        text-align: center;
        word-wrap: break-word;
        max-width: 250px;
    }
    .gallery-profile-redesign .header .header-container>.title-container p {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .gallery-profile-redesign nav ul {
        padding: 0;
        margin: 0;
    }
    .gallery-profile-redesign nav ul li {
        border-bottom: 2px solid #e5e5e5;
        padding: 15px 0;
        width: 100%;
        text-align: center;
    }
    .gallery-profile-redesign nav ul li:first-child {
        border-top: 2px solid #e5e5e5;
    }
    .gallery-profile-redesign .section:not(.header):not(.navigation) {
		border-bottom: 2px solid #e5e5e5;
		padding: 30px 0;
	}
}