*{
    box-sizing: border-box;
    
}
html {
  box-sizing: border-box;
}
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif; 
   }

body {
  background-color: white;
}



.logo {

  height: 14vh;

}




.wrapper2{
  margin:auto;  
  max-width: 1400px;
  background-color: white;
  padding: 10px;
  position: center;
}

.wrapper1{
  margin:auto;  
  max-width: 1400px;
  background-color: grey;
  padding: 10px;
  position: center;
}
.wrapper{
  margin:auto;	
  max-width: 1400px;
  background-color: white;
  padding: 30px;
  position: center;
}

.wrapper a{
  text-decoration: none;

}

.header {
  overflow: hidden;
  background-color: white;
  padding: 1px 1px;
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 0px;
  border-bottom: 3px solid transparent;
}

.header a:hover {
 border-bottom: 3px solid red;
  background-color: #ddd;
  color: black;
}

.header-right {
  float: right;
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .header-right {
    float: none;
  }
}
.header .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .header a:not(:first-child) {display: none;}
  .header a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 978px) {
  .centered{
    display: none;
  }
  }

@media screen and (max-width: 600px) {
  .header.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .header.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .centered{
    display: none;
  }
}
.media {
  float:right;
   margin:auto; 
  max-width: 1400px;
  background-color: white;
  padding: 0px;

   
   }
   
.container {
  position: relative;
  text-align: center;
  color: white;
}

.responsive1{
  width: 100%;
  height: auto;
  }

.centered {
  font-size: 3vw;
  font-weight: 200;
  line-height: 0.8;
  color:#007749;
  position: absolute;
  top: 48%;
  left:40%;
  -ms-transform: rotate(-20deg); /* IE 9 */
  transform: rotate(-20deg);
}
.Sideline {
  font-size: 5vw;
  font-weight: 500;
  line-height: 0.8;
  color:#007749;
  position: absolute;
  top: 35%;
  left: 7%;
  -ms-transform: rotate(-20deg); /* IE 9 */
  transform: rotate(-20deg);
}
/*.shape{
  text-align:center;
  background:
    linear-gradient(65deg , transparent 50%,rgba(3,78,136,0.7) 50%) left no-repeat, 
    linear-gradient(0deg , rgba(3,78,136,0.7),rgba(3,78,136,0.7)) 30px 0 no-repeat;
  
  background-size:30px 100%, 100% 100%;
  width:1000px;
  height:500px;
  line-height:20px;
  padding:0 20px;
  color:white;
  margin:20px auto;
  position:relative;
}*/
.contact-form{
  background-color: white ;
  padding: 15px;
  max-width: 500px;
}



.input-fields{
  display: flex;
  flex-direction: column;
  margin-right: 4%;
}

.input-fields,
.msg{
  width: 100%;
}

.input-fields .input,
.msg textarea{
  margin: 10px 0;
  background: transparent;
  border-top-right-radius: 40px; 
  border-top: 2px solid lightgrey;
  border-bottom: 2px solid lightgrey;
  border-left: 2px solid lightgrey;
   border-right: 2px solid lightgrey;
  padding: 10px;
  color: black;
  width: 100%;
  font-size: 15px;
}

.msg textarea{
  height: 212px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}
button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-top-right-radius: 40px;
  padding: 15px 25px;
  background-color:red;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #f1556a;
}

