

* {
  box-sizing:border-box;
}

body {
  font: 1em/1.5625 "Museo Sans", Helvetica, Arial, sans-serif;
  background-color: rgba(1, 42, 58, 1);
  background-image: url(/img/bkg2.svg);
  display:block;
}

header {
    height: 85px;
    width: 100%;
    /*background-color: rgba(0, 132, 180, .9);*/
    background-color: rgba(0,0,0,.7);
    z-index: 10;
    position: fixed;
    box-shadow: 0 1px 40px rgba(0,0,0,0);
}

h2 {
  color: rgba(255,255,255,.9);
  float: left;
  font-size: 1.2rem;
  font-weight: 500;
  font-kerning: auto;
  line-height: 1.1;
}

h3 {
    color: white;
    font-size: 1rem;
}

h4 {
  display: inline-block;
  color: rgba(255,255,255,.9);
  font-size: 1.2rem;
  font-weight: 500;
  font-kerning: auto;
  line-height: 1.1;
 
}


.btn {
    margin-top: 20px;
    display: inline-block;
    color:white;
    font:"Museo Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding: 15px 40px;
    text-decoration: none;
    border: 1px solid white;
    border-radius: 100px;
    background-color: rgba(255,255,255,.1);
    box-shadow: 0 1px 10px rgba(0,0,0,.2);
    transition: background .5s; 

}
.btn:hover {
	background: #0084b4;
    color: azure;
	cursor: default; 1
	transition: background .5s;  
}

.rights {
  margin-top: 20;
  font-size:.7rem;
  color: rgba(255,255,255,.2);
  text-transform: uppercase;
}

.phone {
  margin-top: 20;
  font-size:.7rem;
  color: rgba(255,255,255,.2);
  text-transform: uppercase;
}


/* Main Styles --------------------- */

.card {
    padding: 20px;
}

.logo {
    padding-left: 10px;
    padding-right: 20px;
    margin: 30
}

.headerlogo {
    margin-left: 20px;
    margin-top: 15px;
    float:left;
}

.phonenumber {
    color: aliceblue;
    margin: 28px 20px 0px 0px;
    float: right;
}

.phonenumber {
    color: aliceblue;
    float: right;    
    display: inline;
    font: 2em/1.5625 "Oswald", Helvetica, Arial, sans-serif; 
    font-size: 1.1em;
    letter-spacing: .2px;
    font-weight: 400;
    text-transform: uppercase;
 }
    
.main-header {
  padding-top: 120px;
  height: 568px;
  background: -moz-radial-gradient(center, ellipse cover, rgba(9,171,230,1) 0%, rgba(0,127,173,1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(9,171,230,1)), color-stop(100%, rgba(0,127,173,1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(9,171,230,1) 0%, rgba(0,127,173,1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(9,171,230,1) 0%, rgba(0,127,173,1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(9,171,230,1) 0%, rgba(0,127,173,1) 100%);
  background: radial-gradient(ellipse at center, rgba(9,171,230,1) 0%, rgba(0,127,173,1) 100%);
  box-shadow: 0 1px 40px rgba(0,0,0,.6);
}

.title {
  color: rgba(255, 255, 255, .8);
  font-size: 1.625em; /* 26px/16px */
  font-weight: 300;
  line-height: 1.1em;
  font-kerning: normal;
  text-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.sub-title {
  display: inline-block;
  max-width: 800px;
  margin: 0px 20px 0;
  color: rgba(255, 255, 255, .8);
  font-size: 2em; /* 26px/16px */
  font-weight: 500;
  line-height: 1.2em;
  font-kerning: normal;
  text-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.info {
  max-width: 800px;
  margin-top: 20px;
  color: rgba(255, 255, 255, .98);
  font-size: 1em; /* 26px/16px */
  font-weight: 300;
  line-height: 1.2em;
  font-kerning: normal;
  text-shadow: 0 1px 2px rgba(0,0,0,.25);
}


.phone {
    color: aliceblue;
    display: inline-block;
    max-width: 800px;
    margin: inherit;
    font: 2em/1.5625 "Oswald", Helvetica, Arial, sans-serif; 
    font-size: 1.1em;
    letter-spacing: .2px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    }

.intro {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.9em;
  color: black;
  padding: 40px;
  background-color: rgba(255,250,255,1);
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
  
}

.primary-content,
.main-header,
.main-footer {
text-align: center;
}


.main-footer {
  padding-top: 10px;
  padding-bottom: 60px;
}


/* Psuedo Classes */

a:visited {  
    color: white;
    text-decoration: none;
}

/* Layout Styles ------------------ */

.primary-content{
  width: 70%;
  padding: 20px;
  margin: auto;
  max-width: 960px;
}


/* Media Query 768----------------------*/


@media (max-width: 768px) {
    
            
    .logo {
        max-height: 220px;
        margin-top: 25px
    }
}
/* Media Query 510----------------------*/

@media (max-width: 510px) {
    
  .main-header {
    padding-top: 100px;
    height: 518px;
    }
    
    .sub-title {
        display: inline-block;
        max-width: 800px;
        margin-top: 20px;
        font-size: 1.45em; /* 26px/16px */
    }
    
    .info {
        max-width: 800px;
        font-size: 1em; /* 16px/16px */
        font-weight: 300;
        line-height: 1.5em;
        font-kerning: normal;
        text-shadow: 0 1px 2px rgba(0,0,0,.25);
    }
    
    .primary-content{
        font-size: 15px;
        font-style: bold;
        width: 90%;
        margin: 0px auto;
    }
    
   .intro {
       margin: 10px auto;
       padding: 30px;
       text-align: left;
    }
}
    
/* Media Query 380----------------------*/

@media (max-width: 380px) {
    
  
    .logo {
        max-width: 295px;
    }
    
    .sub-title {
        display: inline-block;
        max-width: 800px;
        margin: 20px 20px 0;
        color: rgba(235, 255, 255, .8);
        font-size: 1.45em; /* 26px/16px */
}
    .headerlogo {
        max-width: 140px;
    }
    .main-header {
    padding-top: 100px;
    height: 528px;
    }
    
  .container img {
     max-height: 180px;
     padding: 0px 0px 0px 0px;
     margin: 10px 0px 5px 0px;
}
    
    .info {
        max-width: 800px;
        color: rgba(255, 255, 255, .8);
        font-size: .9em; /* 26px/16px */
        font-weight: 300;
        line-height: 1.5em;
        font-kerning: normal;
        text-shadow: 0 1px 2px rgba(0,0,0,.25);
    }
    
  .primary-content{
        font-size: 14px;
        font-style: bold;
        width: 95%;
        margin: 0px auto;
    }
    
   .intro {
       margin: 10px auto;
       padding: 30px;
       text-align: left;
    }
    
    .btn {
        align-content: center;
    width: 270px;
    font-size: 15px;
    padding: 20px 10px 20px;
}