@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
footer{
  margin: 0;
  padding: 0;
  color: #d9d9d9;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
footer{
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #222;
	font-size: 17px;
}
.main-content{
  display: flex;
}
.box h2{
  font-size: 1.125rem !important;
  font-size: 18px !important;	
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.box .content{
  margin: 20px 0 0 0;
  position: relative;
}
.box .content:before{
  position: absolute;
  content: '';
  top: -10px;
  height: 2px;
  width: 100%;
  background: #1a1a1a;
}
.box .content:after{
  position: absolute;
  content: '';
  height: 2px;
  width: 15%;
  background: #00d6e6;
  top: -10px;
}
.left .content p{
  text-align: justify;
}
.left .content .social{
  margin: 20px 0 0 0;
}
.left .content .social a{
  padding: 0 2px;
}
.left .content .social a span{
  height: 40px;
  width: 40px;
  background: #1a1a1a;
  line-height: 40px;
  text-align: center;
  font-size: 18px !important;
  border-radius: 5px;
  transition: 0.3s;
}
.left .content .social a span:hover{
  background: #f12020;
}
.center .content .fas{
  font-size: 1.4375rem !important;
  background: #1a1a1a;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.center .content .fas:hover{
  background: #f12020;
}
.center .content .text{
  font-size: 1.0625rem !important;
  font-weight: 500;
  padding-left: 10px;
}
.center .content .phone{
  margin: 15px 0;
}

footer a {
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
}
.bottom center{
  padding: 5px;
  font-size: 0.9375rem !important;
  background: #222;
}
.bottom center span{
  color: #bfbfbf;
}
.bottom center a{
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
}
.bottom center a:hover{
  text-decoration: none;
}

ul {
  list-style: none;
}

/*YOUR CUSTOM MEDIA QUERIES FOR FOOTER STYLING**********/
/*1900px+---Huge Computer Screens, including your main monitor)*/
@media (min-width: 1900px) {
/*Overall Footer Flexbox and positioning*/
  .main-content .box{
    padding: 10px 20px;
  }
  .main-content .left.box{
  flex-basis: 100%;
  }
  .main-content .center.box{
  flex-basis: 100%;
  }
  .main-content .right.box{
  flex-basis: 100%;
} 
.right .content .social{
  margin: 20px 0 0 0;
}
  .right .content .social a{
  padding: 0 2px;
}
  #footersocialcontactheader {
    margin-top: 20px;
  }

/*Footer Header Styling*/
#footernavlinksheader, #footerportfoliosheader, #footercontactheader, #footersocialcontactheader {color: #FFFFFF;}
  
  /*Hide Small Screen Portfolio Links*/
#footerportfolioslinkssmall{
    display: none;
  }
  
/*Footer Link Color Styling*/
#footernavlinks a {
  color: #d9d9d9;
  text-decoration: none;
}
#footernavlinks a:hover,
a:focus, a:active {
  color: #FFFFFF;
  font-weight: 500;}
  
#footerportfolioslinks a {
  color: #d9d9d9;
  text-decoration: none;
}
#footerportfolioslinks a:hover,
a:focus, a:active {
  color: #FFFFFF;
  font-weight: 500;}
  
#contact.right.box address, #contact.right.box strong, #contact.right.box abbr{
    color: #39aec6;
  }
#footermaillink {
    color:white;
  }  
#footermaillink:hover, #footermaillink:focus,
#footermaillink:active{
    color: #39aec6;
    font-weight: 500;
  }  
.social a span{
    color: #0991ae;
  }  
.social a span:hover,
a:focus, a:active {
  color: #004F6F;
  } 
}
/*1824px-1899px---Even Larger Computer Screens*/
@media (min-width: 1824px) and (max-width: 1899px) {
  /*Overall Footer Flexbox and positioning*/
  .main-content .box{
    padding: 10px 20px;
  }
  .main-content .left.box{
  flex-basis: 100%;
  }
  .main-content .center.box{
  flex-basis: 100%;
  }
  .main-content .right.box{
  flex-basis: 100%;
 } 
  .right .content .social{
  margin: 20px 0 0 0;
}
  .right .content .social a{
  padding: 0 2px;
}
  #footersocialcontactheader {
    margin-top: 20px;
  }
  
/*Footer Header Styling*/
#footernavlinksheader, #footerportfoliosheader, #footercontactheader, #footersocialcontactheader {color: #FFFFFF;}
  
  /*Hide Small Screen Portfolio Links*/
