body {
  overflow-x: hidden;
  overflow-y: auto;
  margin:0px;
  padding:0px;
  width: 100vw;
  height: 100vh;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.menu {
   position: fixed;
   top:0px;
   left:0px;
   width: 100vw;
   height: 80px;
   background-color:white;
   text-align: center;
   transition: all 0.5s ease;
   z-index: 10;
}

.list {
   width:150px;
   height:80px;
   background:none;
   font-family:GillSans;
   font-size: 20px;
   letter-spacing: 1.1px;
   border: 0;
   border-bottom: 3px solid;
   border-color: black;
   color:black;
   transition: all 1s ease;
}

.list:hover{
   border-color:rgb(3, 205, 255);
   color:rgb(3, 205, 255);
}

#clicked {
  border-color:#247bff;
  color:#247bff;
}

a.icon {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  background: #94e3ff;
  font-size: 30px;
  color: black;
  padding: 12px 20px 12px 20px;
  transition: 1s all ease;
}

a.icon:hover {
  background: black;
  color: #94e3ff;
}

#vertical_ddown {
  width: 100vw;
  height: 100vh;
  background: #94e3ff;
  position: absolute;
  top: 60px;
  right: 0px;
  display: none;
  transition: all 1s ease;
}

#vertical_ddown .list2 {
  display: block;
  padding: 10px 20px;
  text-align: left;
  font-size: 20px;
  text-decoration: none;
  font-family: MyriadPro;
  color: black;
  transition: all 1s ease;
}

#vertical_ddown .list2:hover {
  background-color: #0abeff;
  color: #fff;
}

#vertical_ddown #clicked2 {
  background-color: #0abeff;
  color: #fff;
}

.logo {
   position:absolute;
   top:10px;
   left:10px;
   width:150px;
   height:60px;
   transition: 1s;
   z-index: 10;
}

.image {
  position:absolute;
  top:80px;
  left:0px;
  width:100vw;
  height:58vw;
  transition: 1s;
  z-index: -1;
}

.text, .text2 {
   width: 100%;
   text-align: center;
   color: white;
   -webkit-font-smoothing: antialiased;
   text-rendering: optimizeLegibility;
   transition: 0.75s;
   z-index: 2;
   background-color: rgba(3, 205, 255, 0.82);
   font-family: GillSans;
}

.text {
  font-size: 80px;
  letter-spacing: 1.5px;
}

.text2 {
   font-size: 30px;
   text-transform: none;
}

.column2 {
  width: 50%;
  height: 500px;
  float: left;
  background-color: #f2eded;
  background: none;
  padding-bottom: 20px;
  color: white;
}

.column2 h1 {
  font-family: MyriadPro;
  color:#004d78;
}

.column2 img {
  width:40%;
  margin-left: 30%;
  text-align: center;
  transition: all 1s ease;
}

.column2 img:hover {
  -webkit-transform: rotateZ(-20deg);
  -ms-transform: rotateZ(-20deg);
  transform: rotateZ(-20deg);
}

.column3 {
  width:26.67%;
  float:left;
  margin-left:5%;
  background-color: #ebf1f7;
  padding-left:0px;
  padding-top: 0px;
  transition: all 0.5s ease;
}

.column3 h3 {
  width:100%;
  text-align: center;
  font-size: 50px;
  background-color: #cfe7ff;
  padding-top: 25px;
  padding-bottom: 25px;
  margin:0px;
  font-family: GillSans;
  transition: all 0.5s ease;
}

.column3 h3 a {
  font-size: 25px;
}

.column3 h2 {
  width:100%;
  text-align: center;
  font-family: NoirPro;
  text-transform: uppercase;
  font-size: 30px;
  color:black;
}

.column3 img {
  width:100%;
}

.column3 ul {
  font-size: 20px;
  font-family: MyriadPro;
  display:none;
}

.column3 li {
  margin-left: 20px;
}

.column3:hover {
  width:30%;
  margin-left: 3.33500%;
  margin-right: -1.66500%;
}

.column3:hover h3 {
  background-color: #4ddfff;
}

.column2a {
  width: 59%;
  height: 300px;
  float: left;
  margin-bottom: 50px;
  background-color: #f7f7f7;
  margin-left: 5%;
}

.column2b {
  width: 26%;
  height: 300px;
  float: left;
  margin-bottom: 50px;
  background-color: #f7f7f7;
  margin-left: 5%;
}

footer {
   width: 100vw;
   background-color: #254fc2;
   float:left;
   padding:50px;
   color: white;
}

footer #leftfooter #footer_main {
  font-size:30px; font-family:MyriadPro;
}

#leftfooter {
  float: left;
  width:70%;
}

#leftfooter div {
  color: white;
  text-decoration: none;
}

#rightfooter {
  float: left;
  width:30%;
}

#rightfooter img {
  width: 50px;
}
