/* body {
    margin: 10px;

} */

section {
    margin-top: 10pxx;
    margin-bottom: 10px;
}


.lineBlack {
    border: 1px solid rgba(0,0,0);
  }

.title {
    text-align: center;
    font-size: 45px;
}


.subtitle {
    font-size:36px;
}

.subtitle2 {
    font-size: 24px;
}

.imagex {
    width: 500px;
    height: 500px;
}

.buttonsx {
    color: white;
}

.borderx {
    border-style: solid;
    border-width: 5px;
    margin-top: 10px;
    margin-bottom: 10px;

}

section {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgb(241, 241, 236);
}

.centerText {
    text-align: center;
    vertical-align: middle;
    font-size: 60px;
    line-height: 200px;
}


.centerTextContent {
    text-align: center;
    font-size: 30px;
    line-height: 200px;
}



.box {
    height: 200pix; /* For 100% screen height */
}



.box50 {
    height: 50vh; /* For 100% screen height */
    width:  50vw; /* For 100% screen width */
}

.box25 {
    height: 50vh; /* For 100% screen height */
    width:  25vw; /* For 100% screen width */
}


.box75 {
    height: 50vh; /* For 100% screen height */
    width:  75vw; /* For 100% screen width */
}

.spacer {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
}


ulx { 
    list-style-image: url('images/bulletPoint1.jpeg') !important;
    } 

lix { padding-left: 10px; !important}


/* //alternate grid other than bs  */
.grid
 {
  display: grid;
  grid-template-columns: repeat(2,100vh);  /* 3 columns */
  grid-template-rows: repeat(3,100px); /* 3 rows  */
  grid-gap:10px 10px; /* 50 pixels of space added between rows and 30 pixels added between columns  */
  border:thin gray solid;
  padding:10px;
}

.grid-item{
  border:thin gray solid;
  padding:10px;
}


.facebookBlue {
    background-color: rgb(66 103 178);
}

.facebookGray {
    background-color: rgb(137 143 156);
}

.amazonOrange {
    background-color: rgb(255 153 0);
}

.amazonBlack {
    background-color: rgb(0,0,0);
}

.googleGreen {
    background-color: rgb(15 157 88);
}

.googleBlue {
    background-color: rgb(66 133 244);
}

.googleRed {
    background-color: rgb(219 68 55);
}


.googleYellow {
    background-color: rgb(244 180 0);
}

.ibmBlue {
    background-color: rgb(75 107 175);
}

.msoftYellow {
    background-color: rgb(255 185 0);
}

.msoftOrange {
    background-color: rgb(242 80 34);
}

.msoftBlue {
    background-color: rgb(0 164 239);
}

.msoftGray {
    background-color: rgb(115 115 115);
}

.msoftGreen {
    background-color: rgb(127 186 0);
}

.lyftPink {
    background-color: rgb(255 0 191);
}

.bakerMillerPink {
    background-color: rgb(255 145 175);
}