body {
  margin: 0px;
}

nav {
  width: 100%;
  background-color: #ee2442;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

body,
html {
  height: 100%;
  scroll-behavior: smooth;
}

#navlogo{
  position: fixed;
  top: 15px;
  left: 125px;
  height: auto;
  width: 100px;
}
.throwinghats {
  /* The image used */
  background-image: url("backgroundlanding.jpg");
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* canvas {
  background: #ee2442;
  height: 100%;
} */

.image2 {
  /* The image used */
  background-image: url(earthbg.jpg);
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image3 {
  /* The image used */
  background-image: url(dotbackground.png);
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

h3{
  color: #ee2442;
  font-family: proxima-nova, sans-serif;
  font-size: 40px;
  font-weight: 800;
}

p{
  color: #494949;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.welcome {
  background: #ffffff;
  position: relative;
  z-index: 1;
  margin-top: -70px;
  height: auto;
  padding: 1% 10% 6% 10%;
}

.whoarewe {
  background: #ffffff;
  position: relative;
  z-index: 1;
  margin-top: -400px;
}
.whosinvolved h3 {
  /* padding-top: 100px */

}

#beginscroll{
  visibility: hidden;
  margin-top: 0px;
  padding-bottom: 30px;
  height: auto;
}
/* 
.welcome:after {
  background: inherit;
  top: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-4deg);
  transform-origin: 100%;
  z-index: -1;
  margin-top: -120px;
} */

.fas {
  position: absolute;
  margin-top: -95px;
  left: 50%;
  right: 50%;
  margin-left: -25px;
  font-size: 40px;
  color: white;
  z-index: 999;
  background: #ee2442;
  padding: 0px 0px 14px 15px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transition: 0.2s;
}

.fas:hover {
  transform: scale(1.05);
}

h1 {
  color: white;
  font-family: proxima-nova, sans-serif;
  font-size: 70px;
  font-weight: 800;
}

#maintitle {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  text-align: center;
}

h2 {
  color: white;
  background-color: #ee2442;
  font-family: proxima-nova, sans-serif;
  font-size: 30px;
  font-weight: 800;
}

#subtitle {
  position: absolute;
  top: 350px;
  left: 0;
  right: 0;
  padding: 3px 0px;
  text-decoration: none;
  width: 650px;
  margin: auto;
  text-align: center;
}

.btn {
  border: 3px solid white;
  background-color: rgba(255, 255, 255, 0);
  color: white;
  padding: 7px 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 30px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.5s;
  position: absolute;
  width: 280px;
  top: 260px;
  left: 50%;
  right: 50%;
  margin-left: -140px;
}

#todaylogo{
  position: absolute;
  opacity: 0.8;
  padding-top: 70px;
  left: 50%;
  right: 50%;
  margin-left: -100px;
  width: 200px;
  height: auto;
}

.getinvolved:hover {
  background-color: white;
  color: #ee2442;
  border: 3px solid #ee2442;
}


body {
  color: #000;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.container {
  max-width: 1335px;
  margin: 0 auto;
  padding: 0px 70px 70px 70px;
}

.grid-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.grid-item {
  height: 400px;
  flex-basis: 20%;
  -ms-flex: auto;
  width: 259px;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}

.grid-row a {
  text-decoration: none;
}

.wrapping-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  color: currentColor;
}

.grid-item-wrapper {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  background: #ececec;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-transition: padding 0.15s cubic-bezier(0.4,0,0.2,1), margin 0.15s cubic-bezier(0.4,0,0.2,1), box-shadow 0.15s cubic-bezier(0.4,0,0.2,1);
  transition: padding 0.15s cubic-bezier(0.4,0,0.2,1), margin 0.15s cubic-bezier(0.4,0,0.2,1), box-shadow 0.15s cubic-bezier(0.4,0,0.2,1);
  position: relative;
}

.grid-item-container {
  height: 100%;
  width: 100%;
  position: relative;
}

