@charset "UTF-8";






.main-wrapper {
  height: 100vh;  
}

.section {
  height: 100%;  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
}

.half {
 
  height: 50%;  
  width: 100%;
  margin: 15px 0;
}


html, body {
  height: 100%;
}

.full-height {
  height: 100%;
}


.bg-dark {
  background-color: #40705B !important;
   
}




.nav-link {
	display: block;
	padding: 0.5rem 1rem;
	
	font-family: "Lemon/Milk";
	font-style: normal;
   
}

.nav-link:hover, .nav-link:focus {
	text-decoration: none;
	color: hotpink;
	outline: none;
  box-shadow: none;
}
.nav-item {
	padding-right: 5.0rem;
	padding-left: 0.5rem;
	 
	
}

.nav-link {
	display: block;
	padding: 0.5rem 1rem;
	font-size: large;
	font-style: normal;

    font-family: "lemonmilkregular";
	
	font-weight: normal;
	 text-decoration: none;
	outline-color: none;
	
}

    
    
    linecolor {
  color: #A21E20;
  text-decoration: bold;
  background-color: #A21E20;
}
  .fogwhite2 {
	background-color: rgba(201,192,192,0.74);
	-webkit-box-shadow: 0px 0px 0px #F6F2F2;
	box-shadow: 0px 0px 0px #F6F2F2;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}   
    


.fogwhite {
	background-color: rgba(0,0,0,0.72);
	-webkit-box-shadow: 0px 0px 0px #F6F2F2;
	box-shadow: 0px 0px 0px #F6F2F2;
	padding-top: 15px;
}
.blackbanner {
	background-color: black;
	-webkit-box-shadow: 0px 0px 0px #F6F2F2;
	box-shadow: 0px 0px 0px #F6F2F2;
	padding-top: 15px;
}
.lemonmilkfont {
	font-family: "lemonmilkregular";
	font-style: normal;
	font-size: medium;
	font-weight: normal;
}
.lemonmilkfontcolor {
	font-family: "lemonmilkregular";
	font-style: normal;
	font-size: large;
	font-weight: normal;
	color: #CCBEBE;
}

.lemonmilkfontitalics {
    font-family: "lemonmilkregular";
    font-style: italic;
    font-size: small;
    font-weight: normal;
    color: #CCBEBE;
}
.lemonmilkBold {
	font-family: "lemonmilkregular";
	font-style: normal;
	font-size: medium;
	font-weight: normal;
	color: rgba(0,0,0,1.00);
}

.lemonmilkBoldbox {
	font-family: "lemonmilkregular";
	font-style: normal;
	font-size: xx-large;
	font-weight: bold;
	color: rgba(0,0,0,1.00);
	background-color: #FBF5F5;
}
.lemonmilkLarge2 {
	font-family: "lemonmilkregular";
	font-style: normal;
	font-size: x-large;
	font-weight: normal;
	color: rgba(243,247,248,1.00);
	text-shadow: 0.05px 1px 0px;
	letter-spacing: 0px;
    
    
}
.lemonmilkemailtext {
    font-family: "lemonmilkregular";
    font-style: normal;
    font-size: large;
    font-weight: normal;
    color: rgba(243,247,248,1.00);
    text-shadow: 0.05px 1px 0px;
    letter-spacing: 0px;    
    
}
.lemonmilkLarge2c {
	font-family: "lemonmilkregular";
	font-style: normal;
	font-size: x-large;
	font-weight: normal;
	color: rgba(243,247,248,1.00);
	text-shadow: 0.05px 1px 0px;
	letter-spacing: 0px;
    
    
}
.lemonmilkwidelarge {
	font-family: "lemonmilkregular";
	font-style: normal;
	font-size: large;
	font-weight: bolder;
	color: rgba(243,247,248,1.00);
	text-shadow: 0.05px 1px 0px;
	letter-spacing: 8px;
	font-variant: small-caps;
}

.lemonmilkLarge2b {
	font-family: "lemonmilkregular";
	font-style: normal;
	font-size: x-large;
	font-weight: normal;
	color: #233D32;
	text-shadow: 0.05px 1px 0px;
	letter-spacing: 0px;
   }

.h1 {
	font-family: "lemonmilkregular";
	font-style: normal;
	font-size: x-large;
	font-weight: normal;
	color: black;
	text-shadow: 0.05px 1px 0px;
	letter-spacing: 0px;
    
    

    
}
.lemonmilkLarge {
	font-family: "lemonmilkregular";
	font-style: normal;
	font-size: x-large;
	font-weight: normal;
	color: black;
}
.lemonmilkLargeitalics {
    font-family: "lemonmilkregular";
    font-style: italic;
    font-size: x-large;
    font-weight: normal;
    color: black;
}


.lemonmilkXLargeblack {
	font-family: "lemonmilkregular";
	font-style: normal;
	font-size: xx-large;
	font-weight: normal;
	color: black;
}


.lemonmilkXLargewhite {
	font-family: "lemonmilkregular";
	font-style: normal;
	font-size: xx-large;
	font-weight: bolder;
	color: white;
	padding-top: 150px;

}

.lemonmilkXLargeblackoutline {
	font-family: "lemonmilkregular";
	font-style: normal;
	font-size: xx-large;
	font-weight: normal;
	color: black;
	letter-spacing: 0.5px;
	text-shadow: 1px 2px rgba(246,240,240,1.00);
}
.btn-primary {
  color: #fff;
  background-color: #1DAFE7;
  border-color: #030303; 
    border-style: double;
     border-width: double;
}
.btn-primary2 {
  color: #fff;
  background-color: #6AA79F;
  border-color: #030303; 
    border-style: double;
     border-width: double;
}

.btn-primary:hover {
  color: #fff;
  background-color: #1DAFE7;
border-color: #030303; 
}

.btn-primary2:hover {
  color: #fff;
  background-color: #1DAFE7;
border-color: #030303; 
}
.btn-primary:focus, .btn-primary.focus {
  color: #ffff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;

  border: 2px solid ;
  border-radius: 2.25rem;
	 text-decoration: none;
	outline-color: none;
     
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
	 
	outline-color: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #5E9C60;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000000;
   
    font-weight: bold;
	 text-decoration: none;
	outline-color: none;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
/*  color: rgba(47, 81, 74, 1);*/
	color:#152516;
	 text-decoration: none;
	outline-color: none;
	
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color:  #fff;
	 text-decoration: none;
	outline-color: none;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
	 text-decoration: none;
	outline-color: none;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #000000;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
	 text-decoration: none;
	outline-color: none;
}
body, html { overflow-x:hidden; 

}
.circleimage {
	border: medium double #6EAEA6;
	border-radius: 12px;
	color: #040404;
	font-family: "Lemon/Milk";
	font-style: normal;
	font-size: larger;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 250px;
	padding-left: 250px;
	padding-right: 250px;
	padding-bottom: 250px;
	
	background-size: cover;
}
.paddedbox {
	color: #000000;
	font-family: "Lemon/Milk";
	font-style: normal;
	padding-top: 50px;
	padding-bottom: 25px;
	padding-left: 0px;
	padding-right: 25px;
}

.padding {
	padding-right: 2rem;
	padding-left: 2rem;
	padding-top: 500rem;
    
}
.paddingright {
	padding-right: 4rem;
	padding-left: 0rem;
	padding-top: 4rem;
    
}
.paddingsides{
	
padding-right: 10rem;
padding-left: 10rem;	
	
}
.paddingt {
	padding-right: 2rem;
	padding-left: 2rem;
	padding-top: 2rem; 
}
.paddingleft {
	padding-right: 0rem;
	padding-left: 2rem;
	padding-top: 0rem; 
}
.paddingheader {
	padding-right: 10rem;
	padding-left: 0rem;
	padding-top: 0rem; 
}

.circleimage2 {
 height: 20px;
    width: 20px;
    padding: 5px;
    text-align: center; 
    border-radius: 50%;
    display: inline-block;
    color:#fff;
    font-size:1.1em;
    font-weight:600;
    background-color: rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.2);
}
.signature {
	color: #000000;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: medium;
}
.solidblue {
	background-color: #29B3E8;
}
.oceanblue {
	background-color: #1DAFE7;
}
.btn-danger {
  color: #fff;
  background-color: #1DAFE7;
  border-color: #fff;
}

