@charset "utf-8";
@import url("webfonts/Broetown_Signature/stylesheet.css");

.section1 {
    padding-left: 406px;


   
}



nav {
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: space-between;
    background-color: #17254a;
    top: 0px;
    margin-left: -413px;
    margin-right: -21px;
    margin-top: -8px;
    
}

nav ul {
    display: flex;
    list-style: none;
    margin-left: 398px;
    margin-right: 29px;
}



nav ul li {
    margin: 0 26px;
}

nav ul li a {
    color: #4A4A4A;
    text-decoration: none;
    font-family: Geometria, Gotham, Arial;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 10px 10px;
    border-radius: 5px;
    transition: all 0.2s ease;
    
}

nav ul li a:hover, .active {
    color: #FFFFFF;
    background: #4A4A4A;
    font-weight: 500;
    border-radius: 21px;
}



#home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height: 100vh;
  position: relative;
  padding-top: 10em;
}

#home h1 {
  color: #ffffff;
  font-size: 6em;
  line-height: 1.2em;
}

#home p {
  color: rgba(250,250,250,0.7);
}


#home video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}D


.wrapper .bodyme {
    font-family: Geometria, Gotham, Arial;
    left: 15%;
    top: 35%;
    position: absolute;
}
.wrapper nav .logo {
    margin-left: 0px;
}

.wrapper .bodyme h1 {
    color: #ffffff;
    font-size: 80px;
    font-family: "Broetown Signature";
    font-weight: lighter;
    margin-top: 304px;
}
.wrapper .bodyme p {
    color: #ffffff;
}

.wrapper {
    width: 100%;
	position: fixed
}

.button-1 {
    width: 140px;
    border: none;
    padding: 12px 10px;
    color: white;
    background:linear-gradient(to right, #3654A4, #97AFF0);
    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;
}


.wrapper .bodyme .btn2-box {
    margin-left: 180px;
    margin-top: -54px;
}


.social-icons1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    margin-left: 384px;
    margin-top: 32px;
}


.wrapper .social-icons1 .facebook-icon {
    width: 22px;
    height: 21px;
     margin: 0 26px;
}
.section1 .bodyme p {
    margin-top: -76px;
}

.wrapper .social-icons1 .insta-icon {
    width: 19px;
    height: 19px;
     margin: 0 26px;
}
.wrapper .social-icons1 .linkedin-icon {
    width: 21px;
    height: 19px;
     margin: 0 26px;
}

.social-icons1 .insta-icon img {
    width: 21px;
    height: 21px;
    opacity: 0.40;
    cursor: pointer;
    transition: width 0.5s;
}
.social-icons1 .insta-icon:hover img {
    opacity: 1;
}

.social-icons1 .facebook-icon img {
    opacity: 0.40;
    cursor: pointer;
    transition: width 0.5s;
}
.social-icons1 .facebook-icon:hover img {
    opacity: 1;
}

.social-icons1 .linkedin-icon img {
    opacity: 0.40;
    cursor: pointer;
    transition: width 0.5s;
}
.social-icons1 .linkedin-icon:hover img {
    opacity: 1;
}



.footer-w3-agile {
    text-align: center;
    padding: 2em 0;
    margin-top: -830px;
    background-color: #17254A;
    margin-left: -12px;
}
.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;
}
#Gallery {
    height: auto;
    width: auto;
}
#Gallery {
    height: auto;
    width: auto;
}
