#logo_area img {
    width: 100%;
    max-width: 140px;
    height: auto;
}
header { 
    margin-top: -40px; 
    position: sticky; 
    top: 0; z-index: 9999; 
    background-color: #ffffff; 
}
.header-shadow {
    -webkit-box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.25);
    transition: 0.3s;
}
.nav-shadow {
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.25);
}
nav { z-index: 10000; top: 0; position: sticky; }
.comm_header { background-color: #ffffff; }
.language { top: 50px; }
.parallax-sub-fam {
    height: max-content !important;
    background-position: center -700px !important;
    /*background-position: 50% 200% !important;*/
    background-image: url(../assets/images/friends-3408314_1920.jpg) !important;
    background-size: 1920px !important;
    margin-top: 50px;
    padding-bottom: 20px;
}
#tagline { padding: 0; }
.tagline-sub { margin: 160px 50px 0 !important; }
.tagline-fam { margin: 55px 50px 0 !important; }
.glow-off { height: 0 !important; }

#profile-photo {
    position: relative;
}

#profile-photo img {
    max-width: 800px;
    width: 90%;
    height: auto;
    margin: 10px;
    border-radius: 10px;
}
#edit-icon {
    width: 45px;
    height: 45px;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 15px;
    right: 25px;
    cursor: pointer;
}
#edit-icon img { margin: 0; }
@media only screen and (max-width: 1280px) {
    
}

@media only screen and (max-width: 1024px) {
    
}

@media only screen and (max-width: 950px) {
    .tagline-fam { margin: 10px 50px 0 !important; }
}


@media only screen and (max-width: 870px) {
    header { 
        margin-top: -60px; 
    }
    #tagline {
        padding-top: 100px;
    }
    .tagline-sub { 
        margin: 10px 50px 0 !important; 
        padding-top: 40px !important; 
    }
    .tagline-fam { 
        margin: 10px 50px 0 !important; 
        padding-top: 20px !important; 
    }
    nav ul {
		display: none;
		height: auto;
	}
    nav a:hover, .nav_on {
        /*padding: 0;
        border-bottom: 3px solid #fc4d00;
        transition: 0.2s;*/
    }    
	nav a#pull {
		display: block;
        font-family: 'Roboto Condensed', arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        color: #5c5c5c;
        width: 20%;
        min-width: 120px;
        background: #fff;
        padding: 20px;
        white-space: nowrap;
        /*position: absolute;
        right: 25px;
        top: 30px;*/
        /*text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.52);
        position: relative;
        z-index: 600;
        border-radius: 0 0 28px 28px;
        -moz-border-radius: 0 0 28px 28px;
        -webkit-border-radius: 0 0 28px 28px;*/
	}
    nav a#pull:hover {
        color: #a54f18;
        /*text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.52);*/
    }
	nav a#pull::before {
		/*content:"";
		background: url('../assets/images/nav-icon.png') no-repeat;
		width: 32px;
		height: 22px;
		display: inline-block;
		position: absolute;
		left: -8px;
		top: 5px;*/
	}
  	nav ul li {
		width: 99%;
		float: none;
        display: block;
		/*position: relative;*/
        margin: 0;
	    padding: 10px 5px;
        font-size: 18px; 
        height: auto;
        /*z-index: 590;*/
        border-bottom: 1px solid rgb(205, 219, 230);
	}    
    nav ul li:hover {
        color: #000000;
        cursor: pointer;
        padding: 10px 5px;
        transition: 0.3s;
    }
    section ul {
        margin-left: -15px
    }
    .dropdown {
        /*position: inherit;*/
        /*z-index: 999;*/
    }
    .dropdown-menu {
        z-index: 10000;
        display: none;
        position: absolute;
        top: 38px;
        left: 0;
        width: 100%;
    }
    .dropdown-menu a {
        padding: 15px;
        z-index: 99999;
    }
    .dropdown-menu:hover {
        display: block;
    }
    .language {
        top: 20px;
    }
    #logo_area { 
        text-align: center; 
    }
    #logo_area img {
        max-width: 140px; 
        margin-top: 0px;
        margin-left: 0;
    }
    .parallax-sub-fam {
        height: 150px !important;
        margin-top: 0;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .quarter-box, .quarter3-box {
        float: none !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 690px) {
    .left-box, .right-box {
        float: none; width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    #tagline {
        font-size: 28px;
    }
}

@media only screen and (max-width: 512px) {
    
}

@media only screen and (max-width: 480px) {
    #tagline {
        font-size: 26px;
    }
}

@media only screen and (max-width: 400px) {
    #logo_area img {
        max-width: 120px; 
    }
    #tagline {
        font-size: 23px;
    }
}

@media only screen and (max-width: 320px) {
    
}