.btn-danger:hover {
  color: #fff;
  background-color: #29B3E8;
  border-color: #fff;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}




.backgroundcolor {
	background-color: #233D32;
	color: #000000;
	padding-top: 30px;
	padding-bottom: 30px;
	border-width: thin;
	border-color: #000000;
	padding-left: 0px;
	padding-right: 0px;
	background-repeat: repeat-x;
}

.container-fluid.back {
}
.padding {
	padding-top: 500px;
	margin-top: 10px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
  
}



.navbar-toggler, .navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
    outline:none;
   
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #40705B;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #40705B;
}

.black {
	color: #070707;
}
.background {
	background-image: url(Architect-projects/ranco-architectural-project8.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	
}


.backgrounddiv7 {
	background-image: url(Architect-projects/ranco-architectural-panels-01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 10%;
	color: rgba(0,0,0,1.00);
	font-size: xx-large;
	text-shadow: 1px 2px rgba(251,248,249,1.00);
	letter-spacing: 0.5px;
}
.backgrounddiv10 {
    background-image: url(Architect-projects/ranco-architectural-project1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 10%;
    color: rgba(0,0,0,1.00);
    font-size: xx-large;
    text-shadow: 1px 2px rgba(251,248,249,1.00);
    letter-spacing: 0.5px;
}
.backgrounddiv8 {
	background-image: url(Architect-projects/ranco-windows.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 10%;
	color: rgba(0,0,0,1.00);
	font-size: xx-large;
	text-shadow: 1px 2px rgba(251,248,249,1.00);
	letter-spacing: 0.5px;
}

.backgrounddivinstall {
	background-image: url(Architect-projects/ranco-architect-windows.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 10%;
	color: rgba(0,0,0,1.00);
	font-size: xx-large;
	text-shadow: 1px 2px rgba(251,248,249,1.00);
	letter-spacing: 0.5px;
}

.backgroundcolor {
	background-color: #364C43;
}
.background2 {
	background-image: url(Architect-projects/ranco-architectural-project7.jpg);
background-repeat: no-repeat;
	background-size: cover;
      
  
	background-position: 60%;  
}








#contactInfo{
	color:white;
	
}

#contactInfo a:link {
	color: #162215;
	font-weight: bold;
}
.box {
    border: thick double #40705B;
    border-radius: 5px;
    -webkit-box-shadow: -1px 2px #FEFDFD;
    box-shadow: 0px 0px #FEFDFD;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(171,165,165,0.17);
    color: hsla(0,0%,0%,1.00);
    font-size: medium;
}




img.displayed {
    display: float;
    margin-left: auto;
    margin-right: auto }



#image {
  border-top: 3px solid green;
  border-bottom: 3px solid green;
}
/*card*/
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}



.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(247,239,239,0.46);
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
    
}

.card-title {
  margin-bottom: 0.75rem;
    
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}
  /* original card header background-color: rgba(0, 0, 0, 0.03); and   padding: 0.75rem 1.25rem;*/
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  
  background-color: #40705B;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.box {
    border: medium groove hsla(0,0%,3%,1.00);
    background-color: hsla(0,25%,97%,1.00);
    color: black;
   
	padding: 20px;
}