.btn {
    background: #39b7dd;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}
@media screen and (max-width: 600px){
  .responsive2{
    
    width: 100%;
    height:auto;
  }
  .responsive1{
    width: 100%;
    height:auto;
  }
}



@media screen and (max-width: 600px){
  .contact-form{
    flex-direction: column;
    width: 100%;
    margin-top: 0;
  }
  .msg textarea{
    height: 80px;
  }
  .input-fields,
  .msg{
    width: 100%;
  }
  iframe{
    width:100%;
  }
  .g-recaptcha{
    transform:scale(0.77);
    -webkit-transform:scale(0.70);
    transform-origin:4% 0;
    -webkit-transform-origin:7% 0;
    width:100%;
  }
}
.column-66 {
  float: left;
  width: 50%;
  padding: 10px;
}
.column-33 {
  float: left;
  width: 50%;
  
  padding: 50px 50px 50px 50px;
}

.column-33 img{
 max-width: 100%;
 height: auto;
 margin-top:10%;

}
.column-11 {
  float: left;
  width: 10%;
  padding: 5px;

  

}
.column-22 {
  float: left;
  width: 100%;
  padding: 10px;

 
}
.column-88 {
  float: left;
  width: 100%;
  padding: 20px;
  }
  .column-31 {
  margin-top: 50px;
  float: left;
  width: 100%;
  padding: 20px;
  border-radius: 25px;
  background-color: lightgrey;
  }
  .column-31 p{
  text-align: left;
}
  .column-32 {
  margin-top: 50px;
  float: left;
  width: 100%;
  padding: 20px;
  border-radius: 25px;
  background-color: lightgrey;
  }
  .column-32 p{
   text-align: left;
   font-size: 20px;
  }

.column-77 {
  float: left;
  width: 50%;
  padding: 10px;
 }

.row-77:after {
  content: "";
  display: table;
  clear: both
}

.column-77 a{
  padding:5px;
}
.column-77 td{
  padding:10px;
}

.row-44:after {
  content: "";
  display: table;
  clear: both
}
.column-44 {
  float: left;
  width: 50%;
  padding: 10px;
  }

.column-44 input{
  margin-left: 25%;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-top-right-radius: 40px;
  padding: 5px 25px;
  background-color:red;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;

  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.media input{
  margin-left: 30px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-top-right-radius: 40px;
  padding: 5px 25px;
  background-color:red;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 600px) {
  .column-77,
  .column-44 {
    width: 100%;
    text-align: center;
   }
    .column-44 input{
      margin-left: 5%;
      padding-left: 5px;
    } 
  }

@media screen and (max-width: 1000px) {
  .column-66,
  .column-33 {
    width: 100%;
    text-align: center;
  }
  img {
    margin: auto;
  }
}
.column-21 {
  
  float: left;
  width: 100%;
  padding: 20px;
 
  
}
.column-21 p {
  font-size: 20px;
}
.column-21 a {
  font-size: 35px;
  font-style: bold;
  font-weight: 600;
}

.column-41 {
  float: left;
  width: 100%;
  padding: 50px;
  background-color: grey;
}



/*Start of Meet the Board*/
*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container2 {
  padding: 0 16px;
}

.container2::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}
.wrapper h2{
  text-align: center;
}
.wrapper p{
  text-align: left;
 
}

#more {display: none;}

.wrapper2 p{
  text-align: left;
}
/*End of Meet the Board*/

.card-body {
  background-color:#001489; 
}
.card-body button {
  background-color:#FFB81C; 
}
.card-header{
  background-color:#007749; 
}

/*Start of Members Page*/
.containerMem {
  padding: 34px;
  border-radius: 25px;
}

.rowMem:after {
  content: "";
  display: table;
  clear: both
}

.column-66Mem {
  float: left;
  width: 66.66666%;
  padding: 20px;
}
.column-66Mem p{
  text-align: justify;

}

.column-33Mem {
  float: left;
  width: 33.33333%;
  padding: 10px;
}

.large-fontMem {
  font-size: 26px;
}

.xlarge-fontMem {
  font-size: 48px;
}

.buttonMem {
  border: none;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  background-color: #4CAF50;
}
.column-33mem img {
  display: block;
  height: auto;
  max-width: 100%;
}


@media screen and (max-width: 600px) {
  .column-66Mem,
  .column-33Mem {
    width: 100%;
    text-align: center;
  }
  .column-33Mem img {
    margin: auto;
  }
}

@media screen and (max-width: 1200px) {
  .column-66Mem,
  .column-33Mem {
    width: 100%;
    text-align: center;
  }
  .column-33Mem img {
    margin: auto;
  }
}

/*Start of Macro Page*/
.containerMac {

}
.containerMac1 {
  padding: 12px;
  border-radius: 25px;
}
.containerMac p{
 text-align: left;
}

.rowMac:after {
  content: "";
  display: table;
  clear: both
}

.column-66Mac {
  float: left;
  width: 66.66666%;
  padding: 20px;
}
.column-66Mac1 {
   float: left;
  width: 100%;
  padding: 10px;
}
.column-66Mac p{
  text-align: left;
}

.column-33Mac {
  float: left;
  width: 33.33333%;
  padding: 20px;
}

.large-fontMac {
  font-size: 36px;
}

.xlarge-fontMac {
  font-size: 36px;
  color:#E03C31;
}

.column-66Mac a{
 font-size: 20px;
}

.buttonMac {
  border: none;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  background-color: #4CAF50;
}



@media screen and (max-width: 600px) {
  
  .column-66Mac,
  .column-33Mac {
    width: 100%;
    text-align: center;
  }
  img {
    margin: auto;
  }
}





.containerReg h1{
  text-align: center;
}



.wrapperReg{
  margin:auto;  
  max-width: 600px;
  background-color: white;
  padding: 10px;
  position: center;
}
/* Add padding to containers */
.containerReg {
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 5px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
  border-radius: 10px;
}

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

/* Overwrite default styles of hr */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* Set a style for the submit button */
.registerbtn {
  background-color: #007749;
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
  border-radius: 10px;
}

.registerbtn:hover {
  opacity: 1;
}

/* Add a blue text color to links */
a {
  color: dodgerblue;
}

/* Set a grey background color and center the text of the "sign in" section */
.signin {
  background-color: #f1f1f1;
  text-align: center;
}




@media screen and (max-width:600px){
  .media input{
    margin-left: 20px;
    margin-right: 10px;
    padding-right: 10px;
    font-size: 10px;
    padding: 10px;}
  }

/* START OF PORFOLIO SHOW*/

.containerOVER {
  position: relative;
  width: 50%;
}

.imageOVER {
  display: block;
  width: 100%;
  height: auto;
}

.overlayOVER {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.containerOVER:hover .overlayOVER {
  width: 100%;
}

.textOVER {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

/* END of portfolio*/








footer {
  font-size: 12px;
  text-align: center;
  padding: 2px;
  background-color: white;
  color: black;
}