#footerportfolioslinkssmall{
    display: none;
  }
  
  /*Footer Link Color Styling*/
#footernavlinks a {
  color: #d9d9d9;
  text-decoration: none;
}
#footernavlinks a:hover,
a:focus, a:active {
  color: #FFFFFF;
  font-weight: 500;}
  
#footerportfolioslinks a {
  color: #d9d9d9;
  text-decoration: none;
}
#footerportfolioslinks a:hover,
a:focus, a:active {
  color: #FFFFFF;
  font-weight: 500;}
  
#contact.right.box address, #contact.right.box strong, #contact.right.box abbr{
    color: #39aec6;
  }
#footermaillink {
    color:white;
  }  
#footermaillink:hover, #footermaillink:focus,
#footermaillink:active{
    color: #39aec6;
    font-weight: 500;
  }  
.social a span{
    color: #0991ae;
  }  
.social a span:hover,
a:focus, a:active {
  color: #004F6F;
  } 
}
/*1550px-1823px---Larger Computer Screens*/
@media (min-width: 1550px) and (max-width: 1823px) {
  /*Overall Footer Flexbox and positioning*/
.main-content .box{
    padding: 10px 20px;
  }
  .main-content .left.box{
  flex-basis: 100%;
  }
  .main-content .center.box{
  flex-basis: 100%;
  }
  .main-content .right.box{
  flex-basis: 100%;
  } 
 .right .content .social a{
  padding: 0 2px;
}
#footersocialcontactheader {
    margin-top: 20px;
  }
  
/*Footer Header Styling*/
#footernavlinksheader, #footerportfoliosheader, #footercontactheader, #footersocialcontactheader {color: #FFFFFF;}
  
  /*Hide Small Screen Portfolio Links*/
#footerportfolioslinkssmall{
    display: none;
  }  
  
  /*Footer Link Color Styling*/
#footernavlinks a {
  color: #d9d9d9;
  text-decoration: none;
}
#footernavlinks a:hover,
a:focus, a:active {
  color: #FFFFFF;
  font-weight: 500;}
  
#footerportfolioslinks a {
  color: #d9d9d9;
  text-decoration: none;
}
#footerportfolioslinks a:hover,
a:focus, a:active {
  color: #FFFFFF;
  font-weight: 500;}
  
#contact.right-box address, #contact.right-box strong, #contact.right-box abbr{
    color: #39aec6;
  }
#footermaillink {
    color:white;
  }  
#footermaillink:hover, #footermaillink:focus,
#footermaillink:active{
    color: #39aec6;
    font-weight: 500;
  }  
.social a span{
    color: #0991ae;
  }  
.social a span:hover,
a:focus, a:active {
  color: #004F6F;
  } 
}
/*1440px-1549px---Large Computer Screens*/
@media (min-width: 1440px) and (max-width: 1549px) {
  /*Overall Footer Flexbox and positioning*/
.main-content .box{
    padding: 10px 20px;
  }
  .main-content .left.box{
  flex-basis: 100%;
  }
  .main-content .center.box{
  flex-basis: 100%;
  }
  .main-content .right.box{
  flex-basis: 100%;
} 
.right .content .social a{
  padding: 0 2px;
}
#footersocialcontactheader {
    margin-top: 20px;
  }
  
/*Footer Header Styling*/
#footernavlinksheader, #footerportfoliosheader, #footercontactheader, #footersocialcontactheader {color: #FFFFFF;}
  
  /*Hide Small Screen Portfolio Links*/
#footerportfolioslinkssmall{
    display: none;
  }
  
  /*Footer Link Color Styling*/
#footernavlinks a {
  color: #d9d9d9;
  text-decoration: none;
}
#footernavlinks a:hover,
a:focus, a:active {
  color: #FFFFFF;
  font-weight: 500;}
  
#footerportfolioslinks a {
  color: #d9d9d9;
  text-decoration: none;
}
#footerportfolioslinks a:hover,
a:focus, a:active {
  color: #FFFFFF;
  font-weight: 500;}
  
#contact.right-box address, #contact.right-box strong, #contact.right-box abbr{
    color: #39aec6;
  }
#footermaillink {
    color:white;
  }  
#footermaillink:hover, #footermaillink:focus,
#footermaillink:active{
    color: #39aec6;
    font-weight: 500;
  }  
.social a span{
    color: #0991ae;
  }  
