@charset "UTF-8";
/* CSS Document */



html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    font-size: 62.5%;
    font-size: 10px;
}


/*
===== Navbar section starting below =====
#########################
*/

/*.three {
  border-bottom: #a7a9ac solid 4px;
  box-shadow: 0 0 0 3px #fff, 0 0 0 20px #c76428;
	
}*/



.nav {
    width: 100%;
    height: 1%;
    position: fixed;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 45px;
  -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
	z-index: 34;
	background: #FFFFFF;	
}

.spacer {
    width: 100%;
    height: 65px;	
}

.nav__icon {
		width: 50px;
	height: 50px;
		float: left; 
	background: url("../images/fjd_3_color.svg") no-repeat;
		
		background-size:contain;  
		margin-top: -16px;
	margin-left: 16px;
	
	
	}


.nav__name {
	width: 315px;
	height:45px;
		float: left; 
	background: url("../images/fjd_teal.svg") no-repeat;
	display: flex;
	justify-content: center;
		margin-top: -14px;
	margin-left: 16px;
	
	
	}




.highlight {
	
	background: #FFFFFF;
	-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px -11px 15px 20px rgba(210,210,210,0); 
box-shadow: 0px 10px 13px -7px #000000, 5px -11px 15px 20px rgba(210,210,210,0);
	outline:  #0698fc solid thick;	
	
	
}


.nav__wrapper {
    height: 0px;
    float: right;
    padding: 0;
    margin: 0;

}




.nav__wrapper__list {
    width: 100%;
    height: 8px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav__wrapper__list__item {
    width: auto;
    height: 65px;
    padding: 0;
    padding-right: 4rem;
	letter-spacing: 2px;
	font-weight: 500;
	
}

.nav__wrapper__list__item a {
    text-decoration: none;
   color: #2d353f;
    font-size: 1.2rem;
	font-weight: 500;
}

.nav__wrapper__list__item a:active {
    text-decoration: none;
   color: #2d353f;
    font-size: 1.2rem;
	font-weight: 600;
}

.nav__wrapper__list__item a:visited {
    text-decoration: none;
   color: #2d353f;
    font-size: 1.2rem;
	font-weight: 500;
}

.nav__wrapper__list__item a:hover {
    color: #0698fc;
	font-weight: 500;
	transition: all 0.2s 0.1s ease-in-out;

}


  

.nav__wrapper__list__item a:checked {
    
	font-weight: 800;
      -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; 

}

.nav__toggle-btn {
    display: none;
}









/*
== Media qurey section related to Navbar Section ==
*/

@media screen and (max-width:768px) {
    .nav__toggle-btn {
        display: block;
    }
    .nav__wrapper {
        width: 100%;
        height: 0;
        overflow: hidden;
    }
    .nav__wrapper--visible {
        height: auto;
        display: none;
        margin-top: 10px;
    }
    .nav__wrapper__list {
        flex-direction: column;
        width: 100%;
        height: 100vh;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #0698fc;
		/*same background-color as navbar*/
        background-position: center top;
    }
    .nav__wrapper__list__item {
        width: 100%;
        text-align: left;
		border-bottom: 1px #0698fc solid;
		padding-top: 20px;
		padding-left: 20px;
    }
    .nav__wrapper__list__item a {
        text-align: left;
        width: 100%;
        font-size: 2rem;
        
    }
	
	.nav__wrapper__list__item a:hover {
    color: #fff;
	font-weight: 400;
		
  

}
	.nav__wrapper__list__item a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.2rem;
}
	

}

@media screen and ( max-width : 480px ){
    .nav__logo a {
        font-size: 1.4rem;
    }
}

.nav__logo {
    float: right;
    z-index: 10;
    position: absolute;
    width: 30%;
    display: flex;
    padding-top: 28px;
    margin-left: 400px;
    left: 165px;
    top: 227px;
	
}




/*
===== Home section starting below =====
########################
*/

.block {
	background: #0698fc;
	width: 100%;
	height: 14vh;
	padding-top: 37px;
	
}

.block2 {
	background: #a7a9ac;
	width: 100%;
	height: 5vh;
	padding-top: 37px;
	
}





.intro2 {
    width: 100%;
	vertical-align: top;
	
}



.intro3 {
    width: 100%;
	
    display: flex;
    align-items: center;
    justify-content: center;
	
  
	
}


.intro {
    width: 100%;
    height: 90vh;
    background-position: center top;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.intro__align {
    margin-top: 5rem;
}

.intro__align__title {
    font-size: 9rem;
    font-weight: lighter;
    color: #fff;
    
}

.intro__align__sub-title {
    font-size: 3rem;
    font-weight: lighter;
    color: #fff;
    letter-spacing: 1px;
}







/* Small Devices, Tablets */

@media screen and (max-width:768px) {
    .intro__align__title {
        font-size: 6rem;
        font-weight: lighter;
        color: #fff;
		width: 100%;
		margin: 0 auto;
    }
    .intro__align__sub-title {
        font-size: 2rem;
        font-weight: lighter;
        color: #fff;
    }
	
	.block {
	background: #c76428;
	width: 100%;
	height: 5vh;
	padding-top: 45px;
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .intro__align__title {
        font-size: 2rem;
    }
    .intro__align__sub-title {
        font-size: 1em;
    }
	
	.nav__logo a {
    text-decoration: none;
    color: #fff;
    font-size: 1.8rem;
}
	
.block {
	background: #0698fc;
	width: 100%;
	height: 5vh;
	padding-top: 37px;
	
}
	

}


/* Custom, iPhone Retina */



@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px)
and (min-device-width : 768px)
and (min-device-width : 780px)

{
    .intro__align__title {
        letter-spacing: 2px;
		font-size: 1.1rem;
    }
	
	.three {
  border-bottom: #a7a9ac solid 2px;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #c76428;
}
		

}
.pads {
	padding-left:8%;
	padding-right:8%;
	padding-top: 3%;
}


	@media only screen and (max-width: 320px) {
		
		
		
	.nav__name {
	min-width: 50px;
	height:50px;
	float: left; 
	background: url("../images/fjd_3_color.svg") no-repeat;
	background-size:contain;  
	margin-top: -15px;
	margin-left: 16px;
	
	
	}	
		
	}

/*
===== Animation =====
#####################
*/

.nav__toggle-btn {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
}

.nav__toggle-btn i {
    background-color: #0698fc;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

.nav__toggle-btn i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.nav__toggle-btn i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.nav__toggle-btn i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.nav__toggle-btn.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.nav__toggle-btn.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.nav__toggle-btn.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}
