
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
}


h3 {
  font-family: "Balthazar", serif;
  text-align: center;
  padding-top: 25px;
  color: #EC2B32;
}



/*Home Page*/
.money {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-top: 25px;
}

.main-text {
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  line-height: 23px;
  padding-top: 25px;
}

.mainpackage {
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  margin-top: 25px;
}



 /*About Us Page*/
 .studies {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 19px;
  line-height: 20px;
  color: #EC2B32;
  text-align: center;
}
/*Team Styles*/
.da {
  width: 300px;
  align-items: center;
}
.dh {
  width: 300px;
}

.bk {
  width: 300px;
  border-radius: 20px;
}

.WB {
  width: 300px;
  border-radius: 20px;
  
}



/*Managed Page*/
.tools {
  width: 300px;
}

.managed-text {
  font-family: j"Roboto", sans-serif;
  font-size: 23px;
  line-height: 23px;
  padding-left: 25px;
  padding-top: 35px;
}


h2 {
  text-align: center;
  color: #EC2B32;
}



/*Cloud Dervices Pag*/
.cloud-services {
  margin-top: 50px;
}

.spacer-heading  {
  margin-top: 30px;
  text-align: left;
}



/*Security Hardware Page*/
.swall-logo {
  width: 300px;
  margin-top: 25px;
}

.sec-text {
  margin-top: 25px;
}

.secuity-list {
  list-style-type: square;
  padding-left: 230px;
}

.downtime {
  padding-top: 25px;
}

.btn-secondary {
  margin-bottom: 50px;
}


/*navigation*/
.navbar {
  display: flex;
  flex-direction: row;
  background-color: #000080;
}

.navlinks a{
  color: #fff;
  text-decoration: none;
  list-style: none;
}

.btn-danger {
  padding-bottom: 50px;
}

/* Icons */
.mapicon {
  font-size: 23px;
  color: #EC2B32;
}
.uparrow {
  font-size: 23px;
}
.emailus {
  font-size: 23px;
  color: #EC2B32;
}
.folder {
  font-size: 23px;
  color: #EC2B32;
}
.boxarrow {
  font-size: 23px;
  color: #EC2B32;
}
.database {
  font-size: 23px;
  color: #EC2B32;
}