.social a span:hover,
a:focus, a:active {
  color: #004F6F;
  } 

}
/*1200px-1439px---Med. and Large Computer Screens*/
@media (min-width: 1200px) and (max-width: 1439px) {
  /*Overall Footer Flexbox and positioning*/
  .main-content .box{
    padding: 10px 20px;
  }
  .main-content .left.box{
  flex-basis: auto;
  }
  .main-content .center.box{
  flex-basis: 100%;
  }
  .main-content .right.box{
  flex-basis: 100%;
} 
   .right .content .social a{
  padding: 0 2px;
}
#footersocialcontactheader {
    margin-top: 20px;
  }
  
/*Footer Header Styling*/
#footernavlinksheader, #footerportfoliosheader, #footercontactheader, #footersocialcontactheader {color: #FFFFFF;}
  
  /*Hide Small Screen Portfolio Links*/
#footerportfolioslinkssmall{
    display: none;
  }
  
  /*Footer Link Color Styling*/
#footernavlinks a {
  color: #d9d9d9;
  text-decoration: none;
}
#footernavlinks a:hover,
a:focus, a:active {
  color: #FFFFFF;
  font-weight: 500;}
  
#footerportfolioslinks a {
  color: #d9d9d9;
  text-decoration: none;
}
#footerportfolioslinks a:hover,
a:focus, a:active {
  color: #FFFFFF;
  font-weight: 500;}
  
#contact.right-box address, #contact.right-box strong, #contact.right-box abbr{
    color: #39aec6;
  }
#footermaillink {
    color:white;
  }  
#footermaillink:hover, #footermaillink:focus,
#footermaillink:active{
    color: #39aec6;
    font-weight: 500;
  }  
.social a span{
    color: #0991ae;
  }  
.social a span:hover,
a:focus, a:active {
  color: #004F6F;
  } 
}
/*992px-1199px---Large Tablets and Small/Med. and vertical Computer Screens (your coding monitor)*/
@media (min-width: 992px) and (max-width: 1199px) {
  /*Overall Footer Flexbox and positioning*/
  .main-content{
    flex-wrap: wrap;
    display: flex;
    flex-flow: row-wrap;
  }
   .main-content .box{
    padding: 10px 20px;
  }
  .main-content .left.box{
  flex-basis: 33.33%;
  }
  .main-content .center.box{
  flex-basis: 33.33%;
  }
   .break {
  flex-basis: 33.33%;
  height: 0;
    order: 3;}
  
  .main-content .right.box{
  flex-flow: row-wrap;
  flex-basis: 100%;
    order: 4;
} 
 #contact > * {
  flex: 1 0 auto;
}
  .right .content .social a{
  padding: 0 2px;
}
  #footersocialcontactheader {
    margin-top: 20px;
  }
  
/*Footer Header Styling*/
#footernavlinksheader, #footerportfoliosheader, #footercontactheader, #footersocialcontactheader {color: #FFFFFF;}
  
  /*Hide Small Screen Portfolio Links*/
#footerportfolioslinkssmall{
    display: none;
  }
  
  /*Footer Link Color Styling*/
#footernavlinks a {
  color: #d9d9d9;
  text-decoration: none;
}
#footernavlinks a:hover,
a:focus, a:active {
  color: #FFFFFF;
  font-weight: 500;}
  
#footerportfolioslinks a {
  color: #d9d9d9;
  text-decoration: none;
}
#footerportfolioslinks a:hover,
a:focus, a:active {
  color: #FFFFFF;
  font-weight: 500;}
  
#contact.right-box address, #contact.right-box strong, #contact.right-box abbr{
    color: #39aec6;
  }
#footermaillink {
    color:white;
  }  
#footermaillink:hover, #footermaillink:focus,
#footermaillink:active{
    color: #39aec6;
    font-weight: 500;
  }  
.social a span{
    color: #0991ae;
  }  
.social a span:hover,
a:focus, a:active {
  color: #004F6F;
  } 
}
/*856px-991px---Moar Tablets and Small Computer Screens*/
@media (min-width: 856px) and (max-width: 991px) {
  /*Overall Footer Flexbox and positioning*/
  .main-content{
    flex-wrap: wrap;
    display: flex;
    flex-flow: row-wrap;
  }
  .main-content .box{
    padding: 10px 20px;
  }
  .main-content .left.box{
  flex-basis: 30%;
  }
  .main-content .center.box{
  flex-basis: auto;
  }
   .break {
  flex-basis: 33.33%;
  height: 0;
    order: 3;}
  
  .main-content .right.box{
  flex-flow: row-wrap;
  flex-basis: 100%;
    order: 4;
} 
 #contact > * {
  flex: 1 0 auto;
}
  .right .content .social a{
  padding: 0 2px;
}
  #footersocialcontactheader {
    margin-top: 20px;
  }
  
