:root {
  --pcolor: #0092E9;
  font-size: 130%;
  font-family: sans-serif;

}

@font-face {
  font-family: Ubuntu;
  src: url("assets/fonts/Ubuntu/Ubuntu-Regular.ttf");
}

body{  
  height: 100%;
  min-height: 900px;
  background-color:white;
  width: 100%;
}

main{
  padding: 0;
}

.content {
  padding: 5px 3% 5px 3%;
}
.container2 {
  /*background: linear-gradient(to left, #FFFFFF, #AACCBB) !important; */
  background: linear-gradient(to bottom, rgba(100, 99, 181, 0.3), #FFFFFF) !important;
        
}


p {
  font-family: "Arial";
  font-size: 120%;
  color: #000009;
  word-spacing: .3em;
}
ul li{
  text-indent:3px;
  list-style-position: outside  ;
  list-style-type: square;

}

li {
  font-family: "Arial";
  text-indent: 1px;
  font-size: 120%;
  word-spacing: .2em;
}


header{
  background-image:url('../img/header.jpg');
  background-repeat: no-repeat;
  min-height: 150px;
  height:250px;

  padding: 0px 0px 0px;
  padding-top: 100px;
  text-align: center;
  /*box-shadow:blue 5px 2px 30px;*/

}
#homeHeading{
  margin-top: 5%;
  text-shadow: var(--pcolor) 4px -2px;

}


header .header-content {
  width: 100% !important;
  
  
}

nav {
  position: sticky;
  position: -webkit-sticky;
  top: 0; /* required */
  background-color:white;
  
  height: 40px;
  /*box-shadow: lightgray 0px 0px 20px;*/
  border: none;
  
  z-index: 100;

}



.nav > li {
  margin-right: 0px !important;
}

section {
  padding: 70px 0;
}



@media (min-width: 768px) {
  header {
    min-height: 30%;
  }

  header .header-content {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }



}

@media (max-width: 768px) {
  header {
    min-height: 30%;
  }

  header .header-
   {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }

  

}


a {  
  color: blue;
}

footer{
  position: absolute;
  margin-bottom: -5px;
  bottom: 0 !important;
}

.page-wrapper{
  box-shadow: 0px -2px 15px 2px #EAEDEE;
  background-color: white;
  padding-left: 0px;
  padding-right: 0px;
  

}



#content-wrapper{

  margin-top: -5px;
  
  border:none;
  
  /*border-radius: 0px 0px 10px 10px;*/

}

#screens > div{
  padding: 3px;

}

#screens > div > a > img{ 
  border-radius: 3px;  
}

#download-count{
  position:fixed;
  right: 0px;  
  top:2;
  z-index: 5;
  width: auto;
  height: auto;
  padding: 3px;
  background-color: gray;
  -webkit-transform:rotate(270deg);
  opacity: 0.3;
  border-radius: 7px 7px 0px 0px;  
}


#download-count > div >span{
  color: white; 
}

/*center {
  position: absolute;
  bottom: 0;
  opacity: 0.7;
}*/

#csa-footer{

  background-color:rgba(100, 99, 181, 0.7);
  margin-top:1px;
  height: auto;
  border:none;
  color:white;
  padding: 1em;
  padding-top: 1em;
  opacity: 0.7;
  width: 100%;
  /*display: grid;
  grid-template: 50px / auto auto auto;

  grid-column-gap: 3em;
 justify-items: start;*/
 display: flex;
 flex-flow: row;
 flex-wrap: wrap;

}

#csa-footer div {
  margin-left: 50px;
}

#logout-div {
  display: grid;
  justify-self: end;

}

#csa-footer div h4 a, #csa-footer div h4 a:visited {
  color: #ffffff;
}




.navbar .navbar-inverse{
  background-color:rgba(100, 99, 181, 0.3);
  opacity: 0.8
}

.affix {
  top:0;
  width: 100%;
  z-index: 9999 !important;
}

.affix-top {
  top:0;
  width: 100%;
  z-index: 9999 !important;
  position: absolute !important;
}
.navbar {
  margin-bottom: 0px;
}

.affix .container-fluid {
 position: relative;
 top: 0;
}


.active{
 background-color: rgba(100, 99, 181, 0.7);
 opacity: 70%;
}

.nav > .active > a{
  color: white;
  

}
.btn-primary {
  color: white;
  /*background-color: #F05F40;*/
  background-color: rgba(100, 99, 181, 0.7);
  border-color: #F05F40;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  border-radius: 5px;
}

.btn-primary:hover{
	background-color: rgba(250, 120,181, 0.4);
}

.row >.form-group{
  margin-left: 3px;
}

.spaced-par{
	text-align: left;
	line-height: 150%;
  color: #000000;
}

li {
  color: #000000;
}

.portfolio-box-caption-content {
	width:30%;
}

.portfolio-box:hover .portfolio-box-caption {

	background-color: rgba(100, 99, 181, 0.7);
 opacity:1;
}

.img-responsive{
	width:100%;
	height: 100%;
	border-radius: 2px;
}

.padded{
	padding: 5px;	
}

.curved{
	border-radius: 5px;
}
.foot-note {
  opacity: 0.6;
}


.contacts {
  padding-left: -5px;
  width: 100%;
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  /*grid-auto-columns: 20% 60% 20%; */


}

.contacts div {
  display: inline-block;
  overflow-wrap: break-word;
}

i, p {
  overflow-wrap: break-word !important;
}

hr{

  border-color: rgba(100, 99, 181, 0.7); /*black;/*#F05F40;*/
  border-width: 1px;
  max-width: 97%;
  margin-left:0px; 
}

#support-link {
  position: fixed;
  left: 0;
  bottom: 20px;
  margin-left: 90%;
  z-index: 999;
  border-radius: 10px 5px;
  background-color: #cceeff;
  height: 100px !important;
  padding:  3px;
  transform: rotate(-45deg);
  width: 120px;

}
