@charset "utf-8";


nav {
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: space-between;
    margin-left: 30px;
    margin-right: 30px;
	background-color: #E4E4E4;
	border-bottom-right-radius: 30px;
}

nav ul {
    display: flex;
    list-style: none;
    margin-left: 398px;
    margin-right: 251px;
}



nav ul li {
    margin: 0 26px;
}

nav ul li a {
    color: #000000;
    text-decoration: none;
    font-family: Geometria, Gotham, Arial;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 15px;
    transition: all 0.3s ease;
    
}

nav ul li a:hover, .active {
    color: #F4FFFF;
    background-color: #000000;
    font-weight: 500;
}


.wrapper .section2 .sec2head .line {
    width: 71px;
    height: 5px;
    background-image: -webkit-linear-gradient(180deg,rgba(153,205,255,1.00) 0%,rgba(255,0,55,1.00) 100%);
    background-image: -moz-linear-gradient(180deg,rgba(153,205,255,1.00) 0%,rgba(255,0,55,1.00) 100%);
    background-image: -o-linear-gradient(180deg,rgba(153,205,255,1.00) 0%,rgba(255,0,55,1.00) 100%);
    background-image: linear-gradient(270deg,rgba(153,205,255,1.00) 0%,rgba(255,0,55,1.00) 100%);
    border-radius: 160px;
    margin-left: auto;
    margin-right: auto;
}


.wrapper .bodyme {
    font-family: Geometria, Gotham, Arial;
    left: 15%;
    top: 35%;
    position: absolute;
}
.wrapper nav .logo {
    margin-left: 77px;
}

.wrapper .bodyme h1 {
    color: #4A4A4A;
    font-size: 51px;
}
.wrapper .bodyme p {
    color: #4A4A4A;
}

.wrapper {
    width: 100%;
	align-content: center;
}