/*Footer Header Styling*/
#footernavlinksheader, #footerportfoliosheader, #footercontactheader, #footersocialcontactheader {color: #FFFFFF;}
  
  /*Hide Small Screen Portfolio Links*/
#footerportfolioslinkssmall{
    display: none;
  }
  
  /*Footer Link Color Styling*/
#footernavlinks a {
  color: #d9d9d9;
  text-decoration: none;
}
#footernavlinks a:hover,
a:focus, a:active {
  color: #FFFFFF;
  font-weight: 500;}
  
#footerportfolioslinks a {
  color: #d9d9d9;
  text-decoration: none;
}
#footerportfolioslinks a:hover,
a:focus, a:active {
  color: #FFFFFF;
  font-weight: 500;}
  
#contact.right-box address, #contact.right-box strong, #contact.right-box abbr{
    color: #39aec6;
  }
#footermaillink {
    color:white;
  }  
#footermaillink:hover, #footermaillink:focus,
#footermaillink:active{
    color: #39aec6;
    font-weight: 500;
  }  
.social a span{
    color: #0991ae;
  }  
.social a span:hover,
a:focus, a:active {
  color: #004F6F;
  } 
}
/*768px-855px---Moar Tablets*/
@media (min-width: 768px) and (max-width: 855px) {
  /*Overall Footer Flexbox and positioning*/
  .main-content{
    flex-wrap: wrap;
    display: flex;
    flex-flow: row-wrap;
  }
  .main-content .box{
    padding: 10px 20px;
  }
  .main-content .left.box{
  flex-basis: auto;
  }
  .main-content .center.box{
  flex-basis: auto;
  }
  .break {
  flex-basis: 33.33%;
  height: 0;
    order: 3;}
  
  .main-content .right.box{
  flex-flow: row-wrap;
  flex-basis: 100%;
    order: 4;
} 
 #contact > * {
  flex: 1 0 auto;
}
  .right .content .social a{
  padding: 0 2px;
}
  #footersocialcontactheader {
    margin-top: 20px;
  }
/*Footer Header Styling*/
#footernavlinksheader, #footerportfoliosheader, #footercontactheader, #footersocialcontactheader {color: #FFFFFF;}
  
  /*Hide Small Screen Portfolio Links*/
#footerportfolioslinkssmall{
    display: none;
  }
  
  /*Footer Link Color Styling*/
#footernavlinks a {
  color: #d9d9d9;
  text-decoration: none;
}
#footernavlinks a:hover,
a:focus, a:active {
  color: #FFFFFF;
  font-weight: 500;}
  
#footerportfolioslinks a {
  color: #d9d9d9;
  text-decoration: none;
}
#footerportfolioslinks a:hover,
a:focus, a:active {
  color: #FFFFFF;
  font-weight: 500;}
  
#contact.right-box address, #contact.right-box strong, #contact.right-box abbr{
    color: #39aec6;
  }
#footermaillink {
    color:white;
  }  
#footermaillink:hover, #footermaillink:focus,
#footermaillink:active{
    color: #39aec6;
    font-weight: 500;
  }  
.social a span{
    color: #0991ae;
  }  
.social a span:hover,
a:focus, a:active {
  color: #004F6F;
  } 
}
/*576px-767px---Phones and Tablets*/
@media (min-width: 576px) and (max-width: 767px) {
  /*Overall Footer Flexbox and positioning*/
  footer {
    position: relative;
    bottom: 0px;
  }
  .main-content{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .main-content .box{
    padding: 10px 20px;
  }
  .main-content .box{
    margin: 5px 0;
  }
 
  .right .content .social a{
  padding: 0 2px;
}
  #footersocialcontactheader {
    margin-top: 20px;
  }
#footernavlinksheader, #footerportfoliosheader, #footercontactheader, #footersocialcontactheader {color: #FFFFFF;}
  
  /*Hide Portfolio Links for non-small screens*/
  #footerportfolioslinks{
    display: none;
  }
  
  /*Footer Link Color Styling*/
