

/* Logo Colors */

.red    {color: #a03123;}
.orange {color: #c45527;}
.yellow {color: #d18c2a;}
.green  {color: #1f5b41;}
.blue   {color: #0b406b;}
.purple {color: #752f8b;}

.red_bg    {background-color: #a03123;}
.orange_bg {background-color: #c45527;}
.yellow_bg {background-color: #d18c2a;}
.green_bg  {background-color: #1f5b41;}
.blue_bg   {background-color: #0b406b;}
.purple_bg {background-color: #752f8b;}


html, body {
    height: 100%;
    width: 100%;
    position: absolute;
    margin: 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif

}

body {
    min-width: fit-content;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #130C31;
    margin-bottom: .5rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    /* font-weight: 100; */
    line-height: 1.2;
}


h1{
   
    text-align: center;
    font-size: 3.75em;
    margin-top: 1em;
    margin-bottom: .5em;
}

h2{
    font-size: 2.00em;
    text-align: center;
    margin-top: 1em;
    margin-bottom: .5em;
}
h3 { font-size: 1.75em;}
h4 { font-size: 1.25em;}
h5 { font-size: 1.00em;}
h5 { font-size: .75em;}

.align-center{
    text-align: center;
}


label{
    font-weight: bold;
}


p{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    margin-bottom: 10px;
}

i{
    font-style: italic;
}
strong{
    font-weight: bolder;
    
}

.container{
    padding-bottom: 10px;
}

#SC_Intro_Vid{
   width: 50%;
   min-width: 400px;

   margin-left: auto;
   margin-right: auto;
   display: block;
}

header{
    width: 100%;
    height: 86px;
    background-color: rgb(171 , 191, 209);
    position: fixed;
    border-bottom: 2px solid #130C31;
    top: 0;
    z-index: 2;
}

#header-logo{
    left: 0;
    height: 75px;
    width: 400px;
    margin: 2px;
   
    background-image: url("../images/SPECTRUM_CONNECTIONS_LOGOS.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.navbar-underheader{
    margin-top: 80px;
}


/* Deep Blue section */
.deepBlue{
   
    padding: 5px;
    padding-top: 15px;
    background-color: rgb(171, 191, 209);
    font-size: 20px;
    color: white;
    text-align: center;
}

/* hr's inside of deep blue sections */
.deepBlue hr{
    width: 95%;
    background: white;
    border: 0;
    height: 3px;
}



/* Deep Blue section */
.source{
    font-style: italic;
    font-size: 11px;
    margin-top: 20px;
}

video{
    margin-left: auto;
    margin-right: auto;
}
#mainContent{
    margin-top: 10px;
    margin-bottom: auto;
    margin-left: 10px;
    margin-right: 10px;
    
}

.menulink{
    display: block;
    margin-left: auto;
    margin-right: auto;     
    margin-top: 20px;
    width: 100%;
    height: 200px;
    border-radius: 1%;
}

hr{
    border: 0;
    height: 3px;
    background: #130C31;
}

.listHeader{
    text-decoration: underline;
    font-weight: bold;
    font-size: 25px;
}

ul li{
    font-size: 20px;
    text-align: left;
    line-height: 1.5;
    font-weight: 400;
    list-style-type: square; 
    margin-left: 58px;

    font-family: 'Roboto', sans-serif;
}

.navbar-nav li{
    margin-left: 1px;
    list-style-type: none;
}

.row{
    margin-top: 20px;
}

.wrapper {
    min-height: 100%;
    /* Equal to height of footer */
    /* But also accounting for potential margin-bottom of last child */
    margin-bottom: -350px;
  }
  footer,
  .push {
    height: 450px;
  }

footer {
   
    background-color: #130C31;
    color: white;
    text-align: center;
    padding: 1rem;
}

.deepBlue p{
    text-align: left;
    margin: 40px 0px;
    text-align: center;
}

.pic{
    float: left;
    margin-right: 50px;
    background-size: cover;
    width: 145px;
    height: 200px;
}

#serviceImg1{
    width: 30%;
    /* height: 100px; */
    margin-left: auto;
    margin-right: auto;
}


button {
    background-color: #3C7890;
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
}

.footer_logo_box{
    width: 410px;
    height: 100px;
    margin: 10px auto ;
    background-color: rgb(171, 191, 209);
    border-radius: 30px;
}
.footer_logo{
    width: 400px;
    height: 100px;
    margin: 0px auto ;
}