.button-1 {
    width: 140px;
    border: none;
    padding: 12px 10px;
    color: white;
    background:linear-gradient(to right, #fb5283, #ff0030);
	border-radius: 5px;
    font-family: Geometria, Gotham, Arial;
    margin-top: 15px;
    cursor: pointer;
    transition: width 0.5s;
}
.button-1 img{
    width: 20px;
    display: none;
    margin-left: 45px;
}

.button-1:hover img{
    display: block;
}
.button-1:hover{
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.button-2 {
    width: 140px;
    border: none;
    padding: 12px 10px;
    color: white;
    background-color: #a1a1a1;
    font-family: Geometria, Gotham, Arial;
    margin-top: 15px;
    cursor: pointer;
    transition: width 0.5s;
}
.bodyme h1 .david {
    color: #ff0030;
}
.wrapper .bodyme .btn2-box {
    margin-left: 180px;
    margin-top: -54px;
}


.button-2 img{
    width: 20px;
    display: none;
}
.button-2:hover img{
    display: block;
}
.button-2:hover{
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-icons{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 514px;
    left: 14%;
    position: absolute;
    margin-left: -455px;
    
}


.wrapper .social-icons .facebook-icon {
    width: 22px;
    height: 21px;
     margin: 0 26px;
}
.section1 .bodyme p {
}

.wrapper .social-icons .insta-icon {
    width: 19px;
    height: 19px;
     margin: 0 26px;
}
.wrapper .social-icons .linkedin-icon {
    width: 21px;
    height: 19px;
     margin: 0 26px;
}
.wrapper .dave-me {
    float: right;
    margin-top: 30px;
}


.social-icons .insta-icon img {
    width: 21px;
    height: 21px;
    opacity: 0.40;
    cursor: pointer;
    transition: width 0.5s;
}
.social-icons .insta-icon:hover img {
    opacity: 1;
}

.social-icons .facebook-icon img {
    opacity: 0.40;
    cursor: pointer;
    transition: width 0.5s;
}
.social-icons .facebook-icon:hover img {
    opacity: 1;
}

.social-icons .linkedin-icon img {
    opacity: 0.40;
    cursor: pointer;
    transition: width 0.5s;
}
.social-icons .linkedin-icon:hover img {
    opacity: 1;
}

.wrapper .josh img {
    width: 550px;
    height: 550px;
}
.wrapper .section2 .sec2head {
    text-align: center;
    font-family: Geometria, Gotham, Arial;
    margin-top: 200px;
    padding-top: 146px;
    padding-bottom: 75px;
    background-color: #FFFFFF;
}
.wrapper .section2 {
    margin-top: -200px;
}
.section2 .sec2head a {
    text-decoration: none;
}


.section2 .sec2head p {
    margin-top: -21px;
    color: #8D8D8D;
    opacity: 0.90;
    cursor: pointer;
    transition: width 0.5s;
}

.wrapper .section2 .gallery-sec1 {

}
.section2 .gallery-sec1 .gallery {
    margin-left: 100px;
}


.section2 .sec2head h1 {
    font-size: 50px;
    color: #4a4a4a;
    text-transform: uppercase;
}


div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 300px;
}
.wrapper .section3 {
    padding-top: 0px;

}
.wrapper .section2 iframe {
    margin-left: 400px;
    margin-top: 47px;

}
.you{box-shadow: 10px 10px 30px lightblue;}



div.gallery:hover {
  border: 5px solid #FF6666;
	border-radius: 10px;

}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: left;
    font-family: Geometria, Gotham, Arial;
}

.wrapper .plane {
    float: right;
    margin-top: -460px;
}
.wrapper .section3 .sec3 {
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 100px;
    background-color: #8c8c8c;
    margin-top: 700px;
}
.wrapper .blubshapee {
    margin-left: 950px;
    margin-top: -475px;
}

.wrapper .section3 .sec3a {
    padding-top: 40px;
    padding-bottom: 113px;
    padding-left: 100px;
    background-color: #F00052;
}



.section3 .sec3a h1 {
    color: #FFFFFF;
    font-family: Geometria, Gotham, Arial;
    font-size: 50px;
}
.wrapper .section3 img {
    margin-left: 900px;
    z-index: 50;
}

.section3 .sec3a p {
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    font-family: Geometria, Gotham, Arial;
    margin-top: -15px;
}



.section3 .sec3 h1 {
    font-family: Geometria, Gotham, Arial;
    font-size: 50px;
    color: #FFFFFF;
}

.wrapper .section3 {
    margin-top: 300px;
}
.section3 .sec3 p {
    color: #FFFFFF;
    font-family: Geometria, Gotham, Arial;
    margin-top: -15px;
    font-weight: 400;
    font-size: 22px;
}


.section3 .sec3a .btnsec3a {
    margin-top: -100px;
    float: none;
    margin-left: 900px;
}

.button-sec3 {
    width: 140px;
    border: none;
    position: absolute;
    padding: 12px 10px;
    color: white;
    background-color: #ff0030;
    font-family: Geometria, Gotham, Arial;
    margin-top: -43px;
    cursor: pointer;
    transition: width 0.5s;
    }

.button-sec3 img{
    width: 20px;
    display: none;
}
.button-sec3:hover img{
    display: block;
}
.button-sec3:hover{
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrapper .section4 {
    margin-top: 444px;
}











.wrapper .section2-port .sec2head {
    text-align: center;
    font-family: Geometria, Gotham, Arial;
    margin-top: 200px;
    padding-top: 146px;
    padding-bottom: 75px;
    background-color: #FFFFFF;
}
.wrapper .section2-port {
    margin-top: -1141px;
}

.section2-port .sec2head p {
    margin-top: -21px;
    color: #8D8D8D;
    opacity: 0.90;
    cursor: pointer;
    transition: width 0.5s;
    line-height: 5;
}

.wrapper .section2-port .gallery-sec1 {

}
.section2-port .gallery-sec1 .gallery {
    margin-left: 100px;
}


.section2-port .sec2head h1 {
    font-size: 50px;
    color: #ff0030;
}




.social-icons{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: -11px;
}
.aboutme p a {
    text-decoration: none;
    color: #FF003F;
}



.wrapper .social-icons .facebook-icon {
    width: 22px;
    height: 21px;
     margin: 0 26px;
}
.section1 .bodyme p {
}

.wrapper .social-icons .insta-icon {
    width: 19px;
    height: 19px;
     margin: 0 26px;
}
.wrapper .social-icons .linkedin-icon {
    width: 21px;
    height: 19px;
     margin: 0 26px;
}
.wrapper .dave-me {
    float: right;
    margin-top: 30px;
}


.social-icons .insta-icon img {
    width: 21px;
    height: 21px;
    opacity: 0.40;
    cursor: pointer;
    transition: width 0.5s;
}
.social-icons .insta-icon:hover img {
    opacity: 1;
}

.social-icons .facebook-icon img {
    opacity: 0.40;
    cursor: pointer;
    transition: width 0.5s;
}
.social-icons .facebook-icon:hover img {
    opacity: 1;
}

.social-icons .linkedin-icon img {
    opacity: 0.40;
    cursor: pointer;
    transition: width 0.5s;
}
.social-icons .linkedin-icon:hover img {
    opacity: 1;
}



.footer-w3-agile {
    text-align: center;
    padding: 2em 0;
}
.footer-w3-agile p {
    font-size: .9em;
    color: #4a4a4a;
    margin: 0px;
    line-height: 1.8em;
    font-family: Geometria, Gotham, Arial;
}
.footer-w3-agile p a {
    color: #fff;
}