.grid-image-top {
  height: 45%;
  width: 120%;
  background-size: cover;
  position: relative;
  background-position: 50% 50%;
  left: -10.5%;
  top: -4.5%;
}

.grid-image-top .centered {
  text-align: center;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 54.5%;
  left: 50%;
  width: 60%;
  height: 60%;
  background-position: center;
}

.grid-image-top.rex-ray {

  background: -webkit-gradient(linear,left top, left bottom,from(rgb(209, 209, 209)),to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(rgb(209, 209, 209))(rgb(255, 255, 255));
  background: -o-linear-gradient(rgb(209, 209, 209)),(rgb(235, 235, 235));
  background: linear-gradient(rgb(209, 209, 209)),(rgb(255, 255, 255));
}

.rex-ray-image {
  background-image: url(https://1000logos.net/wp-content/uploads/2017/04/Microsoft-Logo.png);
}

.grid-image-top.sputnik {
  background: -webkit-gradient(linear,left top, left bottom,from(#464646),to(#000000));
  background: -webkit-linear-gradient(#464646,#000000);
  background: -o-linear-gradient(#464646,#000000);
  background: linear-gradient(#464646,#000000);
}

.sputnik-image {
  background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/c/c9/Intel-logo.svg/1024px-Intel-logo.svg.png);
}

.grid-image-top.edgex {
  /* background: -webkit-gradient(linear,left top, left bottom,from(#1AA9FB),to(#1785C4));
  background: -webkit-linear-gradient(#1AA9FB,#1785C4);
  background: -o-linear-gradient(#1AA9FB,#1785C4);
  background: linear-gradient(#1AA9FB,#1785C4); */

  background: -webkit-gradient(linear,left top, left bottom,from(rgb(209, 209, 209)),to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(rgb(209, 209, 209))(rgb(255, 255, 255));
  background: -o-linear-gradient(rgb(209, 209, 209)),(rgb(235, 235, 235));
  background: linear-gradient(rgb(209, 209, 209)),(rgb(255, 255, 255));
}

.edgex-image {
  background-image: url(https://www.festisite.com/static/partylogo/img/logos/google.png);
}

.grid-image-top.openswitch {


  background: -webkit-gradient(linear,left top, left bottom,from(#1AA9FB),to(#1785C4));
  background: -webkit-linear-gradient(#1AA9FB,#1785C4);
  background: -o-linear-gradient(#1AA9FB,#1785C4);
  background: linear-gradient(#1AA9FB,#1785C4); 
}

.openswitch-image {
  background-image: url(http://pngimg.com/uploads/ibm/ibm_PNG19649.png);
}

.grid-image-top.scaleio {
  /* background: -webkit-gradient(linear,left top, left bottom,from(#2e96dd),to(#326de6));
  background: -webkit-linear-gradient(#2e96dd,#326de6);
  background: -o-linear-gradient(#2e96dd,#326de6);
  background: linear-gradient(#2e96dd,#326de6); */

  background: -webkit-gradient(linear,left top, left bottom,from(#2db89a),to(#00793d));
  background: -webkit-linear-gradient(#2db89a,#00793d);
  background: -o-linear-gradient(#2db89a,#00793d);
  background: linear-gradient(#2db89a,#00793d);
}

.scaleio-image {
  background-image: url(https://pngimg.com/uploads/amazon/amazon_PNG25.png);
}

.grid-image-top.csi {



  background: -webkit-gradient(linear,left top, left bottom,from(#1AA9FB),to(#1785C4));
  background: -webkit-linear-gradient(#1AA9FB,#1785C4);
  background: -o-linear-gradient(#1AA9FB,#1785C4);
  background: linear-gradient(#1AA9FB,#1785C4);
}

.csi-image {
  background-image: url(https://arden-group.co.uk/wp-content/uploads/2016/08/HP_Partner_Logo-01.png);

}

.grid-image-top.kubernetes {
  background: -webkit-gradient(linear,left top, left bottom,from(#09C1D1),to(#326DE6));
  background: -webkit-linear-gradient(#09C1D1,#326DE6);
  background: -o-linear-gradient(#09C1D1,#326DE6);
  background: linear-gradient(#09C1D1,#326DE6);
}

.kubernetes-image {
  background-image: url(http://www.aecgroup.com/wp-content/uploads/2017/12/nvidia-logo-horiz.png);
}

.grid-image-top.grpc {
  background: -webkit-gradient(linear,left top, left bottom,from(#0CC1C8),to(#2E838C));
  background: -webkit-linear-gradient(#0CC1C8,#2E838C);
  background: -o-linear-gradient(#0CC1C8,#2E838C);
  background: linear-gradient(#0CC1C8,#2E838C);
}

.grpc-image {
  background-image: url(https://pngimage.net/wp-content/uploads/2018/06/oracle-logo-png-white-6.png);
}

.grid-image-top.envoy {
  background: -webkit-gradient(linear,left top, left bottom,from(#290B54),to(#130229));
  background: -webkit-linear-gradient(#290B54,#130229);
  background: -o-linear-gradient(#290B54,#130229);
  background: linear-gradient(#290B54,#130229);
}

.envoy-image {
  background-image: url(https://vignette.wikia.nocookie.net/gtawiki/images/0/0e/Rockstar_Games.png/revision/latest?cb=20140209152718);
}

.grid-image-top.istio {

  background: -webkit-gradient(linear,left top, left bottom,from(rgb(209, 209, 209)),to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(rgb(209, 209, 209))(rgb(255, 255, 255));
  background: -o-linear-gradient(rgb(209, 209, 209)),(rgb(235, 235, 235));
  background: linear-gradient(rgb(209, 209, 209)),(rgb(255, 255, 255));

}

.istio-image {
  background-image: url(http://www.britishirishchamber.com/wp-content/uploads/2016/04/BT.png);
}

.grid-item-content {
  padding: 0 20px 20px 20px;
}

.item-title {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 18px;
  display: block;
}

.item-category {
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}

.item-excerpt {
  margin-bottom: 20px;
  display: block;
  font-size: 14px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.more-info {
  position: absolute;
  bottom: 0;
  margin-bottom: 25px;
  padding-left: 0;
  transition-duration: .5s;
  font-size: 12px;
  display: flex;
}

.more-info i {
  padding-left: 5px;
  transition-duration: .5s;
}

.grid-item:hover .more-info i {
  padding-left: 20px;
  transition-duration: .5s;
}

.more-info i::before {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.grid-item:hover .grid-item-wrapper {
  padding: 1.5% 1.5%;
  margin: -1.5% -1.5%;
}

/* Full-width input fields */

form{
  display: block;
  border-width: 0px;
  width: 100%;
}
input[type=text], input[type=password], input[type=tel] {
  width: 95%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}


input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* Set a style for all buttons */
button {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  font-size: 30px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  opacity: 0.9;}

button:hover {
  opacity:1;
}

#manymore{
color: rgb(88, 88, 88);
padding-left: 9%;
font-size: 30px;
padding-bottom: 40px;
}

/* Extra styles for the cancel button */
.cancelbtn {
  padding: 14px 20px;
  background-color: #f44336;
}

/* Float cancel and signup buttons and add an equal width */
.cancelbtn, .signupbtn {
  float: left;
  width: 50%;
}

/* Add padding to container elements */
.container {
  padding: 16px;
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Set the size of the div element that contains the map */
#map {
  height: 400px;  /* The height is 400 pixels */
  width: 100%;  /* The width is the width of the web page */
 }

/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
  .cancelbtn, .signupbtn {
     width: 100%;
  }
}

@media(max-width: 1333px) {
  .grid-item {
    flex-basis: 33.33%;
  }
}

@media(max-width: 1073px) {
   .grid-item {
    flex-basis: 33.33%;
  }
}

@media(max-width: 815px) {
  .grid-item {
    flex-basis: 50%;
  }
}

@media(max-width: 555px) {
  .grid-item {
    flex-basis: 100%;
  }
}