#footernavlinks a {
  color: #d9d9d9;
  text-decoration: none;
}
#footernavlinks a:hover,
a:focus, a:active {
  color: #FFFFFF;
  font-weight: 500;}
  
#footerportfolioslinkssmall a {
  color: #d9d9d9;
  text-decoration: none;
}
#footerportfolioslinkssmall a:hover,
a:focus, a:active {
  color: #FFFFFF;
  font-weight: 500;}
  
#contact.right-box address, #contact.right-box strong, #contact.right-box abbr{
    color: #39aec6;
  }
#footermaillink {
    color:white;
  }  
#footermaillink:hover, #footermaillink:focus,
#footermaillink:active{
    color: #39aec6;
    font-weight: 500;
  }  
.social a span{
    color: #0991ae;
  }  
.social a span:hover,
a:focus, a:active {
  color: #004F6F;
  } 
} 
/*481px-575px---Small Phones*/
@media (min-width: 481px) and (max-width: 575px) {
  /*Overall Footer Flexbox and positioning*/
  footer {
    position: relative;
    bottom: 0px;
  }
  .main-content{
    flex-wrap: wrap;
    flex-direction: column;
  }
   .main-content .box{
    padding: 10px 20px;
  }
  .main-content .box{
    margin: 5px 0;
  }
   
  .right .content .social a{
  padding: 0 2px;
}
  #footersocialcontactheader {
    margin-top: 20px;
  }
  
/*Footer Header Styling*/
#footernavlinksheader, #footerportfoliosheader, #footercontactheader, #footersocialcontactheader {color: #FFFFFF;}
  
  /*Hide Portfolio Links for non-small screens*/
  #footerportfolioslinks{
    display: none;
  }
  
  /*Footer Link Color Styling*/
#footernavlinks a {
  color: #d9d9d9;
  text-decoration: none;
}
#footernavlinks a:hover,
a:focus, a:active {
  color: #FFFFFF;
  font-weight: 500;}
  
#footerportfolioslinkssmall a {
  color: #d9d9d9;
  text-decoration: none;
}
#footerportfolioslinkssmall a:hover,
a:focus, a:active {
  color: #FFFFFF;
  font-weight: 500;}
  
#contact.right-box address, #contact.right-box strong, #contact.right-box abbr{
    color: #39aec6 !important;
  }
#footermaillink {
    color:white;
  }  
#footermaillink:hover, #footermaillink:focus,
#footermaillink:active{
    color: #39aec6;
    font-weight: 500;
  }  
.social a span{
    color: #0991ae;
  }  
.social a span:hover,
a:focus, a:active {
  color: #004F6F;
  } 
}
/*320-480px---Tiny Phones*/
@media (min-width: 320px) and (max-width: 480px) {
  /*Overall Footer Flexbox and positioning*/
  footer{
    position: relative;
    bottom: 0px;
  }
  .main-content{
    flex-wrap: wrap;
    flex-direction: column;
  }
   .main-content .box{
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }
  .main-content .box{
    margin: 5px 0;
  }
  
  .right .content .social a{
  padding: 0 2px;
}
   #footersocialcontactheader {
    margin-top: 20px;
  }
  
  /*Footer Header Styling*/
#footernavlinksheader, #footerportfoliosheader, #footercontactheader, #footersocialcontactheader {color: #FFFFFF;}
  
/*Hide Portfolio Links for non-small screens*/
  #footerportfolioslinks{
    display: none;
  }
  
  /*Footer Link Color Styling*/
#footernavlinks a {
  color: #d9d9d9;
  text-decoration: none;
}
#footernavlinks a:hover,
a:focus, a:active {
  color: #FFFFFF;
  font-weight: 500;}
  
#footerportfolioslinkssmall a {
  color: #d9d9d9;
  text-decoration: none;
}
#footerportfolioslinkssmall a:hover,
a:focus, a:active {
  color: #FFFFFF;
  font-weight: 500;}
  
#contact.right-box address, #contact.right-box strong, #contact.right-box abbr{
    color: #39aec6;
  }
#footermaillink {
    color:white;
  }  
#footermaillink:hover, #footermaillink:focus,
#footermaillink:active{
    color: #39aec6;
    font-weight: 500;
  }  
.social a span{
    color: #0991ae;
  }  
.social a span:hover,
a:focus, a:active {
  color: #004F6F;
  } 
}